CINXE.COM
What We Do - BAPLA
<!DOCTYPE html><!-- Last Published: Fri Mar 14 2025 15:26:52 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.bapla.org.uk" data-wf-page="65717da8d27db5f40703d459" data-wf-site="65717da8d27db5f40703d39a" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>What We Do - BAPLA</title><meta content="What We Do - BAPLA" property="og:title"/><meta content="What We Do - BAPLA" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/css/bapla-stage.webflow.90942ab54.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700","PT Serif:400,400italic,700,700italic"] }});</script><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/65717da8d27db5f40703d39a/65717da8d27db5f40703d40c_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d40d_webclip.png" rel="apple-touch-icon"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/f1989b7bcb504d0696c49f90/script.js"></script> <!-- End cookieyes banner --> <!-- Preventing scaling on mobile --> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0"> <!-- Open Graph Extras --> <meta property="og:image:width" content="2400" /> <meta property="og:image:height" content="1260" /> <!-- F'in Sweet --> <!-- Finsweet Cookie Consent --> <!-- <script async src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in" fs-cc-endpoint="" fs-cc-debug="false"></script> --> <!-- [Attributes by Finsweet] Disable scrolling --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <!-- Google Tag Manager --> <!-- <script></script> --> <!-- End Google Tag Manager --> <!-- Memberstack webflow package --> <script data-memberstack-app="app_cl9323akx001d0vjg3eoh17bm" src="https://static.memberstack.com/scripts/v1/memberstack.js" type="text/javascript"></script> <!-- End Memberstack webflow package --> <style> html:not([data-wf-page="65717da8d27db5f40703d39d"]) .footer_top-wrapper { display: none; } .event-content-rt.w-richtext figure.w-richtext-align-normal { float: left; margin-right: 3rem; } .event-content-rt.w-richtext figure.w-richtext-align-floatright { margin-left: 3rem; } </style><!-- [Attributes by Finsweet] CMS Slider --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsslider@1/cmsslider.js"></script></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style> /* Table of contents */ /* - Fluid Responsive Design System - Text - General Settings - Word breaks and hypenation - Rich Text - Accesibility - Images - Miscellaneous - Helpers - Project specific tweaks */ /* Global styles */ /* Fluid responsive design system */ /* Text */ /* Set html root font-size */ html { font-size: 16px; } /* Disable ligature for the entire website */ * { font-variant-ligatures: none; } /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Word breaks and hyphenation */ /* Hyphenate paragraphs (source: https://bit.ly/3JD4jvd) */ p { -webkit-hyphens: auto; -webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 3; -webkit-hyphenate-limit-chars: 6 3 3; -webkit-hyphenate-limit-lines: 2; -webkit-hyphenate-limit-last: always; -webkit-hyphenate-limit-zone: 8%; -moz-hyphens: auto; -moz-hyphenate-limit-chars: 6 3 3; -moz-hyphenate-limit-lines: 2; -moz-hyphenate-limit-last: always; -moz-hyphenate-limit-zone: 8%; -ms-hyphens: auto; -ms-hyphenate-limit-chars: 6 3 3; -ms-hyphenate-limit-lines: 2; -ms-hyphenate-limit-last: always; -ms-hyphenate-limit-zone: 8%; hyphens: auto; hyphenate-limit-chars: 6 3 3; hyphenate-limit-lines: 2; hyphenate-limit-last: always; hyphenate-limit-zone: 8%; } h1, h2, h3, h4, h5, h6 { hyphens: auto; hyphenate-limit-chars: 6 3 3; } /* explicitly break long words */ .break-word { word-break: break-word; } /* Enable word-break for loooong words on VERY SMALL breakpoints (Mobile portrait) */ @media screen and (max-width: 319px) { p, h1, h2, h3, h4, h5, h6, div[class*="heading-"] { word-break: break-all; } } /* 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; } /* Rich Text */ /* 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; } /* Enable word-break for loooong words in RTE */ /*.rte { overflow-wrap: anywhere; //overflow-wrap: break-word; //word-break: break-all; hyphens: auto; }*/ /* Accesibility */ /* 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; } /* Hide focus outline for main content element */ main:focus-visible { outline: -webkit-focus-ring-color auto 0px; } /* Images */ /* Prevent easy copying of images (experimental) */ /*img { pointer-events: none; }*/ /* Miscellaneous */ /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* Snippet gets rid of border on any iframe embeds */ iframe { border: none; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } /* Helpers */ /* 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; } /* 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; } /* Disables body scroll when a Modal is opened */ .body-no-scroll { overflow: hidden; } /* Project specific tweaks */ /* Text Selection Color */ ::selection { background: #91b1d1; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #91b1d1; /* Gecko Browsers */ } /* Outseta */ .o--Widget--widgetBody a { color: #222222 !important; } .o--Widget--widgetBody a:hover { text-decoration: none !important; } /* links */ .o--text-sm { color: #222222 !important; } /* 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; } </style></div><div class="banner_component"><div class="banner"><div class="padding-global"><div class="banner_container"><div class="banner_menu"><div class="banner_link-list"><a fs-scrolldisable-element="disable" data-w-id="f9dafb67-692d-2261-7964-0bd946d140ba" href="#" class="banner-link_item modal-open-button w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.67 2.83 17.67 14.33"> <path d="M3.83329 3.33331H17.1666C18.0833 3.33331 18.8333 4.08331 18.8333 4.99998V15C18.8333 15.9166 18.0833 16.6666 17.1666 16.6666H3.83329C2.91663 16.6666 2.16663 15.9166 2.16663 15V4.99998C2.16663 4.08331 2.91663 3.33331 3.83329 3.33331Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.8333 5L10.5 10.8333L2.16663 5" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Newsletter</div></a><a href="/jobs" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.87 1.17 17.25 17.67"> <path d="M7.16685 18.3333H13.8335C17.1835 18.3333 17.7835 16.9917 17.9585 15.3583L18.5835 8.69167C18.8085 6.65833 18.2252 5 14.6668 5H6.33351C2.77518 5 2.19185 6.65833 2.41685 8.69167L3.04185 15.3583C3.21685 16.9917 3.81685 18.3333 7.16685 18.3333Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7.16675 4.99996V4.33329C7.16675 2.85829 7.16675 1.66663 9.83341 1.66663H11.1667C13.8334 1.66663 13.8334 2.85829 13.8334 4.33329V4.99996" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12.1666 10.8333V11.6667C12.1666 11.675 12.1666 11.675 12.1666 11.6833C12.1666 12.5917 12.1583 13.3333 10.4999 13.3333C8.84992 13.3333 8.83325 12.6 8.83325 11.6917V10.8333C8.83325 10 8.83325 10 9.66659 10H11.3333C12.1666 10 12.1666 10 12.1666 10.8333Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.5417 9.16663C16.6167 10.5666 14.4167 11.4 12.1667 11.6833" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M2.68335 9.39166C4.55835 10.675 6.67502 11.45 8.83335 11.6917" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Jobs</div></a><a href="/contact" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.76 1.17 17.57 17.61"> <path d="M18.8333 14.1V16.6C18.8343 16.8321 18.7867 17.0618 18.6937 17.2744C18.6008 17.4871 18.4644 17.678 18.2934 17.8349C18.1224 17.9918 17.9205 18.1112 17.7006 18.1856C17.4808 18.2599 17.2478 18.2875 17.0167 18.2666C14.4523 17.988 11.9892 17.1118 9.82498 15.7083C7.81151 14.4289 6.10443 12.7218 4.82499 10.7083C3.41663 8.53432 2.54019 6.05914 2.26665 3.48331C2.24583 3.25287 2.27321 3.02061 2.34707 2.80133C2.42092 2.58205 2.53963 2.38055 2.69562 2.20966C2.85162 2.03877 3.04149 1.90224 3.25314 1.80875C3.4648 1.71526 3.6936 1.66686 3.92499 1.66665H6.42499C6.82941 1.66267 7.22148 1.80588 7.52812 2.06959C7.83476 2.3333 8.03505 2.69952 8.09165 3.09998C8.19717 3.90003 8.39286 4.68558 8.67499 5.44165C8.7871 5.73992 8.81137 6.06407 8.74491 6.37571C8.67844 6.68735 8.52404 6.9734 8.29998 7.19998L7.24165 8.25831C8.42795 10.3446 10.1554 12.072 12.2417 13.2583L13.3 12.2C13.5266 11.9759 13.8126 11.8215 14.1243 11.7551C14.4359 11.6886 14.76 11.7129 15.0583 11.825C15.8144 12.1071 16.5999 12.3028 17.4 12.4083C17.8048 12.4654 18.1745 12.6693 18.4388 12.9812C18.703 13.2931 18.8435 13.6913 18.8333 14.1Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Contact Us</div></a></div><div class="banner_link-list"><a data-ms-content="!members" href="/join-us" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667ac6df631fe585964c14b5_icon_join-us-white.svg" loading="lazy" alt="" class="banner-link_icon is-large"/></div><div>Join Us</div></a><a data-ms-content="!members" href="/login" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.17 1.17 17.67 17.67"> <path d="M4.6001 15.8333C5.13343 14 6.13343 13.3333 7.28343 13.3333H12.7168C13.8668 13.3333 14.8668 14 15.4001 15.8333" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 10.8333C11.3807 10.8333 12.5 9.71402 12.5 8.33331C12.5 6.9526 11.3807 5.83331 10 5.83331C8.61929 5.83331 7.5 6.9526 7.5 8.33331C7.5 9.71402 8.61929 10.8333 10 10.8333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div>Login</div></a><a data-ms-content="members" href="/members/dashboard" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.17 1.17 17.67 17.67"> <path d="M4.6001 15.8333C5.13343 14 6.13343 13.3333 7.28343 13.3333H12.7168C13.8668 13.3333 14.8668 14 15.4001 15.8333" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 10.8333C11.3807 10.8333 12.5 9.71402 12.5 8.33331C12.5 6.9526 11.3807 5.83331 10 5.83331C8.61929 5.83331 7.5 6.9526 7.5 8.33331C7.5 9.71402 8.61929 10.8333 10 10.8333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div>Dashboard</div></a><a data-ms-content="members" data-ms-action="logout" href="/" class="banner-link_item w-inline-block"><div>Logout</div></a></div></div></div></div></div><div class="banner_blank-space hide"></div></div><div data-animation="default" data-collapse="none" data-duration="400" data-easing="ease" data-easing2="ease" data-no-scroll="1" role="banner" class="nav_component w-nav"><div class="nav-custom-css w-embed"><style> .nav_component { background-color: #EEEFF6; } .nav_logo { filter: invert(100%); } .nav_menu { color: #000; } .nav_dropdown:hover, .nav_link:hover { color: #0072bc; } .menu-icon_line-top, .menu-icon_line-middle, .menu-icon_line-bottom { background-color: #000; } </style></div><div class="padding-global"><div class="nav_container"><a href="/" class="nav_logo-link w-nav-brand"><img alt="logo-bapla" loading="lazy" src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d3ec_logo-bapla.svg" class="nav_logo"/></a><nav role="navigation" class="nav_menu w-nav-menu"><div class="nav_link-list"><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fb0" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>About Us</div><div class="nav-dropdown_icon 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="nav_dropdown-list w-dropdown-list"><a href="/what-we-do" aria-current="page" class="nav-dropdown_link w-dropdown-link w--current">What We Do</a><a href="/executive-board" class="nav-dropdown_link w-dropdown-link">Executive Board</a><a href="/consultation-responses" class="nav-dropdown_link w-dropdown-link">Consultation Responses</a><a href="/code-of-best-practice" class="nav-dropdown_link w-dropdown-link">Code of Best Practice</a><a href="/best-practice-procedure" class="nav-dropdown_link w-dropdown-link">Best Practice Procedure</a></nav></div><a href="/news" class="nav_link w-nav-link">News</a><a href="/events" class="nav_link w-nav-link">Events</a><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fce" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>Image Suppliers</div><div class="nav-dropdown_icon 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="nav_dropdown-list w-dropdown-list"><a href="/image-suppliers" class="nav-dropdown_link w-dropdown-link">All Image Suppliers</a><a href="/media-researchers" class="nav-dropdown_link w-dropdown-link">Media Researchers</a><a href="/media-buying-resources" class="nav-dropdown_link w-dropdown-link">Media Buying Resources</a><a href="/image-request" class="nav-dropdown_link w-dropdown-link">Image Request</a><a href="/orphan-works-search" class="nav-dropdown_link w-dropdown-link">Orphan Works Search</a></nav></div><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fde" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>Member Resources</div><div class="nav-dropdown_icon 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="nav_dropdown-list w-dropdown-list"><a href="/members/downloads" class="nav-dropdown_link w-dropdown-link">Download Member Resources</a><a href="/members/industry-suppliers" class="nav-dropdown_link w-dropdown-link">Industry Suppliers</a><a href="/members/member-faq" class="nav-dropdown_link w-dropdown-link">Members FAQ</a><a href="/members/picsel" class="nav-dropdown_link w-dropdown-link">PICSEL</a><a href="/members/brexit" class="nav-dropdown_link w-dropdown-link">Brexit</a></nav></div></div></nav><div class="nav_menu-button w-nav-button"><div class="nav_menu-button-icon w-embed"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 16H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 8H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 24H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><div data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66ff0" class="custom-nav_menu-button"><div class="menu-icon"><div class="menu-icon_line-top"></div><div class="menu-icon_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon_line-bottom"></div></div></div><div fs-scrolldisable-element="when-visible" class="nav_mobile-wrapper"><div data-hover="false" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c67001" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">About Us</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/what-we-do" aria-current="page" class="nav-dropdown-list_item-mobile w-inline-block w--current"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>What We Do</div></a><a href="/join-us" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Join Us</div></a><a href="/executive-board" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Executive Board</div></a><a href="/consultation-responses" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Consultation Responses</div></a><a href="/code-of-best-practice" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Code of Best Practice</div></a><a href="/best-practice-procedure" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Best Practice Procedure</div></a></nav></div><a href="/news" class="nav_link-mobile w-inline-block"><div class="navitem-mobile">News</div></a><a href="#" class="nav_link-mobile w-inline-block"><div class="navitem-mobile">Events</div></a><div data-hover="false" data-delay="200" data-w-id="01cb0943-4b6e-6117-f115-981210b745bc" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">Image Suppliers</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/image-suppliers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>All Image Suppliers</div></a><a href="/media-researchers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Media Researchers</div></a><a href="/media-buying-resources" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Media Buying Resources</div></a><a href="/image-request" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Image Request</div></a><a href="/orphan-works-search" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Orphan Works Search</div></a></nav></div><div data-hover="false" data-delay="200" data-w-id="4a4a651e-e66e-efda-f4e1-a95afbbc4df6" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">Member Resources</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/members/industry-suppliers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Industry Suppliers</div></a><a href="#" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Download Member Resources</div></a><a href="/members/member-faq" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Members FAQ</div></a><a href="/members/picsel" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>PICSEL</div></a><a href="/members/brexit" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall 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="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Brexit</div></a></nav></div></div></div></div></div><div class="modal_component"><div class="modal_content-wrapper"><div class="heading-style-h5">Subscribe to our newsletter to image buyers<br/></div><div class="w-embed w-script"><!-- Start of signup --> <style type="text/css"> #signup input ~ label.wrap { white-space: pre-wrap; } .w-embed #signup input { width: 100%; padding: .5em; margin-bottom: 1em; border: 1px solid #dedede; min-height: 3em; } .w-embed #signup label { margin-top: 1em; } .w-embed #signup #btnsubmit { background-color: var(--button-color); align-self: stretch; min-width: 10rem; min-height: 3.125rem; padding: 0; color: #fff; } </style> <form name="signup" id="signup" action="https://technology-trust-news.org/signup.ashx" method="post" autocomplete="off" onsubmit="return validate_signup(this, true)"> <!-- UserID - required field, do not remove --> <input type="hidden" name="userid" value="7617"> <input type="hidden" name="SIG80a6c75a3e9b7a70de35f780b863978af83867870ea96df65646a69c72ec767b" value=""> <!-- ReturnURL - when the user hits submit, they'll get sent here --> <input type="hidden" name="ReturnURL" value=""> <!-- ConsentUrl --> <input type="hidden" id="ci_consenturl" name="ci_consenturl" value=""> <div> <label class="wrap" for="email">Email</label> <input type="email" name="email" id="email" aria-required="true" required> </div> <div> <label class="wrap" for="FULLNAME">Full name</label> <input type="text" class="text" name="cd_FULLNAME" id="FULLNAME" aria-required="true" required/> </div> <div> <label class="wrap" for="COMPANY">Company</label> <input type="text" class="text" name="cd_COMPANY" id="COMPANY" aria-required="true" required/> </div> <div> <label class="wrap" for="POSITION">Position</label> <input type="text" class="text" name="cd_POSITION" id="POSITION" aria-required="true" required/> </div> <p> <input type="submit" id="btnsubmit" name="btnsubmit" value="Subscribe"> </p> </form> <!-- This div will display the success message --> <div id="success-message" style="display:none; color: green; font-weight: bold;"></div> <script type="text/javascript"> var urlInput = document.getElementById("ci_consenturl"); if (urlInput != null && urlInput != 'undefined') { urlInput.value = encodeURI(window.location.href); } function checkbox_Clicked(element) { document.getElementById(element.id + "_unchecked").value = !element.checked; } function validate_signup(frm, showAlert) { var emailAddress = frm.email ? frm.email.value : ""; var smsNumber = frm.MOBILENUMBERID ? frm.MOBILENUMBERID.value : ""; var errorString = ''; if (frm.email && (emailAddress == '' || emailAddress.indexOf('@') == -1)) { errorString = 'Please enter your email address'; } if (showAlert) { var els = frm.getElementsByTagName('input'); for (var i = 0; i < els.length; i++) { if (els[i].className == 'text' || els[i].className == 'date' || els[i].className == 'number') { if (els[i].value == '') errorString = 'Please complete all required fields.'; } else if (els[i].className == 'radio') { var toCheck = document.getElementsByName(els[i].name); var radioChecked = false; for (var j = 0; j < toCheck.length; j++) { if (toCheck[j].name == els[i].name && toCheck[j].checked) radioChecked = true; } if (!radioChecked) errorString = 'Please complete all required fields.'; } } } var isError = false; if (errorString.length > 0) { isError = true; if (showAlert) alert(errorString); } if (!isError) { // Form submission is valid, display success message document.getElementById('success-message').innerText = 'Thanks for signing up!'; document.getElementById('success-message').style.display = 'block'; } return !isError; // Prevent actual form submission for demonstration purposes } </script> <!-- End of signup --></div><div class="padding-bottom padding-medium"></div><div class="form_component modal hide w-form"><form id="wf-form-Newsletter-Sign-Up-Form" name="wf-form-Newsletter-Sign-Up-Form" data-name="Newsletter Sign-Up Form" method="post" class="form_form" data-wf-page-id="65717da8d27db5f40703d459" data-wf-element-id="14e52f0c-7d87-6600-2336-3d1e629c4037" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Email" data-name="Email" placeholder="Email*" type="email" id="Email" required=""/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Company" data-name="Company" placeholder="Company" type="text" id="Company"/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Full-Name" data-name="Full Name" placeholder="Full Name" type="text" id="Full-Name"/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Position" data-name="Position" placeholder="Position" type="text" id="Position"/></div><label class="w-checkbox form_checkbox"><div class="w-checkbox-input w-checkbox-input--inputType-custom form_checkbox-icon-custom"></div><input id="checkbox" type="checkbox" name="Checkbox-1" data-name="Checkbox 1" style="opacity:0;position:absolute;z-index:-1"/><span for="Checkbox-1" class="form_checkbox-label text-color-black w-form-label">Sign up for our bi-monthly update for image & media buyers. You will receive information from BAPLA members and BAPLA will keep you updated on our events. To find out how we handle your personal information, please read our <a href="/legal/privacy-policy" class="text-style-link">privacy policy</a>.</span><div class="checkbox-custom-css w-embed"><style> .form_checkbox { user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; } </style></div></label><p>BAPLA members who would like to sign up to the members’ newsletter, please email us at <a href="mailto:enquiries@bapla.org.uk" class="text-style-link">enquiries@bapla.org.uk</a>.</p><div class="padding-bottom padding-small"></div><input type="submit" data-wait="Please wait.." class="button w-button" value="Subscribe"/></form><div class="form_message-success w-form-done"><div class="form_state-content"><div class="form_icon-wrapper"><div class="form_icon w-embed"><svg viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.03.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.75.75 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 0 1 1.084-1.036l4.97 5.195L17.97.72a.75.75 0 0 1 1.06 0Z" fill="currentcolor"/> </svg></div></div><div class="form_content"><div>Thanks for signing up!</div></div></div></div><div class="form_message-error w-form-fail"><div class="form_state-content"><div class="form_icon-wrapper is-error"><div class="form_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="5 5 14 14"> <path d="M18 6 6 18M6 6l12 12" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="form_content"><div>Something went wrong while submitting the form. Please try again later. If the problem persists, please contact us directly via the email address above.</div></div></div></div></div></div><a fs-scrolldisable-element="enable" data-w-id="14e52f0c-7d87-6600-2336-3d1e629c405d" href="#" class="modal-close-button w-inline-block"><div class="modal_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></a><div class="modal_background-overlay"></div></div><main class="main-wrapper"><section class="section_what-we-do_header"><div class="padding-global z-index-1"><div class="text-align-center"><h1 class="text-color-white">What We Do</h1></div></div><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa9db52ebe8f66c901ecb1_bapla%20blue%20print%202024%20(1).avif" loading="eager" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa9db52ebe8f66c901ecb1_bapla%20blue%20print%202024%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa9db52ebe8f66c901ecb1_bapla%20blue%20print%202024%20(1)-p-800.avif 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa9db52ebe8f66c901ecb1_bapla%20blue%20print%202024%20(1)-p-1080.avif 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa9db52ebe8f66c901ecb1_bapla%20blue%20print%202024%20(1)-p-1600.avif 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa9db52ebe8f66c901ecb1_bapla%20blue%20print%202024%20(1).avif 2534w" class="hero-bg_img"/><div class="hero-bg_overlay"></div></section><section class="section_what-we-do"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><h2 class="text-color-white">What we do</h2><div class="w-layout-grid what-we-do_component"><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.33 2.33 23.33 23.33"> <path d="M3.01006 22.1783L2.98672 22.2016C2.67172 21.5133 2.47339 20.7316 2.39172 19.8683C2.47339 20.72 2.69506 21.49 3.01006 22.1783Z" fill="white"></path> <path d="M10.5001 12.11C12.0336 12.11 13.2767 10.8668 13.2767 9.33331C13.2767 7.7998 12.0336 6.55664 10.5001 6.55664C8.96654 6.55664 7.72339 7.7998 7.72339 9.33331C7.72339 10.8668 8.96654 12.11 10.5001 12.11Z" fill="white"></path> <path d="M18.8884 2.33337H9.11171C4.86504 2.33337 2.33337 4.86504 2.33337 9.11171V18.8884C2.33337 20.16 2.55504 21.2684 2.98671 22.2017C3.99004 24.4184 6.13671 25.6667 9.11171 25.6667H18.8884C23.135 25.6667 25.6667 23.135 25.6667 18.8884V16.2167V9.11171C25.6667 4.86504 23.135 2.33337 18.8884 2.33337ZM23.765 14.5834C22.855 13.8017 21.385 13.8017 20.475 14.5834L15.6217 18.7484C14.7117 19.53 13.2417 19.53 12.3317 18.7484L11.935 18.4217C11.1067 17.6984 9.78837 17.6284 8.85504 18.2584L4.49171 21.1867C4.23504 20.5334 4.08337 19.775 4.08337 18.8884V9.11171C4.08337 5.82171 5.82171 4.08337 9.11171 4.08337H18.8884C22.1784 4.08337 23.9167 5.82171 23.9167 9.11171V14.7117L23.765 14.5834Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><div class="text-align-left"><h3 class="heading-style-h6 text-color-white">Our vision</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">To be a clear and representative voice for the United Kingdom image licensing industry.</p></div></div><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="5.79 2.33 16.43 23.33"> <path d="M14 2.33337C10.9434 2.33337 8.45837 4.81837 8.45837 7.87504C8.45837 10.8734 10.8034 13.3 13.86 13.405C13.9534 13.3934 14.0467 13.3934 14.1167 13.405C14.14 13.405 14.1517 13.405 14.175 13.405C14.1867 13.405 14.1867 13.405 14.1984 13.405C17.185 13.3 19.53 10.8734 19.5417 7.87504C19.5417 4.81837 17.0567 2.33337 14 2.33337Z" fill="white"></path> <path d="M19.9266 16.5084C16.6716 14.3384 11.3633 14.3384 8.08495 16.5084C6.60329 17.5 5.78662 18.8417 5.78662 20.2767C5.78662 21.7117 6.60329 23.0417 8.07329 24.0217C9.70662 25.1184 11.8533 25.6667 14 25.6667C16.1466 25.6667 18.2933 25.1184 19.9266 24.0217C21.3966 23.03 22.2133 21.7 22.2133 20.2534C22.2016 18.8184 21.3966 17.4884 19.9266 16.5084Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><div class="text-align-left"><h3 class="heading-style-h6 text-color-white">Who we represent</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">We are UK trade association for picture libraries and agencies founded in 1975, representing image licensors with a diverse membership</p></div></div></div></div></div></div></section><section class="section_what-we-do_objectives"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="text-align-center"><h2>Our Core Objectives</h2></div><div class="w-layout-grid objectives_component"><div class="objectives_content"><div class="objectives-icon_wrapper"><div class="icon-embed-objectives w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="3.5 2.33 21 23.32"> <path d="M21 2.33301H7C5.06333 2.33301 3.5 3.88467 3.5 5.79801V18.5263C3.5 20.4397 5.06333 21.9913 7 21.9913H7.88667C8.82 21.9913 9.70667 22.353 10.36 23.0063L12.355 24.978C13.265 25.8763 14.7467 25.8763 15.6567 24.978L17.6517 23.0063C18.305 22.353 19.2033 21.9913 20.125 21.9913H21C22.9367 21.9913 24.5 20.4397 24.5 18.5263V5.79801C24.5 3.88467 22.9367 2.33301 21 2.33301ZM12.11 15.178C12.5883 15.178 12.985 15.5747 12.985 16.053C12.985 16.5313 12.5883 16.928 12.11 16.928H8.98333C8.47 16.928 7.99167 16.683 7.68833 16.263C7.39667 15.8663 7.32667 15.3763 7.46667 14.9097C7.875 13.6613 8.87833 12.9847 9.765 12.378C10.6983 11.748 11.2233 11.3513 11.2233 10.6747C11.2233 10.068 10.7333 9.57801 10.1267 9.57801C9.52 9.57801 9.04167 10.0797 9.04167 10.6863C9.04167 11.1647 8.645 11.5613 8.16667 11.5613C7.68833 11.5613 7.29167 11.1647 7.29167 10.6863C7.29167 9.12301 8.56333 7.83967 10.1383 7.83967C11.7133 7.83967 12.985 9.11134 12.985 10.6863C12.985 12.3313 11.7483 13.1713 10.7567 13.848C10.1383 14.268 9.555 14.6647 9.26333 15.1897H12.11V15.178ZM19.8333 15.2597H19.5883V16.0647C19.5883 16.543 19.1917 16.9397 18.7133 16.9397C18.235 16.9397 17.8383 16.543 17.8383 16.0647V15.2597H15.5517C15.5517 15.2597 15.5517 15.2597 15.54 15.2597C14.9683 15.2597 14.4433 14.9563 14.1517 14.4663C13.86 13.9647 13.86 13.3463 14.1517 12.8563C14.945 11.4913 15.8667 9.93967 16.7067 8.58634C17.08 7.99134 17.7917 7.72301 18.4567 7.90967C19.1217 8.10801 19.5883 8.71467 19.5767 9.41467V13.5213H19.8333C20.3117 13.5213 20.7083 13.918 20.7083 14.3963C20.7083 14.8747 20.3117 15.2597 19.8333 15.2597Z" fill="#0072BC"></path> <path d="M17.8383 13.5101V10.0801C17.15 11.2001 16.4383 12.4017 15.7966 13.4984H17.8383V13.5101Z" fill="#0072BC"></path> </svg></div></div><div class="padding-bottom padding-small"></div><h3 class="heading-style-h6">Support</h3><div class="padding-bottom padding-small"></div><div>Represent members of all sizes and types. <br/><br/>Support best practice amongst members in their business dealings.<br/><br/>Encourage developments that assist members to connect with new and existing markets.</div></div><div class="objectives_content"><div class="objectives-icon_wrapper"><div class="icon-embed-objectives w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.33 2.33 23.33 23.33"> <path d="M14 25.667C20.4283 25.667 25.6666 20.4287 25.6666 14.0003C25.6666 7.57199 20.4283 2.33366 14 2.33366C7.57163 2.33366 2.33329 7.57199 2.33329 14.0003C2.33329 20.4287 7.57163 25.667 14 25.667ZM14.875 18.667C14.875 19.1453 14.4783 19.542 14 19.542C13.5216 19.542 13.125 19.1453 13.125 18.667L13.125 12.8337C13.125 12.3553 13.5216 11.9587 14 11.9587C14.4783 11.9587 14.875 12.3553 14.875 12.8337L14.875 18.667ZM12.9266 8.89033C12.985 8.73866 13.0666 8.62199 13.1716 8.50533C13.2883 8.40033 13.4166 8.31866 13.5566 8.26033C13.6966 8.20199 13.8483 8.16699 14 8.16699C14.1516 8.16699 14.3033 8.20199 14.4433 8.26033C14.5833 8.31866 14.7116 8.40033 14.8283 8.50533C14.9333 8.62199 15.015 8.73866 15.0733 8.89033C15.1316 9.03033 15.1666 9.18199 15.1666 9.33366C15.1666 9.48533 15.1316 9.63699 15.0733 9.77699C15.015 9.91699 14.9333 10.0453 14.8283 10.162C14.7116 10.267 14.5833 10.3487 14.4433 10.407C14.1633 10.5237 13.8366 10.5237 13.5566 10.407C13.4166 10.3487 13.2883 10.267 13.1716 10.162C13.0666 10.0453 12.985 9.91699 12.9266 9.77699C12.8683 9.63699 12.8333 9.48533 12.8333 9.33366C12.8333 9.18199 12.8683 9.03033 12.9266 8.89033Z" fill="#0072BC"></path> </svg></div></div><div class="padding-bottom padding-small"></div><h3 class="heading-style-h6">Inform</h3><div class="padding-bottom padding-small"></div><div>Inform picture buyers and the creative industry about our members' collections, products and services.<br/><br/>Provide members with relevant business information.<br/><br/>Engage with members and the creative community to share and extend industry knowledge.</div></div><div class="objectives_content"><div class="objectives-icon_wrapper"><div class="icon-embed-objectives w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="4.14 2.22 19.71 23.46"> <path d="M21.6299 4.80681L15.2133 2.40348C14.5483 2.15848 13.4633 2.15848 12.7983 2.40348L6.3816 4.80681C5.14493 5.27348 4.1416 6.72014 4.1416 8.03848V17.4885C4.1416 18.4335 4.75993 19.6818 5.51827 20.2418L11.9349 25.0368C13.0666 25.8885 14.9216 25.8885 16.0533 25.0368L22.4699 20.2418C23.2283 19.6701 23.8466 18.4335 23.8466 17.4885V8.03848C23.8583 6.72014 22.8549 5.27348 21.6299 4.80681ZM18.0599 11.3401L13.0433 16.3568C12.8683 16.5318 12.6466 16.6135 12.4249 16.6135C12.2033 16.6135 11.9816 16.5318 11.8066 16.3568L9.93994 14.4668C9.6016 14.1285 9.6016 13.5685 9.93994 13.2301C10.2783 12.8918 10.8383 12.8918 11.1766 13.2301L12.4366 14.4901L16.8349 10.0918C17.1733 9.75348 17.7333 9.75348 18.0716 10.0918C18.4099 10.4301 18.4099 11.0018 18.0599 11.3401Z" fill="#0072BC"></path> </svg></div></div><div class="padding-bottom padding-small"></div><h3 class="heading-style-h6">Protect</h3><div class="padding-bottom padding-small"></div><div>Lobby at a national and international level to protect members' interests.<br/><br/>Promote strong, fair and effective copyright and IP rights.<br/><br/>Work with other organisations in the creative industry that share our objectives.</div></div><div id="w-node-_88662843-7972-2c48-8392-5fc4bec83d79-0703d459" class="objectives_content"><h3 class="heading-style-h6">In order to fulfil its mission to support, inform and protect, BAPLA has set the following aims for</h3><div class="padding-bottom padding-small"></div><div>Provide excellent services to the membership to ensure we retain existing members, attract new members, and engage members in BAPLA's activities. This will be fulfilled by delivering a programme of monthly events throughout the year, developed with members needs and interests in mind.</div></div></div></div></div></div></section></main><div class="cc_component"><a fs-cc="manager" href="#" class="dp-cc-manager w-inline-block"><div fs-cc="open-preferences" class="dp-cc-manager_button"><div class="dp-cc-manager_text hide-mobile-landscape">Cookie-Settings</div><div class="show-mobile-landscape"><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--ic" width="currentWidth" height="currentHeight" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8c4.06 0 7.7-3.14 7.98-7.45a5.033 5.033 0 0 1-2.91-3.62zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1z" opacity=".3"></path><circle cx="10.5" cy="8.5" r="1.5" fill="currentColor"></circle><circle cx="8.5" cy="13.5" r="1.5" fill="currentColor"></circle><circle cx="15" cy="15" r="1" fill="currentColor"></circle><path fill="currentColor" d="M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10c5.89 0 10.54-5.08 9.95-11.01zM12 20c-4.41 0-8-3.59-8-8c0-3.31 2.73-8.18 8.08-8.02c.42 2.54 2.44 4.56 4.99 4.94c.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20z"></path></svg></div></div></div></a><div fs-cc-scroll="disable" fs-cc="preferences" class="dp-cc-prefs_component"><div class="fs-cc-prefs_content"><div fs-cc="close" class="dp-cc-prefs_close"><div class="dp-cc-preferences_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div><div class="dp-cc-prefs_heading">Your Privacy Choices</div><div class="dp-cc-prefs_text">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. <a href="/legal/cookie-policy" target="_blank" class="dp-cc-text-style-link">More info</a></div><div class="dp-cc-prefs_form-wrapper w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="dp-cc-prefs_form" data-wf-page-id="65717da8d27db5f40703d459" data-wf-element-id="4dad9fc0-b862-c9ac-7ee7-c358cad0edbf" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Strictly Necessary</div><div class="dp-cc-prefs_label-required">Required</div></div><div class="dp-cc-prefs_description">Cookies required to enable basic website functionality.</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Marketing</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="Marketing-2" name="Marketing-2" data-name="Marketing 2" fs-cc-checkbox="marketing" style="opacity:0;position:absolute;z-index:-1"/><span for="Marketing-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies used to deliver advertising that is more relevant to you and your interests.</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Personalization</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="Personalization-2" name="Personalization-2" data-name="Personalization 2" fs-cc-checkbox="personalization" style="opacity:0;position:absolute;z-index:-1"/><span for="Personalization-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Analytics</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="analytics" name="analytics-2" data-name="Analytics 2" fs-cc-checkbox="analytics" style="opacity:0;position:absolute;z-index:-1"/><span for="analytics-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.</div></div><div class="dp-cc-prefs_buttons-wrapper"><a fs-cc="allow" href="#" class="dp-cc-prefs_button w-button">Accept All Cookies</a><div class="dp-cc-prefs_button-group"><a fs-cc="deny" href="#" class="dp-cc-prefs_button deny w-button">Reject all</a><a fs-cc="submit" href="#" class="dp-cc-prefs_submit w-button">Save settings<br/></a></div></div></form><div class="w-form-done"></div><div class="w-form-fail"></div></div></div><div class="dp-cc-prefs_overlay"></div></div><div fs-cc="banner" class="dp-cc-banner_component"><div class="dp-cc-banner_container"><div class="dp-cc-banner_heading">Notice</div><div class="dp-cc-banner_text">We and selected third parties use cookies or similar technologies for technical purposes and, with your consent, for functionality and experience as specified in the <a href="/legal/cookie-policy" class="dp-cc-text-style-link">Cookie Policy</a>. Denying consent may make related features unavailable.<br/>You can freely give, deny, or withdraw your consent at any time.<br/>Use the “Accept all Cookies” button to consent. Use the “Reject all” button to continue without accepting.</div><div class="dp-cc-banner_text">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. <a href="#" class="dp-cc-text-style-link">More info</a></div><div class="dp-cc-banner_buttons-wrapper"><div class="dp-cc-banner_button-group"><a fs-cc="allow" href="#" class="dp-cc-banner_button accept w-button">Accept all Cookies</a><a fs-cc="deny" href="#" class="dp-cc-banner_button deny w-button">Reject all</a></div><a fs-cc="open-preferences" href="#" class="dp-cc-banner_button cookie-settings w-button">Cookie Settings<br/></a></div></div></div></div><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="padding-section-footer"><div class="footer_top-wrapper"><div class="footer_heading">Homepage picture credits</div><div class="padding-bottom padding-small"></div><div class="w-dyn-list"><div role="list" class="footer-home_hero-credits w-dyn-items"><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Margate, The Waltzer at Dreamland </div><a href="https://www.4cornersimages.com/" class="text-weight-semibold">© Carlo Irek/4Corners</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Algeria - Camel Transport. </div><a href="https://www.maryevans.com/" class="text-weight-semibold">© Mary Evans / Grenville Collins Postcard Collection</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Man falling into water underwater ballet dancer </div><a href="https://arcangel.com/?" class="text-weight-semibold">© Tina Gutierrez/ Arcangel Images</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Harrison's marine timekeeper H4 </div><a href="https://images.rmg.co.uk/" class="text-weight-semibold">© National Maritime Museum, Greenwich, London</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Cat Ballet, undated. Max Raffler. AKG571081</div><a href="https://www.akg-images.co.uk/" class="text-weight-semibold">© akg-images</a><div> ● </div></div></div></div></div><div class="line-divider_footer"></div><div class="footer_center-wrapper"><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">About BAPLA</div><a href="/what-we-do" aria-current="page" class="footer_link w--current">What We Do</a><a href="/join-us" class="footer_link">Join Us</a><a href="/executive-board" class="footer_link">Executive Board</a><a href="/consultation-responses" class="footer_link">Consultation Responses</a><a href="/code-of-best-practice" class="footer_link">Code of Best Practice</a><a href="/best-practice-procedure" class="footer_link">Best Practice Procedures</a><a href="/jobs" class="footer_link">Jobs</a><a href="/contact" class="footer_link">Contact</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">Image Suppliers</div><a href="/image-suppliers" class="footer_link">All Image Suppliers</a><a href="/media-researchers" class="footer_link">Media Researchers</a><a href="/media-buying-resources" class="footer_link">Media Buying Resources</a><a href="/image-request" class="footer_link">Image Request</a><a href="/orphan-works-search" class="footer_link">Orphan Works Search</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">News & Events</div><a href="/news" class="footer_link">News</a><a href="/events" class="footer_link">Events</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">Member Resources</div><a href="/members/industry-suppliers" class="footer_link">Industry Suppliers</a><a href="/members/downloads" class="footer_link">Download Member Resources</a><a href="/members/member-faq" class="footer_link">BAPLA Members FAQ</a><a href="/members/picsel" class="footer_link">PICSEL</a><a href="/members/brexit" class="footer_link">Brexit</a></div></div><div class="line-divider_footer"></div><div class="footer_bottom-wrapper"><div class="w-layout-grid footer_legal-list"><a href="/legal/terms-conditions" class="footer_legal-link">Terms & Conditions</a><a href="/legal/cookie-policy" class="footer_legal-link">Cookie Policy</a><a href="/legal/privacy-policy" class="footer_legal-link">Privacy Policy</a><a href="https://twitter.com/baplaUK" target="_blank" class="footer_legal-link">X</a><a href="https://www.linkedin.com/company/bapla/" target="_blank" class="footer_legal-link">LinkedIn</a></div><div class="footer_credit-text">© BAPLA <span fs-hacks-element="year">2024</span> | Website by <a href="https://mazecreative.co.uk/" target="_blank" class="footer-text-style-link">Maze Creative</a></div></div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65717da8d27db5f40703d39a" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.schunk.b7cad701f94860c2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.schunk.bb82f86b7ecc651b.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.6c8ca9f6.c021a8469a97209b.js" type="text/javascript"></script><!-- Finsweet Hacks in Typescript --> <!-- Hack #14 - current year --> <script> 'use strict'; // when the DOM is ready document.addEventListener('DOMContentLoaded', function () { // set the fs-hacks selector const YEAR_SELECTOR = '[fs-hacks-element="year"]'; // get the the span element const yearSpan = document.querySelector(YEAR_SELECTOR); if (!yearSpan) return; // get the current year const currentYear = new Date().getFullYear(); // set the year span element's text to the current year yearSpan.innerText = currentYear.toString(); }); </script> <!-- End Finsweet Hacks in Typescript --> <!-- Google Tag Manager (noscript) --> <!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MPZ62L6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> --> <!-- End Google Tag Manager (noscript) --> <!-- Modal 1 - Close on ESC button --> <script> // Add an event listener for the Escape key document.addEventListener("keydown", function(event) { if (event.key === "Escape") { var link = document.querySelector(".modal-close-button.open"); if (link) { link.click(); } } }); </script> <!-- [Class Adder by Finsweet] --> <script> // when DOM is ready document.addEventListener('DOMContentLoaded', () => { // on .modal-open-button click document.querySelectorAll('.modal-open-button').forEach(trigger => { trigger.addEventListener('click', function(){ // on every click document.querySelectorAll('.modal-close-button').forEach(target => target.classList.add('open')); }); }); // on .modal-close-button click document.querySelectorAll('.modal-close-button').forEach(trigger => { trigger.addEventListener('click', function(){ // on every click document.querySelectorAll('.modal-close-button').forEach(target => target.classList.remove('open')); }); }); }); </script> <!-- End Modal 1 - Close on ESC button --> <!-- Start Events Speakers Columns Fix --> <script> $(document).ready(function() { $('.event-content_speakers-list-wrap').each(function() { if ($(this).children().length <= 2 ) { $(this).css({'column-count':'1'}); } }); }); </script> <!-- End Events Speakers Columns Fix --></body></html>