CINXE.COM
Terms & Conditions | Brew Digital
<!doctype html> <html lang="en" class="antialiased scroll-smooth scroll-pt-4"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <link rel="preload" as="style" href="https://brewdigital.com/build/assets/site-CbNo4ub4.css" /><link rel="preload" as="style" href="https://brewdigital.com/build/assets/site-CadXE96n.css" /><link rel="modulepreload" href="https://brewdigital.com/build/assets/site-CCK3RKxN.js" /><link rel="stylesheet" href="https://brewdigital.com/build/assets/site-CbNo4ub4.css" /><link rel="stylesheet" href="https://brewdigital.com/build/assets/site-CadXE96n.css" /><script type="module" src="https://brewdigital.com/build/assets/site-CCK3RKxN.js"></script> <!-- statamic-peak-seo::snippets/_seo.antlers.html --> <title> Terms & Conditions | Brew Digital </title> <meta name="description" content="The terms and conditions govern your access and use of Brew Digital website."> <link rel="alternate" hreflang="en-GB" href="https://brewdigital.com/terms-and-conditions"> <link rel="canonical" href="https://brewdigital.com/terms-and-conditions"> <meta property="og:site_name" content="Brew Digital"> <meta property="og:type" content="website"> <meta property="og:locale" content="en_GB"> <meta property="og:url" content="https://brewdigital.com/terms-and-conditions"> <meta property="og:title" content="Terms & Conditions | Brew Digital"> <meta property="og:description" content="The terms and conditions govern your access and use of Brew Digital website."> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} </script> <script> gtag('consent', 'default', { 'analytics_storage': 'denied', 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'wait_for_update': 1500 }); </script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KTM24FD')</script> <script src="https://cdn.usefathom.com/script.js" site="YEBUDDPW" defer></script> <!-- End: statamic-peak-seo::snippets/_seo.antlers.html --> <!-- /snippets/_browser_appearance.antlers.html --> <link rel="icon" href="https://cdn.brewdigital.com/favicons/brew_shape.svg" type="image/svg+xml"> <link rel="icon" href="/favicons/default/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicons/default/favicon-16x16.png" sizes="16x16"> <link rel="icon" href="/favicons/default/favicon-32x32.png" sizes="32x32"> <link rel="manifest" href="https://brewdigital.com/site.webmanifest"> <!-- End: /snippets/_browser_appearance.antlers.html --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800;900&display=swap" rel="stylesheet"> </head> <body class="overflow-x-hidden"> <!-- statamic-peak-seo::components/_consent_banner.antlers.html --> <div class="fixed z-[9999] inset-0 m-auto w-full h-full bg-black/60" x-data="consentBanner" x-show="!$store.consentBanner.getConsent()" x-transition x-cloak tabindex="-1" role="dialog" aria-modal="true" aria-labelledby="overlay-title" > <div class=" fixed z-50 inset-x-[1rem] bottom-[1rem] md:bottom-[2rem] max-h-[calc(100vh-2rem)] md:max-h-[calc(100vh-4rem)] md:w-[25rem] flex flex-col stack-2 p-6 bg-white border border-neutral/10 rounded-lg shadow-xl overflow-auto overscroll-contain md:right-auto md:left-[2rem] " > <h2 class="text-2xl font-bold" id="overlay-title">Consent</h2> <p class="font-bold text-neutral mb-4"> This site uses third party services that need your consent. </p> <div class="stack-space-4 flex flex-col gap-3"> <template x-for="type in $store.consentBanner.getConsentTypes()"> <div class="stack-1 pb-3.5 border-b border-neutral/10"> <label class="inline-flex mb-0" :class="type.disabled ? 'cursor-not-allowed' : 'cursor-pointer'"> <template x-if="type.disabled"> <input class="mr-2 mt-1 w-4 h-4 rounded !border-neutral text-primary opacity-50 cursor-not-allowed" type="checkbox" :name="type.handle" checked disabled> </template> <template x-if="!type.disabled" class="mt-3.5"> <input class="mr-2 mt-1 w-4 h-4 rounded border-neutral text-primary focus:border-primary cursor-pointer transition-colors duration-300" type="checkbox" :name="type.handle" x-model="type.value"> </template> <span class="flex flex-col gap-0.5"> <span class="font-bold text-sm" x-html="type.title"></span> <span class="text-xs font-normal" x-html="type.explanation"></span> </span> </label> <template x-if="type.services"> <div x-data="{ expanded: false }" class="stack-1 ml-11 mt-1 text-xs"> <button @click="expanded = !expanded" class="inline underline text-primary hover:opacity-60 transition-opacity duration-300">More information</button> <ul x-show="expanded" x-collapse class="list-disc list-inside"> <template x-for="service in type.services"> <li x-text="service" class="mt-1"></li> </template> </ul> </div> </template> </div> </template> </div> <div class="stack-space-4 flex flex-wrap md:justify-end gap-3 mt-3"> <button @click="$store.consentBanner.acceptAll()" type="button" class="inline-block py-2 px-3 bg-black text-white text-xs font-bold rounded-md border-2 border-black hover:text-black hover:bg-brew-yellow hover:border-brew-yellow transition-colors duration-300"> Accept all </button> <button @click="$store.consentBanner.saveConsent()" type="button" class="inline-block py-2 px-3 bg-black text-white text-xs font-bold rounded-md border-2 border-black hover:text-black hover:bg-brew-yellow hover:border-brew-yellow transition-colors duration-300"> Accept selected </button> <button @click="$store.consentBanner.rejectAll()" type="button" class="inline-block py-2 px-3 bg-white text-black text-xs font-bold rounded-md border-2 border-black hover:bg-brew-yellow hover:border-brew-yellow transition-colors duration-300"> Reject all </button> </div> <script> let consentData = { "consent": false, "date": null, "consent_api": true, "custom_scripts": false, "types": [ { "value": true, "handle": "functionalCookies", "title": "Functional", "explanation": "First party cookies needed for the website to function. These can't be turned off.", "disabled": true }, { "value": false, "handle": "analyticsStorage", "title": "Analytics", "explanation": "Storage (like third party cookies) used for analytics.", "consent_api": true, "consent_api_handle": "analytics_storage", "services": [ "Google Analytics", ] }, { "value": false, "handle": "adStorage", "title": "Ads & tracking", "explanation": "Storage (like third party cookies) used for advertisement.", "consent_api": true, "consent_api_handle": "ad_storage", "services": [ "Google Tag Manager", ] }, { "value": false, "handle": "adUserData", "title": "User data", "explanation": "Send user data related to advertising to Google.", "consent_api": true, "consent_api_handle": "ad_user_data", "services": [ "Google Tag Manager", ] }, { "value": false, "handle": "adPersonalization", "title": "Ad personalization", "explanation": "Get personalized advertising.", "consent_api": true, "consent_api_handle": "ad_personalization", "services": [ "Google Tag Manager", ] }, { "value": false, "handle": "embeds", "title": "Video embeds", "explanation": "Third party cookies used for embedded media that can possibly track you.", "services": [ "YouTube", ], }, ] } </script> <script> document.addEventListener('alpine:init', () => { Alpine.store('consentBanner', { data: Alpine.$persist(consentData).as('consentBannerDefault'), acceptAll() { this.data.types.forEach((type) => type.value = true) this.saveConsent() }, getConsent() { return this.data.consent }, getConsentAPIValues() { return this.data.types.filter((type) => { return type['consent_api'] === true }).reduce((acc, type) => { acc[type.consent_api_handle] = type.value ? 'granted' : 'denied'; return acc; }, {}); }, getCustomScripts() { return this.data.types.filter((type) => type.hasOwnProperty('script_fragments') && type.value); }, getConsentDate() { return this.data.date }, getConsentTypes() { return this.data.types }, getConsentValue(handle) { return this.data.types.filter((type) => { return type['handle'] === handle })[0]['value'] }, invalidate() { this.data = consentData }, rejectAll() { this.data.types.forEach((type) => type.value = false) this.saveConsent() }, revokeConsent() { this.data.consent = false this.data.date = null }, saveConsent() { this.data.consent = true this.data.date = Math.floor(Date.now() / 1000) }, useConsentAPI() { return this.data.consent_api }, useCustomScripts() { return this.data.custom_scripts }, useEmbeds() { return this.data.embeds } }) Alpine.data('consentBanner', () => { return { data: Alpine.store('consentBanner').data, init() { if (true && Alpine.store('consentBanner').getConsentDate() < '1733860800') { Alpine.store('consentBanner').invalidate() } if (Alpine.store('consentBanner').useConsentAPI() && Alpine.store('consentBanner').getConsent()) { gtag('consent', 'update', Alpine.store('consentBanner').getConsentAPIValues()) } if (Alpine.store('consentBanner').useConsentAPI()) { this.$watch('data.consent', value => value && gtag('consent', 'update', Alpine.store('consentBanner').getConsentAPIValues())) } if (Alpine.store('consentBanner').useCustomScripts() && Alpine.store('consentBanner').getConsent()) { this.runCustomScripts() } if (Alpine.store('consentBanner').useCustomScripts()) { this.$watch('data.consent', value => value ? this.runCustomScripts() : this.removeCustomScripts()) } }, runCustomScripts() { Alpine.store('consentBanner') .getCustomScripts() .flatMap(script => script.script_fragments) .forEach(script => { const tag = document.createElement('script') script.type === 'script_tag' ? tag.src = script.source : tag.text = script.inline_script tag.defer = script.defer tag.async = script.async script.attributes.forEach(attribute => tag.setAttribute(attribute.key, attribute.value)) document.head.appendChild(tag) this.$el.addEventListener(`remove-custom-scripts-${script.category}`, () => tag.remove(), {once: true}) }) }, removeCustomScripts() { Alpine.store('consentBanner') .getCustomScripts() .forEach(script => this.$dispatch(`remove-custom-scripts-${script.handle}`)) } } }) }) </script> </div> </div> <!-- End: statamic-peak-seo::components/_consent_banner.antlers.html --> <!-- statamic-peak-tools::snippets/_noscript.antlers.html --> <noscript> <style> nav.hidden, nav ul [x-cloak], nav ul li ul { display: block !important; } </style> <p class="relative z-50 py-3 px-4 bg-gray-100 border-b border-gray-200 text-center font-bold text-xs text-gray-600">This website requires Javascript for some parts to function properly. Your experience may vary.</p> </noscript> <!-- End: statamic-peak-tools::snippets/_noscript.antlers.html --> <!-- statamic-peak-tools::navigation/_skip_links.antlers.html --> <div class="z-50 text-sm font-bold text-white [&_a]:fixed [&_a]:px-4 [&_a]:py-2 [&_a]:-translate-y-24 [&_a]:opacity-0 [&_a]:top-4 [&_a]:left-8 [&_a]:bg-primary [&_a]:focus-visible:translate-y-0 [&_a]:focus-visible:opacity-100 [&_a]:outline-primary [&_a]:motion-safe:transition-transform"> <a href="#content">Skip to content</a> </div> <!-- End: statamic-peak-tools::navigation/_skip_links.antlers.html --> <!-- statamic-peak-tools::components/_toolbar.antlers.html --> <!-- End: statamic-peak-tools::components/_toolbar.antlers.html --> <nav id="navbar" class="font-bold text-3xl fixed left-0 right-0 top-0 z-[1001] bg-brew-yellow text-black duration-0 lg:duration-300 ease-in-out"> <div id="nav" class="flex flex-col justify-between w-full flex-grow-1 lg:flex-row lg:items-center relative h-20 lg:h-28 bg-inherit"> <div class="flex flex-row justify-between items-center w-full lg:max-w-[1536px] mx-auto py-4 px-6 relative bg-inherit"> <a href="/" class="inline-block w-28 lg:w-44 transition-transform duration-300 hover:scale-105" id="logo"> <svg width="100%" height="100%" viewBox="150 50 1000 400" fill="currentcolor" class="" aria-hidden="true" focusable="false"> <defs> </defs> <style type="text/css"> .st0{fill:#FF6633;} .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FF6633;} .st2{opacity:0.5;fill:none;stroke:#000000;stroke-width:2.47;stroke-miterlimit:10;enable-background:new ;} .st3{fill-rule:evenodd;clip-rule:evenodd;} </style> <g> <circle class="st0" cx="244.3" cy="279.6" r="25.2"/> <path class="st1" d="M210,195.2c13.9,0,25.2,11.3,25.2,25.2c0,8.6-4.3,16.2-10.8,20.7c-13.9,7.2-23.3,21.6-23.4,38.3 c0,14.2-11.3,25.5-25.2,25.5s-25.2-11.3-25.2-25.2c0-9.8,5.6-18.2,13.7-22.4c12.1-7.4,20.2-20.7,20.6-35.8v-1l0,0 C184.8,206.5,196.1,195.2,210,195.2L210,195.2z"/> </g> <line class="st2" x1="330.3" y1="210.1" x2="330.3" y2="289.9"/> <g> <path d="M729.1,183.6L715,80.9l-31.3,7.6l15.5,82.3l15.2,79.2l26.6,0l17.6-100.3l0.8-0.1L776.9,250l26.8,0l30.5-198l-31.3,7.6 l-14.1,118.9l-0.8,0.1L771.3,67.3l-24.6,6l-16.7,110.3L729.1,183.6z"/> <path d="M700.9,250l-7-36.1l-46.2,2.7v-26l40.9-4l-6.8-34.7l-34.1,5v-25.1l29.1-5.6l-6.7-34.3l-50.5,11.6l0,0.6l0,0V250H700.9z"/> <path class="st3" d="M524.7,127.1v122.8l28,0v-42.8l9.7-0.8l18.1,43.6l30.5,0l-21-51.7c5.4-4,9.6-9.4,12.6-16.2 c3.3-7.4,4.9-16.2,4.9-26.5c0-10.1-1.6-18.5-4.8-25.1c-3.2-6.5-7.7-11-13.4-13.4c-5.8-2.4-12.5-2.6-20.1-0.7L524.7,127.1z M552.8,179.8l9.9-1.3c3.3-0.4,6.1-1.3,8.4-2.7c2.4-1.4,4.2-3.4,5.4-5.9c1.3-2.6,1.9-5.8,1.9-9.6c0-3.9-0.6-6.9-1.9-9.1 c-1.2-2.2-3-3.7-5.4-4.4c-2.3-0.7-5.1-0.8-8.4-0.2l-9.9,1.9V179.8z"/> <path class="st3" d="M429.9,249.9v-99.7l44.8-10.9c7.9-1.9,14.5-2.3,19.8-1.3c5.4,1.1,9.4,3.6,12.2,7.4c2.8,3.9,4.1,8.8,4.1,14.9 c0,4.4-0.8,8.5-2.5,12.4c-1.6,3.8-4,7.2-7,10c-3,2.8-6.5,4.8-10.5,6.3v1.1c4.4-0.4,8.5,0.4,12.1,2.3c3.6,1.9,6.5,4.9,8.7,8.8 c2.2,4,3.2,8.8,3.2,14.5c0,6.6-1.5,12.5-4.4,17.7c-2.9,5.2-7.1,9.2-12.5,12.1c-5.4,2.9-11.9,4.3-19.4,4.2L429.9,249.9z M457.9,226.8l13.1-0.7c4.7-0.2,8.2-1.4,10.6-3.4c2.4-2.1,3.5-5,3.5-8.8c0-2.7-0.6-4.8-1.7-6.6c-1.1-1.7-2.7-3-4.7-3.7 c-2-0.7-4.5-1-7.3-0.7l-13.5,1.4V226.8z M457.9,186.4l11.5-1.7c2.5-0.4,4.6-1.1,6.5-2.2c1.9-1.1,3.3-2.5,4.4-4.3 c1.1-1.8,1.6-3.8,1.6-6.1c0-3.5-1.1-5.9-3.4-7.3c-2.3-1.4-5.2-1.8-8.7-1.1l-11.9,2.3V186.4z"/> <path d="M610.9,283.1c-6.1-11.6-14.5-18.5-23.3-21.1c-8.8-2.7-17.9-1-25,4.1c-14.7,9.9-22.7,30.6-22,54.6 c0.1,19,5.1,37.8,16.2,52.1c6,8,13.4,13.4,21.4,15.8c8,2.4,16.4,1.7,24.4-2.4l0,0l6.7-3.8v-62.1l-35.2-3.8V343l12,1.8V356 c-5.5,1-10.6-1.9-12.7-4.7l0,0l0,0c-3.8-4.9-7.3-14.9-7.3-28.4v-0.3l0-0.8c-0.2-7.7,1-14.1,2.7-18.8c1.7-4.8,4-7.8,5.9-9l0,0l0,0 c1.6-1.1,4.4-1.9,7.7-0.9c3.3,1,7.4,3.8,11.5,10.6l1.6,2.6l16.2-22L610.9,283.1z"/> <path d="M805.2,264.9v142.4l32.3,6.1V448l-50.6-12.2l-7.4-53.1V265L805.2,264.9z"/> <path class="st3" d="M776,433.2l-23.2-5.6l-4.6-31.3l-22.8-4.5l-4.6,28l-24.7-6l26.9-148.8l27.7,0l15.2,94.5L776,433.2z M731,357.8 l5.9-37l5.9,38.7L731,357.8z"/> <path d="M709.3,265.1v36.3l-17.6-0.9v112.3l-25.4-6.1V299.2l-17.6-0.9v-33.1L709.3,265.1z"/> <path d="M643.1,401V265.2l-25.7,0v129.5L643.1,401z"/> <path d="M535.5,265.4V375l-25.7-6.2V265.4L535.5,265.4z"/> <path class="st3" d="M484.7,271.4c-6.4-4-13.9-5.9-22.4-5.9l-32.4,0.1v83.9l32.2,7.8c8.4,2,15.9,2,22.3-0.5l0,0l0,0 c6.5-2.6,11.4-7.5,14.8-14.4l0,0l0,0c3.4-7,5.1-15.8,5.1-26.1c0-10.4-1.7-19.5-5.1-27.2l-0.2-0.4l0,0 C495.7,281.1,490.9,275.4,484.7,271.4L484.7,271.4L484.7,271.4z M455.6,331.8v-42.5l5.5,0.3c3.9,0.2,7.1,1.1,9.6,2.5 c2.4,1.4,4.3,3.6,5.7,7l0,0c1.4,3.4,2.1,8.2,2.1,14.5c0,6.3-0.7,10.9-2.1,13.9l0,0c-1.3,3-3.1,4.6-5.2,5.3c-2.3,0.8-5.3,0.9-9,0.2 L455.6,331.8z"/> </g> <line class="cls-4" x1="345.79" y1="213.64" x2="345.79" y2="293.51"/> </svg> <span class="sr-only">Brew Digital</span> </a> <div class="lg:hidden"> <button id="hamburger" onclick='menuToggle()'> <svg width="30" height="24" viewBox="0 0 30 24" fill="currentcolor" class="" > <rect width="30" height="4"/> <rect y="10" width="30" height="4"/> <rect y="20" width="30" height="4"/> </svg> </button> <button class="hidden" id="menuClose" onclick='menuToggle()'> <svg width="26" height="26" viewBox="0 0 26 26" fill="currentcolor" class="" > <rect x="3.80762" y="0.979185" width="30" height="4" transform="rotate(45 3.80762 0.979185)" /> <rect x="0.979248" y="22.1924" width="30" height="4" transform="rotate(-45 0.979248 22.1924)" /> </svg> </button> </div> <div id="menu" class="bg-inherit absolute top-20 right-0 h-screen lg:h-auto lg:flex lg:items-center lg:right-8 lg:top-0 lg:bottom-0 lg:my-auto transition-all duration-300 shadow-lg lg:shadow-none translate-x-full lg:!translate-x-0"> <ul class="h-full lg:h-fit flex flex-col lg:flex-row gap-4 lg:gap-8 text-2xl lg:text-xl py-4 px-8 lg:!p-0 w-72 lg:w-fit"> <li> <a href="/case-studies" class="inline-block py-2 transition-all duration-300 hover:text-brew-grey-500" > Work </a> </li> <li> <a href="/services" class="inline-block py-2 transition-all duration-300 hover:text-brew-grey-500" > Services </a> </li> <li> <a href="/about-us" class="inline-block py-2 transition-all duration-300 hover:text-brew-grey-500" > About </a> </li> <li> <a href="/careers" class="inline-block py-2 transition-all duration-300 hover:text-brew-grey-500" > Careers </a> </li> <li> <a href="/resources" class="inline-block py-2 transition-all duration-300 hover:text-brew-grey-500" > Resources </a> </li> <li class="lg:border-2 lg:rounded-md text-left w-fit transition-all duration-300 hover:text-brew-grey-500 hover:border-brew-grey-500 border-black"> <a href="/contact" class="inline-block lg:px-8 lg:py-2 contact" > Contact </a> </li> </ul> </div> </div> </div> </nav> <script> const links = document.querySelectorAll('nav ul li a'); links.forEach((link) => { link.href === window.location.href && link.setAttribute('aria-current', 'page'); window.location.pathname.split("/").includes("contact") && link.classList.add('border-none'); }); const nav = document.getElementById('nav'); const menu = document.getElementById('menu'); const logo = document.getElementById('logo'); const hamburger = document.getElementById('hamburger'); const menuClose = document.getElementById('menuClose'); let menuOpen = false; let isFixed = true; let lastPos = window.scrollY; let isAnimationFinished = true; if (window.location.pathname === '/' && document.body.clientWidth >= 1024) { logo.classList.add('hidden'); } window.addEventListener('resize', () => { if (window.location.pathname === '/' && document.body.clientWidth < 1024) { logo.classList.remove('hidden'); } if (window.location.pathname === '/' && document.body.clientWidth >= 1024 && window.scrollY <= 0) { logo.classList.add('hidden'); } }); document.addEventListener('scroll', () => { isFixed = lastPos > window.scrollY; lastPos = window.scrollY; // At top of page if (window.scrollY <= 0 && document.body.clientWidth >= 1024) { if (window.location.pathname === '/') { logo.classList.add('hidden') } } // Scrolling up if (isFixed && window.scrollY > nav.clientHeight) { logo.classList.remove('hidden'); } // Scrolling down if (!isFixed) { navbar.classList.remove('bg-opacity-0'); navbar.classList.add('bg-opacity-1'); logo.classList.remove('hidden'); } }); function menuToggle() { if (menuOpen) { menu.classList.remove('menu-open'); hamburger.classList.toggle('hidden'); menuClose.classList.toggle('hidden'); } else { menu.classList.add('menu-open'); hamburger.classList.toggle('hidden'); menuClose.classList.toggle('hidden'); } menuOpen = !menuOpen; } document.addEventListener('keydown', function (event) { if (event.key === 'Escape') { if (menu && menu.classList.contains('menu-open')) { menuToggle(); } } }); </script> <main> <!-- Title --> <section class="max-w-6xl mx-auto pt-48 md:pt-60 pb-10 px-8 xl:px-0 flex gap-x-5 items-center"> <h1 class="font-bold text-4xl md:text-5xl">Terms & Conditions</h1> <div class="hidden md:block h-2 bg-black w-24 mt-1"></div> </section> <!-- Policy content --> <div class="max-w-6xl mx-auto bg-white rounded-md mb-20"> <!-- /page_builder/_article.antlers.html --> <section class="lg:container grid grid-cols-1 lg:grid-cols-12 p-0 md:gap-x-8 mx-auto"> <!-- meta info--> <div class="col-span-2 relative"> <!-- --> <aside class="w-full px-8 lg:px-0 lg:w-44 lg:mt-12 mb-12 lg:mb-20 sticky top-40"> <!-- black bar --> <h5 class="mb-1 text-sm"></h5> <!-- author --> <p class="text-2xl mb-5 font-bold"> </p> <!-- category --> <ul class="font-bold"> </ul> </aside> <!-- --> <!-- --> <aside class="w-full px-8 lg:px-0 lg:w-44 lg:mt-12 mb-12 lg:mb-20 sticky top-32"> <!-- black bar --> <div class="hidden lg:block w-full bg-black h-1 mb-4"></div> <h5 class="mb-2 text-lg font-bold">Last updated</h5> <p>October 25th, 2022</p> </aside> </div> <!-- article content --> <div class="px-8 col-span-1 md:col-span-10 xl:col-span-8"> <!-- /typography/_prose.antlers.html --> <article class=" prose prose-a:text-primary hover:prose-a:text-primary focus:prose-a:outline-none focus-visible:prose-a:ring focus-visible:prose-a:ring-primary focus-visible:prose-a:rounded-sm prose-blockquote:border-primary prose-figure:my-0 prose-headings:text-primary prose-hr:border-neutral prose-lead:text-neutral prose-li:marker:text-neutral prose-pre:whitespace-pre-wrap prose-strong:text-neutral max-w-none contents " > <!-- /components/_text.antlers.html --> <div class="size-md"> <h3><strong>1. Terms of use</strong></h3><p>These terms and conditions (“Terms”) shall govern your access and use of this website (www.brewdigital.com) together with any sub-sites (each a “Website” and collectively the “Websites”), as well as your access and use of related Materials (as defined below) on the Websites. The Websites are operated by Clever Consultants Limited, a company incorporated in England and Wales (company number 09932573) (trading as “Brew Digital”). Brew Digital is a subsidiary of Adaptavist Group Limited (UK company number 06878779). Adaptavist Group Limited and its affiliates and subsidiaries are together known as “Adaptavist Group”. Adaptavist Group may in turn manage aspects of the Websites. Each individual Website may also contain notices or supplementary terms and conditions of various forms, in which case terms outlined in such notices or terms and conditions, in combination with the terms below, shall then constitute the “Terms.” If there is a conflict between the notices or supplementary terms found on an individual Website and the terms below, the notices or supplementary terms on an individual Website shall take precedence with respect to your use of that Website. By accessing or using a Website or the Materials provided on a Website, you agree to follow and be bound by these Terms, as well as Brew Digital’s Privacy Policy. Brew Digital or Adaptavist Group may update these Terms from time to time without notice to you. Amendments to these Terms will be effective upon publication to the relevant Website and operate as a condition of your continued use of the Website or Materials. You must review Brew Digital’s Terms whenever you use a Website or Materials. Use of the Websites will be subject to the current version of the Terms available on the Website at the time of such use.</p><h3><strong>2. General Use Restrictions</strong></h3><p>All products, goods, software, scripts, and services (including hosted software as a service or similar services) created by Brew Digital or Adaptavist Group are known as the “Software”. All documents, web pages, logos, blogs, videos, graphics, sounds or images are known as “Content.” Software and Content, together with anything else on the Website, are known as “Materials,”; all Materials on the Websites were provided by Brew Digital or by the respective manufacturers, authors, developers and vendors of the Materials (the “Third Party Providers”). All Materials are the copyrighted work of Brew Digital and/or the Third Party Providers. Except as stated herein or expressly on a Website, none of the Materials may be copied, reproduced, distributed, republished, downloaded, displayed, posted or transmitted in any form or by any means, including, but not limited to, electronic, mechanical, photocopying, recording, or otherwise, without the prior express written permission of Brew Digital and, if applicable, the Third Party Provider. For avoidance of doubt, you also may not, without Brew Digital’s prior express written permission, link to or “mirror” any Website or any Material contained on a Website.</p><h3><strong>2.1. No License</strong></h3><p>Furthermore, nothing on the Websites shall be construed as conferring any license under any of Brew Digital, any member of Adaptavist Group, or any Third Party Provider’s intellectual property rights, whether by estoppel, implication, or otherwise. You acknowledge sole responsibility for obtaining any such licenses.</p><h3><strong>2.2. Unauthorised or unlawful use</strong></h3><p>Any unauthorised use of any Materials contained on the Websites may violate copyright laws, intellectual copyright laws, trademark laws, the laws of privacy and publicity, and various regulations and statutes. You agree not to use this site nor any Materials for any unlawful purposes, or for any purposes that would violate the Terms.</p><h3><strong>2.3. Your content</strong></h3><p>You agree that any material that you upload or otherwise share on or through the Websites is material for which you have the right and authority to share. Unless otherwise specifically stated in these Terms, you grant Brew Digital and Adaptavist Group Limited a worldwide, perpetual, royalty-free, irrevocable, nonexclusive, fully sublicensable license to use, reproduce, modify, adapt, translate, publish, publicly perform, publicly display, broadcast, transmit and distribute the material for whatever purposes, commercial or otherwise, Brew Digital or Adaptavist Group Limited chooses.</p><h3><strong>2.4. Your use of the site</strong></h3><p>You agree to use the Website in a reasonable and obvious way for which it was established, and not in any way that might overload or stress the site. You furthermore agree not to attempt to reverse engineer any part of the site or gain access to areas of the site or Materials to which you are not clearly entitled.</p><h3><strong>3. Third Party Content Disclaimer</strong></h3><p>Materials provided by Third Party Providers have not been independently authenticated in whole or in part by Brew Digital. Brew Digital is committed to respecting others’ intellectual property rights, and we require our users to do the same. Brew Digital may, at its sole discretion, terminate the accounts or access rights of users who infringe or otherwise violate others’ intellectual property rights. If you believe that your work has been copied in a way that constitutes copyright infringement on our Websites, please contact us at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5139343d3d3e11332334263538363825303d7f243a">[email protected]</a>.</p><h3><strong>4. Links to Third Party Sites</strong></h3><p>The Websites may be linked to other websites which are not under the control of and are not maintained by Brew Digital. Brew Digital is not responsible for the content of those sites. Brew Digital is providing these links to you only for your convenience, and the inclusion of any link to such sites does not imply endorsement by Brew Digital of those sites. You bear all risks associated with your access, or use, of those sites and any third party content, products and services available on or by means of those sites.</p><h3><strong>5. Disclaimer of Warranty</strong></h3><p>Unless otherwise explicitly stated, the Websites and Materials are provided 'as is', and all express or implied conditions, representations and warranties, including any implied warranty of merchantability, accuracy, fitness for a particular purpose, or non-infringement are disclaimed to the maximum extent permitted by law. Brew Digital makes no representations, warranties or guarantees as to the quality, suitability, truth, accuracy or completeness of any of the Content, nor that access to or use of the Websites or any Software shall be uninterrupted or without delays or errors.</p><h3><strong>6. Limitation of Liability and Exclusion of Consequential Loss</strong></h3><p>Neither Brew Digital or any member of Adaptavist Group shall be liable for any loss or interruption of business, revenue, profits, use, data, wasted expenditure or other economic disadvantage, nor any indirect, punitive, special, incidental, or consequential damages suffered as a result of using the Websites, or the Materials provided on a Website. You shall hold Brew Digital and all members of Adaptavist Group harmless from any claims by yourself or your customer(s) for such losses. The remedies set forth herein are exclusive to the greatest extent permitted by law, and Brew Digital and all members of Adaptavist Group’s aggregate liability whether for breach of contract, tort (including negligence), strict liability, statutory duty or any other legal basis shall not exceed $10 (Ten US Dollars) and you shall hold Brew Digital and all members of Adaptavist Group harmless for all losses in excess of this sum. The foregoing exclusions and limitations of liability shall apply however such liability arises, whether for breach of contract, tort (including negligence), strict liability, statutory duty or any other legal basis, even if Brew Digital has been previously advised of the possibility of such damage.</p><h3><strong>7. Indemnity</strong></h3><p>You agree to indemnify and hold harmless Brew Digital and all members of Adaptavist Group and their officers, directors, employees and agents from and against any and all claims, liabilities, damages, losses or expenses, including attorneys' fees and costs, due to or arising out of any material that you share, your violation of these Terms, or any additional rules, guidelines or terms of use posted for a specific area of a Website or Material provided on or through a Website, or your violation or infringement of any third party rights, including intellectual property rights.</p><h3><strong>8. Local Laws; Export Control</strong></h3><p>Brew Digital’s parent company, Adaptavist Group Limited, controls the Websites from England, United Kingdom and makes no representation that the Materials are appropriate or available for use in locations other than the United Kingdom. If you use the Websites from other locations, you are responsible for compliance with applicable local laws including but not limited to the export and import regulations of other countries. You acknowledge and agree that Materials are subject to the Laws of England and Wales. You agree that none of the Materials, nor any direct product therefrom, is being or will be acquired for, shipped, transferred, or re-exported, directly or indirectly, to proscribed or embargoed countries or their nationals, nor be used for nuclear activities, chemical biological weapons, or missile projects unless authorised by the UK Government and the US Government.</p><h3><strong>9. Applicable Law</strong></h3><p>Any action related to these Terms will be governed by the law of England and Wales. Any disputes relating to these Terms will be governed by and construed in accordance with the applicable laws of England and Wales and shall be submitted to the exclusive jurisdiction of the English courts. Notwithstanding the foregoing, Adaptavist may bring a claim for equitable relief in any court with proper jurisdiction. If any of these terms are found to be inconsistent with applicable law, then such term shall be interpreted to reflect the intentions of the parties and no other terms will be modified. Adaptavist Group Limited and Brew Digital’s failure to enforce any of the terms in these Terms is not a waiver of such terms. The Terms are the entire agreement between you and Brew Digital and supersede all prior or contemporaneous negotiations, discussions or agreements, written or oral, between you and Brew Digital about the Websites and Materials. The proprietary rights, disclaimer of warranties, indemnities and limitations of liability shall survive any termination of the Terms.</p><h3><strong>10. Changes to the Websites</strong></h3><p>These Terms represent the entire understanding relating to the use of the Websites and prevail over any prior contemporaneous, conflicting or additional communications. Brew Digital may revise these Terms at any time without notice by updating the Websites and it is your responsibility to check these terms from time to time. .</p> </div> <!-- End: /components/_text.antlers.html --> </article> <!-- End: /typography/_prose.antlers.html --> </div> </section> <!-- End: /page_builder/_article.antlers.html --> </div> </main> <!-- /layout/_footer.antlers.html --> <footer class="bg-brew-yellow text-black pt-12 pb-6"> <!-- content container --> <div class="container px-5 mx-auto"> <!-- top row --> <div class="flex flex-col md:flex-row justify-between mt-8 mb-16"> <!-- policy list --> <ul class="font-bold sm:text-right flex flex-col gap-y-4 md:ml-auto" > <li class="transition-colors duration-300 hover:text-brew-grey-500" > <a href="/terms-and-conditions">Terms & Conditions</a> </li> <li class="transition-colors duration-300 hover:text-brew-grey-500" > <a href="/privacy-policy">Privacy Policy</a> </li> <li> <div class="bg-black h-1 w-[33%] sm:float-right"></div> </li> </ul> </div> <!-- bottom row --> <div class="flex flex-wrap gap-8 justify-between w-full items-end"> <!-- logos --> <ul class="flex items-center flex-wrap gap-8"> <li> <a class="block" href="/brew-digital-part-of-the-adaptavist-group"> <svg width="150" height="80" viewBox="260 50 500 400" fill="currentcolor" class="" aria-hidden="true" focusable="false"> <defs> </defs> <style type="text/css"> .st0{fill:#FF6633;} .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FF6633;} .st2{opacity:0.5;fill:none;stroke:#000000;stroke-width:2.47;stroke-miterlimit:10;enable-background:new ;} .st3{fill-rule:evenodd;clip-rule:evenodd;} </style> <g> <circle class="st0" cx="244.3" cy="279.6" r="25.2"/> <path class="st1" d="M210,195.2c13.9,0,25.2,11.3,25.2,25.2c0,8.6-4.3,16.2-10.8,20.7c-13.9,7.2-23.3,21.6-23.4,38.3 c0,14.2-11.3,25.5-25.2,25.5s-25.2-11.3-25.2-25.2c0-9.8,5.6-18.2,13.7-22.4c12.1-7.4,20.2-20.7,20.6-35.8v-1l0,0 C184.8,206.5,196.1,195.2,210,195.2L210,195.2z"/> </g> <line class="st2" x1="330.3" y1="210.1" x2="330.3" y2="289.9"/> <g> <path d="M729.1,183.6L715,80.9l-31.3,7.6l15.5,82.3l15.2,79.2l26.6,0l17.6-100.3l0.8-0.1L776.9,250l26.8,0l30.5-198l-31.3,7.6 l-14.1,118.9l-0.8,0.1L771.3,67.3l-24.6,6l-16.7,110.3L729.1,183.6z"/> <path d="M700.9,250l-7-36.1l-46.2,2.7v-26l40.9-4l-6.8-34.7l-34.1,5v-25.1l29.1-5.6l-6.7-34.3l-50.5,11.6l0,0.6l0,0V250H700.9z"/> <path class="st3" d="M524.7,127.1v122.8l28,0v-42.8l9.7-0.8l18.1,43.6l30.5,0l-21-51.7c5.4-4,9.6-9.4,12.6-16.2 c3.3-7.4,4.9-16.2,4.9-26.5c0-10.1-1.6-18.5-4.8-25.1c-3.2-6.5-7.7-11-13.4-13.4c-5.8-2.4-12.5-2.6-20.1-0.7L524.7,127.1z M552.8,179.8l9.9-1.3c3.3-0.4,6.1-1.3,8.4-2.7c2.4-1.4,4.2-3.4,5.4-5.9c1.3-2.6,1.9-5.8,1.9-9.6c0-3.9-0.6-6.9-1.9-9.1 c-1.2-2.2-3-3.7-5.4-4.4c-2.3-0.7-5.1-0.8-8.4-0.2l-9.9,1.9V179.8z"/> <path class="st3" d="M429.9,249.9v-99.7l44.8-10.9c7.9-1.9,14.5-2.3,19.8-1.3c5.4,1.1,9.4,3.6,12.2,7.4c2.8,3.9,4.1,8.8,4.1,14.9 c0,4.4-0.8,8.5-2.5,12.4c-1.6,3.8-4,7.2-7,10c-3,2.8-6.5,4.8-10.5,6.3v1.1c4.4-0.4,8.5,0.4,12.1,2.3c3.6,1.9,6.5,4.9,8.7,8.8 c2.2,4,3.2,8.8,3.2,14.5c0,6.6-1.5,12.5-4.4,17.7c-2.9,5.2-7.1,9.2-12.5,12.1c-5.4,2.9-11.9,4.3-19.4,4.2L429.9,249.9z M457.9,226.8l13.1-0.7c4.7-0.2,8.2-1.4,10.6-3.4c2.4-2.1,3.5-5,3.5-8.8c0-2.7-0.6-4.8-1.7-6.6c-1.1-1.7-2.7-3-4.7-3.7 c-2-0.7-4.5-1-7.3-0.7l-13.5,1.4V226.8z M457.9,186.4l11.5-1.7c2.5-0.4,4.6-1.1,6.5-2.2c1.9-1.1,3.3-2.5,4.4-4.3 c1.1-1.8,1.6-3.8,1.6-6.1c0-3.5-1.1-5.9-3.4-7.3c-2.3-1.4-5.2-1.8-8.7-1.1l-11.9,2.3V186.4z"/> <path d="M610.9,283.1c-6.1-11.6-14.5-18.5-23.3-21.1c-8.8-2.7-17.9-1-25,4.1c-14.7,9.9-22.7,30.6-22,54.6 c0.1,19,5.1,37.8,16.2,52.1c6,8,13.4,13.4,21.4,15.8c8,2.4,16.4,1.7,24.4-2.4l0,0l6.7-3.8v-62.1l-35.2-3.8V343l12,1.8V356 c-5.5,1-10.6-1.9-12.7-4.7l0,0l0,0c-3.8-4.9-7.3-14.9-7.3-28.4v-0.3l0-0.8c-0.2-7.7,1-14.1,2.7-18.8c1.7-4.8,4-7.8,5.9-9l0,0l0,0 c1.6-1.1,4.4-1.9,7.7-0.9c3.3,1,7.4,3.8,11.5,10.6l1.6,2.6l16.2-22L610.9,283.1z"/> <path d="M805.2,264.9v142.4l32.3,6.1V448l-50.6-12.2l-7.4-53.1V265L805.2,264.9z"/> <path class="st3" d="M776,433.2l-23.2-5.6l-4.6-31.3l-22.8-4.5l-4.6,28l-24.7-6l26.9-148.8l27.7,0l15.2,94.5L776,433.2z M731,357.8 l5.9-37l5.9,38.7L731,357.8z"/> <path d="M709.3,265.1v36.3l-17.6-0.9v112.3l-25.4-6.1V299.2l-17.6-0.9v-33.1L709.3,265.1z"/> <path d="M643.1,401V265.2l-25.7,0v129.5L643.1,401z"/> <path d="M535.5,265.4V375l-25.7-6.2V265.4L535.5,265.4z"/> <path class="st3" d="M484.7,271.4c-6.4-4-13.9-5.9-22.4-5.9l-32.4,0.1v83.9l32.2,7.8c8.4,2,15.9,2,22.3-0.5l0,0l0,0 c6.5-2.6,11.4-7.5,14.8-14.4l0,0l0,0c3.4-7,5.1-15.8,5.1-26.1c0-10.4-1.7-19.5-5.1-27.2l-0.2-0.4l0,0 C495.7,281.1,490.9,275.4,484.7,271.4L484.7,271.4L484.7,271.4z M455.6,331.8v-42.5l5.5,0.3c3.9,0.2,7.1,1.1,9.6,2.5 c2.4,1.4,4.3,3.6,5.7,7l0,0c1.4,3.4,2.1,8.2,2.1,14.5c0,6.3-0.7,10.9-2.1,13.9l0,0c-1.3,3-3.1,4.6-5.2,5.3c-2.3,0.8-5.3,0.9-9,0.2 L455.6,331.8z"/> </g> <line class="cls-4" x1="345.79" y1="213.64" x2="345.79" y2="293.51"/> </svg> <span class="sr-only">The Adaptavist Group</span> </a> </li> <li> <a class="block" href="https://msadvertisingpartnerprogram.powerappsportals.com/welcome/" > <img src="https://brewdigital.com/2024-msa-partner-program-badge-partner.png" alt="MSA partner logo" class="w-[125px]" /> </a> </li> <li> <a class="block w-[84px]" href="https://www.google.com/partners/agency?id=8996154981" target="_blank" rel="noopener" > <img src="https://www.gstatic.com/partners/badge/images/2022/PartnerBadgeClickable.svg" alt="Google Partner" /> </a> </li> </ul> <section class="sm:text-right"> <!-- Socials --> <ul class="flex gap-x-5 font-bold sm:justify-end mb-3"> <li> <a class="block" href="https://www.twitter.com/brewdigitaluk" target="_blank" rel="noopener" aria-label="Find us on Twitter" > <svg class="w-10 h-10 " width="40" height="40" xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 512"><path d="M256 0c141.385 0 256 114.615 256 256S397.385 512 256 512 0 397.385 0 256 114.615 0 256 0z"/><path fill="#fff" fill-rule="nonzero" d="M318.64 157.549h33.401l-72.973 83.407 85.85 113.495h-67.222l-52.647-68.836-60.242 68.836h-33.423l78.052-89.212-82.354-107.69h68.924l47.59 62.917 55.044-62.917zm-11.724 176.908h18.51L205.95 176.493h-19.86l120.826 157.964z"/></svg> </a> </li> <li> <a class="block" href="https://www.linkedin.com/company/brew-digital" target="_blank" rel="noopener" aria-label="Find us on LinkedIn" > <svg class="w-10 h-10 " width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="20" cy="20" r="20" fill="black"/> <path d="M12 28V16.5454H15.1769V28H12ZM13.7152 15.2141C13.2429 15.2141 12.8377 15.0575 12.4996 14.7443C12.1665 14.4261 12 14.0458 12 13.6033C12 13.1658 12.1665 12.7905 12.4996 12.4773C12.8377 12.1591 13.2429 12 13.7152 12C14.1875 12 14.5902 12.1591 14.9233 12.4773C15.2614 12.7905 15.4304 13.1658 15.4304 13.6033C15.4304 14.0458 15.2614 14.4261 14.9233 14.7443C14.5902 15.0575 14.1875 15.2141 13.7152 15.2141Z" fill="white"/> <path d="M20.603 21.3778V28H17.4262V16.5454H20.4539V18.5664H20.5881C20.8417 17.9002 21.2667 17.3732 21.8633 16.9854C22.4599 16.5926 23.1833 16.3963 24.0334 16.3963C24.8289 16.3963 25.5224 16.5703 26.114 16.9183C26.7057 17.2663 27.1655 17.7635 27.4937 18.4098C27.8218 19.0511 27.9859 19.8167 27.9859 20.7066V28H24.809V21.2734C24.814 20.5724 24.635 20.0255 24.2721 19.6328C23.9091 19.2351 23.4095 19.0362 22.7731 19.0362C22.3456 19.0362 21.9677 19.1282 21.6396 19.3121C21.3164 19.4961 21.0629 19.7645 20.8789 20.1175C20.7 20.4655 20.608 20.8856 20.603 21.3778Z" fill="white"/> </svg> </a> </li> <li> <a class="block" href="https://www.instagram.com/brewdigitaluk" target="_blank" rel="noopener" aria-label="Find us on Instagram" > <svg class="w-10 h-10 " width="40" height="40" viewBox="0 0 512 512" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;" xmlns="http://www.w3.org/2000/svg"><path d="M 256 0 C 397.29 0 512 114.71 512 256 C 512 397.29 397.29 512 256 512 C 114.71 512 0 397.29 0 256 C 0 114.71 114.71 0 256 0 Z" style="fill: rgb(255, 255, 255);" transform="matrix(1, 0, 0, 1, -2.842170943040401e-14, 0)"/><path d="M256,0c141.29,0 256,114.71 256,256c0,141.29 -114.71,256 -256,256c-141.29,0 -256,-114.71 -256,-256c0,-141.29 114.71,-256 256,-256Zm0,96c-43.453,0 -48.902,0.184 -65.968,0.963c-17.03,0.777 -28.661,3.482 -38.839,7.437c-10.521,4.089 -19.444,9.56 -28.339,18.455c-8.895,8.895 -14.366,17.818 -18.455,28.339c-3.955,10.177 -6.659,21.808 -7.437,38.838c-0.778,17.066 -0.962,22.515 -0.962,65.968c0,43.453 0.184,48.902 0.962,65.968c0.778,17.03 3.482,28.661 7.437,38.838c4.089,10.521 9.56,19.444 18.455,28.34c8.895,8.895 17.818,14.366 28.339,18.455c10.178,3.954 21.809,6.659 38.839,7.436c17.066,0.779 22.515,0.963 65.968,0.963c43.453,0 48.902,-0.184 65.968,-0.963c17.03,-0.777 28.661,-3.482 38.838,-7.436c10.521,-4.089 19.444,-9.56 28.34,-18.455c8.895,-8.896 14.366,-17.819 18.455,-28.34c3.954,-10.177 6.659,-21.808 7.436,-38.838c0.779,-17.066 0.963,-22.515 0.963,-65.968c0,-43.453 -0.184,-48.902 -0.963,-65.968c-0.777,-17.03 -3.482,-28.661 -7.436,-38.838c-4.089,-10.521 -9.56,-19.444 -18.455,-28.339c-8.896,-8.895 -17.819,-14.366 -28.34,-18.455c-10.177,-3.955 -21.808,-6.66 -38.838,-7.437c-17.066,-0.779 -22.515,-0.963 -65.968,-0.963Zm0,28.829c42.722,0 47.782,0.163 64.654,0.933c15.6,0.712 24.071,3.318 29.709,5.509c7.469,2.902 12.799,6.37 18.397,11.969c5.6,5.598 9.067,10.929 11.969,18.397c2.191,5.638 4.798,14.109 5.509,29.709c0.77,16.872 0.933,21.932 0.933,64.654c0,42.722 -0.163,47.782 -0.933,64.654c-0.711,15.6 -3.318,24.071 -5.509,29.709c-2.902,7.469 -6.369,12.799 -11.969,18.397c-5.598,5.6 -10.928,9.067 -18.397,11.969c-5.638,2.191 -14.109,4.798 -29.709,5.509c-16.869,0.77 -21.929,0.933 -64.654,0.933c-42.725,0 -47.784,-0.163 -64.654,-0.933c-15.6,-0.711 -24.071,-3.318 -29.709,-5.509c-7.469,-2.902 -12.799,-6.369 -18.398,-11.969c-5.599,-5.598 -9.066,-10.928 -11.968,-18.397c-2.191,-5.638 -4.798,-14.109 -5.51,-29.709c-0.77,-16.872 -0.932,-21.932 -0.932,-64.654c0,-42.722 0.162,-47.782 0.932,-64.654c0.712,-15.6 3.319,-24.071 5.51,-29.709c2.902,-7.468 6.369,-12.799 11.968,-18.397c5.599,-5.599 10.929,-9.067 18.398,-11.969c5.638,-2.191 14.109,-4.797 29.709,-5.509c16.872,-0.77 21.932,-0.933 64.654,-0.933Zm0,49.009c-45.377,0 -82.162,36.785 -82.162,82.162c0,45.377 36.785,82.162 82.162,82.162c45.377,0 82.162,-36.785 82.162,-82.162c0,-45.377 -36.785,-82.162 -82.162,-82.162Zm0,135.495c-29.455,0 -53.333,-23.878 -53.333,-53.333c0,-29.455 23.878,-53.333 53.333,-53.333c29.455,0 53.333,23.878 53.333,53.333c0,29.455 -23.878,53.333 -53.333,53.333Zm104.609,-138.741c0,10.604 -8.597,19.199 -19.201,19.199c-10.603,0 -19.199,-8.595 -19.199,-19.199c0,-10.604 8.596,-19.2 19.199,-19.2c10.604,0 19.201,8.596 19.201,19.2Z" transform="matrix(1, 0, 0, 1, -2.842170943040401e-14, 0)"/></svg> </a> </li> </ul> <!-- Company info --> <p class="text-sm opacity-60">Brew Digital has offices in London, Norwich, Toronto and Kuala Lumpur</p> <p class="text-sm opacity-60">Registered in England and Wales № 09932573</p> <p class="text-sm opacity-60"> <!-- statamic-peak-seo::components/_consent_Banner.antlers.html --> <span x-data x-cloak> <span x-show="$store.consentBanner.getConsent()"> <a @click.prevent="$store.consentBanner.revokeConsent()" class="underline hover:text-primary motion-safe:transition-colors" href="#">Manage consent</a> </span> </span> <!-- End: statamic-peak-seo::components/_consent_Banner.antlers.html --> </p> </section> </div> </div> </footer> <!-- End: /layout/_footer.antlers.html --> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body> </html>