CINXE.COM

<!DOCTYPE html><html lang="en" dir="ltr" class=""><head><meta charSet="utf-8"/><meta data-react-helmet="true" name="description" content="Get free text, photo, voice, and document translation for your Android phone. Download the DeepL mobile app to read and write in foreign languages on-the-go."/><title data-react-helmet="true">DeepL for Android: accurate translation and writing improvement</title><meta name="generator" content="Gatsby 5.13.6"/><meta data-react-helmet="true" charSet="utf-8"/><meta data-react-helmet="true" name="page" content="410"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="msapplication-TileColor" content="#042b48"/><meta data-react-helmet="true" name="msapplication-TileImage" content="https://static.deepl.com/img/favicon/tile_144.png"/><meta data-react-helmet="true" name="msapplication-square70x70logo" content="https://static.deepl.com/img/favicon/tile_small.png"/><meta data-react-helmet="true" name="msapplication-square150x150logo" content="https://static.deepl.com/img/favicon/tile_medium.png"/><meta data-react-helmet="true" name="msapplication-square310x310logo" content="https://static.deepl.com/img/favicon/tile_large.png"/><meta data-react-helmet="true" property="og:title" content="DeepL for Android: accurate translation and writing improvement"/><meta data-react-helmet="true" property="og:description" content="Get free text, photo, voice, and document translation for your Android phone. Download the DeepL mobile app to read and write in foreign languages on-the-go."/><meta data-react-helmet="true" property="og:image" content="https://static.deepl.com/img/favicon/automatic_social_share_deepl.jpg"/><meta data-react-helmet="true" property="og:url" content="https://www.deepl.com/en/android-app"/><link data-identity="gatsby-global-css" href="https://static.deepl.com/gatsby/late-dtextarea-webcomponent.719994ca467cbd2ad6fa.css" rel="stylesheet"/><link data-identity="gatsby-global-css" href="https://static.deepl.com/gatsby/late-texttranslator-base-features.719994ca467cbd2ad6fa.css" rel="stylesheet"/><link data-identity="gatsby-global-css" href="https://static.deepl.com/gatsby/late-write-base-features.719994ca467cbd2ad6fa.css" rel="stylesheet"/><link data-identity="gatsby-global-css" href="https://static.deepl.com/gatsby/styles.8d3763a532fa48d9b84f.css" rel="stylesheet"/><link data-react-helmet="true" rel="dns-prefetch" href="https://experimentation.deepl.com"/><link data-react-helmet="true" rel="preconnect" href="https://experimentation.deepl.com" crossorigin="anonymous"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static.deepl.com/img/favicon/favicon_16.png" sizes="16x16"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static.deepl.com/img/favicon/favicon_32.png" sizes="32x32"/><link data-react-helmet="true" rel="icon" type="image/png" href="https://static.deepl.com/img/favicon/favicon_96.png" sizes="96x96"/><link data-react-helmet="true" rel="apple-touch-icon" sizes="180x180" href="https://static.deepl.com/img/apple-touch-icon.png"/><script data-react-helmet="true" type="text/javascript"> (function(){ var isCheckoutPage = window.location.href.includes('/checkout') var isCheckoutExperiment = document.cookie.indexOf('DM-2185.2') >= 0 var isProduction = window.location.hostname === 'www.deepl.com' if (isProduction) { return } if(isCheckoutExperiment && isCheckoutPage) { document.documentElement.classList.add('dl-checkout') } })() </script><script data-react-helmet="true" type="text/javascript"> (function(){ // Home UI will also be available on www.deepl.com for now // but we can keep this early return for better performance if(window.location.hostname === 'home.deepl.com') { document.documentElement.classList.add('is-home') return } var featureSet = window.localStorage.getItem('dl_featureSet') var parsedFeatureSet = featureSet && JSON.parse(featureSet) var dlEp = window.localStorage.getItem('dl_ep') var parsedDlEp = dlEp && JSON.parse(dlEp) if(!parsedFeatureSet) { return } if(parsedFeatureSet.subscription && parsedFeatureSet.subscription.homeUi){ document.documentElement.classList.add('is-home') return } var isTranslatorPro = parsedFeatureSet.translator && parsedFeatureSet.translator.service === 'pro' var isWritePro = parsedFeatureSet.write && parsedFeatureSet.write.service === 'pro' var hasAnyProSubscription = isTranslatorPro || isWritePro var dlEpAccountId = parsedDlEp && parsedDlEp.accountId var isProUser = hasAnyProSubscription && !dlEpAccountId var isUserExperimentOn = document.cookie.indexOf('TACO-491.2') >= 0 if (isUserExperimentOn && isProUser) { document.documentElement.classList.add('is-home') } var isTeamAdmin = parsedFeatureSet.subscription && parsedFeatureSet.subscription.teamManagement var isSubaccount = parsedFeatureSet.subscription && parsedFeatureSet.subscription.isSubaccount var isProsumerExperimentOn = document.cookie.indexOf('TACO-545.2') >= 0 var isProsumer = isProUser && !isTeamAdmin && !isSubaccount if(isProsumerExperimentOn && isProsumer) { document.documentElement.classList.add('is-home') } })() </script><script data-react-helmet="true" type="text/javascript"> (function(){ var featureSet = window.localStorage.getItem('dl_featureSet') var whiteLabelVariant = featureSet && JSON.parse(featureSet)?.subscription?.whiteLabelVariant var homeDebug = (new URLSearchParams(window.location.search)).get('home_debug') || sessionStorage.getItem('home_debug') || '' if ((whiteLabelVariant && whiteLabelVariant.trim() !== '') || homeDebug.includes('whitelabel')) { document.documentElement.classList.add('is-whitelabel') } })() </script><script data-react-helmet="true" type="text/javascript"> (function(){ var dlAuth = window.localStorage.getItem('dl_auth') var dlEp = window.localStorage.getItem('dl_ep') var isLoggedIn = false try { var dlAuthAccountId = undefined if(dlAuth) { var parsed = JSON.parse(dlAuth) var parsedLoginState if (parsed && parsed.loginState) { parsedLoginState = JSON.parse(parsed.loginState) } dlAuthAccountId = parsedLoginState && parsedLoginState.accountId } var dlEpAccountId = undefined if(dlEp) { var parsedDlEp = JSON.parse(dlEp) dlEpAccountId = parsedDlEp && parsedDlEp.accountId } isLoggedIn = !!dlAuthAccountId || !!dlEpAccountId } catch (e) { console.error('Error parsing login state:', e) } if(isLoggedIn) { document.documentElement.classList.add('is-logged-in') } })() </script><script data-react-helmet="true" type="text/javascript"> (function(){ var dlAuth = window.localStorage.getItem('dl_auth') var dlEp = window.localStorage.getItem('dl_ep') var isLoggedIn = false try { var dlAuthAccountId = undefined if(dlAuth) { var parsed = JSON.parse(dlAuth) var parsedLoginState if (parsed && parsed.loginState) { parsedLoginState = JSON.parse(parsed.loginState) } dlAuthAccountId = parsedLoginState && parsedLoginState.accountId } var dlEpAccountId = undefined if(dlEp) { var parsedDlEp = JSON.parse(dlEp) dlEpAccountId = parsedDlEp && parsedDlEp.accountId } isLoggedIn = !!dlAuthAccountId || !!dlEpAccountId } catch (e) { console.error('Error parsing login state:', e) } var LMTNavigationSidebarKey = window.localStorage.getItem('LMT_navigation_sidebar') var isSidebarCollapsed = LMTNavigationSidebarKey && JSON.parse(JSON.parse(LMTNavigationSidebarKey).isSidebarCollapsed)._value var sidebarClass = isSidebarCollapsed ? 'with-sidebar-collapsed' : 'with-sidebar-expanded' if(isLoggedIn) { document.documentElement.classList.add(sidebarClass) } })() </script><script data-react-helmet="true" type="text/javascript"> (function(){ var isUserExperimentOn = document.cookie.indexOf('B2B-1758.2') >= 0 var glossaryManagerTermListPath = new RegExp("\/glossary\/[a-zA-Z-0-9]+$") var isGlossaryManagerTermList = glossaryManagerTermListPath.test(window.location.pathname) if (isUserExperimentOn && isGlossaryManagerTermList) { document.documentElement.classList.add('is-glossary-manager-term-list') } })() </script><script data-react-helmet="true" type="text/javascript"> window.dataLayer = window?.dataLayer || []; function gtag() { window?.dataLayer?.push(arguments); } </script><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1"/></head><body><div id="___gatsby"><div style="outline:none" tabindex="-1" id="gatsby-focus-wrapper"><div class="default"><div class="flex "><div class="hidden h-[100dvh] sticky top-0 [.with-sidebar-expanded_&amp;]:md:block [.with-sidebar-collapsed_&amp;]:md:block [.with-sidebar-collapsed_&amp;]:w-[84px] [.with-sidebar-collapsed_&amp;]:shrink-0" data-testid="product-navigation-sidebar-container" id="product-navigation-sidebar-container"><nav class="grid h-full grid-rows-[max-content_max-content_1fr_max-content] overflow-hidden border-r border-gray-100 bg-white px-2 py-4 rtl:border-l [.with-sidebar-expanded_&amp;]:px-3.5" data-testid="product-navigation-sidebar"><div class="flex items-center h-10 [.with-sidebar-expanded_&amp;]:justify-items-start [.with-sidebar-collapsed_&amp;]:justify-center"><a href="/en/translator" aria-hidden="true" tabindex="-1"><img src="https://static.deepl.com/img/logo/deepl-blue-logo-text.svg" alt="DeepL Logo" class="hidden [:not(.is-whitelabel).with-sidebar-expanded_&amp;]:block mx-1.5 h-8 w-full" data-testid="header-customer-logo"/><img src="https://static.deepl.com/img/logo/deepl-blue-logo.svg" alt="DeepL Logo" class="hidden [:not(.is-whitelabel).with-sidebar-collapsed_&amp;]:block size-8" data-testid="header-customer-logo"/><img src="data:image/svg+xml;charset=utf8,&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27;&gt;&lt;/svg&gt;" alt="Logo" class="hidden [.is-whitelabel.with-sidebar-expanded_&amp;]:block mx-2 border-1 border-gray-100 rounded-lg size-10" data-testid="header-customer-logo"/><img src="data:image/svg+xml;charset=utf8,&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27;&gt;&lt;/svg&gt;" alt="Logo" class="hidden [.is-whitelabel.with-sidebar-collapsed_&amp;]:block border-1 border-gray-100 rounded-lg size-10" data-testid="header-customer-logo"/></a></div><div id="product-navigation-sidebar-items" data-onboarding="product-navigation-sidebar" class="my-4 flex flex-col justify-start rounded-xl border border-gray-100 p-2"><div class="hidden [.is-home_&amp;]:block"><button type="button" data-testid="product-navigation-sidebar-home-item" data-onboarding="product-navigation-sidebar-home" class="inline-flex relative items-center whitespace-nowrap border-1 font-semibold ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 ui-focus-visible:border-blue-500/0 disabled:text-gray-400 disabled:bg-gray-100 disabled:border-gray-100 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:text-gray-400 aria-disabled:bg-gray-100 aria-disabled:border-gray-100 aria-disabled:pointer-events-none aria-disabled:cursor-default dark:disabled:text-gray-400 dark:disabled:bg-gray-600 dark:disabled:border-gray-600 dark:disabled:opacity-50 dark:aria-disabled:text-gray-400 dark:aria-disabled:bg-gray-600 dark:aria-disabled:border-gray-600 dark:ui-focus-visible:outline-blue-400 text-gray-800 bg-transparent border-transparent hover:text-gray-900 hover:bg-gray-200/[0.14] hover:border-blue-500/0 active:bg-gray-800/25 active:border-gray-800/0 dark:text-white dark:bg-transparent dark:hover:text-white dark:hover:border-transparent dark:hover:bg-gray-600/[0.35] dark:active:bg-gray-900/[0.7] text-base leading-5 p-0 w-full rounded-[10px]"><div class="hidden w-full [.with-sidebar-collapsed_&amp;]:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><div class="px-3 py-2.5 grid justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600 grid-cols-1 place-items-center gap-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="HomeMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M11.1949 4.04384L4.19314 10.0443C4.05426 10.1617 3.94265 10.3079 3.86612 10.4729C3.78958 10.6378 3.74996 10.8175 3.75 10.9993V19.9995C3.75 20.331 3.8817 20.6489 4.11612 20.8834C4.35054 21.1178 4.66848 21.2495 5 21.2495H8.25V13.9995C8.25 13.5353 8.43437 13.0902 8.76256 12.762C9.09075 12.4339 9.53587 12.2495 10 12.2495H14C14.4641 12.2495 14.9092 12.4339 15.2374 12.762C15.5656 13.0902 15.75 13.5353 15.75 13.9995V21.2495H19C19.3315 21.2495 19.6495 21.1178 19.8839 20.8834C20.1183 20.6489 20.25 20.331 20.25 19.9995V10.9995C20.25 10.8176 20.2104 10.6378 20.1339 10.4729C20.0574 10.3079 19.9458 10.1617 19.8069 10.0443L19.8029 10.041L12.8069 4.0453C12.8063 4.04481 12.8057 4.04432 12.8051 4.04384C12.5798 3.85408 12.2946 3.75 12 3.75C11.7054 3.75 11.4202 3.85408 11.1949 4.04384ZM14.25 21.2495V13.9995C14.25 13.9332 14.2237 13.8696 14.1768 13.8227C14.1299 13.7758 14.0663 13.7495 14 13.7495H10C9.9337 13.7495 9.87011 13.7758 9.82322 13.8227C9.77634 13.8696 9.75 13.9332 9.75 13.9995V21.2495H14.25ZM19 22.7495C19.7293 22.7495 20.4288 22.4597 20.9445 21.944C21.4603 21.4283 21.75 20.7288 21.75 19.9995V10.9997C21.75 10.9996 21.75 10.9997 21.75 10.9997C21.7501 10.5997 21.6629 10.2043 21.4945 9.84152C21.3266 9.47949 21.0818 9.15837 20.7773 8.90046C20.7765 8.89986 20.7758 8.89926 20.7751 8.89866L13.779 2.903L13.7751 2.89966C13.2788 2.48016 12.6499 2.25 12 2.25C11.3501 2.25 10.7212 2.48016 10.2249 2.89966L3.22273 8.90047C2.9182 9.15838 2.67344 9.4795 2.50546 9.84152C2.33711 10.2043 2.24993 10.5995 2.25 10.9995C2.25 10.9994 2.25 10.9995 2.25 10.9995V19.9995C2.25 20.7288 2.53973 21.4283 3.05546 21.944C3.57118 22.4597 4.27065 22.7495 5 22.7495H19Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"></div></div></span></span></span></div><div class="hidden w-full [.with-sidebar-expanded_&amp;]:flex"><div class="px-3 py-2.5 grid grid-cols-[24px_1fr] gap-2.5 justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="HomeMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M11.1949 4.04384L4.19314 10.0443C4.05426 10.1617 3.94265 10.3079 3.86612 10.4729C3.78958 10.6378 3.74996 10.8175 3.75 10.9993V19.9995C3.75 20.331 3.8817 20.6489 4.11612 20.8834C4.35054 21.1178 4.66848 21.2495 5 21.2495H8.25V13.9995C8.25 13.5353 8.43437 13.0902 8.76256 12.762C9.09075 12.4339 9.53587 12.2495 10 12.2495H14C14.4641 12.2495 14.9092 12.4339 15.2374 12.762C15.5656 13.0902 15.75 13.5353 15.75 13.9995V21.2495H19C19.3315 21.2495 19.6495 21.1178 19.8839 20.8834C20.1183 20.6489 20.25 20.331 20.25 19.9995V10.9995C20.25 10.8176 20.2104 10.6378 20.1339 10.4729C20.0574 10.3079 19.9458 10.1617 19.8069 10.0443L19.8029 10.041L12.8069 4.0453C12.8063 4.04481 12.8057 4.04432 12.8051 4.04384C12.5798 3.85408 12.2946 3.75 12 3.75C11.7054 3.75 11.4202 3.85408 11.1949 4.04384ZM14.25 21.2495V13.9995C14.25 13.9332 14.2237 13.8696 14.1768 13.8227C14.1299 13.7758 14.0663 13.7495 14 13.7495H10C9.9337 13.7495 9.87011 13.7758 9.82322 13.8227C9.77634 13.8696 9.75 13.9332 9.75 13.9995V21.2495H14.25ZM19 22.7495C19.7293 22.7495 20.4288 22.4597 20.9445 21.944C21.4603 21.4283 21.75 20.7288 21.75 19.9995V10.9997C21.75 10.9996 21.75 10.9997 21.75 10.9997C21.7501 10.5997 21.6629 10.2043 21.4945 9.84152C21.3266 9.47949 21.0818 9.15837 20.7773 8.90046C20.7765 8.89986 20.7758 8.89926 20.7751 8.89866L13.779 2.903L13.7751 2.89966C13.2788 2.48016 12.6499 2.25 12 2.25C11.3501 2.25 10.7212 2.48016 10.2249 2.89966L3.22273 8.90047C2.9182 9.15838 2.67344 9.4795 2.50546 9.84152C2.33711 10.2043 2.24993 10.5995 2.25 10.9995C2.25 10.9994 2.25 10.9995 2.25 10.9995V19.9995C2.25 20.7288 2.53973 21.4283 3.05546 21.944C3.57118 22.4597 4.27065 22.7495 5 22.7495H19Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"><div class="flex flex-row items-center"><p class="text-current max-w-[560px] text-base leading-[24px] dark:text-white mb-0 truncate font-semibold">Home</p></div></div></div></div></button></div><a href="/en/translator" class="relative flex w-full flex-col rounded-lg" aria-labelledby="product-navigation-sidebar-translator-link" data-testid="product-navigation-sidebar-translator-item" data-onboarding="product-navigation-sidebar-translator"><span tabindex="-1"><div class="hidden w-full [.with-sidebar-collapsed_&amp;]:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><div class="px-3 py-2.5 grid justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600 grid-cols-1 place-items-center gap-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="LanguageMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M6.25 2C6.25 1.58579 6.58579 1.25 7 1.25H8C8.41421 1.25 8.75 1.58579 8.75 2C8.75 2.41421 8.41421 2.75 8 2.75H7C6.58579 2.75 6.25 2.41421 6.25 2ZM11.9897 4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75H10.5986L9.41716 7.52218L7.5 9.43934L5.53033 7.46967C5.23744 7.17678 4.76256 7.17678 4.46967 7.46967C4.17678 7.76256 4.17678 8.23744 4.46967 8.53033L6.43934 10.5L3.46967 13.4697C3.17678 13.7626 3.17678 14.2374 3.46967 14.5303C3.76256 14.8232 4.23744 14.8232 4.53033 14.5303L7.5 11.5607L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303C11.8232 14.2374 11.8232 13.7626 11.5303 13.4697L8.56066 10.5L10.5303 8.53033C10.5653 8.49541 10.5966 8.45712 10.624 8.41603L12.4014 5.75H14C14.4142 5.75 14.75 5.41421 14.75 5C14.75 4.58579 14.4142 4.25 14 4.25H12.0116C12.0043 4.24989 11.997 4.24989 11.9897 4.25ZM17 11.25C17.2841 11.25 17.5438 11.4105 17.6708 11.6646L20.6641 17.6511C20.6689 17.6603 20.6736 17.6697 20.6781 17.6791L22.6708 21.6646C22.8561 22.0351 22.7059 22.4856 22.3354 22.6708C21.9649 22.8561 21.5144 22.7059 21.3292 22.3354L19.5365 18.75H14.4635L12.6708 22.3354C12.4856 22.7059 12.0351 22.8561 11.6646 22.6708C11.2941 22.4856 11.1439 22.0351 11.3292 21.6646L13.3219 17.6791C13.3264 17.6697 13.3311 17.6603 13.3359 17.6511L16.3292 11.6646C16.4562 11.4105 16.7159 11.25 17 11.25ZM15.2135 17.25H18.7865L17 13.6771L15.2135 17.25Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"></div></div></span></span></span></div><div class="hidden w-full [.with-sidebar-expanded_&amp;]:flex"><div class="px-3 py-2.5 grid grid-cols-[24px_1fr] gap-2.5 justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="LanguageMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M6.25 2C6.25 1.58579 6.58579 1.25 7 1.25H8C8.41421 1.25 8.75 1.58579 8.75 2C8.75 2.41421 8.41421 2.75 8 2.75H7C6.58579 2.75 6.25 2.41421 6.25 2ZM11.9897 4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75H10.5986L9.41716 7.52218L7.5 9.43934L5.53033 7.46967C5.23744 7.17678 4.76256 7.17678 4.46967 7.46967C4.17678 7.76256 4.17678 8.23744 4.46967 8.53033L6.43934 10.5L3.46967 13.4697C3.17678 13.7626 3.17678 14.2374 3.46967 14.5303C3.76256 14.8232 4.23744 14.8232 4.53033 14.5303L7.5 11.5607L10.4697 14.5303C10.7626 14.8232 11.2374 14.8232 11.5303 14.5303C11.8232 14.2374 11.8232 13.7626 11.5303 13.4697L8.56066 10.5L10.5303 8.53033C10.5653 8.49541 10.5966 8.45712 10.624 8.41603L12.4014 5.75H14C14.4142 5.75 14.75 5.41421 14.75 5C14.75 4.58579 14.4142 4.25 14 4.25H12.0116C12.0043 4.24989 11.997 4.24989 11.9897 4.25ZM17 11.25C17.2841 11.25 17.5438 11.4105 17.6708 11.6646L20.6641 17.6511C20.6689 17.6603 20.6736 17.6697 20.6781 17.6791L22.6708 21.6646C22.8561 22.0351 22.7059 22.4856 22.3354 22.6708C21.9649 22.8561 21.5144 22.7059 21.3292 22.3354L19.5365 18.75H14.4635L12.6708 22.3354C12.4856 22.7059 12.0351 22.8561 11.6646 22.6708C11.2941 22.4856 11.1439 22.0351 11.3292 21.6646L13.3219 17.6791C13.3264 17.6697 13.3311 17.6603 13.3359 17.6511L16.3292 11.6646C16.4562 11.4105 16.7159 11.25 17 11.25ZM15.2135 17.25H18.7865L17 13.6771L15.2135 17.25Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"><div class="flex flex-row items-center"><p class="text-current max-w-[560px] text-base leading-[24px] dark:text-white mb-0 truncate font-semibold">DeepL Translator</p></div></div></div></div></span></a><a href="/en/write" class="relative flex w-full flex-col rounded-lg" aria-labelledby="product-navigation-sidebar-write-link" data-testid="product-navigation-sidebar-write-item" data-onboarding="product-navigation-sidebar-write"><span tabindex="-1"><div class="hidden w-full [.with-sidebar-collapsed_&amp;]:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><div class="px-3 py-2.5 grid justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600 grid-cols-1 place-items-center gap-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="ProductWriteMedium" viewBox="0 0 24 24" class="Icon Icon--directional" aria-hidden="true" focusable="false"><path fill="currentColor" d="M10.75 2C10.75 1.58579 10.4142 1.25 10 1.25C9.58579 1.25 9.25 1.58579 9.25 2V2.25H9C8.58579 2.25 8.25 2.58579 8.25 3C8.25 3.41421 8.58579 3.75 9 3.75H9.25V4C9.25 4.41421 9.58579 4.75 10 4.75C10.4142 4.75 10.75 4.41421 10.75 4V3.75H11C11.4142 3.75 11.75 3.41421 11.75 3C11.75 2.58579 11.4142 2.25 11 2.25H10.75V2ZM5 5.25C5.41421 5.25 5.75 5.58579 5.75 6V7.25H7C7.41421 7.25 7.75 7.58579 7.75 8C7.75 8.41421 7.41421 8.75 7 8.75H5.75V10C5.75 10.4142 5.41421 10.75 5 10.75C4.58579 10.75 4.25 10.4142 4.25 10V8.75H3C2.58579 8.75 2.25 8.41421 2.25 8C2.25 7.58579 2.58579 7.25 3 7.25H4.25V6C4.25 5.58579 4.58579 5.25 5 5.25ZM19 13.25C19.4142 13.25 19.75 13.5858 19.75 14V15.25H21C21.4142 15.25 21.75 15.5858 21.75 16C21.75 16.4142 21.4142 16.75 21 16.75H19.75V18C19.75 18.4142 19.4142 18.75 19 18.75C18.5858 18.75 18.25 18.4142 18.25 18V16.75H17C16.5858 16.75 16.25 16.4142 16.25 16C16.25 15.5858 16.5858 15.25 17 15.25H18.25V14C18.25 13.5858 18.5858 13.25 19 13.25ZM13 19.2529C13.4142 19.2529 13.75 19.5887 13.75 20.0029V20.2529H14C14.4142 20.2529 14.75 20.5887 14.75 21.0029C14.75 21.4171 14.4142 21.7529 14 21.7529H13.75V22.0029C13.75 22.4171 13.4142 22.7529 13 22.7529C12.5858 22.7529 12.25 22.4171 12.25 22.0029V21.7529H12C11.5858 21.7529 11.25 21.4171 11.25 21.0029C11.25 20.5887 11.5858 20.2529 12 20.2529H12.25V20.0029C12.25 19.5887 12.5858 19.2529 13 19.2529ZM18.4053 3.65206C18.6628 3.39463 19.0119 3.25 19.376 3.25C19.7401 3.25 20.0892 3.39463 20.3467 3.65206C20.6041 3.9095 20.7487 4.25866 20.7487 4.62273C20.7487 4.98681 20.6041 5.33599 20.3467 5.59342L18.5003 7.43992L16.5589 5.49851L18.4053 3.65206ZM15.4982 6.55917L17.4397 8.50062L7.33666 18.6044C7.18797 18.7531 7.0038 18.862 6.80192 18.9208L4.36772 19.631L5.07798 17.1968C5.13688 16.9952 5.24577 16.8115 5.39433 16.6631L15.4982 6.55917ZM19.376 1.75C18.6141 1.75 17.8834 2.05266 17.3447 2.5914L4.33382 15.6023C4.00691 15.929 3.76758 16.333 3.63802 16.7767L2.8 19.6487C2.73726 19.8639 2.73349 20.0919 2.78911 20.309C2.84472 20.526 2.95766 20.7242 3.11612 20.8826C3.27457 21.0411 3.47271 21.154 3.68977 21.2096C3.90684 21.2652 4.13495 21.2615 4.35008 21.1987L7.22208 20.3607C7.66609 20.2313 8.07033 19.9921 8.39735 19.665L21.4073 6.65406C21.9461 6.11532 22.2487 5.38463 22.2487 4.62273C22.2487 3.86084 21.9461 3.13015 21.4073 2.5914C20.8686 2.05266 20.1379 1.75 19.376 1.75Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"></div></div></span></span></span></div><div class="hidden w-full [.with-sidebar-expanded_&amp;]:flex"><div class="px-3 py-2.5 grid grid-cols-[24px_1fr] gap-2.5 justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="ProductWriteMedium" viewBox="0 0 24 24" class="Icon Icon--directional" aria-hidden="true" focusable="false"><path fill="currentColor" d="M10.75 2C10.75 1.58579 10.4142 1.25 10 1.25C9.58579 1.25 9.25 1.58579 9.25 2V2.25H9C8.58579 2.25 8.25 2.58579 8.25 3C8.25 3.41421 8.58579 3.75 9 3.75H9.25V4C9.25 4.41421 9.58579 4.75 10 4.75C10.4142 4.75 10.75 4.41421 10.75 4V3.75H11C11.4142 3.75 11.75 3.41421 11.75 3C11.75 2.58579 11.4142 2.25 11 2.25H10.75V2ZM5 5.25C5.41421 5.25 5.75 5.58579 5.75 6V7.25H7C7.41421 7.25 7.75 7.58579 7.75 8C7.75 8.41421 7.41421 8.75 7 8.75H5.75V10C5.75 10.4142 5.41421 10.75 5 10.75C4.58579 10.75 4.25 10.4142 4.25 10V8.75H3C2.58579 8.75 2.25 8.41421 2.25 8C2.25 7.58579 2.58579 7.25 3 7.25H4.25V6C4.25 5.58579 4.58579 5.25 5 5.25ZM19 13.25C19.4142 13.25 19.75 13.5858 19.75 14V15.25H21C21.4142 15.25 21.75 15.5858 21.75 16C21.75 16.4142 21.4142 16.75 21 16.75H19.75V18C19.75 18.4142 19.4142 18.75 19 18.75C18.5858 18.75 18.25 18.4142 18.25 18V16.75H17C16.5858 16.75 16.25 16.4142 16.25 16C16.25 15.5858 16.5858 15.25 17 15.25H18.25V14C18.25 13.5858 18.5858 13.25 19 13.25ZM13 19.2529C13.4142 19.2529 13.75 19.5887 13.75 20.0029V20.2529H14C14.4142 20.2529 14.75 20.5887 14.75 21.0029C14.75 21.4171 14.4142 21.7529 14 21.7529H13.75V22.0029C13.75 22.4171 13.4142 22.7529 13 22.7529C12.5858 22.7529 12.25 22.4171 12.25 22.0029V21.7529H12C11.5858 21.7529 11.25 21.4171 11.25 21.0029C11.25 20.5887 11.5858 20.2529 12 20.2529H12.25V20.0029C12.25 19.5887 12.5858 19.2529 13 19.2529ZM18.4053 3.65206C18.6628 3.39463 19.0119 3.25 19.376 3.25C19.7401 3.25 20.0892 3.39463 20.3467 3.65206C20.6041 3.9095 20.7487 4.25866 20.7487 4.62273C20.7487 4.98681 20.6041 5.33599 20.3467 5.59342L18.5003 7.43992L16.5589 5.49851L18.4053 3.65206ZM15.4982 6.55917L17.4397 8.50062L7.33666 18.6044C7.18797 18.7531 7.0038 18.862 6.80192 18.9208L4.36772 19.631L5.07798 17.1968C5.13688 16.9952 5.24577 16.8115 5.39433 16.6631L15.4982 6.55917ZM19.376 1.75C18.6141 1.75 17.8834 2.05266 17.3447 2.5914L4.33382 15.6023C4.00691 15.929 3.76758 16.333 3.63802 16.7767L2.8 19.6487C2.73726 19.8639 2.73349 20.0919 2.78911 20.309C2.84472 20.526 2.95766 20.7242 3.11612 20.8826C3.27457 21.0411 3.47271 21.154 3.68977 21.2096C3.90684 21.2652 4.13495 21.2615 4.35008 21.1987L7.22208 20.3607C7.66609 20.2313 8.07033 19.9921 8.39735 19.665L21.4073 6.65406C21.9461 6.11532 22.2487 5.38463 22.2487 4.62273C22.2487 3.86084 21.9461 3.13015 21.4073 2.5914C20.8686 2.05266 20.1379 1.75 19.376 1.75Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"><div class="flex flex-row items-center"><p class="text-current max-w-[560px] text-base leading-[24px] dark:text-white mb-0 truncate font-semibold">DeepL Write</p></div></div></div></div></span></a></div><div class="flex flex-col px-2"></div><div class="hidden flex-col px-2 [.is-home_&amp;]:flex"><button type="button" data-testid="product-navigation-sidebar-app-item" data-onboarding="product-navigation-sidebar-app" class="inline-flex relative items-center whitespace-nowrap border-1 font-semibold ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 ui-focus-visible:border-blue-500/0 disabled:text-gray-400 disabled:bg-gray-100 disabled:border-gray-100 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:text-gray-400 aria-disabled:bg-gray-100 aria-disabled:border-gray-100 aria-disabled:pointer-events-none aria-disabled:cursor-default dark:disabled:text-gray-400 dark:disabled:bg-gray-600 dark:disabled:border-gray-600 dark:disabled:opacity-50 dark:aria-disabled:text-gray-400 dark:aria-disabled:bg-gray-600 dark:aria-disabled:border-gray-600 dark:ui-focus-visible:outline-blue-400 text-gray-800 bg-transparent border-transparent hover:text-gray-900 hover:bg-gray-200/[0.14] hover:border-blue-500/0 active:bg-gray-800/25 active:border-gray-800/0 dark:text-white dark:bg-transparent dark:hover:text-white dark:hover:border-transparent dark:hover:bg-gray-600/[0.35] dark:active:bg-gray-900/[0.7] text-base leading-5 p-0 w-full rounded-[10px]"><div class="hidden w-full [.with-sidebar-collapsed_&amp;]:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><div class="px-3 py-2.5 grid justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600 grid-cols-1 place-items-center gap-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="AppsMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M2.05546 4.05546C2.57118 3.53973 3.27065 3.25 4 3.25H16C16.7293 3.25 17.4288 3.53973 17.9445 4.05546C18.4603 4.57118 18.75 5.27065 18.75 6V8C18.75 8.41421 18.4142 8.75 18 8.75C17.5858 8.75 17.25 8.41421 17.25 8V6C17.25 5.66848 17.1183 5.35054 16.8839 5.11612C16.6495 4.8817 16.3315 4.75 16 4.75H4C3.66848 4.75 3.35054 4.8817 3.11612 5.11612C2.8817 5.35054 2.75 5.66848 2.75 6V13C2.75 13.3315 2.8817 13.6495 3.11612 13.8839C3.35054 14.1183 3.66848 14.25 4 14.25H12C12.4142 14.25 12.75 14.5858 12.75 15C12.75 15.4142 12.4142 15.75 12 15.75H10.75V18.25H12C12.4142 18.25 12.75 18.5858 12.75 19C12.75 19.4142 12.4142 19.75 12 19.75H7C6.58579 19.75 6.25 19.4142 6.25 19C6.25 18.5858 6.58579 18.25 7 18.25H9.25V15.75H4C3.27065 15.75 2.57118 15.4603 2.05546 14.9445C1.53973 14.4288 1.25 13.7293 1.25 13V6C1.25 5.27065 1.53973 4.57118 2.05546 4.05546ZM18 12.75C17.3096 12.75 16.75 13.3096 16.75 14V20C16.75 20.6904 17.3096 21.25 18 21.25H20C20.6904 21.25 21.25 20.6904 21.25 20V14C21.25 13.3096 20.6904 12.75 20 12.75H18ZM15.25 14C15.25 12.4812 16.4812 11.25 18 11.25H20C21.5188 11.25 22.75 12.4812 22.75 14V20C22.75 21.5188 21.5188 22.75 20 22.75H18C16.4812 22.75 15.25 21.5188 15.25 20V14Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"></div></div></span></span></span></div><div class="hidden w-full [.with-sidebar-expanded_&amp;]:flex"><div class="px-3 py-2.5 grid grid-cols-[24px_1fr] gap-2.5 justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="AppsMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M2.05546 4.05546C2.57118 3.53973 3.27065 3.25 4 3.25H16C16.7293 3.25 17.4288 3.53973 17.9445 4.05546C18.4603 4.57118 18.75 5.27065 18.75 6V8C18.75 8.41421 18.4142 8.75 18 8.75C17.5858 8.75 17.25 8.41421 17.25 8V6C17.25 5.66848 17.1183 5.35054 16.8839 5.11612C16.6495 4.8817 16.3315 4.75 16 4.75H4C3.66848 4.75 3.35054 4.8817 3.11612 5.11612C2.8817 5.35054 2.75 5.66848 2.75 6V13C2.75 13.3315 2.8817 13.6495 3.11612 13.8839C3.35054 14.1183 3.66848 14.25 4 14.25H12C12.4142 14.25 12.75 14.5858 12.75 15C12.75 15.4142 12.4142 15.75 12 15.75H10.75V18.25H12C12.4142 18.25 12.75 18.5858 12.75 19C12.75 19.4142 12.4142 19.75 12 19.75H7C6.58579 19.75 6.25 19.4142 6.25 19C6.25 18.5858 6.58579 18.25 7 18.25H9.25V15.75H4C3.27065 15.75 2.57118 15.4603 2.05546 14.9445C1.53973 14.4288 1.25 13.7293 1.25 13V6C1.25 5.27065 1.53973 4.57118 2.05546 4.05546ZM18 12.75C17.3096 12.75 16.75 13.3096 16.75 14V20C16.75 20.6904 17.3096 21.25 18 21.25H20C20.6904 21.25 21.25 20.6904 21.25 20V14C21.25 13.3096 20.6904 12.75 20 12.75H18ZM15.25 14C15.25 12.4812 16.4812 11.25 18 11.25H20C21.5188 11.25 22.75 12.4812 22.75 14V20C22.75 21.5188 21.5188 22.75 20 22.75H18C16.4812 22.75 15.25 21.5188 15.25 20V14Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"><div class="flex flex-row items-center"><p class="text-current max-w-[560px] text-base leading-[24px] dark:text-white mb-0 truncate font-semibold">Apps and integrations</p></div></div></div></div></button><button type="button" data-testid="product-navigation-sidebar-resources-item" data-onboarding="product-navigation-sidebar-resources" class="inline-flex relative items-center whitespace-nowrap border-1 font-semibold ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 ui-focus-visible:border-blue-500/0 disabled:text-gray-400 disabled:bg-gray-100 disabled:border-gray-100 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:text-gray-400 aria-disabled:bg-gray-100 aria-disabled:border-gray-100 aria-disabled:pointer-events-none aria-disabled:cursor-default dark:disabled:text-gray-400 dark:disabled:bg-gray-600 dark:disabled:border-gray-600 dark:disabled:opacity-50 dark:aria-disabled:text-gray-400 dark:aria-disabled:bg-gray-600 dark:aria-disabled:border-gray-600 dark:ui-focus-visible:outline-blue-400 text-gray-800 bg-transparent border-transparent hover:text-gray-900 hover:bg-gray-200/[0.14] hover:border-blue-500/0 active:bg-gray-800/25 active:border-gray-800/0 dark:text-white dark:bg-transparent dark:hover:text-white dark:hover:border-transparent dark:hover:bg-gray-600/[0.35] dark:active:bg-gray-900/[0.7] text-base leading-5 p-0 w-full rounded-[10px]"><div class="hidden w-full [.with-sidebar-collapsed_&amp;]:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><div class="px-3 py-2.5 grid justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600 grid-cols-1 place-items-center gap-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="QuestionMarkCircleMedium" viewBox="0 0 24 24" class="Icon Icon--directional" aria-hidden="true" focusable="false"><path fill="currentColor" d="M2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12ZM12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.78 8.05573C11.2381 7.7865 11.7767 7.68809 12.3004 7.77792C12.8241 7.86775 13.2991 8.14003 13.6413 8.54653C13.9835 8.95303 14.1708 9.46752 14.17 9.99888L14.17 10C14.17 10.6019 13.7087 11.1562 13.004 11.626C12.6744 11.8456 12.3396 12.0136 12.0841 12.1271C11.9575 12.1834 11.853 12.2252 11.7819 12.2523C11.7464 12.2658 11.7195 12.2756 11.7024 12.2816L11.6846 12.2879L11.6828 12.2885L11.6817 12.2889C11.2895 12.4203 11.0776 12.8446 11.2085 13.2372C11.3395 13.6301 11.7642 13.8425 12.1572 13.7115L12.1581 13.7112L12.1594 13.7108L12.1627 13.7096L12.1726 13.7063L12.2049 13.6949C12.2319 13.6854 12.2694 13.6717 12.3159 13.654C12.4089 13.6186 12.5388 13.5666 12.6934 13.4979C13.0004 13.3614 13.4156 13.1544 13.836 12.874C14.6312 12.3439 15.6698 11.3984 15.67 10.0005C15.6712 9.1151 15.359 8.25786 14.7888 7.58053C14.2185 6.90302 13.4268 6.44922 12.554 6.29951C11.6811 6.14979 10.7834 6.31382 10.0199 6.76253C9.25644 7.21125 8.67638 7.9157 8.3825 8.75112C8.24505 9.14186 8.45038 9.57005 8.84112 9.7075C9.23186 9.84495 9.66005 9.63962 9.7975 9.24888C9.97383 8.74763 10.3219 8.32496 10.78 8.05573ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5523 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"></div></div></span></span></span></div><div class="hidden w-full [.with-sidebar-expanded_&amp;]:flex"><div class="px-3 py-2.5 grid grid-cols-[24px_1fr] gap-2.5 justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="QuestionMarkCircleMedium" viewBox="0 0 24 24" class="Icon Icon--directional" aria-hidden="true" focusable="false"><path fill="currentColor" d="M2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12ZM12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.78 8.05573C11.2381 7.7865 11.7767 7.68809 12.3004 7.77792C12.8241 7.86775 13.2991 8.14003 13.6413 8.54653C13.9835 8.95303 14.1708 9.46752 14.17 9.99888L14.17 10C14.17 10.6019 13.7087 11.1562 13.004 11.626C12.6744 11.8456 12.3396 12.0136 12.0841 12.1271C11.9575 12.1834 11.853 12.2252 11.7819 12.2523C11.7464 12.2658 11.7195 12.2756 11.7024 12.2816L11.6846 12.2879L11.6828 12.2885L11.6817 12.2889C11.2895 12.4203 11.0776 12.8446 11.2085 13.2372C11.3395 13.6301 11.7642 13.8425 12.1572 13.7115L12.1581 13.7112L12.1594 13.7108L12.1627 13.7096L12.1726 13.7063L12.2049 13.6949C12.2319 13.6854 12.2694 13.6717 12.3159 13.654C12.4089 13.6186 12.5388 13.5666 12.6934 13.4979C13.0004 13.3614 13.4156 13.1544 13.836 12.874C14.6312 12.3439 15.6698 11.3984 15.67 10.0005C15.6712 9.1151 15.359 8.25786 14.7888 7.58053C14.2185 6.90302 13.4268 6.44922 12.554 6.29951C11.6811 6.14979 10.7834 6.31382 10.0199 6.76253C9.25644 7.21125 8.67638 7.9157 8.3825 8.75112C8.24505 9.14186 8.45038 9.57005 8.84112 9.7075C9.23186 9.84495 9.66005 9.63962 9.7975 9.24888C9.97383 8.74763 10.3219 8.32496 10.78 8.05573ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5523 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"><div class="flex flex-row items-center"><p class="text-current max-w-[560px] text-base leading-[24px] dark:text-white mb-0 truncate font-semibold">Resources</p></div></div></div></div></button><button type="button" data-testid="product-navigation-sidebar-account-item" data-onboarding="product-navigation-sidebar-account" class="inline-flex relative items-center whitespace-nowrap border-1 font-semibold ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 ui-focus-visible:border-blue-500/0 disabled:text-gray-400 disabled:bg-gray-100 disabled:border-gray-100 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:text-gray-400 aria-disabled:bg-gray-100 aria-disabled:border-gray-100 aria-disabled:pointer-events-none aria-disabled:cursor-default dark:disabled:text-gray-400 dark:disabled:bg-gray-600 dark:disabled:border-gray-600 dark:disabled:opacity-50 dark:aria-disabled:text-gray-400 dark:aria-disabled:bg-gray-600 dark:aria-disabled:border-gray-600 dark:ui-focus-visible:outline-blue-400 text-gray-800 bg-transparent border-transparent hover:text-gray-900 hover:bg-gray-200/[0.14] hover:border-blue-500/0 active:bg-gray-800/25 active:border-gray-800/0 dark:text-white dark:bg-transparent dark:hover:text-white dark:hover:border-transparent dark:hover:bg-gray-600/[0.35] dark:active:bg-gray-900/[0.7] text-base leading-5 p-0 w-full rounded-[10px]"><div class="hidden w-full [.with-sidebar-collapsed_&amp;]:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><div class="px-3 py-2.5 grid justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600 grid-cols-1 place-items-center gap-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="Cog8ToothMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M9.83546 2.05546C10.3512 1.53973 11.0507 1.25 11.78 1.25H12.22C12.9493 1.25 13.6488 1.53973 14.1645 2.05546C14.6803 2.57118 14.97 3.27065 14.97 4V4.17923C14.9702 4.39843 15.0281 4.61372 15.1378 4.8035C15.2475 4.99328 15.4052 5.15088 15.595 5.26048L15.597 5.26162L16.025 5.51048C16.0253 5.51064 16.0256 5.5108 16.0258 5.51096C16.2157 5.62036 16.4309 5.67795 16.65 5.67795C16.8694 5.67795 17.085 5.62019 17.275 5.51048C17.2823 5.50628 17.2896 5.50219 17.2971 5.49824L17.4369 5.42364C18.0655 5.06512 18.8103 4.96874 19.5097 5.15576C20.2135 5.34395 20.8139 5.8037 21.179 6.43409L21.3997 6.81524C21.7637 7.44628 21.8624 8.19597 21.6742 8.89974C21.4866 9.60151 21.0289 10.2004 20.4013 10.5659L20.2559 10.6531L20.245 10.6595C20.0542 10.7697 19.896 10.9282 19.7862 11.1192C19.6765 11.3102 19.6191 11.5268 19.62 11.747L19.62 11.75L19.62 12.25L19.62 12.253C19.6191 12.4732 19.6765 12.6898 19.7862 12.8808C19.8941 13.0686 20.0489 13.225 20.2354 13.3349L20.3729 13.4082C20.3807 13.4124 20.3883 13.4166 20.3959 13.421C21.0263 13.7861 21.4861 14.3865 21.6742 15.0903C21.8621 15.7928 21.764 16.5411 21.4016 17.1715L21.1832 17.5585L21.179 17.5659C20.8139 18.1963 20.2135 18.656 19.5097 18.8442C18.8103 19.0313 18.0655 18.9349 17.4369 18.5763L17.2971 18.5018C17.2896 18.4978 17.2823 18.4937 17.275 18.4895C17.085 18.3798 16.8694 18.3221 16.65 18.3221C16.4309 18.3221 16.2157 18.3796 16.0259 18.489C16.0256 18.4892 16.0253 18.4893 16.025 18.4895L15.597 18.7384L15.595 18.7395C15.4052 18.8491 15.2475 19.0067 15.1378 19.1965C15.0281 19.3863 14.9702 19.6016 14.97 19.8208V20C14.97 20.7293 14.6803 21.4288 14.1645 21.9445C13.6488 22.4603 12.9494 22.75 12.22 22.75H11.78C11.0507 22.75 10.3512 22.4603 9.83546 21.9445C9.31974 21.4288 9.03 20.7293 9.03 20L9.03 19.8208C9.03 19.8206 9.03 19.8209 9.03 19.8208C9.02971 19.6017 8.97185 19.3862 8.86222 19.1965C8.75252 19.0067 8.59484 18.8491 8.405 18.7395L8.40304 18.7384L7.975 18.4895C7.97469 18.4893 7.97438 18.4892 7.97407 18.489C7.78427 18.3796 7.56906 18.3221 7.35 18.3221C7.13058 18.3221 6.91503 18.3798 6.725 18.4895C6.71772 18.4937 6.71037 18.4978 6.70294 18.5018L6.56312 18.5763C5.93452 18.9349 5.18971 19.0313 4.49026 18.8442C3.78649 18.656 3.18614 18.1963 2.82101 17.5659L2.60034 17.1848C2.23633 16.5537 2.13758 15.804 2.32577 15.1003C2.51342 14.3985 2.97108 13.7996 3.5987 13.4341L3.74413 13.3469L3.75501 13.3405C3.94577 13.2303 4.10403 13.0718 4.21379 12.8808C4.32354 12.6898 4.38088 12.4732 4.38001 12.253L4.38 12.25V11.7425C4.37834 11.5251 4.31998 11.3118 4.21067 11.1238C4.10103 10.9352 3.94394 10.7786 3.75502 10.6695C3.74107 10.6615 3.72738 10.653 3.71398 10.644L3.58209 10.5561C2.96301 10.1898 2.51176 9.5953 2.32577 8.89974C2.13758 8.19597 2.23633 7.44628 2.60034 6.81524L2.82093 6.43422C3.18607 5.80383 3.78649 5.34395 4.49026 5.15576C5.1897 4.96874 5.93449 5.06512 6.56308 5.42364L6.70294 5.49823C6.71037 5.50219 6.71772 5.50628 6.725 5.51048C6.91503 5.62019 7.13058 5.67795 7.35 5.67795C7.56908 5.67795 7.78431 5.62037 7.97411 5.511C7.97441 5.51082 7.97471 5.51065 7.975 5.51048L8.405 5.26048C8.59484 5.15088 8.75252 4.99328 8.86222 4.8035C8.97185 4.61384 9.02971 4.3987 9.03 4.17963C9.03 4.1795 9.03 4.17977 9.03 4.17963V4C9.03 3.27065 9.31974 2.57118 9.83546 2.05546ZM11.78 2.75C11.4485 2.75 11.1305 2.8817 10.8961 3.11612C10.6617 3.35054 10.53 3.66848 10.53 4L10.53 4.18077C10.5295 4.66302 10.4022 5.13666 10.1609 5.55417C9.91974 5.97132 9.57326 6.31778 9.15611 6.55888C9.15574 6.55909 9.15537 6.55931 9.155 6.55952L8.72697 6.80838L8.725 6.80952C8.30695 7.05088 7.83273 7.17795 7.35 7.17795C6.87182 7.17795 6.40198 7.05326 5.98682 6.8163L5.84706 6.74177C5.83972 6.73785 5.83245 6.73382 5.82525 6.72966C5.53841 6.5642 5.19765 6.51931 4.87775 6.60485C4.5579 6.69038 4.28505 6.8993 4.11907 7.18578C4.11905 7.18582 4.1191 7.18573 4.11907 7.18578L3.89966 7.56476C3.89957 7.56491 3.89948 7.56507 3.8994 7.56522C3.73415 7.85196 3.68936 8.19253 3.77486 8.51226C3.8604 8.83215 4.06937 9.10504 4.35591 9.27101C4.36954 9.2789 4.38292 9.28723 4.39603 9.29596L4.52752 9.38362C4.93311 9.62294 5.27059 9.96249 5.50743 10.3699C5.74865 10.7848 5.87709 11.2556 5.87999 11.7355L5.88002 11.74L5.88 12.2486C5.88164 12.7327 5.7555 13.2086 5.51431 13.6282C5.27398 14.0464 4.92792 14.394 4.51089 14.6361L4.36588 14.7231L4.35591 14.729C4.06937 14.895 3.8604 15.1678 3.77486 15.4877C3.68936 15.8075 3.73416 16.1481 3.89942 16.4348C3.89935 16.4347 3.8995 16.435 3.89942 16.4348L4.119 16.8141C4.28497 17.1006 4.55785 17.3096 4.87775 17.3951C5.19765 17.4807 5.53841 17.4358 5.82525 17.2703C5.83245 17.2662 5.83972 17.2621 5.84706 17.2582L5.98682 17.1837C6.40198 16.9467 6.87182 16.8221 7.35 16.8221C7.83273 16.8221 8.30695 16.9491 8.725 17.1905L8.72697 17.1916L9.155 17.4405C9.15542 17.4407 9.15583 17.441 9.15625 17.4412C9.57333 17.6823 9.91977 18.0287 10.1609 18.4458C10.4022 18.8633 10.5295 19.337 10.53 19.8192L10.53 19.82V20C10.53 20.3315 10.6617 20.6495 10.8961 20.8839C11.1305 21.1183 11.4485 21.25 11.78 21.25H12.22C12.5515 21.25 12.8695 21.1183 13.1039 20.8839C13.3383 20.6495 13.47 20.3315 13.47 20V19.8192C13.4705 19.337 13.5978 18.8633 13.8391 18.4458C14.0803 18.0287 14.4268 17.6822 14.8439 17.4411C14.8443 17.4409 14.8446 17.4407 14.845 17.4405L15.273 17.1916L15.275 17.1905C15.6931 16.9491 16.1673 16.8221 16.65 16.8221C17.1282 16.8221 17.598 16.9467 18.0132 17.1837L18.1529 17.2582C18.1603 17.2621 18.1676 17.2662 18.1748 17.2703C18.4616 17.4358 18.8024 17.4807 19.1223 17.3951C19.4409 17.3099 19.713 17.1022 19.8791 16.8174L20.0968 16.4315L20.1003 16.4252C20.2658 16.1384 20.3107 15.7976 20.2252 15.4777C20.1406 15.1616 19.9355 14.8913 19.6541 14.7248L19.5171 14.6518C19.5096 14.6478 19.5023 14.6437 19.495 14.6395C19.0753 14.3972 18.7272 14.0484 18.4857 13.6282C18.2445 13.2085 18.1184 12.7326 18.12 12.2486V11.7514C18.1184 11.2674 18.2445 10.7915 18.4857 10.3718C18.726 9.95362 19.0721 9.60605 19.4891 9.3639L19.6341 9.27688L19.6441 9.27101C19.9306 9.10504 20.1396 8.83215 20.2252 8.51226C20.3107 8.1925 20.2658 7.85188 20.1006 7.56512C20.1005 7.565 20.1006 7.56525 20.1006 7.56512L19.881 7.18591C19.881 7.18586 19.881 7.18595 19.881 7.18591C19.715 6.89944 19.4421 6.69038 19.1223 6.60485C18.8024 6.51931 18.4616 6.5642 18.1748 6.72966C18.1676 6.73382 18.1603 6.73785 18.1529 6.74176L18.0132 6.8163C17.598 7.05326 17.1282 7.17795 16.65 7.17795C16.1673 7.17795 15.6931 7.05088 15.275 6.80952L15.273 6.80838L14.845 6.55952C14.8447 6.55934 14.8444 6.55915 14.8441 6.55897C14.4268 6.31787 14.0803 5.97137 13.8391 5.55417C13.5978 5.13666 13.4705 4.66302 13.47 4.18077V4C13.47 3.66848 13.3383 3.35054 13.1039 3.11612C12.8695 2.8817 12.5515 2.75 12.22 2.75H11.78ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92894 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92894 15.75 8.25 14.0711 8.25 12Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"></div></div></span></span></span></div><div class="hidden w-full [.with-sidebar-expanded_&amp;]:flex"><div class="px-3 py-2.5 grid grid-cols-[24px_1fr] gap-2.5 justify-start w-full text-gray-800 border-transparent border-1 overflow-hidden hover:rounded-[10px] hover:text-gray-900 hover:bg-gray-50 dark:text-white dark:rounded-[10px] dark:bg-gray-700 dark:hover:bg-gray-600"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="Cog8ToothMedium" viewBox="0 0 24 24" class="Icon" aria-hidden="true" focusable="false"><path fill="currentColor" d="M9.83546 2.05546C10.3512 1.53973 11.0507 1.25 11.78 1.25H12.22C12.9493 1.25 13.6488 1.53973 14.1645 2.05546C14.6803 2.57118 14.97 3.27065 14.97 4V4.17923C14.9702 4.39843 15.0281 4.61372 15.1378 4.8035C15.2475 4.99328 15.4052 5.15088 15.595 5.26048L15.597 5.26162L16.025 5.51048C16.0253 5.51064 16.0256 5.5108 16.0258 5.51096C16.2157 5.62036 16.4309 5.67795 16.65 5.67795C16.8694 5.67795 17.085 5.62019 17.275 5.51048C17.2823 5.50628 17.2896 5.50219 17.2971 5.49824L17.4369 5.42364C18.0655 5.06512 18.8103 4.96874 19.5097 5.15576C20.2135 5.34395 20.8139 5.8037 21.179 6.43409L21.3997 6.81524C21.7637 7.44628 21.8624 8.19597 21.6742 8.89974C21.4866 9.60151 21.0289 10.2004 20.4013 10.5659L20.2559 10.6531L20.245 10.6595C20.0542 10.7697 19.896 10.9282 19.7862 11.1192C19.6765 11.3102 19.6191 11.5268 19.62 11.747L19.62 11.75L19.62 12.25L19.62 12.253C19.6191 12.4732 19.6765 12.6898 19.7862 12.8808C19.8941 13.0686 20.0489 13.225 20.2354 13.3349L20.3729 13.4082C20.3807 13.4124 20.3883 13.4166 20.3959 13.421C21.0263 13.7861 21.4861 14.3865 21.6742 15.0903C21.8621 15.7928 21.764 16.5411 21.4016 17.1715L21.1832 17.5585L21.179 17.5659C20.8139 18.1963 20.2135 18.656 19.5097 18.8442C18.8103 19.0313 18.0655 18.9349 17.4369 18.5763L17.2971 18.5018C17.2896 18.4978 17.2823 18.4937 17.275 18.4895C17.085 18.3798 16.8694 18.3221 16.65 18.3221C16.4309 18.3221 16.2157 18.3796 16.0259 18.489C16.0256 18.4892 16.0253 18.4893 16.025 18.4895L15.597 18.7384L15.595 18.7395C15.4052 18.8491 15.2475 19.0067 15.1378 19.1965C15.0281 19.3863 14.9702 19.6016 14.97 19.8208V20C14.97 20.7293 14.6803 21.4288 14.1645 21.9445C13.6488 22.4603 12.9494 22.75 12.22 22.75H11.78C11.0507 22.75 10.3512 22.4603 9.83546 21.9445C9.31974 21.4288 9.03 20.7293 9.03 20L9.03 19.8208C9.03 19.8206 9.03 19.8209 9.03 19.8208C9.02971 19.6017 8.97185 19.3862 8.86222 19.1965C8.75252 19.0067 8.59484 18.8491 8.405 18.7395L8.40304 18.7384L7.975 18.4895C7.97469 18.4893 7.97438 18.4892 7.97407 18.489C7.78427 18.3796 7.56906 18.3221 7.35 18.3221C7.13058 18.3221 6.91503 18.3798 6.725 18.4895C6.71772 18.4937 6.71037 18.4978 6.70294 18.5018L6.56312 18.5763C5.93452 18.9349 5.18971 19.0313 4.49026 18.8442C3.78649 18.656 3.18614 18.1963 2.82101 17.5659L2.60034 17.1848C2.23633 16.5537 2.13758 15.804 2.32577 15.1003C2.51342 14.3985 2.97108 13.7996 3.5987 13.4341L3.74413 13.3469L3.75501 13.3405C3.94577 13.2303 4.10403 13.0718 4.21379 12.8808C4.32354 12.6898 4.38088 12.4732 4.38001 12.253L4.38 12.25V11.7425C4.37834 11.5251 4.31998 11.3118 4.21067 11.1238C4.10103 10.9352 3.94394 10.7786 3.75502 10.6695C3.74107 10.6615 3.72738 10.653 3.71398 10.644L3.58209 10.5561C2.96301 10.1898 2.51176 9.5953 2.32577 8.89974C2.13758 8.19597 2.23633 7.44628 2.60034 6.81524L2.82093 6.43422C3.18607 5.80383 3.78649 5.34395 4.49026 5.15576C5.1897 4.96874 5.93449 5.06512 6.56308 5.42364L6.70294 5.49823C6.71037 5.50219 6.71772 5.50628 6.725 5.51048C6.91503 5.62019 7.13058 5.67795 7.35 5.67795C7.56908 5.67795 7.78431 5.62037 7.97411 5.511C7.97441 5.51082 7.97471 5.51065 7.975 5.51048L8.405 5.26048C8.59484 5.15088 8.75252 4.99328 8.86222 4.8035C8.97185 4.61384 9.02971 4.3987 9.03 4.17963C9.03 4.1795 9.03 4.17977 9.03 4.17963V4C9.03 3.27065 9.31974 2.57118 9.83546 2.05546ZM11.78 2.75C11.4485 2.75 11.1305 2.8817 10.8961 3.11612C10.6617 3.35054 10.53 3.66848 10.53 4L10.53 4.18077C10.5295 4.66302 10.4022 5.13666 10.1609 5.55417C9.91974 5.97132 9.57326 6.31778 9.15611 6.55888C9.15574 6.55909 9.15537 6.55931 9.155 6.55952L8.72697 6.80838L8.725 6.80952C8.30695 7.05088 7.83273 7.17795 7.35 7.17795C6.87182 7.17795 6.40198 7.05326 5.98682 6.8163L5.84706 6.74177C5.83972 6.73785 5.83245 6.73382 5.82525 6.72966C5.53841 6.5642 5.19765 6.51931 4.87775 6.60485C4.5579 6.69038 4.28505 6.8993 4.11907 7.18578C4.11905 7.18582 4.1191 7.18573 4.11907 7.18578L3.89966 7.56476C3.89957 7.56491 3.89948 7.56507 3.8994 7.56522C3.73415 7.85196 3.68936 8.19253 3.77486 8.51226C3.8604 8.83215 4.06937 9.10504 4.35591 9.27101C4.36954 9.2789 4.38292 9.28723 4.39603 9.29596L4.52752 9.38362C4.93311 9.62294 5.27059 9.96249 5.50743 10.3699C5.74865 10.7848 5.87709 11.2556 5.87999 11.7355L5.88002 11.74L5.88 12.2486C5.88164 12.7327 5.7555 13.2086 5.51431 13.6282C5.27398 14.0464 4.92792 14.394 4.51089 14.6361L4.36588 14.7231L4.35591 14.729C4.06937 14.895 3.8604 15.1678 3.77486 15.4877C3.68936 15.8075 3.73416 16.1481 3.89942 16.4348C3.89935 16.4347 3.8995 16.435 3.89942 16.4348L4.119 16.8141C4.28497 17.1006 4.55785 17.3096 4.87775 17.3951C5.19765 17.4807 5.53841 17.4358 5.82525 17.2703C5.83245 17.2662 5.83972 17.2621 5.84706 17.2582L5.98682 17.1837C6.40198 16.9467 6.87182 16.8221 7.35 16.8221C7.83273 16.8221 8.30695 16.9491 8.725 17.1905L8.72697 17.1916L9.155 17.4405C9.15542 17.4407 9.15583 17.441 9.15625 17.4412C9.57333 17.6823 9.91977 18.0287 10.1609 18.4458C10.4022 18.8633 10.5295 19.337 10.53 19.8192L10.53 19.82V20C10.53 20.3315 10.6617 20.6495 10.8961 20.8839C11.1305 21.1183 11.4485 21.25 11.78 21.25H12.22C12.5515 21.25 12.8695 21.1183 13.1039 20.8839C13.3383 20.6495 13.47 20.3315 13.47 20V19.8192C13.4705 19.337 13.5978 18.8633 13.8391 18.4458C14.0803 18.0287 14.4268 17.6822 14.8439 17.4411C14.8443 17.4409 14.8446 17.4407 14.845 17.4405L15.273 17.1916L15.275 17.1905C15.6931 16.9491 16.1673 16.8221 16.65 16.8221C17.1282 16.8221 17.598 16.9467 18.0132 17.1837L18.1529 17.2582C18.1603 17.2621 18.1676 17.2662 18.1748 17.2703C18.4616 17.4358 18.8024 17.4807 19.1223 17.3951C19.4409 17.3099 19.713 17.1022 19.8791 16.8174L20.0968 16.4315L20.1003 16.4252C20.2658 16.1384 20.3107 15.7976 20.2252 15.4777C20.1406 15.1616 19.9355 14.8913 19.6541 14.7248L19.5171 14.6518C19.5096 14.6478 19.5023 14.6437 19.495 14.6395C19.0753 14.3972 18.7272 14.0484 18.4857 13.6282C18.2445 13.2085 18.1184 12.7326 18.12 12.2486V11.7514C18.1184 11.2674 18.2445 10.7915 18.4857 10.3718C18.726 9.95362 19.0721 9.60605 19.4891 9.3639L19.6341 9.27688L19.6441 9.27101C19.9306 9.10504 20.1396 8.83215 20.2252 8.51226C20.3107 8.1925 20.2658 7.85188 20.1006 7.56512C20.1005 7.565 20.1006 7.56525 20.1006 7.56512L19.881 7.18591C19.881 7.18586 19.881 7.18595 19.881 7.18591C19.715 6.89944 19.4421 6.69038 19.1223 6.60485C18.8024 6.51931 18.4616 6.5642 18.1748 6.72966C18.1676 6.73382 18.1603 6.73785 18.1529 6.74176L18.0132 6.8163C17.598 7.05326 17.1282 7.17795 16.65 7.17795C16.1673 7.17795 15.6931 7.05088 15.275 6.80952L15.273 6.80838L14.845 6.55952C14.8447 6.55934 14.8444 6.55915 14.8441 6.55897C14.4268 6.31787 14.0803 5.97137 13.8391 5.55417C13.5978 5.13666 13.4705 4.66302 13.47 4.18077V4C13.47 3.66848 13.3383 3.35054 13.1039 3.11612C12.8695 2.8817 12.5515 2.75 12.22 2.75H11.78ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92894 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92894 15.75 8.25 14.0711 8.25 12Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg><div class="relative w-fit pe-3"><div class="flex flex-row items-center"><p class="text-current max-w-[560px] text-base leading-[24px] dark:text-white mb-0 truncate font-semibold">Account</p></div></div></div></div></button></div><div class="flex flex-col px-2"><hr class="pe-1 ps-1 text-gray-100 my-2"/><div class="gap-2 justify-end hidden [.with-sidebar-expanded_&amp;]:md:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><button id="product-navigation-sidebar-collapse-button" aria-label="Collapse" data-testid="product-navigation-sidebar-collapse-button" aria-describedby="deepl-ui-tooltip-id-:R1asql:" class="flex relative cursor-pointer border ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 ui-focus-visible:bg-white disabled:text-gray-400 disabled:bg-gray-100 disabled:border-gray-100 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:text-gray-400 aria-disabled:bg-gray-100 aria-disabled:border-gray-100 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 dark:disabled:text-gray-400 dark:disabled:bg-gray-600 dark:disabled:border-gray-600 dark:disabled:opacity-50 dark:aria-disabled:text-gray-400 dark:aria-disabled:bg-gray-600 dark:aria-disabled:border-gray-600 dark:aria-disabled:opacity-50 bg-transparent text-gray-800 border-transparent hover:text-gray-900 hover:bg-gray-200/[0.14] hover:border-gray-300/0 active:text-gray-900 active:bg-gray-200 active:border-blue-500/0 dark:bg-transparent dark:text-white dark:hover:text-white dark:hover:bg-gray-900/[0.35] dark:hover:border-blue-500/0 dark:active:text-white dark:active:bg-gray-900/[0.7] dark:active:border-transparent text-base leading-5 px-[11px] pt-[10px] pb-3 rounded-md" type="button"><span class=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="PanelStartCloseMedium" viewBox="0 0 24 24" class="Icon Icon--directional" aria-hidden="true" focusable="false"><path fill="currentColor" d="M5 3.75C4.30964 3.75 3.75 4.30964 3.75 5V19C3.75 19.6904 4.30964 20.25 5 20.25H8.25V3.75H5ZM5 2.25C3.48122 2.25 2.25 3.48122 2.25 5V19C2.25 20.5188 3.48122 21.75 5 21.75H19C20.5188 21.75 21.75 20.5188 21.75 19V5C21.75 3.48122 20.5188 2.25 19 2.25H5ZM9.75 3.75V20.25H19C19.6904 20.25 20.25 19.6904 20.25 19V5C20.25 4.30964 19.6904 3.75 19 3.75H9.75ZM16.5303 8.46967C16.8232 8.76256 16.8232 9.23744 16.5303 9.53033L14.0607 12L16.5303 14.4697C16.8232 14.7626 16.8232 15.2374 16.5303 15.5303C16.2374 15.8232 15.7626 15.8232 15.4697 15.5303L12.4697 12.5303C12.1768 12.2374 12.1768 11.7626 12.4697 11.4697L15.4697 8.46967C15.7626 8.17678 16.2374 8.17678 16.5303 8.46967Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg></span></button></span></span></span></div><div class="gap-2 justify-center hidden [.with-sidebar-collapsed_&amp;]:md:flex"><span data-testid="deepl-ui-tooltip-container" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-trigger" class="shared-module--contents--8829b"><span data-testid="deepl-ui-tooltip-target" class="Tooltip-Target-module--Target--26317 shared-module--contents--8829b"><button id="product-navigation-sidebar-expand-button" aria-label="Expand" data-testid="product-navigation-sidebar-expand-button" aria-describedby="deepl-ui-tooltip-id-:R1qsql:" class="flex relative cursor-pointer border ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 ui-focus-visible:bg-white disabled:text-gray-400 disabled:bg-gray-100 disabled:border-gray-100 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:text-gray-400 aria-disabled:bg-gray-100 aria-disabled:border-gray-100 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 dark:disabled:text-gray-400 dark:disabled:bg-gray-600 dark:disabled:border-gray-600 dark:disabled:opacity-50 dark:aria-disabled:text-gray-400 dark:aria-disabled:bg-gray-600 dark:aria-disabled:border-gray-600 dark:aria-disabled:opacity-50 bg-transparent text-gray-800 border-transparent hover:text-gray-900 hover:bg-gray-200/[0.14] hover:border-gray-300/0 active:text-gray-900 active:bg-gray-200 active:border-blue-500/0 dark:bg-transparent dark:text-white dark:hover:text-white dark:hover:bg-gray-900/[0.35] dark:hover:border-blue-500/0 dark:active:text-white dark:active:bg-gray-900/[0.7] dark:active:border-transparent text-base leading-5 px-[11px] pt-[10px] pb-3 rounded-md" type="button"><span class=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" data-name="PanelStartOpenMedium" viewBox="0 0 24 24" class="Icon Icon--directional" aria-hidden="true" focusable="false"><path fill="currentColor" d="M5 3.75C4.30964 3.75 3.75 4.30964 3.75 5V19C3.75 19.6904 4.30964 20.25 5 20.25H8.25V3.75H5ZM5 2.25C3.48122 2.25 2.25 3.48122 2.25 5V19C2.25 20.5188 3.48122 21.75 5 21.75H19C20.5188 21.75 21.75 20.5188 21.75 19V5C21.75 3.48122 20.5188 2.25 19 2.25H5ZM9.75 3.75V20.25H19C19.6904 20.25 20.25 19.6904 20.25 19V5C20.25 4.30964 19.6904 3.75 19 3.75H9.75ZM13.4697 8.46967C13.7626 8.17678 14.2374 8.17678 14.5303 8.46967L17.5303 11.4697C17.8232 11.7626 17.8232 12.2374 17.5303 12.5303L14.5303 15.5303C14.2374 15.8232 13.7626 15.8232 13.4697 15.5303C13.1768 15.2374 13.1768 14.7626 13.4697 14.4697L15.9393 12L13.4697 9.53033C13.1768 9.23744 13.1768 8.76256 13.4697 8.46967Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg></span></button></span></span></span></div></div></nav></div><div class="relative flex-1 [.is-home_&amp;]:min-h-screen [.is-home_&amp;]:md:pb-[130px] [.is-home_&amp;]:lg:pb-[90px]"><header class="page-header sticky top-0 z-[999] grid min-h-[61px] grid-cols-[auto_1fr_auto] justify-between bg-white px-5 md:px-10 border-b [.is-home_&amp;]:hidden border-white" data-testid="dl-header"><nav class="flex flex-row items-center gap-8"><div class="flex h-full flex-row items-center gap-3 [.is-logged-in_&amp;]:md:hidden"><span class="inline-flex h-full items-center gap-2.5 rtl:flex-row-reverse"><div class="rtl:flex-row-reverse Logo-module--logo--11965" tabindex="0" data-testid="header-deepl-logo-anchor"><img class="Logo-module--logoImg--1ee7e" src="https://static.deepl.com/img/logo/deepl-logo-blue.svg" alt="DeepL Logo" data-testid="header-deepl-logo" width="32" height="40"/></div><a href="/en/translator" rel="noopener" class="font-redesign text-gray-900 hover:text-blue-500 hover:border-blue-500 flex cursor-pointer flex-col justify-around border-b-[3px] border-transparent pt-1 font-medium LogoText-module--translatorLink--1f3e5" data-testid="header-deepl-logo-text-anchor"><img class="LogoText-module--logoText--51948" src="https://static.deepl.com/img/logo/deepl-logo-text-blue.svg" alt="DeepL" data-testid="header-deepl-logo"/></a></span><span class="hidden empty:hidden md:flex"></span></div></nav><div class="relative hidden lg:flex"><div class="absolute start-8 flex h-full flex-row flex-nowrap gap-8"><span><div class="FlyoutMenuButton-module--relative--247da top-navi-flex-wrap-item"><button id="personalized-navi-products-flyout-button" class="FlyoutMenuButton-module--flyoutMenuButton--97ae6 pt-1 font-redesign text-gray-900 border-transparent text-base font-medium h-full gap-1.5 flex items-center justify-around border-b-[3px]" type="button" aria-expanded="false" aria-controls="personalized-navi-products-flyout" data-testid="personalized-navi-products-flyout-button">Products<span class=" bg-green-100 text-green-700 font-redesign inline-flex rounded-sm px-2 py-0.5 text-xs font-medium ">New</span></button><div id="personalized-navi-products-flyout" class="absolute flex bg-white p-6 gap-6 rounded shadow-md -ms-6 FlyoutPanel-module--flyoutPanel--f5e6e flex absolute -ms-6 hidden" style="transform:translateX(0px)" data-testid="personalized-navi-products-flyout-panel"><div class="w-max"><span><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-products-flyout-translator-features-link" href="/en/products/translator"><span class="inline-flex items-center gap-2">DeepL Translator</span><p class="text-gray-500 mb-0 text-sm">Translate securely, efficiently, and accurately</p></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-products-flyout-write-features-link" href="/en/products/write"><span class="inline-flex items-center gap-2">DeepL Write</span><p class="text-gray-500 mb-0 text-sm">Enhance your writing and adapt to your audience</p></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-products-flyout-voice-product-link" href="/en/products/voice"><span class="inline-flex items-center gap-2">DeepL Voice</span><p class="text-gray-500 mb-0 text-sm">Converse across languages in real time</p></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-products-flyout-api-link" href="/en/products/api"><span class="inline-flex items-center gap-2">DeepL API<span class=" bg-green-100 text-green-700 font-redesign inline-flex rounded-sm px-2 py-0.5 text-xs font-medium ">New</span></span><p class="text-gray-500 mb-0 text-sm">Build multilingual experiences into your products</p></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-products-flyout-deepl-integrations-link" href="/en/products/integrations"><span class="inline-flex items-center gap-2">DeepL Integrations</span><p class="text-gray-500 mb-0 text-sm">Combine Language AI with essential productivity tools</p></a></span><span><hr class="pe-1 ps-1 text-gray-100 bg-gray-200 my-4"/><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-products-flyout-why-deepl-link" href="/en/whydeepl"><span class="inline-flex items-center gap-2">Why DeepL?</span></a></span></div></div></div></span><span><div class="FlyoutMenuButton-module--relative--247da top-navi-flex-wrap-item"><button id="personalized-navi-solutions-flyout-button" class="FlyoutMenuButton-module--flyoutMenuButton--97ae6 pt-1 font-redesign text-gray-900 border-transparent text-base font-medium h-full gap-1.5 flex items-center justify-around border-b-[3px]" type="button" aria-expanded="false" aria-controls="personalized-navi-solutions-flyout" data-testid="personalized-navi-solutions-flyout-button">Solutions</button><div class="fixed left-[12px] top-[60px] m-0 flex w-full justify-center"><div id="personalized-navi-solutions-flyout" class="absolute flex bg-white p-6 gap-6 rounded shadow-md -ms-6 FlyoutPanel-module--flyoutPanel--f5e6e block w-full hidden" data-testid="personalized-navi-solutions-flyout-panel"><div class="flex w-full justify-center"><div class="w-full max-w-[1400px] px-6"><div class="flex justify-between"><div class="flex gap-6"><div><strong class="text-gray-600 block px-3 py-2 text-sm font-normal">Teams</strong><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-localization-link" href="/en/teams/localization"><span class="inline-flex items-center gap-2">Localization</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-legal-link" href="/en/teams/legal"><span class="inline-flex items-center gap-2">Legal</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-marketing-communication-link" href="/en/teams/marketing-and-communication"><span class="inline-flex items-center gap-2">Marketing &amp; Communications</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-customer-service-link" href="/en/teams/customer-service"><span class="inline-flex items-center gap-2">Customer Service</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-sales-link" href="/en/teams/sales"><span class="inline-flex items-center gap-2">Sales</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-business-operations-link" href="/en/teams/business-operations"><span class="inline-flex items-center gap-2">Business Operations</span></a></div></div><div class="flex gap-6"><div class="relative"><div class="bg-gray-200 absolute inset-y-0 left-0 w-px" content=""></div></div><div><strong class="text-gray-600 block px-3 py-2 text-sm font-normal">Industry</strong><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-legal-professional-services-link" href="/en/industries/legal-and-professional"><span class="inline-flex items-center gap-2">Legal &amp; professional services</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-retail-ecommerce-link" href="/en/industries/retail-and-ecommerce"><span class="inline-flex items-center gap-2">Retail &amp; e-commerce</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-manufacturing-link" href="/en/industries/manufacturing"><span class="inline-flex items-center gap-2">Manufacturing</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-government-link" href="/en/industries/government"><span class="inline-flex items-center gap-2">Government</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-financial-services-link" href="/en/industries/financial-services"><span class="inline-flex items-center gap-2">Financial services</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-pharma-life-sciences-link" href="/en/industries/pharma-life-sciences"><span class="inline-flex items-center gap-2">Pharma &amp; life sciences</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-healthcare-link" href="/en/industries/healthcare"><span class="inline-flex items-center gap-2">Healthcare</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-isv-technology-link" href="/en/industries/isv-and-technology"><span class="inline-flex items-center gap-2">ISV &amp; technology</span></a></div></div><div class="flex gap-6"><div class="relative"><div class="bg-gray-200 absolute inset-y-0 left-0 w-px" content=""></div></div><div><strong class="text-gray-600 block px-3 py-2 text-sm font-normal">Use cases</strong><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-document-translation-link" href="/en/features/document-translation"><span class="inline-flex items-center gap-2">Document translation</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-customer-support-link" href="/en/use-cases/customer-support"><span class="inline-flex items-center gap-2">Customer support</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-internal-communication-link" href="/en/use-cases/internal-communication"><span class="inline-flex items-center gap-2">Internal communication</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-marketing-link" href="/en/use-cases/marketing"><span class="inline-flex items-center gap-2">Marketing</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-global-expansion-link" href="/en/use-cases/global-expansion"><span class="inline-flex items-center gap-2">Global expansion</span></a></div></div><div class="flex gap-6"><div class="relative"><div class="bg-gray-200 absolute inset-y-0 left-0 w-px" content=""></div></div><div><strong class="text-gray-600 block px-3 py-2 text-sm font-normal">Enterprise</strong><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-overview-link" href="/en/enterprise"><span class="inline-flex items-center gap-2">Overview</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-enterprise-security-trust-link" href="/en/pro-data-security"><span class="inline-flex items-center gap-2">Enterprise security &amp; trust</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-quality-link" href="/en/quality"><span class="inline-flex items-center gap-2">Market-leading Quality</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-solutions-flyout-personalization-link" href="/en/personalization"><span class="inline-flex items-center gap-2">Personalization</span></a></div></div></div><a class="relative inline-flex items-center disabled:pointer-events-none disabled:cursor-default disabled:border-gray-100 disabled:bg-gray-100 disabled:text-gray-400 disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:border-gray-100 aria-disabled:bg-gray-100 aria-disabled:text-gray-400 ui-focus-visible:border-gray-100/0 ui-focus-visible:outline ui-focus-visible:outline-3 ui-focus-visible:outline-offset-2 ui-focus-visible:outline-blue-600 dark:disabled:border-gray-600 dark:disabled:bg-gray-600 dark:disabled:text-gray-400 dark:disabled:opacity-50 dark:aria-disabled:border-gray-600 dark:aria-disabled:bg-gray-600 dark:aria-disabled:text-gray-400 dark:ui-focus-visible:outline-blue-400 ltr:!font-redesign bg-brand text-redesign-lg font-normal leading-none !text-redesign-quartz-gray-100 hover:bg-redesign-slate-gray-500 hover:text-redesign-quartz-gray-100 active:bg-redesign-jade-green-300 active:!text-brand dark:bg-white dark:!text-redesign-slate-gray-500 dark:hover:bg-redesign-slate-gray-100 dark:active:bg-redesign-jade-green-300 rounded-[40px] px-redesign-4 pb-[14px] pt-[13px] cursor-pointer align-text-bottom mt-6 justify-center" href="/en/contact-us">Contact Sales</a></div></div></div></div></div></span><span><a class="font-redesign text-gray-900 hover:text-blue-500 hover:border-blue-500 flex cursor-pointer flex-col justify-around border-b-[3px] border-transparent pt-1 font-medium top-navi-flex-wrap-item text-base h-15" data-testid="navigation-bar-pricing-link" href="/en/pro">Pricing</a></span><span><div class="FlyoutMenuButton-module--relative--247da top-navi-flex-wrap-item"><button id="personalized-navi-apps-flyout-button" class="FlyoutMenuButton-module--flyoutMenuButton--97ae6 pt-1 font-redesign text-gray-900 border-transparent text-base font-medium h-full gap-1.5 flex items-center justify-around border-b-[3px]" type="button" aria-expanded="false" aria-controls="personalized-navi-apps-flyout" data-testid="personalized-navi-apps-flyout-button">Apps</button><div id="personalized-navi-apps-flyout" class="absolute flex bg-white p-6 gap-6 rounded shadow-md -ms-6 FlyoutPanel-module--flyoutPanel--f5e6e flex absolute -ms-6 hidden" style="transform:translateX(0px)" data-testid="personalized-navi-apps-flyout-panel"><div class="w-max"><strong class="text-gray-600 block px-3 py-2 text-sm font-normal">Apps</strong><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-desktop-app-link" href="/en/windows-app"><span class="inline-flex items-center gap-2">Desktop app</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-browser-extension-link" href="/en/chrome-extension"><span class="inline-flex items-center gap-2">Browser extension</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-mobile-apps-link" href="/en/mobile-apps"><span class="inline-flex items-center gap-2">Mobile apps</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-explore-all-apps-link" href="/en/app"><span class="inline-flex items-center gap-2">Explore all apps</span></a></div><div class="w-max"><strong class="text-gray-600 block px-3 py-2 text-sm font-normal">Integrations</strong><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-microsoft-word-link" href="/en/word-addin"><span class="inline-flex items-center gap-2">Microsoft Word</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-google-workspace-link" href="/en/google-workspace"><span class="inline-flex items-center gap-2">Google Workspace</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-microsoft-365-link" href="/en/microsoft-365"><span class="inline-flex items-center gap-2">Microsoft 365</span></a><a class=" font-redesign text-gray-900 hover:text-gray-900 hover:bg-gray-50 block min-w-[176px] rounded-lg px-3 py-2 text-base font-medium " tabindex="0" data-testid="top-navigation-apps-flyout-explore-all-integrations-link" href="/en/integrations"><span class="inline-flex items-center gap-2">Explore all integrations</span></a></div></div></div></span></div><div class="invisible absolute left-0"></div></div><div class="flex flex-row items-center gap-2 justify-self-end"><span id="top-navi-sidemenu-opener" class="inline-flex lg:hidden"></span></div></header><header id="home-header" data-testid="dl-home-header" class="page-header z-[999] h-fit min-h-[58px] sticky top-0 w-full transition-border duration-100 bg-white px-10 flex items-center border-b border-white hidden [.is-home_&amp;]:flex" dir="ltr"><div class="flex w-full items-center justify-between"></div></header><div class=" container-module--container--20329 undefined container-module--fullHeight--b9b60 false "><section id="7vrTS6Yy7md6E5xaiFDYCk" class="my-0 flex justify-center relative bg-white"><div class="flex flex-col max-w-[1440px] sm:px-15 px-8 w-full gap-12 sm:gap-20 py-16 relative items-center justify-between sm:grid sm:grid-cols-2 gap-y-6 md:gap-16 lg:py-redesign-10"><div class="z-20 flex flex-col md:max-w-prose"><h1 id="deepl_for_android__communicate_from_anywhere" class="xs:text-[3.5rem] text-[2rem] leading-[110%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] text-redesign-h3 md:text-redesign-h2 lg:text-redesign-h1 mb-redesign-6 md:mb-redesign-8 lg:mb-redesign-9">DeepL for Android: communicate from anywhere</h1><div class="richText-module--customRichTextContainer--5328f richText-module--inlineEmbedded--3ca54"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Translate text, voice, and even snap or upload photos for instant understanding鈥攁ll within a single app. Elevate your mobile communication with DeepL for Android.</p><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Download it for free.</p></div><div class="mt-redesign-7 md:mt-redesign-8"><div class="gap-redesign-3 lg:gap-redesign-3 flex w-full flex-wrap gap-y-2 md:w-auto md:flex-row lg:w-full justify-start"><a href="https://play.google.com/store/apps/details?id=com.deepl.mobiletranslator&amp;referrer=utm_source%3Ddeepl%26utm_campaign%3DpageID408-hero%26anid%3Dadmob" rel="noopener" data-testid="cta-6WdW8MHN1VGWVKXN9BsNlo"><img src="//images.ctfassets.net/pplyeawnfzc7/4LSAh6RtgPAeYdpQmP6HAf/4f2f5c33a9cf305478d73c7d90b3f2e5/Brand_Badge.svg" alt="Download DeepL for Android" class="h-[50px]"/></a></div></div></div><div class="z-10 flex items-center justify-center flex-1"><div class="max-h-80 max-w-xs flex-1 sm:max-h-[576px] sm:max-w-xl"><picture class="size-full"><source srcSet="//images.ctfassets.net/pplyeawnfzc7/3E0zmrhqhnjlvXDqovbf0Q/8cfcf8f6636dc8da7393649bea112c49/Android-DeepL-App_HERO_Website-Expansion_3x.jpg?h=640&amp;fm=webp" media="(max-width: 640px)" type="image/webp"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/3E0zmrhqhnjlvXDqovbf0Q/8cfcf8f6636dc8da7393649bea112c49/Android-DeepL-App_HERO_Website-Expansion_3x.jpg?h=640" media="(max-width: 640px)" type="image/jpeg"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/3E0zmrhqhnjlvXDqovbf0Q/8cfcf8f6636dc8da7393649bea112c49/Android-DeepL-App_HERO_Website-Expansion_3x.jpg?h=1152&amp;fm=webp" media="(min-width: 641px)" type="image/webp"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/3E0zmrhqhnjlvXDqovbf0Q/8cfcf8f6636dc8da7393649bea112c49/Android-DeepL-App_HERO_Website-Expansion_3x.jpg?h=1152" media="(min-width: 641px)" type="image/jpeg"/><img class="size-full aspect-square" loading="eager" src="//images.ctfassets.net/pplyeawnfzc7/3E0zmrhqhnjlvXDqovbf0Q/8cfcf8f6636dc8da7393649bea112c49/Android-DeepL-App_HERO_Website-Expansion_3x.jpg" alt="" width="1728" height="1728"/></picture></div></div></div></section><section id="2TBiI6jMR013HrKpIBpqgY" class="my-0 flex justify-center relative bg-white"><div class="flex flex-col max-w-[1440px] sm:px-15 px-8 w-full gap-12 sm:gap-20 py-16 relative items-start !pb-0 sm:!pb-0 pb-redesign-7 pt-redesign-8 md:py-redesign-9 lg:py-redesign-10"><div class="flex flex-col text-start w-full sectionText-module--removeMarginLastElement--efc35"><h2 id="language_ai_in_your_pocket" class="xs:text-[3.5rem] text-[2rem] leading-[115%] tracking-[-0.025rem] md:text-[4rem] lg:text-[5rem] ltr:!font-redesign font-light !tracking-[-1.5%] text-redesign-h4 md:text-redesign-h2 lg:text-redesign-h1 mb-redesign-8 lg:mb-redesign-9 max-w-4xl">Language AI in your pocket</h2></div></div></section><section id="4jGNKZU7nHiiQM6W0PmIZg" class="my-0 flex justify-center relative bg-white overflow-x-hidden"><div class="flex flex-col max-w-[1440px] sm:px-15 px-8 w-full gap-12 sm:gap-20 py-16 relative pt-12 sm:pt-16 gap-y-redesign-3 md:gap-y-redesign-4 lg:gap-y-redesign-5 lg:py-redesign-10 md:py-[72px] py-redesign-8"><div class="grid grid-cols-1 w-full p-redesign-6 md:py-redesign-7 md:px-redesign-7 lg:pr-redesign-9 max-w-7xl items-start gap-y-redesign-6 md:gap-redesign-8 lg:gap-redesign-12 relative bg-gray-50 rounded-xl md:grid-cols-2"><div class="relative max-w-prose flex-1 gap-y-6 sm:order-1 md:gap-y-8 lg:gap-y-12 md:col-start-1 md:row-start-1"><h3 id="communicate_with_ease" class="xs:text-[1.875rem] xs:leading-[120%] text-[1.25rem] leading-[115%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] md:text-redesign-h4 lg:text-redesign-h3 mb-redesign-6 md:mb-redesign-7 lg:mb-redesign-8 text-redesign-h5">Communicate with ease</h3><div class="richText-module--customRichTextContainer--5328f"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">All of your translation needs within a single app.</p><ul class="font-redesign !pl-0"><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Translate by typing, pasting, or speaking your text</div></li><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Save important terms for offline access</div></li><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Whether for work or play, you can communicate on-the-go</div></li></ul></div></div><div class="relative flex items-center justify-end sm:order-2"><div class="max-h-lg relative max-w-lg flex-1"><picture class="size-full"><source srcSet="//images.ctfassets.net/pplyeawnfzc7/U5DdeoKAurdBqOezsPaJH/ebd83ff2dfac2ddfd09192ea2455461e/Android-Personal-Interpreter_FEATURE_Website-Expansion.png?h=576" media="(max-width: 640px)" type="image/png"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/U5DdeoKAurdBqOezsPaJH/ebd83ff2dfac2ddfd09192ea2455461e/Android-Personal-Interpreter_FEATURE_Website-Expansion.png?h=1024" media="(min-width: 641px)" type="image/png"/><img class="size-full aspect-square" loading="lazy" src="//images.ctfassets.net/pplyeawnfzc7/U5DdeoKAurdBqOezsPaJH/ebd83ff2dfac2ddfd09192ea2455461e/Android-Personal-Interpreter_FEATURE_Website-Expansion.png" alt="" width="1536" height="1536"/></picture></div></div></div><div class="grid grid-cols-1 w-full p-redesign-6 md:py-redesign-7 md:px-redesign-7 lg:pr-redesign-9 max-w-7xl items-start gap-y-redesign-6 md:gap-redesign-8 lg:gap-redesign-12 relative bg-gray-50 rounded-xl md:grid-cols-2"><div class="relative max-w-prose flex-1 gap-y-6 sm:order-1 md:gap-y-8 lg:gap-y-12 md:col-start-2 md:row-start-1"><h3 id="translate_files_and_photos" class="xs:text-[1.875rem] xs:leading-[120%] text-[1.25rem] leading-[115%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] md:text-redesign-h4 lg:text-redesign-h3 mb-redesign-6 md:mb-redesign-7 lg:mb-redesign-8 text-redesign-h5">Translate files and photos</h3><div class="richText-module--customRichTextContainer--5328f"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Go beyond simple text translation with photos and documents.</p><ul class="font-redesign !pl-0"><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Snap a picture with your phone camera for quick sign, menu, and printed text translation</div></li><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Translate files, including PDFs, for convenient reading anywhere</div></li><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Real-time results to help you keep it moving</div></li></ul><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0"></p></div></div><div class="relative flex items-center justify-end sm:order-2"><div class="max-h-lg relative max-w-lg flex-1"><picture class="size-full"><source srcSet="//images.ctfassets.net/pplyeawnfzc7/5twL2aUDXQOVjUVdaftkm8/07775d43947fda7a8b131a3fcc7e0493/Android-Image-Translation_FEATURE_Website-Expansion.png?h=576" media="(max-width: 640px)" type="image/png"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/5twL2aUDXQOVjUVdaftkm8/07775d43947fda7a8b131a3fcc7e0493/Android-Image-Translation_FEATURE_Website-Expansion.png?h=1024" media="(min-width: 641px)" type="image/png"/><img class="size-full aspect-square" loading="lazy" src="//images.ctfassets.net/pplyeawnfzc7/5twL2aUDXQOVjUVdaftkm8/07775d43947fda7a8b131a3fcc7e0493/Android-Image-Translation_FEATURE_Website-Expansion.png" alt="" width="1536" height="1536"/></picture></div></div></div><div class="grid grid-cols-1 w-full p-redesign-6 md:py-redesign-7 md:px-redesign-7 lg:pr-redesign-9 max-w-7xl items-start gap-y-redesign-6 md:gap-redesign-8 lg:gap-redesign-12 relative bg-gray-50 rounded-xl md:grid-cols-2"><div class="relative max-w-prose flex-1 gap-y-6 sm:order-1 md:gap-y-8 lg:gap-y-12 md:col-start-1 md:row-start-1"><h3 id="find_the_right_words__right_away" class="xs:text-[1.875rem] xs:leading-[120%] text-[1.25rem] leading-[115%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] md:text-redesign-h4 lg:text-redesign-h3 mb-redesign-6 md:mb-redesign-7 lg:mb-redesign-8 text-redesign-h5">Find the right words, right away</h3><div class="richText-module--customRichTextContainer--5328f"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Communicate with precision through context-specific writing corrections and improvements.</p><ul class="font-redesign !pl-0"><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Improve grammar and fix spelling errors</div></li><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Optimize your writing to fit your target audience</div></li><li class="flex items-start mb-4 last:mb-0"><div class="relative me-2"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="CheckCircleSmall" viewBox="0 0 20 20" class="Icon Icon--directional" aria-hidden="true" focusable="false"><g clip-path="url(#clip0_1_178)"><path fill="currentColor" d="M10 2.41663C5.81186 2.41663 2.41669 5.8118 2.41669 9.99996C2.41669 14.1881 5.81186 17.5833 10 17.5833C14.1882 17.5833 17.5834 14.1881 17.5834 9.99996C17.5834 5.8118 14.1882 2.41663 10 2.41663ZM0.916687 9.99996C0.916687 4.98337 4.98343 0.916626 10 0.916626C15.0166 0.916626 19.0834 4.98337 19.0834 9.99996C19.0834 15.0165 15.0166 19.0833 10 19.0833C4.98343 19.0833 0.916687 15.0165 0.916687 9.99996ZM13.0303 7.80296C13.3232 8.09586 13.3232 8.57073 13.0303 8.86362L9.69702 12.197C9.40412 12.4898 8.92925 12.4898 8.63636 12.197L6.96969 10.5303C6.6768 10.2374 6.6768 9.76252 6.96969 9.46963C7.26258 9.17674 7.73746 9.17674 8.03035 9.46963L9.16669 10.606L11.9697 7.80296C12.2626 7.51007 12.7375 7.51007 13.0303 7.80296Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></g><defs><clipPath id="clip0_1_178"><rect width="20" height="20" fill="currentColor"></rect></clipPath></defs></svg></div><div class="mb-0">Pinpoint the perfect words for any situation</div></li></ul></div></div><div class="relative flex items-center justify-end sm:order-2"><div class="max-h-lg relative max-w-lg flex-1"><picture class="size-full"><source srcSet="//images.ctfassets.net/pplyeawnfzc7/mJMiTdrq34FxiNnXBbAQU/8e6ba428a89956511714fee581a59edc/Android-Auto-Correct_FEATURE_Website-Expansion.png?h=576" media="(max-width: 640px)" type="image/png"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/mJMiTdrq34FxiNnXBbAQU/8e6ba428a89956511714fee581a59edc/Android-Auto-Correct_FEATURE_Website-Expansion.png?h=1024" media="(min-width: 641px)" type="image/png"/><img class="size-full aspect-square" loading="lazy" src="//images.ctfassets.net/pplyeawnfzc7/mJMiTdrq34FxiNnXBbAQU/8e6ba428a89956511714fee581a59edc/Android-Auto-Correct_FEATURE_Website-Expansion.png" alt="" width="1536" height="1536"/></picture></div></div></div></div></section><section id="4MoQTV2ZLL5xGp3iW3UklK" class="my-0 flex justify-center relative bg-white"><div class="flex flex-col max-w-[1440px] sm:px-15 px-8 w-full gap-12 sm:gap-20 py-16 relative items-start !pb-0 sm:!pb-0"><div class="flex flex-col text-start w-full sectionText-module--removeMarginLastElement--efc35"><h2 id="advanced_ai_at_your_fingertips" class="xs:text-[3.5rem] text-[2rem] leading-[115%] tracking-[-0.025rem] md:text-[4rem] lg:text-[5rem] ltr:!font-redesign font-light !tracking-[-1.5%] text-redesign-h4 md:text-redesign-h2 lg:text-redesign-h1 mb-redesign-8 lg:mb-redesign-9 max-w-4xl">Advanced AI at your fingertips</h2><div class="max-w-prose"><div class="richText-module--customRichTextContainer--5328f"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Download DeepL for Android today and translate from the palm of your hand鈥攚ith accuracy, precision, and ease.</p></div></div></div></div></section><section id="2EHHP3K9ktqDSyk50ugHpy" class="my-0 flex justify-center relative bg-white"><div class="flex flex-col max-w-[1440px] sm:px-15 px-8 w-full gap-12 sm:gap-20 py-16 relative pt-12 sm:pt-16"><div class="grid md:auto-rows-fr gap-5 grid-cols-1 items-stretch md:gap-x-5 md:grid-cols-3"><div class="p-6 rounded flex-col bg-redesign-quartz-gray-200"><div class="min-h-64"><h3 id="boost_productivity_on_the_go" class="xs:text-[1.875rem] xs:leading-[120%] text-[1.25rem] leading-[125%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] text-redesign-h6 md:text-redesign-h4 lg:text-redesign-h3 mb-5">Boost productivity on-the-go</h3><div class="richText-module--customRichTextContainer--5328f richText-module--inlineEmbedded--3ca54"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Translate or improve your writing in real-time, across multiple languages.</p></div></div><div class="mt-6 h-10"><picture><source srcSet="//images.ctfassets.net/pplyeawnfzc7/4SJGFhFRHArUwWB9cQMbqP/d11c6592050218310d0eae905b7e40cd/Mobile-Apps-Boost-Productivity-Scale_ICON-BENEFITS_Website-Expansion.svg?h=80" media="(max-width: 640px)" type="image/svg+xml"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/4SJGFhFRHArUwWB9cQMbqP/d11c6592050218310d0eae905b7e40cd/Mobile-Apps-Boost-Productivity-Scale_ICON-BENEFITS_Website-Expansion.svg?h=80" media="(min-width: 641px)" type="image/svg+xml"/><img class="size-full object-contain object-left rtl:object-right" loading="lazy" src="//images.ctfassets.net/pplyeawnfzc7/4SJGFhFRHArUwWB9cQMbqP/d11c6592050218310d0eae905b7e40cd/Mobile-Apps-Boost-Productivity-Scale_ICON-BENEFITS_Website-Expansion.svg" alt="" width="40" height="40"/></picture></div></div><div class="p-6 rounded flex-col bg-redesign-quartz-gray-200"><div class="min-h-64"><h3 id="bridge_language_barriers" class="xs:text-[1.875rem] xs:leading-[120%] text-[1.25rem] leading-[125%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] text-redesign-h6 md:text-redesign-h4 lg:text-redesign-h3 mb-5">Bridge language barriers</h3><div class="richText-module--customRichTextContainer--5328f richText-module--inlineEmbedded--3ca54"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Instantly translate conversations, emails, and documents to interact with confidence.</p></div></div><div class="mt-6 h-10"><picture><source srcSet="//images.ctfassets.net/pplyeawnfzc7/1tcXj0SXj6qR5JSYkS9fx3/790e6e0b226cc54dbca48ce97407dd76/Mobile-Apps-Bridge-Language-Barriers-Translator_ICON-BENFITS_Website-Expansion.svg?h=80" media="(max-width: 640px)" type="image/svg+xml"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/1tcXj0SXj6qR5JSYkS9fx3/790e6e0b226cc54dbca48ce97407dd76/Mobile-Apps-Bridge-Language-Barriers-Translator_ICON-BENFITS_Website-Expansion.svg?h=80" media="(min-width: 641px)" type="image/svg+xml"/><img class="size-full object-contain object-left rtl:object-right" loading="lazy" src="//images.ctfassets.net/pplyeawnfzc7/1tcXj0SXj6qR5JSYkS9fx3/790e6e0b226cc54dbca48ce97407dd76/Mobile-Apps-Bridge-Language-Barriers-Translator_ICON-BENFITS_Website-Expansion.svg" alt="" width="40" height="40"/></picture></div></div><div class="p-6 rounded flex-col bg-redesign-quartz-gray-200"><div class="min-h-64"><h3 id="polish_and_perfect_your_writing" class="xs:text-[1.875rem] xs:leading-[120%] text-[1.25rem] leading-[125%] tracking-[-0.025rem] ltr:!font-redesign font-light !tracking-[-1.5%] text-redesign-h6 md:text-redesign-h4 lg:text-redesign-h3 mb-5">Polish and perfect your writing</h3><div class="richText-module--customRichTextContainer--5328f richText-module--inlineEmbedded--3ca54"><p class="tracking-[-0.005rem] text-base xs:text-[1.125rem] text-start text-gray-900 !font-normal !leading-[140%] ltr:!font-redesign !text-redesign-base !tracking-normal xs:!text-redesign-lg last:mb-0">Express yourself effectively with smart suggestions and grammatical fixes鈥攁nd find the right words for your audience.</p></div></div><div class="mt-6 h-10"><picture><source srcSet="//images.ctfassets.net/pplyeawnfzc7/2QDR09sUcRyJlfe3B1iITC/1071ec62d8e1aced0e9f10d8a0632a98/Mobile-Apps-Perfect-Writing-Check_ICON-BENEFITS_Website-Expansion.svg?h=80" media="(max-width: 640px)" type="image/svg+xml"/><source srcSet="//images.ctfassets.net/pplyeawnfzc7/2QDR09sUcRyJlfe3B1iITC/1071ec62d8e1aced0e9f10d8a0632a98/Mobile-Apps-Perfect-Writing-Check_ICON-BENEFITS_Website-Expansion.svg?h=80" media="(min-width: 641px)" type="image/svg+xml"/><img class="size-full object-contain object-left rtl:object-right" loading="lazy" src="//images.ctfassets.net/pplyeawnfzc7/2QDR09sUcRyJlfe3B1iITC/1071ec62d8e1aced0e9f10d8a0632a98/Mobile-Apps-Perfect-Writing-Check_ICON-BENEFITS_Website-Expansion.svg" alt="" width="40" height="40"/></picture></div></div></div></div></section><section id="1kItcS1zultu7fU9Xkcbc5" class="my-0 flex justify-center relative bg-white"><div class="flex flex-col max-w-[1440px] sm:px-15 px-8 w-full gap-12 sm:gap-20 py-16 relative pt-0 sm:pt-0 sm:-mt-[0.875rem] -mt-8"><div class="gap-redesign-3 lg:gap-redesign-3 flex w-full flex-wrap gap-y-2 md:w-auto md:flex-row lg:w-full justify-start"><a href="https://play.google.com/store/apps/details?id=com.deepl.mobiletranslator&amp;referrer=utm_source%3Ddeepl%26utm_campaign%3DpageID408-hero%26anid%3Dadmob" rel="noopener" data-testid="cta-6WdW8MHN1VGWVKXN9BsNlo"><img src="//images.ctfassets.net/pplyeawnfzc7/4LSAh6RtgPAeYdpQmP6HAf/4f2f5c33a9cf305478d73c7d90b3f2e5/Brand_Badge.svg" alt="Download DeepL for Android" class="h-[50px]"/></a></div></div></section></div><footer data-testid="dl-footer"><div class="flex justify-center bg-white [.is-home_&amp;]:hidden"><div class="sm:px-15 flex w-full max-w-[1440px] flex-col gap-10 px-8 py-10"><div class=""><div data-testid="dl-crawlable-footer-list-container"><div class="Select-module--wrapper--53ec7" style="--button-width:fit-content;--button-label-color:var(--color-gray-800-hex);--flyout-width:fit-content;--flyout-max-width:fit-content;--flyout-position:initial;--option-short-name-width:min-content;--flyout-padding-block:0rem;--number-of-rows:5;--show-cutoff:1"><button class="Select-module--button--f032e" data-testid="dl-crawlable-footer-list-button" aria-label="English" lang="" id="headlessui-listbox-button-:R2ipcql:" type="button" aria-haspopup="listbox" aria-expanded="false" data-headlessui-state=""><span aria-hidden="true" class="truncate" lang="">English</span><span class="Select-module--buttonIcon--21fbf"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="ChevronDownSmall" viewBox="0 0 20 20" class="Icon" aria-hidden="true" focusable="false" data-testid="dl-crawlable-footer-list-button-down-icon"><path fill="currentColor" d="M4.46967 6.96967C4.76256 6.67678 5.23744 6.67678 5.53033 6.96967L10 11.4393L14.4697 6.96967C14.7626 6.67678 15.2374 6.67678 15.5303 6.96967C15.8232 7.26256 15.8232 7.73744 15.5303 8.03033L10.5303 13.0303C10.2374 13.3232 9.76256 13.3232 9.46967 13.0303L4.46967 8.03033C4.17678 7.73744 4.17678 7.26256 4.46967 6.96967Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg></span></button></div></div></div><div class=""><nav class="pageFooterSections-module--nav--2d658" aria-label="Footer"><div class="flex flex-col gap-8"><div><ul class="flex flex-col gap-3"><li><h3 class="text-base font-semibold leading-[24px] dark:text-white text-brand m-0">Resources</h3></li><li><a href="https://support.deepl.com/hc/en-us" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Help Center</a></li><li><a href="/en/blog" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Blog</a></li><li><a href="https://developers.deepl.com/docs" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">API documentation</a></li><li><a href="/en/accessibility" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Accessibility</a></li><li><a href="/en/pro-data-security" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Data security</a></li><li><a href="/en/privacy" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Privacy policy</a></li><li><a href="/en/pro-license" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Terms &amp; Conditions</a></li><li><a href="/en/built-with-deepl" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Developer Community</a></li></ul></div></div><div class="flex flex-col gap-8"><div><ul class="flex flex-col gap-3"><li><h3 class="text-base font-semibold leading-[24px] dark:text-white text-brand m-0">Product</h3></li><li><a href="/en/translator/l/en/ar" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal"><strong>NEW:</strong> Arabic translator</a></li><li><a href="/en/translator" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Free translator</a></li><li><a href="/en/features" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Features</a></li><li><a href="/en/pro?cta=footer-pro" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL Pro</a></li><li><a href="/en/pro-api" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Translation API</a></li><li><a href="/en/write" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL Write</a></li><li><a href="/en/products/voice" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL Voice</a></li><li><a href="/en/app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Apps</a></li><li><a href="/en/integrations" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Integrations</a></li><li><a href="/en/features/document-translation" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Document Translation</a></li></ul></div></div><div class="flex flex-col gap-8"><div><ul class="flex flex-col gap-3"><li><h3 class="text-base font-semibold leading-[24px] dark:text-white text-brand m-0">Download</h3></li><li><a href="/en/android-app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Android</a></li><li><a href="/en/android-app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for ChromeOS</a></li><li><a href="/en/ios-app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for iPhone</a></li><li><a href="/en/ios-app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for iPad</a></li><li><a href="/en/macos-app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Mac</a></li><li><a href="/en/windows-app" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Windows</a></li><li><a href="/en/chrome-extension" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL Chrome extension</a></li><li><a href="/en/edge-extension" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL Edge extension</a></li><li><a href="/en/firefox-extension" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL Firefox extension</a></li><li><a href="/en/word-addin" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Microsoft Word</a></li><li><a href="/en/integrations/outlook-addin" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Microsoft Outlook</a></li><li><a href="/en/integrations/powerpoint-addin" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Microsoft Powerpoint</a></li><li><a href="/en/google-workspace" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Google Workspace</a></li><li><a href="/en/microsoft-365" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">DeepL for Microsoft 365</a></li></ul></div></div><div class="flex flex-col gap-8"><div><ul class="flex flex-col gap-3"><li><h3 class="text-base font-semibold leading-[24px] dark:text-white text-brand m-0">Company</h3></li><li><a href="/en/contact-us" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Contact Sales</a></li><li><a href="/en/press" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Press</a></li><li><a href="https://www.deepl.com/careers?source=DeepLFooter" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Careers</a></li><li><a href="/en/publisher" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Publisher</a></li><li><a href="/en/partners/contact-us" class="text-redesign-base text-redesign-slate-gray-400 inline-flex items-center gap-2 font-normal">Become a Partner</a></li></ul></div></div></nav></div><div class="flex flex-col justify-between gap-8 md:flex-row md:items-center"><div class=""><a href="/en/translator" aria-label="DeepL Translator" class="text-brand"><svg aria-label="DeepL" width="545" height="184" viewBox="0 0 545 184" class="h-20 w-auto" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M203.948 47.891h32.093c7.831 0 14.788 1.527 20.871 4.582 6.083 2.985 10.802 7.254 14.158 12.807 3.356 5.484 5.035 11.836 5.035 19.056 0 7.22-1.679 13.606-5.035 19.159-3.356 5.484-8.075 9.753-14.158 12.808-6.083 2.985-13.04 4.477-20.871 4.477h-32.093V47.891zm31.463 61.435c5.384 0 10.104-1.006 14.159-3.019 4.125-2.083 7.272-4.999 9.439-8.747 2.238-3.818 3.356-8.226 3.356-13.224 0-4.998-1.118-9.372-3.356-13.12-2.167-3.818-5.314-6.734-9.439-8.747-4.055-2.083-8.775-3.124-14.159-3.124h-17.829v49.981h17.829zM341.987 93.29c0 .903-.07 2.187-.21 3.853h-43.944c.769 4.096 2.761 7.359 5.978 9.788 3.286 2.361 7.341 3.541 12.166 3.541 6.153 0 11.222-2.013 15.207-6.04l7.027 8.018c-2.517 2.985-5.698 5.241-9.544 6.768-3.846 1.528-8.181 2.291-13.005 2.291-6.153 0-11.572-1.215-16.256-3.644-4.685-2.43-8.321-5.797-10.908-10.101-2.517-4.373-3.775-9.302-3.775-14.786 0-5.414 1.223-10.274 3.67-14.578 2.518-4.373 5.979-7.775 10.383-10.204 4.405-2.43 9.37-3.645 14.893-3.645 5.454 0 10.313 1.215 14.579 3.645 4.335 2.36 7.691 5.727 10.068 10.1 2.447 4.304 3.671 9.302 3.671 14.995zm-28.318-18.326c-4.195 0-7.761 1.25-10.697 3.749-2.867 2.43-4.615 5.692-5.244 9.788h31.778c-.559-4.026-2.272-7.29-5.139-9.788-2.867-2.5-6.433-3.749-10.698-3.749zM407.229 93.29c0 .903-.07 2.187-.21 3.853h-43.944c.769 4.096 2.762 7.359 5.978 9.788 3.286 2.361 7.341 3.541 12.166 3.541 6.153 0 11.222-2.013 15.207-6.04l7.027 8.018c-2.517 2.985-5.698 5.241-9.544 6.768-3.845 1.528-8.18 2.291-13.005 2.291-6.153 0-11.571-1.215-16.256-3.644-4.685-2.43-8.32-5.797-10.907-10.101-2.518-4.373-3.776-9.302-3.776-14.786 0-5.414 1.223-10.274 3.671-14.578 2.517-4.373 5.978-7.775 10.383-10.204 4.405-2.43 9.369-3.645 14.893-3.645 5.453 0 10.313 1.215 14.578 3.645 4.335 2.36 7.691 5.727 10.068 10.1 2.447 4.304 3.671 9.302 3.671 14.995zm-28.317-18.326c-4.196 0-7.762 1.25-10.698 3.749-2.867 2.43-4.615 5.692-5.244 9.788h31.778c-.559-4.026-2.272-7.29-5.139-9.788-2.866-2.5-6.432-3.749-10.697-3.749zM450.866 64.551c5.454 0 10.313 1.18 14.578 3.54 4.335 2.361 7.726 5.693 10.173 9.997 2.448 4.304 3.671 9.267 3.671 14.89 0 5.623-1.223 10.621-3.671 14.995-2.447 4.304-5.838 7.636-10.173 9.996-4.265 2.36-9.124 3.54-14.578 3.54-7.551 0-13.529-2.499-17.934-7.497v26.969h-13.11V65.176h12.48v7.29a20.357 20.357 0 017.971-5.936c3.217-1.32 6.747-1.979 10.593-1.979zm-1.468 45.817c4.824 0 8.775-1.597 11.851-4.79 3.146-3.194 4.72-7.393 4.72-12.6 0-5.206-1.574-9.406-4.72-12.6-3.076-3.192-7.027-4.79-11.851-4.79-3.147 0-5.978.73-8.496 2.188-2.517 1.388-4.509 3.401-5.978 6.039-1.468 2.638-2.202 5.692-2.202 9.163s.734 6.526 2.202 9.163c1.469 2.638 3.461 4.686 5.978 6.144 2.518 1.388 5.349 2.083 8.496 2.083zM492.98 47.891h13.634v61.435H545v11.454h-52.02V47.891z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M78.98 1.415l62.984 36.916c3.252 1.888 4.998 5.2 4.998 8.98v72.834c0 3.775-1.746 7.093-4.998 8.98l-39.99 22.948c-1.372.975-2 3.248-2 4.988V184a52000.952 52000.952 0 00-79.69-46.053l-15.285-8.822c-3.253-1.887-4.999-5.2-4.999-8.98V47.311c0-3.672 1.746-7.092 4.999-8.98L67.983 1.416c3.252-1.887 7.744-1.887 10.997 0zM66.545 59.797c.285-.926.438-1.909.438-2.928 0-5.51-4.476-9.977-9.998-9.977-5.521 0-9.997 4.467-9.997 9.977 0 5.51 4.476 9.978 9.997 9.978a9.975 9.975 0 006.944-2.8L91.414 80.88a9.956 9.956 0 00-.437 2.928c0 5.51 4.476 9.977 9.997 9.977 5.522 0 9.998-4.467 9.998-9.977 0-5.51-4.476-9.977-9.998-9.977a9.975 9.975 0 00-6.943 2.798L66.545 59.797zm-9.56 60.927c5.522 0 9.998-4.467 9.998-9.977a9.956 9.956 0 00-.438-2.928l25.468-15.597-4.778-2.926-23.306 14.272a9.974 9.974 0 00-6.944-2.799c-5.521 0-9.997 4.467-9.997 9.978 0 5.51 4.476 9.977 9.997 9.977z" fill="currentColor"></path></svg></a></div><div class="flex flex-row gap-1"><a href="https://twitter.com/DeepLcom" target="_blank" rel="noreferrer" aria-label="twitter" class="text-brand active:bg-redesign-jade-green-300 flex size-11 items-center justify-center rounded-full hover:bg-white"><svg aria-label="twitter" width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.971 4l8.784 11.583L2.917 25h1.99l7.738-8.245L18.897 25h6.77L16.39 12.766 24.616 4h-1.99l-7.125 7.593L9.743 4H2.97zm2.926 1.445h3.109l13.733 18.11h-3.11L5.898 5.445z" fill="currentColor"></path></svg></a><a href="https://www.facebook.com/DeepLcom/" target="_blank" rel="noreferrer" aria-label="facebook" class="text-brand active:bg-redesign-jade-green-300 flex size-11 items-center justify-center rounded-full hover:bg-white"><svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="24" viewBox="0 0 24 24" aria-label="facebook"><path fill="currentColor" d="M12 2a10 10 0 0 0-1.56 19.88v-6.99H7.9V12h2.54V9.8c0-2.5 1.49-3.9 3.78-3.9 1.09 0 2.23.2 2.23.2v2.46H15.2c-1.24 0-1.63.77-1.63 1.56V12h2.78l-.45 2.89h-2.33v6.99A10 10 0 0 0 12 2Z"></path></svg></a><a href="https://www.linkedin.com/company/linkedin-com-company-deepl/" target="_blank" rel="noreferrer" aria-label="linkedin" class="text-brand active:bg-redesign-jade-green-300 flex size-11 items-center justify-center rounded-full hover:bg-white"><svg aria-label="linkedin" width="28" height="29" viewBox="0 0 28 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.333 4.506c0-.923.767-1.671 1.714-1.671h19.906c.947 0 1.714.748 1.714 1.671v19.991c0 .923-.768 1.671-1.714 1.671H4.047c-.947 0-1.714-.748-1.714-1.671V4.507zm7.209 17.862V11.83H6.04v10.537h3.502zm-1.75-11.976c1.22 0 1.98-.808 1.98-1.82-.022-1.034-.758-1.82-1.957-1.82s-1.982.788-1.982 1.82c0 1.012.76 1.82 1.935 1.82h.024zm7.157 11.976v-5.884c0-.316.024-.63.117-.855.252-.629.828-1.28 1.797-1.28 1.267 0 1.773.965 1.773 2.382v5.637h3.501v-6.043c0-3.238-1.726-4.743-4.03-4.743-1.858 0-2.691 1.02-3.158 1.74v.036h-.023l.023-.036v-1.49h-3.5c.044.988 0 10.536 0 10.536h3.5z" fill="currentColor"></path></svg></a><a href="https://github.com/DeepLcom" target="_blank" rel="noreferrer" aria-label="github" class="text-brand active:bg-redesign-jade-green-300 flex size-11 items-center justify-center rounded-full hover:bg-white"><svg aria-label="github" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.01 2.333c-6.457 0-11.677 5.348-11.677 11.963 0 5.288 3.345 9.764 7.984 11.348.58.12.793-.257.793-.574 0-.277-.02-1.228-.02-2.218-3.247.713-3.924-1.427-3.924-1.427-.522-1.386-1.295-1.742-1.295-1.742-1.063-.733.077-.733.077-.733 1.18.08 1.798 1.228 1.798 1.228 1.044 1.822 2.726 1.307 3.402.99.097-.772.407-1.307.735-1.604-2.59-.277-5.316-1.307-5.316-5.902 0-1.307.464-2.377 1.198-3.209-.115-.296-.522-1.525.117-3.168 0 0 .985-.317 3.209 1.228a11.05 11.05 0 012.919-.397c.986 0 1.99.14 2.919.397 2.223-1.545 3.209-1.228 3.209-1.228.638 1.643.232 2.871.116 3.168.754.832 1.198 1.902 1.198 3.209 0 4.595-2.725 5.605-5.335 5.902.425.376.792 1.09.792 2.218 0 1.604-.019 2.892-.019 3.288 0 .317.213.693.793.574 4.64-1.584 7.984-6.06 7.984-11.348.019-6.615-5.22-11.963-11.657-11.963z" fill="currentColor"></path></svg></a><a href="https://www.instagram.com/deeplhq/" target="_blank" rel="noreferrer" aria-label="instagram" class="text-brand active:bg-redesign-jade-green-300 flex size-11 items-center justify-center rounded-full hover:bg-white"><svg aria-label="instagram" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 2.335c-3.166 0-3.564.014-4.808.07-1.244.058-2.091.254-2.834.542a5.688 5.688 0 00-2.066 1.346A5.687 5.687 0 002.946 6.36c-.289.74-.486 1.59-.543 2.829-.055 1.247-.07 1.643-.07 4.814 0 3.167.015 3.564.07 4.808.059 1.242.254 2.09.543 2.832a5.729 5.729 0 001.346 2.066 5.693 5.693 0 002.065 1.347c.744.288 1.59.485 2.832.542 1.245.056 1.642.07 4.811.07s3.564-.014 4.81-.07c1.24-.058 2.09-.254 2.833-.542a5.686 5.686 0 002.065-1.347 5.73 5.73 0 001.346-2.066c.288-.742.484-1.59.543-2.832.055-1.244.07-1.64.07-4.81 0-3.168-.015-3.565-.07-4.81-.059-1.242-.256-2.09-.543-2.831a5.687 5.687 0 00-1.346-2.067 5.687 5.687 0 00-2.066-1.346c-.744-.288-1.593-.485-2.834-.542-1.245-.056-1.64-.07-4.81-.07H14zm-1.046 2.103h1.047c3.115 0 3.484.01 4.714.067 1.137.05 1.756.242 2.167.4a3.62 3.62 0 011.342.874c.408.409.66.797.872 1.342.16.41.35 1.028.4 2.166.058 1.229.07 1.598.07 4.711 0 3.114-.012 3.485-.07 4.714-.05 1.137-.241 1.754-.4 2.166a3.645 3.645 0 01-.874 1.34c-.408.408-.796.66-1.342.872-.408.16-1.026.35-2.165.402-1.23.056-1.599.069-4.713.069-3.116 0-3.486-.013-4.715-.069-1.138-.052-1.755-.242-2.166-.402a3.647 3.647 0 01-1.342-.872 3.646 3.646 0 01-.875-1.342c-.159-.41-.35-1.028-.4-2.166-.056-1.229-.068-1.598-.068-4.714 0-3.117.012-3.483.067-4.712.053-1.138.242-1.756.403-2.167a3.62 3.62 0 01.873-1.342c.409-.408.797-.66 1.342-.872.411-.16 1.028-.35 2.166-.403 1.076-.05 1.493-.064 3.667-.065v.003zm7.274 1.936a1.4 1.4 0 100 2.8 1.4 1.4 0 000-2.8zm-6.227 1.637a5.992 5.992 0 10-.187 11.983 5.992 5.992 0 00.188-11.983zm0 2.101a3.889 3.889 0 110 7.778 3.889 3.889 0 010-7.778z" fill="currentColor"></path></svg></a></div></div></div></div><div class="bottom-0 hidden w-full gap-4 p-6 md:absolute [.is-home_&amp;]:flex [.is-home_&amp;]:flex-col [.is-home_&amp;]:lg:flex-row"><div data-testid="dl-crawlable-footer-list-container"><div class="Select-module--wrapper--53ec7" style="--button-width:fit-content;--button-label-color:var(--color-gray-800-hex);--flyout-width:fit-content;--flyout-max-width:fit-content;--flyout-position:initial;--option-short-name-width:min-content;--flyout-padding-block:0rem;--number-of-rows:5;--show-cutoff:1"><button class="Select-module--button--f032e" data-testid="home-footer-list-button" aria-label="English" lang="" id="headlessui-listbox-button-:R2j9cql:" type="button" aria-haspopup="listbox" aria-expanded="false" data-headlessui-state=""><span aria-hidden="true" class="truncate" lang="">English</span><span class="Select-module--buttonIcon--21fbf"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" data-name="ChevronDownSmall" viewBox="0 0 20 20" class="Icon" aria-hidden="true" focusable="false" data-testid="home-footer-list-button-down-icon"><path fill="currentColor" d="M4.46967 6.96967C4.76256 6.67678 5.23744 6.67678 5.53033 6.96967L10 11.4393L14.4697 6.96967C14.7626 6.67678 15.2374 6.67678 15.5303 6.96967C15.8232 7.26256 15.8232 7.73744 15.5303 8.03033L10.5303 13.0303C10.2374 13.3232 9.76256 13.3232 9.46967 13.0303L4.46967 8.03033C4.17678 7.73744 4.17678 7.26256 4.46967 6.96967Z" fill-rule="evenodd" clip-rule="evenodd" vector-effect="non-scaling-stroke"></path></svg></span></button></div></div><div class="flex flex-col gap-4 md:flex-row"><a href="/en/privacy" class="text-redesign-slate-gray-400 inline-flex items-center gap-2 text-sm font-normal">Privacy policy</a><a href="/en/publisher" class="text-redesign-slate-gray-400 inline-flex items-center gap-2 text-sm font-normal">Publisher</a><a href="/en/pro-license" class="text-redesign-slate-gray-400 inline-flex items-center gap-2 text-sm font-normal">Terms &amp; Conditions</a><a href="https://support.deepl.com/hc/en-us/requests/new?ticket_form_id=13384459519132" class="text-redesign-slate-gray-400 inline-flex items-center gap-2 text-sm font-normal">Cancel subscriptions here</a></div></div></footer></div></div><div class="fixed inset-x-0 bottom-12 z-[3141592653] mx-auto max-w-lg"><div class="flex flex-col-reverse items-center gap-2"></div></div></div></div><div id="gatsby-announcer" style="position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0" aria-live="assertive" aria-atomic="true"></div></div><script id="gatsby-script-loader">/*<![CDATA[*/window.pagePath="/en/android-app";/*]]>*/</script><!-- slice-start id="_gatsby-scripts-1" --> <script id="gatsby-chunk-mapping" > window.___chunkMapping="{\"polyfill\":[\"/polyfill-1eabf1f27e934dabc92d.js\"],\"app\":[\"/app-f466e53d76a3201b46d4.js\"],\"tracing\":[\"/tracing-d9cc6bb2f8b08abcc96b.js\"],\"component---packages-gatsby-i-18-n-language-redirection-page-js\":[\"/component---packages-gatsby-i-18-n-language-redirection-page-js-b22c491bfeba0a30ba28.js\"],\"component---src-auth-pages-login-tsx\":[\"/component---src-auth-pages-login-tsx-25d8da7414c795a45134.js\"],\"component---src-auth-pages-logout-tsx\":[\"/component---src-auth-pages-logout-tsx-053111c5271cda6c541b.js\"],\"component---src-auth-pages-mfa-tsx\":[\"/component---src-auth-pages-mfa-tsx-66f985315d5595734ee8.js\"],\"component---src-auth-pages-password-reset-tsx\":[\"/component---src-auth-pages-password-reset-tsx-281429831534e5044777.js\"],\"component---src-auth-pages-redirect-tsx\":[\"/component---src-auth-pages-redirect-tsx-3b62b6486c5e049b6a45.js\"],\"component---src-auth-pages-reset-password-tsx\":[\"/component---src-auth-pages-reset-password-tsx-fe3d6ff5c94173624e36.js\"],\"component---src-auth-pages-sso-login-tsx\":[\"/component---src-auth-pages-sso-login-tsx-631a8cddccb4a79d2602.js\"],\"component---src-components-contentful-blog-index-page-tsx\":[\"/component---src-components-contentful-blog-index-page-tsx-8238578802f1d2d6b4bd.js\"],\"component---src-components-contentful-blog-post-page-tsx\":[\"/component---src-components-contentful-blog-post-page-tsx-03637ab04fe172188890.js\"],\"component---src-components-contentful-landing-page-tsx\":[\"/component---src-components-contentful-landing-page-tsx-9153515a39cd12f65845.js\"],\"component---src-components-contentful-legal-page-tsx\":[\"/component---src-components-contentful-legal-page-tsx-967e7be4adda632f0f22.js\"],\"component---src-components-contentful-simple-page-tsx\":[\"/component---src-components-contentful-simple-page-tsx-ec821165b75713f69d1d.js\"],\"component---src-pages-404-tsx\":[\"/component---src-pages-404-tsx-e6c725226bf013bdf4ef.js\"],\"component---src-pages-app-thanks-tsx\":[\"/component---src-pages-app-thanks-tsx-0f6f450704853038e1b0.js\"],\"component---src-pages-appcontact-js\":[\"/component---src-pages-appcontact-js-1a0b7ec41ebfab0cf988.js\"],\"component---src-pages-audit-logs-tsx\":[\"/component---src-pages-audit-logs-tsx-a205085cecf5ea250fe1.js\"],\"component---src-pages-checkout-tsx\":[\"/component---src-pages-checkout-tsx-c694375a45dac8feed17.js\"],\"component---src-pages-contact-us-tsx\":[\"/component---src-pages-contact-us-tsx-b07b000cea736c7231ed.js\"],\"component---src-pages-document-translator-macos-tsx\":[\"/component---src-pages-document-translator-macos-tsx.8d7da98f154257d3e670.css\",\"/component---src-pages-document-translator-macos-tsx-2ca6529c344022df4cc2.js\"],\"component---src-pages-document-translator-windows-tsx\":[\"/component---src-pages-document-translator-windows-tsx.8d7da98f154257d3e670.css\",\"/component---src-pages-document-translator-windows-tsx-6099257205090922e8b9.js\"],\"component---src-pages-extension-uninstall-tsx\":[\"/component---src-pages-extension-uninstall-tsx-43a9ed12cbd13e5430ea.js\"],\"component---src-pages-glossary-[id]-tsx\":[\"/component---src-pages-glossary-[id]-tsx-848ea52dc4f5e73e57af.js\"],\"component---src-pages-glossary-generate-tsx\":[\"/component---src-pages-glossary-generate-tsx-8322b6ac47c9412d4894.js\"],\"component---src-pages-glossary-index-tsx\":[\"/component---src-pages-glossary-index-tsx-da5195853c229cdc92ec.js\"],\"component---src-pages-glossary-review-tsx\":[\"/component---src-pages-glossary-review-tsx-3319875142d2b1653e9f.js\"],\"component---src-pages-glossary-submitted-tsx\":[\"/component---src-pages-glossary-submitted-tsx-2fe5f44332a1d66023af.js\"],\"component---src-pages-glossary-success-tsx\":[\"/component---src-pages-glossary-success-tsx-f799f878c5992e0e8b76.js\"],\"component---src-pages-home-tsx\":[\"/component---src-pages-home-tsx-ebd57f796ebb969d97bf.js\"],\"component---src-pages-iframe-api-docs-tsx\":[\"/component---src-pages-iframe-api-docs-tsx-45dff7d6ee1b8f9a20ac.js\"],\"component---src-pages-iframe-support-tsx\":[\"/component---src-pages-iframe-support-tsx-9b8adda311ad4bc35fdc.js\"],\"component---src-pages-jobs-tsx\":[\"/component---src-pages-jobs-tsx-0fc810008ae2e671c7e1.js\"],\"component---src-pages-pro-checkout-js\":[\"/component---src-pages-pro-checkout-js-f51d656dd3dc9d5a31f5.js\"],\"component---src-pages-pro-checkout-new-js\":[\"/component---src-pages-pro-checkout-new-js-7324650d650ddc6b9dae.js\"],\"component---src-pages-pro-data-security-embedded-js\":[\"/component---src-pages-pro-data-security-embedded-js-ac6c3ba2f9e0570b27c1.js\"],\"component---src-pages-pro-js\":[\"/component---src-pages-pro-js-8338147b5c8acaf76f7c.js\"],\"component---src-pages-pro-privacy-info-tsx\":[\"/component---src-pages-pro-privacy-info-tsx-88dce923f4e6a20010e1.js\"],\"component---src-pages-pro-write-tsx\":[\"/component---src-pages-pro-write-tsx.55b6c0b12185ade41079.css\",\"/component---src-pages-pro-write-tsx-4bc9363666a6b17c69ed.js\"],\"component---src-pages-resources-tsx\":[\"/component---src-pages-resources-tsx-cc439e80a5dda10517a1.js\"],\"component---src-pages-saved-index-tsx\":[\"/component---src-pages-saved-index-tsx-642c818aff30bfe7f1b1.js\"],\"component---src-pages-saved-translation-tsx\":[\"/component---src-pages-saved-translation-tsx-b9e831bb84a7ff7f42b4.js\"],\"component---src-pages-signup-tsx\":[\"/component---src-pages-signup-tsx-b880fc2f3eade007bd80.js\"],\"component---src-pages-start-trial-tsx\":[\"/component---src-pages-start-trial-tsx-dec74db6e2b495049ad5.js\"],\"component---src-pages-switch-plans-tsx\":[\"/component---src-pages-switch-plans-tsx-05e80f920d7a76c6a36d.js\"],\"component---src-pages-template-js\":[\"/component---src-pages-template-js.bb62d09907feb221cb27.css\",\"/component---src-pages-template-js-581b6406dea9896bd0d9.js\"],\"component---src-pages-translator-macos-classic-block-tsx\":[\"/component---src-pages-translator-macos-classic-block-tsx.7709b6a33e89b29921c4.css\",\"/component---src-pages-translator-macos-classic-block-tsx-bacd133a61d4a758776f.js\"],\"component---src-pages-translator-macos-tsx\":[\"/component---src-pages-translator-macos-tsx.5c4c6ea7c46cc56b2b51.css\",\"/component---src-pages-translator-macos-tsx-0db4bc8ba453203af55f.js\"],\"component---src-pages-translator-macos-update-block-tsx\":[\"/component---src-pages-translator-macos-update-block-tsx.7709b6a33e89b29921c4.css\",\"/component---src-pages-translator-macos-update-block-tsx-84fb748e5efec8bcb136.js\"],\"component---src-pages-translator-tsx\":[\"/component---src-pages-translator-tsx.87eecfd86e9f94310cda.css\",\"/component---src-pages-translator-tsx-bbfaffdbdb379e97bd76.js\"],\"component---src-pages-translator-windows-tsx\":[\"/component---src-pages-translator-windows-tsx.5c4c6ea7c46cc56b2b51.css\",\"/component---src-pages-translator-windows-tsx-4e7335d747e9c26e8c98.js\"],\"component---src-pages-user-action-tsx\":[\"/component---src-pages-user-action-tsx-b77da79d9a82ee717b54.js\"],\"component---src-pages-verify-email-tsx\":[\"/component---src-pages-verify-email-tsx-d0deba076c9e9829ac5e.js\"],\"component---src-pages-voice-deepl-conferencing-index-tsx\":[\"/component---src-pages-voice-deepl-conferencing-index-tsx-cb57efd6643d9b72a479.js\"],\"component---src-pages-voice-deepl-conferencing-read-tsx\":[\"/component---src-pages-voice-deepl-conferencing-read-tsx-152a7b5eaaeee4842e49.js\"],\"component---src-pages-voice-teams-app-auth-tsx\":[\"/component---src-pages-voice-teams-app-auth-tsx-597dd14ddf231bfb21ec.js\"],\"component---src-pages-voice-teams-app-config-tsx\":[\"/component---src-pages-voice-teams-app-config-tsx-ee82e6d6376a0c887447.js\"],\"component---src-pages-voice-teams-app-content-tsx\":[\"/component---src-pages-voice-teams-app-content-tsx-191ff7e77063654e081a.js\"],\"component---src-pages-voice-teams-app-d-token-tsx\":[\"/component---src-pages-voice-teams-app-d-token-tsx-ff06863af09eca38c2b3.js\"],\"component---src-pages-voice-teams-app-deepl-auth-login-tsx\":[\"/component---src-pages-voice-teams-app-deepl-auth-login-tsx-50c22f3ff2346400ae74.js\"],\"component---src-pages-voice-teams-app-deepl-auth-logout-tsx\":[\"/component---src-pages-voice-teams-app-deepl-auth-logout-tsx-71e5b56ca63e9cff0b19.js\"],\"component---src-pages-voice-teams-app-home-tsx\":[\"/component---src-pages-voice-teams-app-home-tsx-65230cca03e055306385.js\"],\"component---src-pages-voice-teams-app-remove-tsx\":[\"/component---src-pages-voice-teams-app-remove-tsx-25243987c3e3bc5bb520.js\"],\"component---src-pages-voice-teams-app-token-tsx\":[\"/component---src-pages-voice-teams-app-token-tsx-fd0bab781c1e7e3bc30d.js\"],\"component---src-pages-write-macos-tsx\":[\"/component---src-pages-write-macos-tsx.255e6d2c492f6db5ab7f.css\",\"/component---src-pages-write-macos-tsx-4c6ca8e0340821975fcc.js\"],\"component---src-pages-write-maintenance-tsx\":[\"/component---src-pages-write-maintenance-tsx.134e25ec4e398e7df6d8.css\",\"/component---src-pages-write-maintenance-tsx-25d93e2e73041a1646d6.js\"],\"component---src-pages-write-tsx\":[\"/component---src-pages-write-tsx.d27cdf5ab9d1684f495a.css\",\"/component---src-pages-write-tsx-0e1dd77929807fde95e3.js\"],\"component---src-pages-write-windows-tsx\":[\"/component---src-pages-write-windows-tsx.255e6d2c492f6db5ab7f.css\",\"/component---src-pages-write-windows-tsx-c64ba8b7400ef7ae4a28.js\"],\"component---src-pages-your-account-tsx\":[\"/component---src-pages-your-account-tsx-8fc14bd55a8be45dc980.js\"],\"late-interventiondebugpopover\":[\"/late-interventiondebugpopover.c6b823a2693907fe15b2.css\",\"/late-interventiondebugpopover-60b5104a2935060a518c.js\"],\"late-qadebugpopover\":[\"/late-qadebugpopover.49c387e0a8bfab200a14.css\",\"/late-qadebugpopover-63abfc170c357a533edb.js\"],\"late-cookieBannerLax\":[\"/late-cookieBannerLax.65c226a9d35f5018577f.css\",\"/late-cookieBannerLax-4c2737282714cb9ee39d.js\"],\"late-cookieBannerStrict\":[\"/late-cookieBannerStrict-c669d340af9847299aed.js\"],\"late-texttranslator-desktop\":[\"/late-texttranslator-desktop.6c2214249fd7bfb30b56.css\",\"/late-texttranslator-desktop-be17526c2174767d18eb.js\"],\"late-texttranslator-base-features\":[\"/late-texttranslator-base-features.719994ca467cbd2ad6fa.css\",\"/late-texttranslator-base-features-2bfcb54cd811d58fa8fd.js\"],\"late-texttranslator-base-features-ita\":[\"/late-texttranslator-base-features-ita.719994ca467cbd2ad6fa.css\",\"/late-texttranslator-base-features-ita-89dbcdd6092da2f70ccc.js\"],\"late-texttranslator-mobile-features\":[\"/late-texttranslator-mobile-features.719994ca467cbd2ad6fa.css\",\"/late-texttranslator-mobile-features-29729ab521a6779bba53.js\"],\"late-texttranslator-desktop-features-ita\":[\"/late-texttranslator-desktop-features-ita.56f4e800c8bfbb0a4088.css\",\"/late-texttranslator-desktop-features-ita-efbef001f99e891f1453.js\"],\"late-texttranslator-desktop-features\":[\"/late-texttranslator-desktop-features.e20fc6755a953e4a6ffd.css\",\"/late-texttranslator-desktop-features-8769bb15f0373953453d.js\"],\"late-research\":[\"/late-research.dbcdfbd380dac6c6fb56.css\",\"/late-research-7859a331532428c8c57b.js\"],\"late-texttranslator-mobile\":[\"/late-texttranslator-mobile.cf1e3fc2d407410b5751.css\",\"/late-texttranslator-mobile-463aea82880accbfc796.js\"],\"late-documenttranslation\":[\"/late-documenttranslation.14e27fbbf2a7fdd12f74.css\",\"/late-documenttranslation-a8cb20f2fc173d85063e.js\"],\"late-glossary\":[\"/late-glossary.2238984cc401150fdfa6.css\",\"/late-glossary-1d99ceb7b2d04fd88046.js\"],\"late-glossary-next\":[\"/late-glossary-next.d627daa1d9cf3ec73908.css\",\"/late-glossary-next-9dd9d4662e36b17e4ea0.js\"],\"late-dtextarea-webcomponent\":[\"/late-dtextarea-webcomponent.719994ca467cbd2ad6fa.css\",\"/late-dtextarea-webcomponent-e5dc176782732454ed1c.js\"],\"late-speechsynthesisdebugpopover\":[\"/late-speechsynthesisdebugpopover-0f4a23263fc9e1ac0907.js\"],\"late-productupdates\":[\"/late-productupdates.788dd625c0819a09d571.css\",\"/late-productupdates-557bc47a941ef7aef811.js\"],\"late-notifications\":[\"/late-notifications.eee18f38f8a2cd9fff8c.css\",\"/late-notifications-286d994cab12500219a1.js\"],\"late-sidemenu\":[],\"late-write-desktop\":[\"/late-write-desktop.e5008304537912da5e36.css\",\"/late-write-desktop-6ed69eccf11c5ecfff5b.js\"],\"late-write-mobile-ita-features\":[\"/late-write-mobile-ita-features.719994ca467cbd2ad6fa.css\",\"/late-write-mobile-ita-features-85680d54ee5c67b19794.js\"],\"late-write-desktop-ita-features\":[\"/late-write-desktop-ita-features.719994ca467cbd2ad6fa.css\",\"/late-write-desktop-ita-features-2932df1bb5e9023b1952.js\"],\"late-write-base-features\":[\"/late-write-base-features.719994ca467cbd2ad6fa.css\",\"/late-write-base-features-f7766e4a1530c4ac3b53.js\"],\"late-write-mobile-features\":[\"/late-write-mobile-features-c8bbd89771aa1a0b0bd5.js\"],\"late-write-desktop-features\":[\"/late-write-desktop-features.719994ca467cbd2ad6fa.css\",\"/late-write-desktop-features-7aea7db0e721cfb1c169.js\"],\"late-document-translator-macos-app-features\":[\"/late-document-translator-macos-app-features-ab48391e278a95b8b5b3.js\"],\"late-document-translator-edit-mode-features-\":[\"/late-document-translator-edit-mode-features-.c3661e39fb54d6d8c7b4.css\",\"/late-document-translator-edit-mode-features--6b72bde04812bb35d2dd.js\"],\"late-document-translator-windows-app-features\":[\"/late-document-translator-windows-app-features-0c7d74aa216e8e61aaea.js\"],\"late-addtionalGlossaryFeatures-create\":[\"/late-addtionalGlossaryFeatures-create.498f6cdc4a162ce84046.css\",\"/late-addtionalGlossaryFeatures-create-371fb95b1d7504fd288d.js\"],\"late-addtionalGlossaryFeatures-addNew\":[\"/late-addtionalGlossaryFeatures-addNew.498f6cdc4a162ce84046.css\",\"/late-addtionalGlossaryFeatures-addNew-557720833fced0516e4a.js\"],\"late-addtionalGlossaryFeatures-onboarding\":[\"/late-addtionalGlossaryFeatures-onboarding-df7b10114e4ff92b8ea9.js\"],\"late-addtionalGlossaryFeatures-upload\":[\"/late-addtionalGlossaryFeatures-upload.1a860b35e9acb1575c0d.css\",\"/late-addtionalGlossaryFeatures-upload-da58a61578844e4206c0.js\"],\"late-addtionalGlossaryFeatures-confirmDelete\":[\"/late-addtionalGlossaryFeatures-confirmDelete-858e15f5584c56d05a2f.js\"],\"late-translator-macos-app-ita-features\":[\"/late-translator-macos-app-ita-features.719994ca467cbd2ad6fa.css\",\"/late-translator-macos-app-ita-features-8871a3d5ff2055fe4008.js\"],\"late-translator-macos-app-features\":[\"/late-translator-macos-app-features.c3661e39fb54d6d8c7b4.css\",\"/late-translator-macos-app-features-4b0951bd2b83a738425d.js\"],\"late-proaccountissuedialogs\":[\"/late-proaccountissuedialogs-d46a3dac2a9a7a289c76.js\"],\"late-translator-windows-app-ita-features\":[\"/late-translator-windows-app-ita-features.719994ca467cbd2ad6fa.css\",\"/late-translator-windows-app-ita-features-e61da5f267bf42119892.js\"],\"late-translator-windows-app-features\":[\"/late-translator-windows-app-features.c3661e39fb54d6d8c7b4.css\",\"/late-translator-windows-app-features-883c72f0a6ca27293b16.js\"],\"late-write-apps-macos-ita-features\":[\"/late-write-apps-macos-ita-features.719994ca467cbd2ad6fa.css\",\"/late-write-apps-macos-ita-features-39eabc36bd4ac5be4392.js\"],\"late-write-macos-app-features\":[\"/late-write-macos-app-features.719994ca467cbd2ad6fa.css\",\"/late-write-macos-app-features-86191431322ec85ce8a4.js\"],\"late-write-apps-windows-ita-features\":[\"/late-write-apps-windows-ita-features.719994ca467cbd2ad6fa.css\",\"/late-write-apps-windows-ita-features-3f1333897d4d2df8c917.js\"],\"late-write-windows-app-features\":[\"/late-write-windows-app-features.719994ca467cbd2ad6fa.css\",\"/late-write-windows-app-features-09d5868c9681d62f8318.js\"],\"late-manytranslationsmodals\":[\"/late-manytranslationsmodals.dc07f1de852dbba321f1.css\",\"/late-manytranslationsmodals-b8c46e00d7d9c656ba71.js\"],\"late-apppopup\":[\"/late-apppopup-de8fde8b4ce3c977426e.js\"],\"late-formalityad\":[\"/late-formalityad.1a6e24c5bad95da1214e.css\",\"/late-formalityad-b66504dde99f179077cb.js\"]}"; </script> <script>window.___webpackCompilationHash="2171114c556dfdf0125a";</script><script src="https://static.deepl.com/gatsby/webpack-runtime-b70afa01887b4fe5732e.js" nomodule></script><script src="https://static.deepl.com/gatsby/polyfill-1eabf1f27e934dabc92d.js" nomodule></script><script src="https://static.deepl.com/gatsby/webpack-runtime-b70afa01887b4fe5732e.js" async></script><script src="https://static.deepl.com/gatsby/framework-145a9f599a62d5bdf3a3.js" async></script><script src="https://static.deepl.com/gatsby/a73e581d-04fc6dee97f509ef8ebb.js" async></script><script src="https://static.deepl.com/gatsby/app-f466e53d76a3201b46d4.js" async></script><!-- slice-end id="_gatsby-scripts-1" --></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10