<!DOCTYPE html><html lang="en" dir="ltr" data-theme="dark" class="astro-vdxcvpsm"><head><script>
  (function () {
    const observer = new MutationObserver((mutations) => {
      mutations.forEach((mutation) => {
        const element = mutation.target;
        element.dataset.colorScheme = element.dataset.theme;
      });
    });
    observer.observe(document.documentElement, {
      attributes: true,
      attributeFilter: ["data-theme"],
    });
  })();
</script><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Page not found | SumUp Developer</title><link rel="canonical" href="https://developer.sumup.com/404/"/><link rel="sitemap" href="/sitemap-index.xml"/><link rel="preload" href="https://static.sumup.com/fonts/sumup/sumup-narrow-latin-s.woff2" as="font" type="font/woff2" crossorigin="true"/><link rel="icon" type="image/svg+xml" href="https://static.sumup.com/favicons/favicon.svg"/><link rel="icon" sizes="96x96" type="image/png" href="https://static.sumup.com/favicons/favicon-96x96.png"/><link rel="apple-touch-icon" sizes="180x180" href="https://static.sumup.com/favicons/apple-touch-icon.png"/><link rel="manifest" href="https://static.sumup.com/favicons/site.webmanifest"/><link rel="mask-icon" href="https://static.sumup.com/favicons/safari-pinned-tab.svg" color="#ffffff"/><script src="https://static.sumup.com/legacy-browsers/check-support.js" defer></script><link rel="alternate" type="application/rss+xml" title="SumUp Developer Changelog RSS" href="/changelog/rss.xml"/><script defer charset="UTF-8" src="https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js" data-domain-script="5667d606-3c71-4361-b99b-ca612a6fe5ac-test"></script><script src="https://www.googletagmanager.com/gtag/js?id=G-2RJ8FNEG5J"></script><script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'G-2RJ8FNEG5J');
      </script><link rel="shortcut icon" href="https://static.sumup.com/favicons/favicon.svg" type="image/svg+xml"/><link rel="shortcut icon" href="https://static.sumup.com/favicons/favicon.ico"/><link rel="shortcut icon" href="https://static.sumup.com/favicons/favicon.ico"/><meta name="generator" content="Astro v7.1.1"/><meta name="generator" content="Starlight v0.41.3"/><meta property="og:title" content="Page not found | SumUp Developer"/><meta property="og:type" content="article"/><meta property="og:url" content="https://developer.sumup.com/404/"/><meta property="og:locale" content="en_GB"/><meta property="og:site_name" content="SumUp Developer"/><meta name="twitter:card" content="summary_large_image"/><meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)"/><meta name="theme-color" content="#fbfbf9"/><meta name="google-site-verification" content="0mA7KPaajXK9CtZgu7A9lLDHeTEZ_SiHdmXz2vDej7Y"/><meta property="og:image" content="https://developer.sumup.com/og/404.png"/><meta property="og:image:secure_url" content="https://developer.sumup.com/og/404.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="600"/><meta name="twitter:title" content="Page not found | SumUp Developer"/><meta name="twitter:image" content="https://developer.sumup.com/og/404.png"/><meta name="twitter:site" content="@SumUp"/><meta name="robots" content="index,follow,max-snippet:-1,max-image-preview:large,max-video-preview:-1"/><link rel="alternate" type="text/markdown" href="https://developer.sumup.com/404/index.md"/><script>
	window.StarlightThemeProvider = (() => {
		const storedTheme =
			typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
		const theme =
			storedTheme ||
			(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
		document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
		return {
			updatePickers(theme = storedTheme || 'auto') {
				document.querySelectorAll('starlight-theme-select').forEach((picker) => {
					const select = picker.querySelector('select');
					if (select) select.value = theme;
					/** @type {HTMLTemplateElement | null} */
					const tmpl = document.querySelector(`#theme-icons`);
					const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
					if (newIcon) {
						const oldIcon = picker.querySelector('svg.label-icon');
						if (oldIcon) {
							oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
						}
					}
				});
			},
		};
	})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-n5k4ipy7" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg><svg aria-hidden="true" class="dark astro-n5k4ipy7" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.64 13a1 1 0 0 0-1.05-.14 8.049 8.049 0 0 1-3.37.73 8.15 8.15 0 0 1-8.14-8.1 8.59 8.59 0 0 1 .25-2A1 1 0 0 0 8 2.36a10.14 10.14 0 1 0 14 11.69 1 1 0 0 0-.36-1.05Zm-9.5 6.69A8.14 8.14 0 0 1 7.08 5.22v.27a10.15 10.15 0 0 0 10.14 10.14 9.784 9.784 0 0 0 2.1-.22 8.11 8.11 0 0 1-7.18 4.32v-.04Z"/></svg><svg aria-hidden="true" class="auto astro-n5k4ipy7" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg></template><link rel="stylesheet" href="/_astro/print.Bl-BplJG.css" media="print"><link rel="stylesheet" href="/_astro/middleware.TMcRJIAs.css"><style>.wrap:where(.astro-ibpinaeu){min-height:60vh;color:var(--cui-fg-subtle);text-align:center;flex-direction:column;justify-content:center;display:flex}.img:where(.astro-ibpinaeu){margin-bottom:var(--cui-spacings-zetta);flex-direction:row;justify-content:center;display:flex}.subtitle:where(.astro-ibpinaeu){margin:var(--cui-spacings-mega) 0}
</style><link rel="stylesheet" href="/_astro/_..B_wblJ1S.css"><style>@layer starlight.components{svg:where(.astro-n5k4ipy7){color:var(--sl-icon-color);font-size:var(--sl-icon-size,1em);width:1em;height:1em}}
@layer starlight.components{starlight-tabs:where(.astro-hbt4ddzs){display:block}.tablist-wrapper:where(.astro-hbt4ddzs){overflow-x:auto}:where(.astro-hbt4ddzs)[role=tablist]{border-bottom:2px solid var(--sl-color-gray-5);padding:0;list-style:none;display:flex}.tab:where(.astro-hbt4ddzs){display:flex}.tab:where(.astro-hbt4ddzs)>:where(.astro-hbt4ddzs)[role=tab]{--sl-tab-color-border:var(--sl-color-gray-5);line-height:var(--sl-line-height-headings);box-shadow:0 2px 0 var(--sl-tab-color-border);color:var(--sl-color-gray-3);outline-offset:var(--sl-outline-offset-inside);overflow-wrap:initial;align-items:center;gap:.5rem;padding:.275rem 1.25rem;text-decoration:none;display:flex}.tab:where(.astro-hbt4ddzs) :where(.astro-hbt4ddzs)[role=tab][aria-selected=true]{--sl-tab-color-border:var(--sl-color-text-accent);color:var(--sl-color-white);font-weight:600}.tablist-wrapper:where(.astro-hbt4ddzs)~[role=tabpanel]{margin-top:1rem}}
@layer starlight.components{.sl-steps{--bullet-size:calc(var(--sl-line-height) * 1rem);--bullet-margin:.375rem;counter-reset:steps-counter var(--sl-steps-start,0);padding-inline-start:0;list-style:none}.sl-steps>li{counter-increment:steps-counter;padding-inline-start:calc(var(--bullet-size) + 1rem);min-height:calc(var(--bullet-size) + var(--bullet-margin));padding-bottom:1px;position:relative}.sl-steps>li+li{margin-top:0}.sl-steps>li:before{content:counter(steps-counter);top:0;width:var(--bullet-size);height:var(--bullet-size);line-height:var(--bullet-size);font-size:var(--sl-text-xs);text-align:center;color:var(--sl-color-white);background-color:var(--sl-color-gray-6);box-shadow:inset 0 0 0 1px var(--sl-color-gray-5);border-radius:99rem;font-weight:600;position:absolute}.sl-steps>li:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:0}.sl-steps>li:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:0}.sl-steps>li:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{right:0}.sl-steps>li:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{right:0}.sl-steps>li:after{--guide-width:1px;content:"";top:calc(var(--bullet-size) + var(--bullet-margin));bottom:var(--bullet-margin);width:var(--guide-width);background-color:var(--sl-color-hairline-light);position:absolute}.sl-steps>li:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:calc((var(--bullet-size) - var(--guide-width)) / 2)}.sl-steps>li:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:calc((var(--bullet-size) - var(--guide-width)) / 2)}.sl-steps>li:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:calc((var(--bullet-size) - var(--guide-width)) / 2)}.sl-steps>li:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:calc((var(--bullet-size) - var(--guide-width)) / 2)}}@layer starlight.content{.sl-steps>li>:first-child{--lh:calc(1em * var(--sl-line-height));--shift-y:calc(.5 * (var(--bullet-size) - var(--lh)));transform:translateY(var(--shift-y));margin-bottom:var(--shift-y)}.sl-steps>li>:first-child:where(h1,h2,h3,h4,h5,h6){--lh:calc(1em * var(--sl-line-height-headings))}@supports (--prop:1lh){.sl-steps>li>:first-child{--lh:1lh}}}
@layer starlight.components{.sl-link-button:where(.astro-hlbqph7b){font-size:var(--sl-text-sm);outline-offset:.25rem;border:1px solid #0000;border-radius:999rem;align-items:center;gap:.5em;padding:.4375rem 1.125rem;line-height:1.1875;text-decoration:none;display:inline-flex}.sl-link-button:where(.astro-hlbqph7b).primary{background:var(--sl-color-text-accent);border-color:var(--sl-color-text-accent);color:var(--sl-color-black)}.sl-link-button:where(.astro-hlbqph7b).primary:hover{color:var(--sl-color-black)}.sl-link-button:where(.astro-hlbqph7b).secondary{border-color:inherit;color:var(--sl-color-white)}.sl-link-button:where(.astro-hlbqph7b).minimal{color:var(--sl-color-white);padding-inline-start:0;padding-inline-end:0}.sl-link-button:where(.astro-hlbqph7b) svg{flex-shrink:0}@media (min-width:50rem){.sl-link-button:where(.astro-hlbqph7b){font-size:var(--sl-text-base);padding:.9375rem 1.25rem}}.sl-markdown-content .sl-link-button:where(.astro-hlbqph7b){margin-inline-end:1rem}.sl-markdown-content .sl-link-button:where(.astro-hlbqph7b):not(:where(p *)){margin-block-start:1rem;margin-block-end:1rem}}
</style><script type="module" src="/_astro/page.6QO29XfM.js"></script></head><body class="astro-vdxcvpsm"><a class="sl-skip-link astro-vxeigawq" href="#_top">Skip to content</a><div class="page sl-flex astro-4y4x4xkj"><header class="header astro-4y4x4xkj"><div class="header astro-nczgtkxc"><div class="title-wrapper sl-flex astro-nczgtkxc"><a href="/" class="site-title astro-ca2laxbp"><svg class="cui-sumuplogo-short-o0wf cui-sumuplogo-s-dvqu" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48"><title>SumUp</title><path fill="currentColor" d="M38.976 0A9.024 9.024 0 0 1 48 9.024v29.952A9.024 9.024 0 0 1 38.976 48H9.024A9.024 9.024 0 0 1 0 38.976V9.024A9.024 9.024 0 0 1 9.024 0zm-24.36 35.71a10.8 10.8 0 0 0 15.297 0c4.225-4.233 4.225-11.093 0-15.325zM33.385 12.29a10.8 10.8 0 0 0-15.297 0c-4.225 4.232-4.225 11.092 0 15.324z"></path></svg><span translate="no" class="astro-ca2laxbp">SumUp Developer</span></a></div><div class="sl-flex print:hidden astro-nczgtkxc"><site-search class="astro-nczgtkxc astro-r5ar4xm7" data-translations="{&quot;placeholder&quot;:&quot;Search&quot;}"><button data-open-modal disabled aria-label="Search" aria-keyshortcuts="Control+K" class="astro-r5ar4xm7"><svg aria-hidden="true" class="astro-r5ar4xm7 astro-n5k4ipy7" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21.71 20.29 18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a.999.999 0 0 0 1.42 0 1 1 0 0 0 0-1.39ZM11 18a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z"/></svg><span class="sl-hidden md:sl-block astro-r5ar4xm7" aria-hidden="true">Search</span><kbd class="sl-hidden md:sl-flex astro-r5ar4xm7" style="display: none;"><kbd class="astro-r5ar4xm7">Ctrl</kbd><kbd class="astro-r5ar4xm7">K</kbd></kbd></button><dialog style="padding:0" aria-label="Search" class="astro-r5ar4xm7"><div class="dialog-frame sl-flex astro-r5ar4xm7"><button data-close-modal class="sl-flex md:sl-hidden astro-r5ar4xm7">Cancel</button><div class="search-container astro-r5ar4xm7"><div id="starlight__search" class="astro-r5ar4xm7"></div></div></div></dialog></site-search><script>
	(() => {
		const openBtn = document.querySelector('button[data-open-modal]');
		const shortcut = openBtn?.querySelector('kbd');
		if (!openBtn || !(shortcut instanceof HTMLElement)) return;
		const platformKey = shortcut.querySelector('kbd');
		if (platformKey && /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)) {
			platformKey.textContent = '⌘';
			openBtn.setAttribute('aria-keyshortcuts', 'Meta+K');
		}
		shortcut.style.display = '';
	})();
</script><script type="module" src="/_astro/Search.astro_astro_type_script_index_0_lang.7gz6Ym64.js"></script></div><div class="sl-hidden md:sl-flex print:hidden right-group astro-nczgtkxc"><div class="sl-flex social-icons astro-nczgtkxc"><div class="nav astro-rsmbafyd"><a href="/" class="link active astro-rsmbafyd">Docs</a><a href="/api/" class="link astro-rsmbafyd">API</a><a href="/changelog/" class="link astro-rsmbafyd">Changelog</a><a href="https://me.sumup.com/settings/developer" target="__blank" class="link button astro-rsmbafyd">Dashboard <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M18 17a1 1 0 1 1-2 0V9.414l-9 9L5.586 17l9-9H7a1 1 0 0 1 0-2h10a1 1 0 0 1 1 1z"></path></svg></a></div></div><starlight-theme-select><label style="--sl-select-width: 6.25em" class="astro-r2p65idu"><span class="sr-only astro-r2p65idu">Select theme</span><svg aria-hidden="true" class="icon label-icon astro-r2p65idu astro-n5k4ipy7" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M21 14h-1V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v7H3a1 1 0 0 0-1 1v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a1 1 0 0 0-1-1ZM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7H6V7Zm14 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1h16v1Z"/></svg><select autocomplete="off" class="astro-r2p65idu"><option value="dark" class="astro-r2p65idu">Dark</option><option value="light" class="astro-r2p65idu">Light</option><option value="auto" selected class="astro-r2p65idu">Auto</option></select><svg aria-hidden="true" class="icon caret astro-r2p65idu astro-n5k4ipy7" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z"/></svg></label></starlight-theme-select><script>
	StarlightThemeProvider.updatePickers();
</script><script type="module">globalThis.process??={},globalThis.process.env??={};var e=`starlight-theme`,t=e=>e===`auto`||e===`dark`||e===`light`?e:`auto`,n=()=>t(typeof localStorage<`u`&&localStorage.getItem(e));function r(t){typeof localStorage<`u`&&localStorage.setItem(e,t===`light`||t===`dark`?t:``)}var i=()=>matchMedia(`(prefers-color-scheme: light)`).matches?`light`:`dark`;function a(e){StarlightThemeProvider.updatePickers(e),document.documentElement.dataset.theme=e===`auto`?i():e,r(e)}matchMedia(`(prefers-color-scheme: light)`).addEventListener(`change`,()=>{n()===`auto`&&a(`auto`)});var o=class extends HTMLElement{constructor(){super(),a(n()),this.querySelector(`select`)?.addEventListener(`change`,e=>{e.currentTarget instanceof HTMLSelectElement&&a(t(e.currentTarget.value))})}};customElements.define(`starlight-theme-select`,o);</script><script type="module">globalThis.process??={},globalThis.process.env??={};var e=class extends HTMLElement{constructor(){super();let e=this.querySelector(`select`);e&&(e.addEventListener(`change`,e=>{e.currentTarget instanceof HTMLSelectElement&&(window.location.pathname=e.currentTarget.value)}),window.addEventListener(`pageshow`,t=>{if(!t.persisted)return;let n=e.querySelector(`option[selected]`)?.index;n!==e.selectedIndex&&(e.selectedIndex=n??0)}))}};customElements.define(`starlight-lang-select`,e);</script></div></div></header><div class="main-frame astro-4y4x4xkj"><script type="module">globalThis.process??={},globalThis.process.env??={};var e=document.getElementById(`starlight__sidebar`),t=e?.querySelector(`sl-sidebar-state-persist`),n=`sl-sidebar-state`,r=()=>{let r=[],i=t?.dataset.hash||``;try{let e=sessionStorage.getItem(n),t=JSON.parse(e||`{}`);Array.isArray(t.open)&&t.hash===i&&(r=t.open)}catch{}return{hash:i,open:r,scroll:e?.scrollTop||0}},i=e=>{try{sessionStorage.setItem(n,JSON.stringify(e))}catch{}},a=()=>i(r()),o=(e,t)=>{let n=r();n.open[t]=e,i(n)};t?.addEventListener(`click`,e=>{if(!(e.target instanceof Element))return;let t=e.target.closest(`summary`)?.closest(`details`);if(!t)return;let n=t.querySelector(`sl-sidebar-restore`),r=parseInt(n?.dataset.index||``);isNaN(r)||o(!t.open,r)}),addEventListener(`visibilitychange`,()=>{document.visibilityState===`hidden`&&a()}),addEventListener(`pageHide`,a);</script><div class="lg:sl-flex astro-abfeecmu"><div class="main-pane astro-abfeecmu"><main class="astro-vdxcvpsm" lang="en" dir="ltr"><div class="content-panel astro-oil7k7jf"><div class="sl-container astro-oil7k7jf"><div class="page-title astro-d5b2ahje"><h1 id="_top" data-page-title="true" class="cui-display-ea6r cui-display-s-2xle cui-display-black-r2xf title">Page not found</h1></div></div></div><div class="content-panel astro-oil7k7jf"><div class="sl-container astro-oil7k7jf"><div class="wrap astro-ibpinaeu"><div class="img astro-ibpinaeu"><svg width="218" height="256" viewBox="0 0 218 256" fill="none" class="astro-ibpinaeu">
<path d="M67.5 95.5L81 157.5L90.5 200.5H191.5L193 198.5L174 109L170 92L69 93.5L67.5 95.5Z" fill="var(--cui-bg-normal)" />
<path d="M217.939 254.019C217.252 250.435 216.453 246.883 215.806 243.283C214.514 236.114 212.817 229.027 211.379 221.883C209.651 213.342 208.051 204.77 206.347 196.237C204.828 188.625 203.253 181.029 201.726 173.417C200.345 166.58 199.004 159.726 197.622 152.889C196.152 145.584 194.617 138.302 193.147 130.989C191.749 123.998 190.4 116.991 189.011 110.001C187.532 102.534 186.022 95.0833 184.519 87.6164C183.881 84.5086 183.251 81.4088 182.581 78.301C182.306 76.9933 181.587 76.3555 180.319 76.2748C179.519 76.2345 178.727 76.2587 177.919 76.2587C173.452 76.2587 168.985 76.299 164.518 76.2587C160.066 76.2183 159.024 76.969 160.406 71.3507C160.478 71.044 160.462 70.713 160.478 70.3901C160.874 63.0928 161.254 55.7873 161.69 48.4819C161.795 46.7464 162.191 45.035 162.377 43.3076C162.49 42.1774 163.031 41.7496 164.146 41.4994C165.98 41.0877 165.98 40.8939 165.713 39.3521C165.552 38.4077 165.414 37.4713 165.269 36.5268C165.059 35.1465 164.453 34.1051 162.942 33.8953C161.908 33.758 161.125 33.2898 160.785 32.2808C159.129 27.5343 159.364 28.4303 154.573 28.2285C154.097 28.2124 153.62 28.2204 153.143 28.2204C149.953 28.1801 146.77 28.1478 143.571 28.1074C142.965 28.0994 142.391 27.4294 142.48 26.832C142.617 25.8875 142.828 24.9592 143.005 24.0309C143.967 19.4136 144.072 16.9515 143.369 13.7145C142.714 10.6793 141.075 8.61283 137.9 7.77332C135.985 7.28091 134.135 7.26476 132.253 7.66838C129.45 8.2738 126.768 9.2344 124.183 10.4937C120.322 12.3665 116.42 14.1504 112.558 16.0071C110.773 16.8708 108.915 17.0726 106.976 16.9031C106.144 16.8304 105.45 16.4995 105.029 15.7245C104.577 14.885 104.084 14.0697 103.672 13.206C102.703 11.196 101.758 9.18597 100.829 7.15982C99.8755 5.09331 98.3568 3.47885 96.6766 1.97741C94.9074 0.379092 92.5728 -0.12139 90.4644 0.0239112C87.6451 0.217646 84.8581 1.17825 82.5073 2.94608C78.8317 5.70681 76.2063 9.28283 74.7118 13.5854C73.9282 15.8133 73.6617 18.1785 74.4776 20.5356C75.14 22.4891 76.3113 23.9098 78.339 24.4184C79.8738 24.7978 81.4572 25.2741 83.0001 25.2175C86.708 25.0965 89.1153 26.3961 89.9555 30.2224C90.222 31.4251 91.0056 32.523 91.5954 33.645C92.7344 35.8407 94.6489 36.8174 97.032 36.9466C99.7624 37.108 102.452 36.9304 104.941 35.6066C106.201 34.9285 107.55 34.3957 108.754 33.645C113.1 30.9892 117.365 28.2124 121.727 25.5727C123.892 24.265 126.146 23.0542 128.44 21.9563C130.137 21.1491 131.615 22.1178 131.793 24.0551C131.93 25.4839 132.083 26.9369 130.694 27.9702C129.749 28.6563 129.248 29.6169 129.038 30.7794C128.739 32.3454 127.899 33.2495 126.146 33.4109C125.5 33.4674 124.587 34.1294 124.353 34.7348C123.844 36.0425 123.609 37.4874 123.432 38.9001C123.23 40.3531 124.029 41.2491 125.54 41.4994C125.839 41.5639 126.178 41.4752 126.493 41.4913C127.406 41.5559 127.972 42.0079 127.996 42.9524C128.077 45.8342 128.069 48.6999 128.214 51.5494C128.367 54.3989 128.788 57.2403 128.901 60.0979C129.062 64.5458 128.981 69.0017 129.838 73.4092C129.935 73.8773 129.91 74.3617 129.927 74.8379C129.943 75.7501 129.466 76.2668 128.472 76.2748C125.451 76.3071 122.422 76.3636 119.393 76.2829C116.396 76.2022 113.423 76.5574 110.401 76.4201C104.86 76.186 99.2939 76.4524 93.7442 76.5493C90.6017 76.6058 87.4512 76.7834 84.3007 76.8157C82.7335 76.8399 81.1583 76.5331 79.5911 76.5493C75.043 76.6139 70.5031 76.8318 65.955 76.8641C57.8364 76.9045 49.6935 76.856 41.5668 76.8641C39.9754 76.8641 38.3759 76.8802 36.7845 76.9771C35.5162 77.0578 34.7569 77.7359 34.458 79.0113C34.0622 80.6984 33.739 82.4259 33.3917 84.1372C32.1961 90.1995 30.9924 96.2699 29.813 102.332C28.4316 109.484 27.0745 116.652 25.6769 123.813C24.8368 128.172 23.924 132.515 23.0677 136.865C22.3245 140.595 21.6217 144.34 20.8946 148.07C19.4567 155.383 18.0107 162.689 16.5728 169.994C15.4984 175.435 14.4078 180.876 13.3415 186.316C12.154 192.379 10.9988 198.457 9.81936 204.511C8.42991 211.68 7.01622 218.832 5.61868 225.992C4.46349 231.901 3.29215 237.81 2.12081 243.718C1.44223 247.141 0.739427 250.556 0.0446986 253.978C-0.173414 255.044 0.416297 255.746 1.6038 255.827C2.08041 255.851 2.55703 255.851 3.04172 255.851C7.34742 255.859 11.645 255.859 15.9588 255.859H108.762V255.996C110.991 255.996 113.221 256.004 115.45 255.996C127.253 255.956 139.047 255.867 150.849 255.859C172.539 255.851 194.213 255.883 215.911 255.891C216.073 255.891 216.226 255.908 216.388 255.908C217.462 255.875 218.173 255.1 217.963 254.019H217.939ZM129.813 19.7687C128.893 19.8091 127.907 20.019 127.075 20.3903C125.492 21.1087 123.949 21.9563 122.462 22.8685C117.438 25.9521 112.486 29.1245 107.437 32.1516C105.813 33.1203 103.995 33.7419 102.242 34.4845C101.669 34.7348 101.031 34.8639 100.409 34.9527C96.2161 35.5501 94.1723 34.4442 92.4274 30.6018C91.9669 29.6008 91.6357 28.5272 91.248 27.4939C90.3028 24.9996 88.5014 23.7 85.8598 23.4336C83.8079 23.2237 81.7561 22.9654 79.7203 22.6102C77.8543 22.2873 76.4487 20.8585 76.376 19.0826C76.3032 17.5085 76.2386 15.8133 76.7072 14.3522C78.347 9.31512 81.3764 5.3597 86.393 3.21247C87.2654 2.83307 88.1863 2.54247 89.1153 2.38909C93.2675 1.64644 96.2565 3.42235 98.2761 6.92572C99.3828 8.855 100.223 10.9296 101.184 12.9477C101.669 13.9405 102.097 14.9657 102.63 15.9344C103.228 17.0484 103.81 18.3157 105.183 18.6063C106.669 18.9292 108.043 19.4943 109.796 19.01C112.13 18.3561 114.311 17.5085 116.452 16.4752C119.191 15.1756 121.889 13.8114 124.571 12.4068C127.422 10.9296 130.516 10.2273 133.602 9.42814C135.573 8.92765 137.415 9.58958 139.079 10.534C140.549 11.3816 141.131 12.9477 141.406 14.5379C141.6 15.6277 141.535 16.7578 141.64 18.6386C141.252 20.8747 140.792 23.8533 140.218 26.8078C140.057 27.615 139.346 28.1882 138.465 28.1478C137.213 28.0913 135.969 27.8007 134.733 27.7926C134.038 27.7845 133.925 27.3971 133.885 26.9692C133.788 25.7019 133.82 24.4184 133.699 23.151C133.497 21.1249 131.833 19.6477 129.805 19.7607L129.813 19.7687ZM131.817 30.3435C132.423 30.2224 133.061 30.1174 133.683 30.1174C137.342 30.0932 140.986 30.1094 144.629 30.1094V30.2869C148.442 30.2869 152.247 30.3031 156.052 30.2789C157.336 30.2789 158.152 30.852 158.564 32.0386C158.847 32.8216 158.338 33.758 157.554 33.7984C156.762 33.8388 155.971 33.8226 155.179 33.8549C151.407 33.9679 147.666 33.4836 143.878 33.7177C139.952 33.9437 135.969 33.4513 132.019 33.2091C131.663 33.193 131.211 32.7571 131.033 32.418C130.751 31.8368 131.332 30.4565 131.817 30.3596V30.3435ZM127.188 38.9889C126.59 38.9162 125.855 38.9889 125.758 38.1655C125.645 37.0596 126.574 35.8649 127.568 35.8649C133.279 35.8488 138.982 35.8568 144.694 35.8568V35.8891C150.09 35.8891 155.478 35.873 160.874 35.8972C162.417 35.9053 163.08 36.5753 163.338 38.1736C163.443 38.8436 162.991 39.5378 162.377 39.5217C159.558 39.4651 156.73 39.4086 153.911 39.3118C152.029 39.2391 150.033 38.666 148.264 39.0938C144.952 39.8768 141.713 39.2068 138.441 39.2149C137.973 39.223 137.447 38.9404 137.052 39.0777C133.739 40.1594 130.46 39.3602 127.188 38.9889ZM130.783 54.3666C130.306 52.1709 130.015 50.508 130.274 48.1752C130.476 46.367 130.112 44.6395 130.169 42.8071C130.185 42.0886 130.678 41.7254 131.381 41.6366C131.688 41.5962 132.003 41.5639 132.326 41.5639C140.897 41.5559 149.452 41.5317 158.023 41.5317C159.291 41.5317 159.776 42.0241 159.8 43.1784C159.856 45.1642 159.824 47.1338 159.768 49.0954C159.598 53.9307 159.146 58.7337 158.653 63.6013C158.273 67.4195 158.103 71.2619 157.805 75.0963C157.74 75.8389 157.247 76.2102 156.544 76.2102C152.731 76.2264 148.919 76.2183 145.106 76.2183V76.291C141.446 76.291 137.795 76.3152 134.135 76.2829C132.56 76.2748 132.108 75.8551 131.978 74.4021C131.623 70.5516 131.066 66.5881 130.985 62.7134C130.92 60.0172 131.356 56.9982 130.791 54.3666H130.783ZM41.9627 87.124C42.31 85.1866 42.6009 83.2412 43.4895 81.4572C43.9418 83.2977 44.4508 85.1221 44.8224 86.9787C45.6059 90.8534 46.3007 94.7442 47.06 98.6351C48.2314 104.689 49.4108 110.744 50.5902 116.806C52.0766 124.41 53.5953 132.014 55.0494 139.618C56.5116 147.238 57.901 154.875 59.339 162.495C59.5732 163.738 59.9287 164.957 60.171 166.2C60.4941 167.879 60.066 169.139 58.6442 170.357C55.3079 173.199 51.3011 173.966 47.2135 174.612C45.8241 174.821 44.37 174.636 42.932 174.636C39.2161 174.959 35.6374 174.41 32.2769 172.771C31.2832 172.279 30.2492 171.802 29.4172 171.1C27.3572 169.373 26.202 167.25 26.7837 164.408C28.9082 154.189 31.0005 143.969 33.0362 133.733C34.1833 127.986 35.1204 122.214 36.2433 116.467C37.3177 110.881 38.5052 105.311 39.6119 99.7248C40.452 95.5353 41.2275 91.3377 41.9788 87.1401L41.9627 87.124ZM61.6655 173.788C61.9401 174.466 61.7463 174.983 61.1889 175.443C57.6506 178.422 53.4014 179.665 48.9503 180.294C47.2297 180.545 45.4525 180.335 43.6995 180.335C40.3551 180.512 37.0349 180.407 33.7794 179.366C31.3317 178.583 29.0456 177.493 26.9371 176.056C25.6042 175.16 25.1599 173.861 25.5558 172.295C25.6366 171.988 25.7254 171.633 25.9274 171.447C26.0485 171.342 26.5252 171.415 26.6706 171.56C30.0634 175.177 34.4499 176.226 39.1595 176.702C43.7964 177.17 48.3202 176.88 52.7875 175.588C54.9363 174.967 57.0043 174.111 58.7977 172.747C60.9223 171.124 60.9708 172.069 61.6655 173.788ZM7.64632 251.379C7.38782 253.308 6.66077 253.914 4.32616 253.817C3.13866 253.793 2.54087 253.147 2.76706 252.009C3.78492 246.721 4.83509 241.434 5.87719 236.155C7.04853 230.246 8.21987 224.345 9.38314 218.444C10.4737 212.834 11.5481 207.24 12.6548 201.638C14.1089 194.171 15.563 186.712 17.0494 179.245C18.2207 173.344 19.4809 167.468 20.62 161.551C21.7509 155.642 22.6476 149.676 23.9078 143.8C25.0065 138.682 25.9435 133.548 26.9129 128.414C27.9873 122.804 29.2556 117.242 30.3623 111.656C32.293 102.017 34.1672 92.371 36.0413 82.7327C36.1948 81.9496 36.219 81.1505 36.3483 80.3675C36.5099 79.4149 36.9865 78.9871 37.9316 78.9387C38.5698 78.9064 39.208 78.9468 39.8462 78.979C40.6055 79.0113 41.0741 79.4876 40.961 80.1899C40.6055 82.5389 40.1935 84.8718 39.7573 87.2047C38.2628 94.9864 36.7441 102.76 35.2416 110.534C34.5468 114.118 33.8602 117.702 33.1574 121.27C31.9457 127.494 30.7178 133.717 29.4656 139.925C28.0116 147.222 26.4767 154.512 25.0549 161.817C23.924 167.572 22.9303 173.36 21.8075 179.108C20.3211 186.72 18.6085 194.3 17.2513 201.936C15.5307 211.607 13.5757 221.229 11.5966 230.843C10.4091 236.583 9.48008 242.37 8.40567 248.142C8.20372 249.224 7.80788 250.289 7.6544 251.371L7.64632 251.379ZM26.509 253.785C23.8028 253.825 21.0885 253.801 18.3823 253.801C15.9992 253.809 13.6 253.865 11.2088 253.793C9.90015 253.752 9.6578 252.897 9.87591 251.831C11.9116 241.741 13.915 231.642 15.878 221.528C17.5987 212.664 19.2224 203.785 20.9108 194.905C21.9206 189.618 22.9546 184.323 23.9886 179.043C24.0532 178.736 24.2148 178.438 24.4006 178.188C24.6833 177.824 24.9984 177.437 25.5638 177.776C28.4316 179.503 31.3398 181.11 34.7326 181.634C36.1302 181.844 37.5277 182.248 38.9414 182.321C41.478 182.45 44.0307 182.434 46.5834 182.426C51.802 182.401 56.6327 181.086 60.9788 178.155C61.7059 177.671 62.5056 178.042 62.6995 178.995C63.4265 182.563 64.1455 186.131 64.8241 189.707C66.0197 195.93 67.1829 202.154 68.3704 208.386C68.7339 210.251 69.1459 212.107 69.461 213.972C69.5741 214.674 69.1136 215.296 68.4754 215.409C67.401 215.611 66.2701 215.643 65.1634 215.667C56.8751 215.756 48.5868 215.861 40.2985 215.885C34.7084 215.893 35.6374 216.16 34.458 220.769C32.9716 226.597 31.8568 232.522 30.7339 238.423C29.8695 242.935 29.2394 247.496 28.4882 252.033C28.3266 253.018 27.543 253.777 26.5171 253.793L26.509 253.785ZM72.3207 253.865C66.1085 253.777 59.8883 253.849 53.6842 253.849V253.825C47.3105 253.825 40.9367 253.833 34.563 253.825C33.7713 253.825 32.9716 253.849 32.188 253.785C31.2186 253.712 30.4916 252.751 30.637 251.75C30.9359 249.878 31.1136 247.956 31.6306 246.132C32.5031 243.057 32.6727 239.884 33.3109 236.784C34.4661 231.36 35.5889 225.935 36.7441 220.519C36.8411 220.05 36.9461 219.534 37.2369 219.187C37.6166 218.735 38.2063 218.097 38.6667 218.137C41.381 218.331 44.0226 217.734 46.7288 217.75C53.256 217.782 59.7913 217.653 66.3186 217.588C66.9567 217.588 67.5949 217.572 68.2331 217.605C69.6064 217.669 70.293 218.226 70.5435 219.55C71.2543 223.279 71.9087 227.025 72.6438 230.754C73.7344 236.34 74.8653 241.934 75.9801 247.529C76.1013 248.142 76.3033 248.764 76.3598 249.393C76.7476 253.72 77.1757 253.93 72.3368 253.857L72.3207 253.865ZM82.4023 253.857H81.9257V253.841C81.7641 253.841 81.6107 253.849 81.4491 253.841C79.6638 253.785 79.5022 253.728 79.1226 252.146C78.5328 249.692 77.9674 247.214 77.4827 244.727C75.9236 236.809 74.4049 228.873 72.8862 220.938C71.8117 215.352 70.7858 209.734 69.7033 204.148C68.2008 196.366 66.6417 188.601 65.1553 180.819C63.4104 171.649 61.7543 162.455 59.9933 153.285C58.9431 147.844 57.7314 142.452 56.6651 137.011C55.5341 131.263 54.5162 125.492 53.4095 119.744C52.2947 113.997 51.0911 108.257 49.9763 102.51C48.8696 96.7542 47.8113 90.9906 46.7207 85.2189C46.4299 83.669 46.0826 82.1192 45.8321 80.5531C45.719 79.9073 45.8645 79.2777 46.5996 79.0275C47.3751 78.7692 48.4576 79.0436 48.7645 79.5764C48.9907 79.9881 49.2815 80.4159 49.3704 80.8599C50.4287 86.1392 51.4384 91.4346 52.4886 96.7139C53.563 102.155 54.6455 107.595 55.7603 113.012C57.5294 121.698 59.3228 130.383 61.1323 139.069C62.5864 146.044 64.1455 152.986 65.5915 159.968C66.674 165.24 67.6515 170.527 68.7178 175.814C70.2203 183.257 71.8037 190.692 73.3062 198.134C75.035 206.675 76.6829 215.239 78.4278 223.764C80.1566 232.143 81.9742 240.498 83.7271 248.869C83.9453 249.95 84.0503 251.072 84.1391 252.17C84.2361 253.316 83.6464 253.841 82.4023 253.865V253.857ZM108.568 251.637C108.406 251.476 108.14 251.323 108.099 251.129C106.791 244.639 105.522 238.14 104.189 231.65C103.438 227.937 102.558 224.24 101.774 220.535C101.556 219.461 101.362 218.363 101.313 217.266C101.289 216.612 101.717 216.03 102.469 216.022C104.698 215.99 106.92 216.006 109.133 216.006V215.909H114.376C116.476 215.917 116.694 216.281 116.218 218.501C115.362 222.513 114.643 226.549 113.738 230.553C112.163 237.47 110.498 244.372 108.859 251.282C108.826 251.411 108.665 251.532 108.568 251.645V251.637ZM114.748 252.315C114.433 253.429 113.584 253.817 112.098 253.809C111.452 253.801 110.83 253.171 110.91 252.614C110.927 252.461 110.91 252.299 110.951 252.146C112.381 245.987 113.843 239.836 115.216 233.66C116.08 229.794 116.799 225.911 117.591 222.044C117.85 220.809 118.262 219.598 118.447 218.347C118.819 215.845 120.184 215.74 122.244 216.03C122.713 216.095 123.1 216.733 123.416 216.999C123.294 217.774 123.294 218.266 123.141 218.719C120.322 227.299 118.771 236.211 116.606 244.945C115.992 247.399 115.426 249.87 114.748 252.315ZM134.232 253.865C131.696 253.849 129.143 253.865 126.598 253.865V253.849C123.9 253.849 121.186 253.865 118.488 253.841C117.066 253.825 116.767 253.438 117.05 252.17C119.675 240.594 122.478 229.067 125.403 217.564C125.613 216.725 126.186 216.022 127.002 216.014C132.568 215.958 138.134 215.982 143.7 216.014C144.524 216.014 144.984 216.773 144.766 217.685C144.007 220.922 143.24 224.143 142.488 227.388C140.598 235.557 138.667 243.71 136.833 251.896C136.478 253.478 136.22 253.898 134.232 253.873V253.865ZM187.274 253.736C186.175 253.873 185.044 253.865 183.93 253.865C177.079 253.873 170.213 253.873 163.362 253.873L143.264 253.865C142.157 253.857 141.034 253.841 139.927 253.793C139.087 253.76 138.586 252.994 138.821 252.073C139.612 248.998 140.477 245.954 141.196 242.863C142.626 236.696 143.958 230.496 145.372 224.329C145.946 221.859 146.616 219.405 147.246 216.943C147.432 216.224 147.949 215.958 148.636 215.909C148.805 215.901 148.959 215.885 149.12 215.885C159 215.869 168.888 215.861 178.776 215.845C180.214 215.845 180.537 216.402 180.569 217.492C180.65 220.696 181.627 223.74 182.379 226.815C184.301 234.677 186.046 242.564 187.5 250.507C187.638 251.282 187.985 252.033 188.049 252.808C188.066 253.107 187.581 253.696 187.282 253.728L187.274 253.736ZM192.767 253.825C191.725 253.881 190.933 253.542 190.433 252.558C189.245 250.249 189.067 247.666 188.639 245.196C187.427 238.173 185.707 231.263 184.018 224.353C183.501 222.198 183.057 220.034 182.637 217.855C182.37 216.499 183.033 215.845 184.552 215.869C185.836 215.893 186.24 216.192 186.498 217.443C188.13 225.176 189.714 232.926 191.37 240.651C192.064 243.904 192.913 247.133 193.656 250.37C193.833 251.129 193.939 251.912 194.027 252.695C194.1 253.3 193.502 253.785 192.775 253.825H192.767ZM213.811 253.825C208.714 253.841 203.608 253.865 198.511 253.825C196.847 253.817 196.427 253.341 196.015 251.557C194.859 246.463 193.462 241.41 192.606 236.268C191.499 229.535 189.35 223.029 188.429 216.273C188.163 214.368 187.557 213.916 185.529 213.916C172.458 213.916 159.388 213.94 146.301 213.94C131.163 213.94 116.008 213.932 100.877 213.916C100.708 213.916 100.554 213.891 100.393 213.891C99.4393 213.924 98.5669 214.876 98.7123 215.796C99.0193 217.831 99.1808 219.913 99.7221 221.891C102.291 231.231 103.697 240.804 105.845 250.233C106.023 250.992 106.039 251.815 106.015 252.598C105.991 253.276 105.635 253.833 104.852 253.833C99.4393 253.849 94.0188 253.841 88.5983 253.849C87.7097 253.849 87.0958 253.47 86.8211 252.59C86.5868 251.839 86.2718 251.097 86.1264 250.322C84.4461 241.926 82.8062 233.531 81.1017 225.136C80.0596 220.01 78.9206 214.916 77.8462 209.791C76.7395 204.519 75.6489 199.248 74.5745 193.977C72.7407 185.13 70.9151 176.291 69.1136 167.435C68.0392 162.172 67.0052 156.885 65.9227 151.605C64.404 144.147 62.8368 136.712 61.3343 129.253C59.6055 120.705 57.9495 112.148 56.2127 103.608C54.7586 96.4717 53.2157 89.3519 51.7293 82.216C51.6 81.6025 51.5273 80.9567 51.5031 80.3271C51.4788 79.641 51.7535 79.0517 52.5128 79.0033C53.9427 78.9145 55.3725 78.8983 56.8105 78.8983C76.4244 78.8902 96.0222 78.8902 115.636 78.8902V78.8176C135.88 78.8176 156.132 78.8095 176.376 78.8176C181.563 78.8176 180.448 78.6158 181.458 83.1605C183.711 93.3639 185.464 103.688 187.516 113.94C189.576 124.192 191.903 134.387 193.817 144.671C195.118 151.686 196.661 158.653 198.002 165.643C199.407 172.957 200.999 180.238 202.485 187.527C203.527 192.669 204.537 197.803 205.547 202.929C206.629 208.37 207.704 213.811 208.778 219.251C209.659 223.756 210.523 228.268 211.412 232.772C212.187 236.655 213.027 240.53 213.811 244.413C214.312 246.891 214.821 249.385 215.257 251.888C215.459 253.082 214.885 253.833 213.795 253.841L213.811 253.825Z" fill="var(--cui-bg-strong)" />
<path d="M162.377 39.5217C159.558 39.4651 156.73 39.4086 153.911 39.3118C152.029 39.2391 150.033 38.666 148.264 39.0938C144.952 39.8768 141.713 39.2068 138.441 39.2149C137.973 39.223 137.447 38.9404 137.052 39.0777C133.739 40.1594 130.46 39.3602 127.188 38.9889C126.59 38.9162 125.855 38.9889 125.758 38.1655C125.645 37.0596 126.574 35.8649 127.568 35.8649C133.279 35.8488 138.982 35.8568 144.694 35.8568V35.8891C150.09 35.8891 155.478 35.873 160.874 35.8972C162.417 35.9053 163.08 36.5753 163.338 38.1736C163.443 38.8436 162.991 39.5378 162.377 39.5217Z" fill="var(--cui-bg-strong)" />
<path d="M157.554 33.7984C156.762 33.8388 155.971 33.8226 155.179 33.8549C151.407 33.9679 147.666 33.4836 143.878 33.7177C139.952 33.9437 135.969 33.4513 132.019 33.2091C131.663 33.193 131.211 32.7571 131.033 32.418C130.751 31.8368 131.332 30.4565 131.817 30.3596C132.423 30.2385 133.061 30.1336 133.683 30.1336C137.342 30.1094 140.986 30.1255 144.629 30.1255V30.3031C148.442 30.3031 152.247 30.3193 156.051 30.2951C157.336 30.2951 158.152 30.8682 158.564 32.0548C158.846 32.8378 158.338 33.7742 157.554 33.8146L157.554 33.7984Z" fill="var(--cui-bg-strong)" />
<path d="M85.2052 35.0654C85.3506 39.0854 82.604 41.9269 79.5181 43.283C77.9267 43.9773 75.269 42.9844 74.0249 41.378C71.8196 38.5365 72.2962 34.3954 75.1882 32.0141C77.2885 30.2866 79.5989 29.5359 82.1516 31.1907C82.4101 31.3603 82.7171 31.4813 83.016 31.5782C84.8578 32.1594 85.3667 33.5236 85.2052 35.0735V35.0654ZM83.1695 35.235C83.0806 34.9363 83.0887 34.4923 82.8948 34.3631C81.8527 33.677 80.8268 32.8213 79.6635 32.5065C78.888 32.3047 77.8055 32.7487 77.0219 33.1927C75.374 34.1371 74.6146 35.7677 74.6873 37.5921C74.76 39.2872 75.7779 40.5304 77.4097 41.1519C77.8298 41.3134 78.3548 41.4425 78.7588 41.3295C81.4246 40.5627 83.2099 38.0522 83.1614 35.2269L83.1695 35.235Z" fill="var(--cui-bg-strong)" />
<path d="M193.85 197.295C193.042 193.581 192.089 189.892 191.305 186.179C189.875 179.358 188.575 172.505 187.104 165.692C185.384 157.644 183.51 149.62 181.773 141.572C179.971 133.209 178.259 124.838 176.498 116.467C175.003 109.339 173.541 102.195 171.982 95.0833C171.223 91.6445 170.948 90.2883 166.658 90.6597C163.815 90.9018 160.955 91.2005 158.103 91.2328C141.527 91.3942 124.958 91.475 108.382 91.588C106.79 91.6041 105.159 91.4104 103.608 91.6849C100.134 92.3226 96.6362 92.1934 93.1383 92.2257C86.1345 92.2822 79.1145 92.3226 72.1026 92.3791C70.9878 92.3791 69.8568 92.3549 68.7582 92.4759C67.1748 92.6535 65.9793 94.3891 66.3185 95.9228C67.1506 99.628 68.0069 103.325 68.8228 107.038C70.39 114.158 71.9491 121.278 73.4759 128.406C74.833 134.751 76.1498 141.103 77.4907 147.456C78.4036 151.791 79.2922 156.134 80.2616 160.461C80.7786 162.778 81.5541 165.038 82.0469 167.355C84.1553 177.275 86.0618 187.229 88.3237 197.109C89.4788 202.162 88.1782 202.316 94.7862 202.251C106.879 202.13 118.956 202.122 131.041 201.654C140.275 201.299 149.524 201.589 158.766 201.589V201.307C169.445 201.307 180.125 201.307 190.796 201.307C191.596 201.307 192.412 201.307 193.163 201.105C193.518 201.008 193.987 200.483 194.011 200.12C194.068 199.184 194.027 198.207 193.833 197.295H193.85ZM190.295 199.264C189.027 199.353 187.751 199.369 186.474 199.369C161.432 199.474 136.389 199.547 111.355 199.692C106.112 199.724 100.869 200.047 95.6264 200.233C94.9882 200.257 94.35 200.29 93.7118 200.273C91.5711 200.249 91.1914 199.967 90.7552 197.989C89.9393 194.276 89.1476 190.554 88.3479 186.841C88.049 185.453 87.7339 184.072 87.4189 182.684C88.8407 181.57 90.4886 182.216 92.0235 182.175C96.7896 182.038 101.564 182.272 106.314 181.497C107.711 181.263 109.182 181.441 110.612 181.368C115.046 181.126 119.53 181.554 123.941 180.545C124.999 180.303 126.162 180.464 127.277 180.456C130.629 180.44 133.982 180.399 137.326 180.424C142.916 180.472 148.466 180.19 153.984 179.31C154.145 179.285 154.307 179.293 154.46 179.261C160.042 178.091 162.078 174.038 160.22 168.888C158.063 162.915 151.786 159.968 145.421 161.672C142.359 162.495 139.338 163.472 136.268 164.311C135.056 164.642 133.796 164.844 132.544 164.973C130.024 165.232 127.842 164.4 126.001 162.665C125.306 162.019 124.611 161.357 123.941 160.679C121.711 158.435 118.892 157.28 115.887 156.836C113.705 156.513 111.484 157.159 109.481 158.193C108.495 158.693 107.623 159.419 106.661 159.976C104.731 161.107 102.743 162.019 100.441 162.221C98.2437 162.414 96.418 162.059 94.8913 160.267C92.7263 157.724 89.7697 156.683 86.5303 156.11C85.1651 155.868 84.0422 156.497 82.7981 156.481C82.1115 156.481 81.5702 156.166 81.4168 155.44C80.0273 148.764 78.6702 142.088 77.2484 135.421C75.8912 129.06 74.4937 122.715 73.0881 116.37C71.7148 110.187 70.285 104.003 68.9278 97.8117C68.7582 97.0529 68.742 96.2296 68.8389 95.4546C68.8874 95.0994 69.3721 94.5586 69.6952 94.5263C71.1251 94.3891 72.563 94.381 73.9929 94.3649C85.3105 94.2761 96.6362 94.2357 107.962 94.0904C111.435 94.042 114.893 93.7352 118.367 93.5899C120.596 93.5011 122.826 93.4608 125.063 93.4608C131.122 93.4446 137.189 93.4608 143.24 93.4608V93.1782C151.059 93.1782 158.863 93.1782 166.683 93.1782C169.114 93.1782 169.211 93.3074 169.752 95.3255C170.657 98.6835 171.287 102.122 171.998 105.537C172.055 105.795 171.909 106.199 171.723 106.385C171.546 106.554 171.117 106.627 170.899 106.538C168.419 105.48 165.956 104.383 163.484 103.301C160.979 102.203 158.281 101.783 155.623 101.46C153.434 101.202 151.245 101.816 149.25 102.93C147.586 103.858 146.875 105.44 146.293 107.103C145.72 108.75 145.211 110.421 144.613 112.051C144.241 113.06 143.409 113.488 142.367 113.545C140.913 113.617 139.515 113.488 138.263 112.592C137.496 112.027 136.64 111.575 135.872 111.018C131.688 107.942 126.986 106.118 121.913 105.182C119.029 104.649 116.21 104.778 113.568 106.199C111.896 107.095 110.91 108.491 110.805 110.38C110.733 111.648 110.87 112.923 110.894 114.19C110.91 114.852 110.321 115.272 109.602 115.135C109.448 115.103 109.303 115.038 109.149 114.998C104.496 113.642 101.12 115.627 98.3972 119.171C97.5328 120.293 96.7493 121.528 96.1838 122.828C94.7539 126.105 95.4244 128.591 98.0822 130.949C100.312 132.926 103.002 133.984 105.845 134.274C108.35 134.533 110.927 134.169 113.463 134.024C115.046 133.935 116.622 133.62 118.197 133.604C128.408 133.483 138.611 133.435 148.822 133.314C150.397 133.298 151.972 133.023 153.547 132.87C154.177 132.813 154.816 132.732 155.454 132.724C162.304 132.692 169.171 132.66 176.029 132.652C177.338 132.652 177.645 132.878 177.968 134.226C178.913 138.238 179.834 142.258 180.698 146.278C182.427 154.342 184.123 162.406 185.828 170.47C187.007 176.057 188.171 181.643 189.358 187.229C189.819 189.4 190.36 191.555 190.796 193.727C191.079 195.115 191.297 196.536 191.41 197.957C191.467 198.602 191.022 199.2 190.295 199.256V199.264Z" fill="var(--cui-bg-strong)" />
<path d="M82.5154 160.921C83.4767 165.086 84.2764 169.292 85.4639 173.385H85.4559C86.0133 175.314 85.3993 177.623 87.1846 179.18C89.2042 179.439 91.2318 179.705 93.2594 179.947C93.8815 180.012 94.5196 180.044 95.1336 179.972C104.133 178.963 113.229 179.802 122.236 178.648C125.524 178.228 128.909 178.583 132.253 178.583C138.942 178.632 145.598 178.301 152.231 177.421C153.321 177.267 154.428 177.074 155.454 176.694C158.378 175.629 159.493 173.134 158.475 170.188C156.722 165.127 151.6 162.301 146.317 163.617C143.555 164.303 140.808 165.119 138.11 166.031C135.808 166.814 133.465 166.967 131.074 166.983C128.909 166.999 127.018 166.273 125.37 164.909C124.151 163.892 122.963 162.826 121.751 161.809C117.664 158.386 113.205 158.144 108.6 161.018C107.259 161.857 105.934 162.874 104.456 163.302C100.457 164.449 96.3453 165.53 93.1383 161.462C92.8475 161.09 92.4678 160.776 92.08 160.509C89.802 158.943 87.3462 157.934 84.4865 158.265C83.097 158.427 82.2084 159.565 82.5154 160.921Z" fill="var(--cui-bg-normal)" />
<path d="M127.002 216.015C132.568 215.958 138.134 215.982 143.7 216.015C144.524 216.015 144.985 216.773 144.767 217.686L144.766 217.677C144.006 220.914 143.239 224.135 142.487 227.38C140.597 235.549 138.667 243.702 136.833 251.888C136.478 253.47 136.22 253.889 134.232 253.865C131.696 253.849 129.143 253.865 126.599 253.865V253.85C123.901 253.85 121.186 253.865 118.488 253.841C117.067 253.825 116.767 253.437 117.05 252.17C119.675 240.594 122.478 229.067 125.402 217.564C125.612 216.725 126.186 216.023 127.002 216.015ZM24.4092 178.188C24.6919 177.824 25.0069 177.437 25.5723 177.775C28.44 179.503 31.3484 181.109 34.7412 181.634C36.1388 181.844 37.5365 182.248 38.9502 182.32C41.4866 182.449 44.0392 182.433 46.5918 182.425C51.8102 182.401 56.6413 181.085 60.9873 178.155C61.7143 177.671 62.5141 178.042 62.708 178.994C63.4351 182.562 64.1545 186.13 64.833 189.706C66.0286 195.93 67.1914 202.154 68.3789 208.386C68.7424 210.25 69.1547 212.107 69.4697 213.972C69.5828 214.674 69.1223 215.295 68.4844 215.408L68.4756 215.4C67.4014 215.602 66.2706 215.635 65.1641 215.659C56.8758 215.748 48.5871 215.853 40.2988 215.877C34.709 215.885 35.6374 216.152 34.458 220.761C32.9717 226.589 31.8572 232.513 30.7344 238.414C29.87 242.926 29.2396 247.488 28.4883 252.024C28.3267 253.009 27.5435 253.768 26.5176 253.784C23.8114 253.825 21.0969 253.801 18.3906 253.801C16.0078 253.809 13.6087 253.865 11.2178 253.792C9.90924 253.752 9.66678 252.896 9.88479 251.831C11.9205 241.741 13.9237 231.642 15.8867 221.527C17.6074 212.664 19.2306 203.785 20.919 194.905C21.9287 189.618 22.9631 184.322 23.9971 179.043C24.0617 178.736 24.2235 178.438 24.4092 178.188ZM43.4971 81.4648C43.9494 83.3052 44.4585 85.1298 44.8301 86.9863C45.6137 90.861 46.308 94.7527 47.0674 98.6436C48.2387 104.698 49.4183 110.751 50.5977 116.813C52.0841 124.418 53.6026 132.022 55.0567 139.626C56.5188 147.246 57.9088 154.883 59.3467 162.503C59.581 163.746 59.9364 164.965 60.1787 166.208C60.5019 167.887 60.0732 169.146 58.6514 170.365L58.6358 170.35C55.2995 173.191 51.2926 173.958 47.2051 174.604C45.8158 174.813 44.3616 174.628 42.9238 174.628C39.2079 174.951 35.6291 174.401 32.2686 172.763C31.275 172.27 30.2403 171.794 29.4082 171.092C27.3485 169.364 26.1939 167.242 26.7754 164.4C28.9 154.181 30.9917 143.961 33.0274 133.726C34.1744 127.978 35.1116 122.206 36.2344 116.459C37.3088 110.873 38.4968 105.303 39.6035 99.7168C40.4437 95.5273 41.2194 91.3294 41.9707 87.1318C42.3181 85.1946 42.6085 83.2487 43.4971 81.4648Z" fill="var(--cui-bg-strong)" />
<path d="M176.343 129.338C176.02 127.465 175.68 125.592 175.293 123.736L175.309 123.752C174.614 120.499 173.847 117.262 173.168 114.016C172.602 111.312 170.971 109.488 168.563 108.285C165.72 106.864 162.876 105.541 159.75 104.741C157.383 104.128 155.073 103.942 152.682 104.015C151.106 104.063 149.87 104.741 148.998 105.92C148.352 106.784 147.915 107.833 147.52 108.85C147.003 110.174 146.72 111.595 146.162 112.902C145.12 115.34 143.044 116.357 140.386 115.897C138.803 115.631 137.276 115.292 135.96 114.283C135.079 113.605 134.118 113.032 133.197 112.41C129.198 109.682 124.787 107.962 120.005 107.268C118.43 107.042 116.863 107.139 115.304 107.704C113.09 108.495 111.903 110.118 112.258 112.37C112.403 113.298 112.84 114.178 113.017 115.106C113.139 115.712 113.227 116.43 112.993 116.955C112.775 117.455 112.096 118.117 111.668 118.085C110.424 117.988 109.196 117.576 107.952 117.302C104.277 116.495 100.932 118.028 99.244 121.298L97.3698 125.164C96.6832 126.706 96.9498 127.772 98.1938 129.031C101.11 131.977 104.899 132.316 108.712 132.591C110.707 131.816 112.799 132.05 114.859 131.993C119.949 131.856 125.046 131.848 130.143 131.679C133.471 131.574 136.8 131.186 140.128 131.122C145.225 131.033 150.323 131.106 155.42 131.106V130.936C157.965 130.936 160.517 130.952 163.062 130.936C167.045 130.912 171.027 130.904 175.01 130.855C175.971 130.839 176.496 130.234 176.343 129.338Z" fill="var(--cui-bg-normal)" />
</svg></div><h1 class="cui-headline-64we cui-headline-m-le0n">Page not found</h1><p class="cui-body-gccz cui-body-m-0hb4 cui-body-regular-g1zg cui-body-normal-pxkh subtitle">Sorry, but the page you were looking for couldn't be found.</p><p class="cui-body-gccz cui-body-m-0hb4 cui-body-regular-g1zg cui-body-normal-pxkh">If you can't find what you're looking for, try our<a href="/" class="cui-body-gccz cui-body-m-0hb4 cui-body-regular-g1zg cui-body-normal-pxkh cui-anchor-pww3 cui-focus-visible-6pov">home page</a>.</p></div><footer class="astro-y6qeffq6"><div class="meta astro-y6qeffq6"></div><div class="footer-links astro-y6qeffq6"><div class="astro-y6qeffq6"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12.26 11.01c.241-.03.488 0 .716.089l8.1 3.15h.001c.245.096.458.256.618.463l.066.092.057.095a1.452 1.452 0 0 1-.837 2.085h-.002l-3.05.946-.945 3.05v.001a1.452 1.452 0 0 1-2.18.78 1.45 1.45 0 0 1-.555-.684v-.002l-3.15-8.1a1.45 1.45 0 0 1-.07-.82l.025-.102c.067-.238.194-.455.369-.63l.078-.071c.187-.162.412-.274.654-.324zM18 4a3 3 0 0 1 3 3v4h-2V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm-2.46 14.88.494-1.592a1.9 1.9 0 0 1 1.253-1.253l1.594-.495-5.466-2.125zM6 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"></path></svg><span class="astro-y6qeffq6">Go to <a href="https://me.sumup.com" class="astro-y6qeffq6">SumUp Dashboard</a>.</span></div><div class="astro-y6qeffq6"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5H12.0088C12.5611 17.5 13.0088 17.0523 13.0088 16.5C13.0088 15.9477 12.5611 15.5 12.0088 15.5H12ZM12.5537 6.54883C11.6927 6.40113 10.8069 6.56331 10.0537 7.00586C9.30048 7.44854 8.72749 8.14363 8.4375 8.96777C8.25428 9.48864 8.52807 10.0598 9.04883 10.2432C9.5698 10.4264 10.1409 10.1528 10.3242 9.63184C10.4574 9.2532 10.7204 8.93389 11.0664 8.73047C11.4125 8.52705 11.8201 8.45264 12.2158 8.52051C12.6113 8.58845 12.9701 8.79454 13.2285 9.10156C13.4869 9.40859 13.6285 9.79696 13.6279 10.1982V10.2002C13.6278 10.5692 13.3378 10.983 12.7236 11.3926C12.4468 11.5772 12.1621 11.7202 11.9434 11.8174C11.8359 11.8651 11.7476 11.9003 11.6885 11.9229C11.659 11.9341 11.6362 11.9426 11.623 11.9473C11.6176 11.9492 11.6126 11.9504 11.6104 11.9512C11.0873 12.1263 10.8052 12.6924 10.9795 13.2158C11.1541 13.7397 11.7212 14.0232 12.2451 13.8486L12.2471 13.8477L12.251 13.8467C12.2537 13.8458 12.2568 13.8441 12.2607 13.8428C12.2689 13.84 12.28 13.8366 12.293 13.832C12.3193 13.8227 12.3561 13.8089 12.4004 13.792C12.4887 13.7583 12.611 13.7099 12.7559 13.6455C13.0434 13.5177 13.4349 13.3221 13.833 13.0566C14.5224 12.597 15.4969 11.746 15.6162 10.4629L15.6279 10.2002C15.6289 9.32699 15.3211 8.48157 14.7588 7.81348C14.1961 7.14504 13.4149 6.69657 12.5537 6.54883Z" fill="currentColor"></path></svg><span class="astro-y6qeffq6">Need help? <a href="/help" class="astro-y6qeffq6">Contact Support</a>.</span></div><div class="astro-y6qeffq6"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm0-2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3m-7 5H7a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2m0 4H7a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m0 4H7a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2m4.5-8.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"></path></svg><span class="astro-y6qeffq6">Check out our <a href="/changelog" class="astro-y6qeffq6">Changelog</a>.</span></div><div class="astro-y6qeffq6"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M5.602 19.198a.8.8 0 1 0-1.6 0 .8.8 0 0 0 1.6 0m5.55-10.277a2.8 2.8 0 0 1-2.231 2.231L4.437 12l4.484.848a2.8 2.8 0 0 1 2.231 2.231L12 19.562l.848-4.483a2.8 2.8 0 0 1 2.231-2.231L19.562 12l-4.483-.848a2.8 2.8 0 0 1-2.231-2.231L12 4.437zm8.926 2.981h.004zm-1.88-5.3v-.8h-.8a1 1 0 0 1 0-2h.8v-.8a1 1 0 0 1 2 0v.8h.8a1 1 0 0 1 0 2h-.8v.8a1 1 0 0 1-2 0M7.602 19.198a2.8 2.8 0 1 1-5.6 0 2.8 2.8 0 0 1 5.6 0M22 12a1.9 1.9 0 0 1-1.55 1.866l.001.001-5 .945a.8.8 0 0 0-.607.522l-.031.116-.946 5.001a1.9 1.9 0 0 1-3.734 0l-.945-5a.8.8 0 0 0-.522-.607l-.116-.031-5.001-.946a1.9 1.9 0 0 1 0-3.734l5-.945.117-.032a.8.8 0 0 0 .521-.606l.946-5.001a1.9 1.9 0 0 1 2.949-1.211l.132.1.123.112a1.9 1.9 0 0 1 .53.999l.945 5 .032.117a.8.8 0 0 0 .606.521l5.001.946A1.9 1.9 0 0 1 22 12"></path></svg><span class="astro-y6qeffq6">LLM? <a href="/llms.txt" class="astro-y6qeffq6">Checkout llms.txt</a>.</span></div></div></footer></div></div></main></div></div></div></div></body></html>