CINXE.COM
404 error | Twilio
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"/> <title>404 error | Twilio</title> <meta name="template" content="base-page"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="robots" content="index"/> <meta property="og:url" content="https://www.twilio.com/en-us/errors/404"/> <meta name="twitter:url" content="https://www.twilio.com/en-us/errors/404"/> <script defer="defer" type="text/javascript" src="https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js" data-routing="program=62254,environment=555373,tier=publish" data-status="404"></script> <link rel="canonical" href="https://www.twilio.com/en-us/errors/404"/> <link rel="alternate" href="https://www.twilio.com/en-us/errors/404" hreflang="en-us"/> <link rel="alternate" href="https://www.twilio.com/pt-br/errors/404" hreflang="pt-br"/> <link rel="alternate" href="https://www.twilio.com/es-mx/errors/404" hreflang="es-mx"/> <link rel="alternate" href="https://www.twilio.com/ja-jp/errors/404" hreflang="ja-jp"/> <link rel="alternate" href="https://www.twilio.com/fr-fr/errors/404" hreflang="fr-fr"/> <link rel="alternate" href="https://www.twilio.com/de-de/errors/404" hreflang="de-de"/> <link rel="alternate" href="https://www.twilio.com/en-us/errors/404" hreflang="en"/> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl; j.onerror=function(){if(w.disableAF){w.disableAF()}};f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5JLZ694');</script> <!-- End Google Tag Manager --> <!-- End Pre-Hiding Script --> <!-- Adobe Launch Script --> <script src="https://assets.adobedtm.com/a62564f453ce/b1b9d7ec982b/launch-29605e749a31.min.js" async></script> <!-- End Adobe Launch Script --> <script type="text/javascript"> // Loading Mutiny script if either consent is implied or if consent is expressed & user has accepted functional cookies if (!document.cookie.match(/\bnotice_gdpr_prefs=/) && !document.cookie.match(/\bnotice_behavior=\expressed\b/) || document.cookie.match(/\bnotice_gdpr_prefs=[^:]*1[^:]*:/)) { // Creating the script tag similar to how Mutiny suggests but loading it from JS after condition is met. const mutinyFuncScript = document.createElement('script'); // Adding the Mutiny function in the script tag mutinyFuncScript.textContent = '(function(){var a=window.mutiny=window.mutiny||{};if(!window.mutiny.client){a.client={_queue:{}};var b=["identify","trackConversion"];var c=[].concat(b,["defaultOptOut","optOut","optIn"]);var d=function factory(c){return function(){for(var d=arguments.length,e=new Array(d),f=0;f<d;f++){e[f]=arguments[f]}a.client._queue[c]=a.client._queue[c]||[];if(b.includes(c)){return new Promise(function(b,d){a.client._queue[c].push({args:e,resolve:b,reject:d})})}else{a.client._queue[c].push({args:e})}}};c.forEach(function(b){a.client[b]=d(b)})}})();'; // Creating another script tag for loading the Mutiny script File const mutinyScript = document.createElement('script'); // Adding the src attribute to the Mutiny script tag mutinyScript.src = 'https://client-registry.mutinycdn.com/personalize/client/ac8ebe3dc99d7e04.js'; // Adding data-cfasync attribute just as Mutiny script had mutinyScript.setAttribute('data-cfasync', 'false'); mutinyScript.onload = function() { // Keeping this log statement for debugging purposes console.debug('Mutiny loaded successfully'); }; // Appending Mutiny script to the <head> of the document document.head.appendChild(mutinyFuncScript); document.head.appendChild(mutinyScript); } </script> <!-- Segment Script --> <script> var segmentKey = "tdqj3S9J338oMnJLXqI49jDMX8ZEPhgM"; !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey=segmentKey;;analytics.SNIPPET_VERSION="4.16.1"; analytics.page(); }}(); </script> <!-- End Segment Script --> <!-- Segment Consent Manager Script --> <script async> var segmentKey = "tdqj3S9J338oMnJLXqI49jDMX8ZEPhgM"; const isConsentRequired = true; const consentDecision = getCookieValue("cmapi_cookie_privacy"); fetchDestinations(segmentKey).then(destinations => { const destinationPreferences = destinations .map(function(dest) { if (consentDecision.includes("1") && consentDecision.includes("2") && consentDecision.includes("3")) return { [dest.id]: true }; if (consentDecision.includes("1") && consentDecision.includes("2")) return { [dest.id]: dest.category !== "Advertising" }; if (consentDecision.includes("1") && consentDecision.includes("3")) return { [dest.id]: dest.category === "Advertising" }; if (consentDecision.includes("1")) return { [dest.id]: false }; }) .reduce( (acc, val) => { return {...val, ...acc};}, { "Segment.io": !!consentDecision.includes("2") } ); conditionallyLoadAnalytics({ writeKey: segmentKey, destinations, destinationPreferences, isConsentRequired: isConsentRequired }); }); function getCookieValue(cookieName) { var name = cookieName + "="; let decodedCookie = decodeURIComponent(document.cookie); let cookieArray = decodedCookie.split(';'); for(const cookie of cookieArray) { let trimmedCookie = cookie.trim(); if (trimmedCookie.indexOf(name) == 0){ return trimmedCookie.substring(name.length); } } return "permit 1,2,3"; } function conditionallyLoadAnalytics({ writeKey, destinations, destinationPreferences, isConsentRequired }) { let isAnythingEnabled = false; if (!destinationPreferences) { if (isConsentRequired) { return; } if (!window.analytics.initialized) { window.analytics.load(writeKey); } return; } for (const destination of Object.keys(destinationPreferences) ) { const isEnabled = destinationPreferences[destination]; if (isEnabled) { isAnythingEnabled = true; } } if (isAnythingEnabled) { window.analytics.load(writeKey, { integrations: destinationPreferences }); } } async function fetchDestinationForWriteKey(writeKey) { const res = await window.fetch( "https://cdn.segment.com/v1/projects/"+writeKey+"/integrations" ); if (!res.ok) { throw new Error( "Failed to fetch integrations for write key "+writeKey+": HTTP+"+res.status+res.statusText ); } const destinations = await res.json(); for (const destination of destinations) { destination.id = destination.creationName; delete destination.creationName; } return destinations; } async function fetchDestinations(writeKey) { const destinationsRequests = []; destinationsRequests.push(fetchDestinationForWriteKey(writeKey)); let destinations = await Promise.all(destinationsRequests); destinations = [ ...destinations .reduce((a, b) => a.concat(b), []) .filter(d => d.id !== "Repeater") .reduce((map, item) => { map.has(item["id"]) || map.set(item["id"], item); return map; }, new Map()) .values() ]; return destinations; } </script> <!-- End Segment Consent Manager Script --> <!-- OG data --> <meta property="og:type" content="website"/> <meta property="og:site_name" content="Twilio"/> <meta property="og:url" content="https://www.twilio.com/en-us/errors/404"/> <meta property="og:title" content="404 error"/> <meta property="og:description"/> <meta property="og:image" content="https://sendgrid.com/content/dam/twilio-com/core-assets/social/twilio-com-default-ogimage.png"/> <!-- OG data --> <meta name="twitter:site" content="@twilio"/> <meta name="twitter:url" content="https://www.twilio.com/en-us/errors/404"/> <meta name="twitter:title" content="404 error"/> <meta name="twitter:description"/> <meta name="twitter:image" content="https://sendgrid.com/content/dam/twilio-com/core-assets/social/twilio-com-default-ogimage.png"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" href="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dependencies.lc-1d53d71910a1531e6ca830a04763f54c-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-site.lc-2fde14532be13a00e195ccab0465b713-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/twilio-com/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/twilio-com/clientlibs/clientlib-site.lc-930165e338c1bace9ae3d1a2ddaf483c-lc.min.css" type="text/css"> <link rel="apple-touch-icon" sizes="180x180" href="/content/dam/twilio-com/core-assets/social/apple-touch-icon.png"/> <link rel="icon" type="image/png" sizes="32x32" href="/content/dam/twilio-com/core-assets/social/favicon-32x32.png"/> <link rel="icon" type="image/png" sizes="16x16" href="/content/dam/twilio-com/core-assets/social/favicon-16x16.png"/> <link rel="manifest" href="/content/dam/twilio-com/core-assets/social/site.webmanifest"/> <link rel="mask-icon" href="/content/dam/twilio-com/core-assets/social/safari-pinned-tab.svg" color="#f22f46"/> <meta name="msapplication-TileColor" content="#f22f46"/> <meta name="theme-color" content="#ffffff"/> <script>window.dataLayer = window.dataLayer || [];</script> <script> var _C = { REDACTION_COPY: { EMAIL: "EMAIL_REDACTED" } }; function extractParams() { for ( var b = [], a, c = /([^&=]+)=?([^&]*)/g, d = window.location.search.substring(1); (a = c.exec(d)); ) b.push([a[1], a[2]]); return b; } var urlParams = extractParams(), emailRegex = /(([^<>()\[\]\\.,;:\s@"%]+(\.[^<>()\[\]\\.,;:\s@"%]+)*)|(".+"))(@|%40)((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/g; urlParams = urlParams.map(function (b) { return b.map(function (a) { _redactedValue = decodeURIComponent(a).replace( emailRegex, _C.REDACTION_COPY.EMAIL ); return _redactedValue === _C.REDACTION_COPY.EMAIL ? _redactedValue : a; }); }); function rewriteURL(b) { if (0 === b.length) return ( window.location.protocol + "//" + window.location.host + window.location.pathname + window.location.hash ); for (var a = "?", c = 0; c < b.length; c++) 0 < c && (a = a.concat("\x26")), (a = a.concat(b[c][0] + "\x3d" + b[c][1])); return ( window.location.protocol + "//" + window.location.host + window.location.pathname + a + window.location.hash ); } var newURL = rewriteURL(urlParams); newURL !== window.location.href && window.history.replaceState({}, document.title, newURL); var newTitle = document.title.replace(emailRegex, _C.REDACTION_COPY.EMAIL); newTitle !== document.title && (document.title = newTitle); dataLayer.push({ event: "piiRedacted" }); </script> <style> #teconsent { position: fixed; z-index: 1000; bottom: 0; right: 0; } </style> </head> <body class="base-page page basicpage " id="base-page-50751ea40f"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5JLZ694" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="teconsent" style="display: none;"></div> <header class="experiencefragment global-header"> <div class="xfpage page basicpage"> <nav role="navigation" class="navigation" data-maxmind-enabled="false" data-phone-endpoint="/content/twilio-com/global/en-us/errors/404.phonenumber.json" data-lang="en"> <header class="top-navigation"> <ul class="top-navigation-menu"> <li> <div class="language-selector select"> <button class="language-selector-button select-toggle" type="button" aria-expanded="false" aria-controls="language-selector" id="language-selector-button"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2849_179)"> <path d="M0.5 8C0.5 9.98912 1.29018 11.8968 2.6967 13.3033C4.10322 14.7098 6.01088 15.5 8 15.5C9.98912 15.5 11.8968 14.7098 13.3033 13.3033C14.7098 11.8968 15.5 9.98912 15.5 8C15.5 6.01088 14.7098 4.10322 13.3033 2.6967C11.8968 1.29018 9.98912 0.5 8 0.5C6.01088 0.5 4.10322 1.29018 2.6967 2.6967C1.29018 4.10322 0.5 6.01088 0.5 8V8Z" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.19267 15.2806C5.178 13.7926 4.5 11.0886 4.5 7.99997C4.5 4.9113 5.178 2.2073 6.19267 0.719299" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0.5 8H15.5" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1.6543 12H14.345" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2 4H14" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.80762 0.719299C10.8223 2.2073 11.5003 4.9113 11.5003 7.99997C11.5003 11.0886 10.8223 13.7926 9.80762 15.2806" stroke="#030B5D" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_2849_179"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg> <span>English</span> <div class="select-arrow"> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </div> </button> <ul class="select-menu language-menu" role="menu" id="language-selector" inert aria-hidden="true" aria-labelledby="language-selector-button"> <li role="menuitem"> <a class href="/ja-jp/errors/404" data-lang-code="ja-jp"> <span>日本語</span> </a> </li> <li role="menuitem"> <a class href="/de-de/errors/404" data-lang-code="de-de"> <span>Deutsch</span> </a> </li> <li role="menuitem"> <a class href="/en-us/errors/404" data-lang-code="en-us"> <span>English</span> <img src="/content/dam/twilio-com/core-assets/design-ops/component-svgs/check-black.svg" alt="Selected language icon" loading="lazy" class="selected-lang"/> </a> </li> <li role="menuitem"> <a class href="/es-mx/errors/404" data-lang-code="es-mx"> <span>Español (México)</span> </a> </li> <li role="menuitem"> <a class href="/fr-fr/errors/404" data-lang-code="fr-fr"> <span>Français</span> </a> </li> <li role="menuitem"> <a class href="/pt-br/errors/404" data-lang-code="pt-br"> <span>Português (Brasil)</span> </a> </li> </ul> </div> </li> <li class="hide-md-down"> <div class="support-selector select"> <button class="support-selector-button select-toggle" aria-expanded="false" aria-controls="support-selector" id="support-selector-button" type="button"> <span>Support</span> <div class="select-arrow"> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </div> </button> <ul class="select-menu support-menu" role="menu" id="support-selector" inert aria-hidden="true" aria-labelledby="support-selector-button"> <li role="menuitem"> <a class target="_blank" href="https://help.twilio.com/"> <span>Help Center</span> </a> </li> <li role="menuitem"> <a class target="_self" href="https://help.twilio.com/"> <span>Talk to Support</span> </a> </li> <li role="menuitem"> <a class target="_blank" href="https://www.twiliotraining.com/store"> <span>Training</span> </a> </li> <hr/> <li role="menuitem"> <a class target="_blank" href="/en-us/support-plans"> <span>Support Plans</span> </a> </li> <li role="menuitem"> <a class target="_blank" href="/en-us/partners"> <span>Partner Solutions</span> </a> </li> </ul> </div> </li> <li class="hide-md-down"> <a class="login-link" href="https://www.twilio.com/login" data-uuid="43983c73-3a17-3fe1-b1fd-27f42de677ca">Login</a> </li> <li class="hide-md-down hide-up"> <a class="console-link" href="https://www.twilio.com/console" data-uuid="8ccb73b7-e8fa-3129-8959-37edc4c44418">Console</a> </li> </ul> </header> <div class="navigation-sections"> <div class="navigation-logo"> <a href="https://www.twilio.com/en-us" data-uuid="" aria-label="Twilio.com"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 133 48" class="customer-logo"> <title>Twilio logo</title> <g class="twilio"> <g class="path-fill logo-fill"> <path d="M15 32.8462C17.1242 32.8462 18.8461 31.1242 18.8461 29C18.8461 26.8758 17.1242 25.1539 15 25.1539C12.8758 25.1539 11.1538 26.8758 11.1538 29C11.1538 31.1242 12.8758 32.8462 15 32.8462ZM15 22.8462C17.1242 22.8462 18.8461 21.1242 18.8461 19C18.8461 16.8758 17.1242 15.1538 15 15.1538C12.8758 15.1538 11.1538 16.8758 11.1538 19C11.1538 21.1242 12.8758 22.8462 15 22.8462ZM25 32.8462C27.1242 32.8462 28.8462 31.1242 28.8462 29C28.8462 26.8758 27.1242 25.1539 25 25.1539C22.8758 25.1539 21.1538 26.8758 21.1538 29C21.1538 31.1242 22.8758 32.8462 25 32.8462ZM25 22.8462C27.1242 22.8462 28.8462 21.1242 28.8462 19C28.8462 16.8758 27.1242 15.1538 25 15.1538C22.8758 15.1538 21.1538 16.8758 21.1538 19C21.1538 21.1242 22.8758 22.8462 25 22.8462ZM20 4C30.8333 4 40 13.1667 40 24C40 34.8333 30.8333 44 20 44C9.16668 44 0 34.8333 0 24C0 13.1668 9.16673 4 20 4ZM20 9.38461C11.9512 9.38461 5.38462 15.7238 5.38462 23.7315C5.38462 31.7392 11.9512 38.6154 20 38.6154C28.0488 38.6154 34.6154 31.7392 34.6154 23.7315C34.6154 15.7238 28.0488 9.38461 20 9.38461ZM62.6848 35.9231H68.9693C69.1955 35.9231 69.2924 35.8262 69.357 35.6L71.4382 27.9166L73.4572 35.6C73.5218 35.8262 73.6187 35.9231 73.8449 35.9231H80.1268C80.3852 35.9231 80.5468 35.8262 80.6114 35.6L85.0011 19.3077V35.5354C85.0011 35.7615 85.1626 35.9231 85.3888 35.9231H92.3026C92.5287 35.9231 92.6903 35.7615 92.6903 35.5354V18.6185C92.6903 18.3923 92.5287 18.2308 92.3026 18.2308L78.8307 18.2321C78.6046 18.2321 78.4753 18.3291 78.4107 18.5875L76.8848 26.4076L75.3482 18.5875C75.3159 18.3614 75.1544 18.2321 74.9282 18.2321H68.0901C67.8639 18.2321 67.7024 18.3614 67.6701 18.5875L66.1738 26.4076L64.6823 18.5875C64.6177 18.3291 64.4885 18.2321 64.2623 18.2321L54.0538 18.2308V12.4678C54.0538 12.177 53.8536 12.0478 53.5306 12.1447L47.1123 14.215C46.8861 14.2796 46.7569 14.4735 46.7569 14.6996L46.7494 17.4155C46.7494 18.094 46.394 18.3847 45.7155 18.3847H44.0563C43.8301 18.3847 43.6685 18.5462 43.6685 18.7724V23.6139C43.6685 23.8401 43.8301 24.0016 44.0563 24.0016H46.5385V29.8815C46.5385 34.0492 48.1785 36.4046 53.1861 36.4046C55.1246 36.4046 56.7092 36.1555 57.5493 35.7678C57.8077 35.6386 57.9 35.477 57.9 35.2186V30.6413C57.9 30.3828 57.6462 30.2536 57.3231 30.4151C56.9031 30.609 56.4169 30.6413 55.9323 30.6413C54.64 30.6413 54.2276 30.1567 54.2276 28.5413V24.0016H57.238C57.4642 24.0016 57.6149 23.8518 57.6149 23.6257V19.3077L62.2002 35.6C62.2648 35.8262 62.4263 35.9231 62.6848 35.9231ZM85.0011 16.3053C85.0011 16.5315 85.1626 16.6931 85.3888 16.6931H92.3026C92.5287 16.6931 92.6903 16.5315 92.6903 16.3053V12.4678C92.6903 12.2416 92.5287 12.0801 92.3026 12.0801H85.3888C85.1626 12.0801 85.0011 12.2416 85.0011 12.4678V16.3053ZM94.2299 35.5354C94.2299 35.7615 94.3914 35.9231 94.6176 35.9231H101.539C101.765 35.9231 101.926 35.7615 101.926 35.5354V12.4678C101.926 12.2416 101.765 12.0801 101.539 12.0801H94.6176C94.3914 12.0801 94.2299 12.2416 94.2299 12.4678V35.5354ZM103.465 35.5354C103.465 35.7615 103.627 35.9231 103.853 35.9231H110.755C110.982 35.9231 111.143 35.7615 111.143 35.5354L111.139 18.6185C111.139 18.3923 110.978 18.2308 110.752 18.2308H103.849C103.623 18.2308 103.462 18.3923 103.462 18.6185L103.465 35.5354ZM103.462 16.3053C103.462 16.5315 103.623 16.6931 103.849 16.6931H110.755C110.982 16.6931 111.143 16.5315 111.143 16.3053L111.139 12.4678C111.139 12.2416 110.978 12.0801 110.752 12.0801H103.849C103.623 12.0801 103.462 12.2416 103.462 12.4678V16.3053ZM112.352 27.2323C112.352 32.4985 116.395 36.4615 122.308 36.4615C128.22 36.4615 132.228 32.4985 132.228 27.2323V26.8123C132.228 21.5462 128.22 17.6923 122.308 17.6923C116.395 17.6923 112.352 21.5462 112.352 26.8123V27.2323ZM119.769 27.2462V26.9307C119.769 24.5077 120.886 23.56 122.308 23.56C123.729 23.56 124.852 24.5077 124.852 26.9307V27.2462C124.852 29.637 123.729 30.6369 122.308 30.6369C120.886 30.6369 119.769 29.637 119.769 27.2462Z" fill="#F22F46"/> </g> </g> </svg> </a> </div> <ul class="navigation-links" role="list"> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-0" data-nav-id="0" class="navigation-link" id="navigation-link-0"> Products </button> <div data-nav-id="0" aria-labelledby="navigation-link-0" id="navigation-dropdown-0" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/messaging" target="_self" data-uuid="c65ba57f-0180-378b-a5a5-4f81c8d14373"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messaging"> <path d="M18.511 66.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 48.187V16.314A5.314 5.314 0 0 1 7.313 11h57.374A5.314 5.314 0 0 1 70 16.313v31.875a5.314 5.314 0 0 1-5.313 5.312H34.683L20.955 65.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 15.25c-.595 0-1.063.467-1.063 1.063v31.875c0 .594.468 1.062 1.063 1.062h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 49.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V16.313c0-.595-.468-1.063-1.063-1.063H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> <p class="navigation-dropdown-link-description"> Send and receive multichannel text and media messages in 180+ countries </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/messaging/channels/sms" target="_self" data-uuid="f2c3345d-3fa1-33d2-ac50-e682e778a0d8">SMS</a> <a href="/en-us/messaging/channels/whatsapp" target="_self" data-uuid="afe9c931-96ed-3c7a-895b-671a04507508">WhatsApp</a> <a href="/en-us/messaging/conversations-api" target="_self" data-uuid="4dc05265-7e3a-37f8-85bb-5f6587fdc22f">Conversations</a> <a href="/en-us/messaging/channels/rcs" target="_self" data-uuid="9e18930c-b023-39e8-b333-75606e8d9231">RCS</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice" target="_self" data-uuid="fbdaf169-d9be-33ff-9a3b-edc7ad68de86"> <svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M25.6264 34.6385L25.659 34.5419L35.4121 7.04017C36.622 3.6285 41.698 4.49252 41.698 8.11013L41.6978 29.4478L44.4808 29.4481C46.6711 29.4481 48.218 31.5627 47.5692 33.6229L47.5372 33.7194L36.7466 64.6588C35.5514 68.0857 30.4551 67.2318 30.4551 63.6046L30.4548 38.8287L28.7099 38.8289C26.5126 38.8289 24.965 36.7018 25.6264 34.6385ZM38.4629 32.6652V8.11013L28.7099 35.6118H33.6902V63.6046L44.4808 32.6652H38.4629ZM16.7287 15.2802C16.693 14.4288 15.9908 13.7464 15.1246 13.74C14.2313 13.7334 13.5018 14.4483 13.4951 15.3366L13.1918 56.0007L13.1932 56.081C13.2289 56.9324 13.9311 57.6147 14.7973 57.6212C15.6906 57.6277 16.4202 56.9129 16.4268 56.0246L16.7301 15.3605L16.7287 15.2802ZM1.61752 23.7446C2.48379 23.7446 3.191 24.4218 3.23307 25.2729L3.23505 25.3531V47.9701C3.23505 48.8585 2.51086 49.5787 1.61752 49.5787C0.75126 49.5787 0.0440456 48.9015 0.00197953 48.0504L0 47.9701V25.3531C0 24.4648 0.72419 23.7446 1.61752 23.7446ZM70.3825 23.7446C71.2487 23.7446 71.9559 24.4218 71.998 25.2729L72 25.3531V47.9701C72 48.8585 71.2758 49.5787 70.3825 49.5787C69.5162 49.5787 68.809 48.9015 68.7669 48.0504L68.7649 47.9701V25.3531C68.7649 24.4648 69.4891 23.7446 70.3825 23.7446ZM58.0305 13.74C58.8967 13.7465 59.5989 14.4288 59.6346 15.2802L59.636 15.3605L59.3327 56.0246C59.3261 56.9129 58.5965 57.6277 57.7032 57.6212C56.837 57.6148 56.1348 56.9324 56.0991 56.081L56.0977 56.0007L56.401 15.3366C56.4076 14.4483 57.1372 13.7335 58.0305 13.74Z" fill="#121C2D"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> <p class="navigation-dropdown-link-description"> Make, receive, and monitor calls around the world </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice" target="_self" data-uuid="85a51b0c-4d53-387b-a7ae-907acf893d72">PSTN</a> <a href="/en-us/sip-trunking" target="_self" data-uuid="9bc860ef-c600-35c7-8472-aba61c48de31">SIP Trunking</a> <a href="/en-us/voice-sdk" target="_self" data-uuid="eaa2af1d-a6c5-313d-ba19-d1c7ab1ee858">SDK</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/verify" target="_self" data-uuid="09ea660c-4bb0-3472-9b1c-62d7726f31f7"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> <p class="navigation-dropdown-link-description"> Globally-managed multichannel 2FA and passwordless authentication </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/lookup" target="_self" data-uuid="9ddfe08b-e121-3904-99a3-e29de8ba0d43"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> <p class="navigation-dropdown-link-description"> Know your customer and assess identity risk with real-time phone intelligence </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/email-api" target="_self" data-uuid="ae4a1f31-bb99-3afc-a76e-3d73bfd77527"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> <p class="navigation-dropdown-link-description"> Deliver email messages reliably at scale with SendGrid </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless" target="_self" data-uuid="ac64ad4a-b6e1-3b67-bc3f-9c582536609c"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Task Router logo</title> <g class="twilio_task-router"> <path d="M57.25 27.75 70 21.375 57.25 15v12.75ZM53 51.125A2.131 2.131 0 0 0 50.875 49H48.75c-6.8 0-10.625-5.95-14.45-12.75 3.825-6.8 7.65-12.75 14.45-12.75h2.125A2.131 2.131 0 0 0 53 21.375a2.131 2.131 0 0 0-2.125-2.125H48.75c-8.288 0-13.175 6.163-17 12.75-3.825-6.587-8.712-12.75-17-12.75H4.125A2.131 2.131 0 0 0 2 21.375 2.13 2.13 0 0 0 4.125 23.5H14.75c6.8 0 10.625 5.95 14.45 12.75C25.375 43.05 21.55 49 14.75 49H4.125A2.131 2.131 0 0 0 2 51.125a2.13 2.13 0 0 0 2.125 2.125H14.75c8.288 0 13.175-6.163 17-12.75 3.825 6.587 8.712 12.75 17 12.75h2.125A2.131 2.131 0 0 0 53 51.125Zm4.25 6.375L70 51.125 57.25 44.75V57.5Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> <p class="navigation-dropdown-link-description"> Build, deploy, and run apps with Twilio’s serverless environment and visual builder </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/phone-numbers" target="_self" data-uuid="bc7654e5-0721-3c82-91e0-a3cbe7e25011"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Phone Numbers logo</title> <g class="twilio_phone-numbers"> <g class="path-fill"> <path d="M61.233 22.531H50.402L52.923 4.64a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L45.726 22.53h-13.84l2.522-17.89a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L27.21 22.53H12.63a2.321 2.321 0 0 0-2.314 2.315 2.321 2.321 0 0 0 2.314 2.314h13.933L24.295 43.36h-13.98A2.321 2.321 0 0 0 8 45.676a2.321 2.321 0 0 0 2.315 2.314h13.308l-2.685 19.05a2.304 2.304 0 0 0 1.967 2.615h.324c1.134 0 2.13-.833 2.292-1.99l2.777-19.697h30.62a2.321 2.321 0 0 0 2.315-2.314 2.321 2.321 0 0 0-2.314-2.315H47.462l2.268-16.201h11.48a2.321 2.321 0 0 0 2.315-2.315 2.321 2.321 0 0 0-2.315-2.314l.023.023Zm-18.446 20.83h-13.84l2.267-16.201h13.841l-2.268 16.201Z"/> <path d="M41.77 69.977h-.325a2.304 2.304 0 0 1-1.967-2.615l1.852-13.17c.185-1.273 1.32-2.153 2.615-1.967a2.304 2.304 0 0 1 1.968 2.615L44.06 68.01A2.315 2.315 0 0 1 41.77 70v-.023Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Phone Numbers</strong> </span> <p class="navigation-dropdown-link-description"> Access local, national, and toll-free phone numbers </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/phone-numbers/toll-free" target="_self" data-uuid="bcdfd127-e417-3f55-8d47-8c519354096c">Toll-Free</a> <a href="/en-us/phone-numbers/a2p-10dlc" target="_self" data-uuid="a4625ef8-f987-3ceb-b706-0e20b72ec175">10DLC</a> <a href="/en-us/messaging/channels/sms/short-codes" target="_self" data-uuid="6a6c6b4f-bd9b-3032-89e9-f8878c6c6bca">Short Codes</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video" target="_self" data-uuid="18154e03-2a6c-3e04-9d6a-fe839e1d0d88"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> <p class="navigation-dropdown-link-description"> Connect virtually with secure, high-quality video calling at global scale </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex" target="_self" data-uuid="01b27b9e-4068-385b-bad2-abbdac206df3"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> <p class="navigation-dropdown-link-description"> Digital engagement center for customer service and sales </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="5c2d9c5a-08e1-39ea-b937-91b213ac174b">Contact center</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/engage" target="_self" data-uuid="8523f978-5f68-3011-aad2-8e0c25c78e27"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Engage</strong> </span> <p class="navigation-dropdown-link-description"> Create multi-channel campaigns with a unified data-first platform </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/marketing-campaigns" target="_self" data-uuid="b4a7bbcb-e911-309b-99a4-553796478f8a"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns </strong> </span> <p class="navigation-dropdown-link-description"> Create and manage email marketing campaigns with SendGrid </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section has-border"> <h5 class="navigation-dropdown-title"> <span>Customer Data</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/" target="_blank" data-uuid="9a6fde8b-0d94-3c2e-8437-c8659a43ba63"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Segment logo</title> <g class="segment"> <path d="M65.64 23.242H31.876a2.254 2.254 0 0 0-2.254 2.254v3.998a2.254 2.254 0 0 0 2.254 2.253H65.64a2.254 2.254 0 0 0 2.254-2.253v-3.998a2.254 2.254 0 0 0-2.254-2.254ZM40.125 40.253H6.359a2.254 2.254 0 0 0-2.254 2.254v3.997a2.254 2.254 0 0 0 2.254 2.254h33.766a2.254 2.254 0 0 0 2.254-2.254v-3.997a2.254 2.254 0 0 0-2.254-2.254ZM16.863 63.642a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505Zm38.274-46.779a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505ZM36 61.516c-2.382 0-4.7-.34-6.89-.978-1.041-.298-2.147.298-2.53 1.318l-1.446 3.998a2.137 2.137 0 0 0 1.425 2.785A33.775 33.775 0 0 0 35.999 70c13.886 0 25.772-8.335 31.066-20.243.51-1.148-.02-2.487-1.212-2.913l-3.997-1.467c-1.02-.383-2.19.085-2.637 1.063C55.222 55.286 46.313 61.473 36 61.473v.043Zm0-51.032c2.381 0 4.7.34 6.89.978 1.041.298 2.147-.297 2.53-1.318l1.445-3.998a2.137 2.137 0 0 0-1.424-2.785A33.776 33.776 0 0 0 36 2c-13.885-.021-25.771 8.314-31.066 20.221-.51 1.149.022 2.488 1.212 2.913l3.998 1.468c1.02.382 2.19-.085 2.636-1.064C16.778 16.694 25.687 10.505 36 10.505v-.02Z" class="path-fill fill-path"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify your customer data with Segment CDP to power personalized engagement </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/connections" target="_blank" data-uuid="80c6422a-7ea3-39a4-9952-06c6846c86e0"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 6.85714C2 4.17462 4.17462 2 6.85714 2H65.1429C67.8255 2 70 4.17462 70 6.85714V14.1429C70 16.8254 67.8255 19 65.1429 19H38.0242C35.3416 19 33.1671 21.1746 33.1671 23.8571V42.476C33.1671 45.1586 30.9923 47.3331 28.3097 47.3331H6.85714C4.17462 47.3331 2 45.1586 2 42.476V6.85714ZM38.8329 29.5242C38.8329 26.8416 41.0077 24.667 43.6903 24.667H65.1429C67.8255 24.667 70 26.8416 70 29.5242V65.1431C70 67.8254 67.8255 70.0002 65.1429 70.0002H6.85714C4.17462 70.0002 2 67.8254 2 65.1431V57.8573C2 55.1747 4.17462 53.0002 6.85714 53.0002H33.9758C36.6584 53.0002 38.8329 50.8254 38.8329 48.1431V29.5242Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Connections ↗</strong> </span> <p class="navigation-dropdown-link-description"> Integrate web and mobile app data with a single API </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/reverse-etl" target="_blank" data-uuid="dd5d0700-bf87-33e5-aba1-83472ef7ffb7">Reverse ETL</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/protocols" target="_blank" data-uuid="04efcd9f-8d7b-3df3-b1f4-b48e000751cc"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Cloud with an upload download symbol</title> <g class="networks_cloud-upload-download"> <path fill-rule="evenodd" d="M24.799 2.006A23.31 23.31 0 0 1 47.572 18.39a15.85 15.85 0 0 1 21.016 7.886 15.857 15.857 0 0 1-10.59 21.922 2 2 0 1 1-.971-3.88 11.852 11.852 0 0 0 8.972-11.354 11.857 11.857 0 0 0-13.828-11.836 11.85 11.85 0 0 0-4.767 1.94 2 2 0 0 1-3.105-1.28A19.318 19.318 0 0 0 33.672 7.904 19.309 19.309 0 0 0 6.188 22.628a19.32 19.32 0 0 0 5.667 16.542 2 2 0 1 1-2.787 2.87 23.317 23.317 0 0 1 15.73-40.034Zm.55 34.152a2 2 0 0 1 1.414.586l8.525 8.526a2 2 0 1 1-2.829 2.828l-5.11-5.111V68a2 2 0 1 1-4 0V42.987l-5.11 5.111a2 2 0 1 1-2.83-2.828l8.525-8.526a2 2 0 0 1 1.415-.586Zm21.312 0a2 2 0 0 1 2 2V63.17l5.11-5.111a2 2 0 1 1 2.829 2.828l-8.525 8.526a2 2 0 0 1-2.829 0l-8.525-8.526a2 2 0 1 1 2.83-2.828l5.11 5.11v-25.01a2 2 0 0 1 2-2Z" class="path-fill" clip-rule="evenodd"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Protocols ↗</strong> </span> <p class="navigation-dropdown-link-description"> Protect the integrity of your data </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/unify" target="_blank" data-uuid="51b743b4-fbc4-3f37-bc58-92bb4d9cee95"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M15.6794 21.5625C15.6794 12.1391 23.3118 4.5 32.7269 4.5C33.4512 4.5 34.0382 5.08763 34.0382 5.8125V37.3126C34.0382 38.0375 33.4512 38.6249 32.7269 38.6249C23.3118 38.6249 15.6794 30.9858 15.6794 21.5625ZM39.2835 28.125C42.9048 28.125 45.8404 25.1868 45.8404 21.5625C45.8404 17.9381 42.9048 15 39.2835 15C39.0932 15.0013 38.9032 15.0144 38.7144 15.0394C38.527 15.0644 38.338 15.0071 38.1958 14.8824C38.0536 14.7577 37.9722 14.5776 37.9722 14.3884V5.8125C37.9722 5.08763 38.5594 4.5 39.2835 4.5C40.236 4.50822 41.1861 4.59603 42.124 4.7625C42.7565 4.86378 43.2234 5.40763 43.2281 6.04875V8.60813C43.2287 8.8851 43.4029 9.13194 43.6635 9.225C44.0922 9.37699 44.5125 9.55225 44.9224 9.75001C45.1741 9.86329 45.4699 9.80661 45.662 9.60826L47.4665 7.80488C47.9198 7.3517 48.6341 7.29287 49.1554 7.66575C50.7093 8.77081 52.0667 10.1293 53.1708 11.6846C53.5427 12.207 53.4827 12.922 53.0292 13.3751L51.2273 15.1785C51.031 15.3759 50.9805 15.6758 51.1014 15.9266C51.2956 16.3387 51.4712 16.7614 51.626 17.1892C51.719 17.4501 51.9656 17.6245 52.2423 17.625H54.7836C55.4238 17.6251 55.9703 18.0878 56.0767 18.7196C56.416 20.5997 56.416 22.5253 56.0767 24.4054C55.9703 25.0372 55.4238 25.4999 54.7836 25.5001H52.2423C51.9615 25.4951 51.7091 25.6708 51.6155 25.9357C51.4633 26.3628 51.2885 26.7827 51.091 27.1957C50.9701 27.4466 51.0206 27.7464 51.2169 27.9439L53.0239 29.7419C53.476 30.1947 53.5358 30.908 53.1655 31.4299C52.0614 32.9858 50.7042 34.3453 49.1501 35.4513C48.6282 35.8236 47.9139 35.7636 47.4611 35.3096L45.6567 33.5062C45.4595 33.3097 45.1599 33.2593 44.9092 33.3802C44.499 33.5769 44.0789 33.7521 43.6503 33.9053C43.3888 33.9986 43.2145 34.2468 43.2151 34.5248V37.0684C43.2149 37.7091 42.7526 38.2562 42.1214 38.3625C41.1835 38.5289 40.2334 38.6167 39.281 38.6249C38.5567 38.6249 37.9696 38.0375 37.9696 37.3126V28.6316C37.9694 28.4644 38.042 28.3051 38.1684 28.1959C38.2947 28.0864 38.4627 28.0376 38.6279 28.062C38.8448 28.0976 39.0639 28.1187 39.2835 28.125ZM32.7269 39.9375C18.2488 39.9534 6.5159 51.6966 6.5 66.1874C6.5 66.9123 7.08711 67.5 7.81134 67.5H32.7269C33.4512 67.5 34.0382 66.9123 34.0382 66.1874V41.2501C34.0382 40.5252 33.4512 39.9375 32.7269 39.9375ZM63.8582 60.9376C64.5029 60.9429 65.0506 61.4112 65.1564 62.0479C65.3806 63.4306 65.4955 64.8288 65.5 66.2296C65.4746 66.936 64.8949 67.4953 64.1886 67.4947H51.5998C51.2688 67.4917 50.9949 67.2368 50.9677 66.9068C50.3065 60.3387 45.1167 55.1445 38.5545 54.4826C38.2247 54.4555 37.97 54.1812 37.9671 53.8501V41.2501C37.9667 40.5392 38.5317 39.9574 39.2417 39.9375C41.1171 39.9371 42.9872 40.1367 44.8201 40.5334C45.4152 40.6716 45.8363 41.2028 45.8351 41.8143V45.7754C45.8349 46.0542 46.0105 46.3025 46.2731 46.395C47.2649 46.746 48.2293 47.1707 49.158 47.6654C49.4123 47.8017 49.7258 47.7546 49.9291 47.5501L52.6435 44.8619C53.0874 44.418 53.7834 44.3508 54.3038 44.7019C57.3678 46.8439 59.9373 49.6188 61.8387 52.8393C62.1303 53.352 62.0446 53.9961 61.629 54.4143L58.7439 57.3019C58.5531 57.4905 58.4969 57.7769 58.6023 58.0238C58.9423 58.8176 59.2322 59.6321 59.4704 60.4623C59.552 60.7438 59.8097 60.9374 60.1025 60.9376H63.8582Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Unify ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify customer data across every channel </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/profiles-sync/" target="_blank" data-uuid="df9276fe-890c-3edc-a15e-2191450e6a5f">Profiles Sync</a> <a href="/en-us/unified-profiles" target="_self" data-uuid="c1af3db4-90d3-3007-8506-a5774d90bab3">Unified Profiles</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/twilio-engage/journeys" target="_blank" data-uuid="52a31c29-b4ce-3b9c-81ff-a3d8ceb9630a"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Journeys ↗</strong> </span> <p class="navigation-dropdown-link-description"> Orchestrate multichannel customer journeys </p> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/products" target="_self" class="button button-secondary">See all products</a> </div> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-1" data-nav-id="1" class="navigation-link" id="navigation-link-1"> Solutions </button> <div data-nav-id="1" aria-labelledby="navigation-link-1" id="navigation-dropdown-1" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Use Cases</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/user-verification-identity" target="_self" data-uuid="8a61b858-319b-3379-abd3-566a6abdcb14"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verification & identity</strong> </span> <p class="navigation-dropdown-link-description"> Add user verification to protect against fraud. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/fraud-prevention" target="_self" data-uuid="407b7bc2-53a5-3e33-9734-e199ad34fdd6">Fraud prevention</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/alerts-and-notifications" target="_self" data-uuid="80bd65b4-774c-34de-b134-036c4413b9c7"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Alerts & notifications</strong> </span> <p class="navigation-dropdown-link-description"> Deliver notifications across text, email, voice. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/appointment-reminders" target="_self" data-uuid="78e8fd81-c6d5-367a-813c-71bed7f19bdd">Appointment reminders</a> <a href="/en-us/use-cases/lead-alerts" target="_self" data-uuid="8f4e1e8a-42be-3fba-9020-8fa3379fbefa">Lead alerts</a> <a href="/en-us/use-cases/mass-texting" target="_self" data-uuid="183e2e30-f42a-327a-96fa-b5b6361f460e">Mass texting</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/marketing-and-promotions" target="_self" data-uuid="d6bfc75d-ccaa-3499-b691-87560532b852"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing & promotions</strong> </span> <p class="navigation-dropdown-link-description"> Create multichannel marketing campaigns. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/solutions/text-marketing" target="_self" data-uuid="20e53019-744c-3125-853c-5c23c67fad10">SMS marketing</a> <a href="/en-us/use-cases/automated-customer-surveys" target="_self" data-uuid="b19035be-c429-37ee-9444-7459d9f739f3">Customer surveys</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="8164b46f-cfc8-3810-a421-ffb97109f50c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Contact Center</strong> </span> <p class="navigation-dropdown-link-description"> Provide personalized, data-driven service. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/ivr" target="_self" data-uuid="51363291-2576-349e-a9d0-424155eda446"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>IVR & self-service</strong> </span> <p class="navigation-dropdown-link-description"> Set up a modern IVR with AI-enabled support. </p> </div> </a> <div class="navigation-dropdown-shortcut-links multiline"> <a href="/en-us/use-cases/call-tracking" target="_self" data-uuid="a708bb96-0908-3b37-a321-9aefff43b428">Call tracking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Teams</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/marketing" target="_self" data-uuid="13b41fbe-fd91-313f-84a9-66f96e8bea81"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Marketing</strong> </span> <p class="navigation-dropdown-link-description"> Keep customers engaged on any channel </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/product-and-engineering" target="_self" data-uuid="b00be778-d89d-3eb0-b749-8fdc42a670e1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Product & Engineering</strong> </span> <p class="navigation-dropdown-link-description"> Connect with target users reliably and securely </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/customer-experience" target="_self" data-uuid="0a87b1a4-059c-3755-9c39-40596a306f51"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Experience</strong> </span> <p class="navigation-dropdown-link-description"> Deliver personalized sales and support experiences at scale </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="17c80c23-dd41-30d2-af31-4cb01c9dbaf1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developers</strong> </span> <p class="navigation-dropdown-link-description"> Tutorials and docs to start building on Twilio </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Industries</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/financial-services" target="_self" data-uuid="7ae500c7-4ddc-331f-97c3-7466b653129b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Financial Services</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/healthcare" target="_self" data-uuid="4b84119b-4e11-3715-92d0-afb0ac35dc70"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Healthcare</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/hospitality" target="_self" data-uuid="fa74729a-8a7a-3830-a313-6b67c9d6a7a4"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Hospitality</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/public-sector" target="_self" data-uuid="52d2134e-9eaf-3f01-994f-d98a9fdbebc1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Public Sector</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/real-estate" target="_self" data-uuid="337d3dd2-b03c-3846-9f44-fcf9a88dc783"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Real Estate</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/retail" target="_self" data-uuid="4215e011-af2d-3e36-aaf1-cc991287c528"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Retail</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/solutions" target="_self" class="button button-secondary">See all solutions</a> </div> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>People shaking hands</title> <g class="users_handshake--circle"> <path fill-rule="evenodd" d="M11.96 60.04C18.38 66.46 26.92 70 36 70c9.08 0 17.62-3.54 24.04-9.96C66.46 53.62 70 45.08 70 36c0-9.08-3.54-17.62-9.96-24.04C53.62 5.54 45.08 2 36 2c-9.08 0-17.62 3.54-24.04 9.96C5.54 18.38 2 26.92 2 36c0 9.08 3.54 17.62 9.96 24.04Zm2.83-45.25C20.45 9.12 27.99 6 36 6c8.01 0 15.54 3.12 21.21 8.79a29.947 29.947 0 0 1 6 8.54h-4.55a5.397 5.397 0 0 0-1.415.134L44.75 18.54c-1-.37-2.05-.54-3.12-.47-1.06.06-2.09.34-3.01.82l-6.072 3.031a7.01 7.01 0 0 0-2.968-1.091c-1.19-.15-2.41.01-3.57.47l-8.637 3.684a5.337 5.337 0 0 0-.323-.314c-1.02-.92-2.33-1.38-3.71-1.33H8.791a30.13 30.13 0 0 1 5.999-8.55ZM7.266 27.34A30.046 30.046 0 0 0 6 36c0 2.98.432 5.893 1.265 8.67H13.5a1.241 1.241 0 0 0 1.31-1.12V28.46c-.03-.31-.17-.6-.41-.81-.25-.22-.56-.33-.9-.31H7.266ZM8.79 48.67h4.78l-.01.01c1.29 0 2.52-.46 3.49-1.33a5.3 5.3 0 0 0 .737-.81h2.743l8 6.11a4.308 4.308 0 0 0 3.12 1.3l-.02.01c1.01 0 1.98-.35 2.77-1l8.094-6.685 10.743-2.145a5.24 5.24 0 0 0 5.193 4.54h4.778a30.038 30.038 0 0 1-5.998 8.54C51.55 62.88 44.01 66 36 66c-8.01 0-15.54-3.13-21.21-8.79a29.947 29.947 0 0 1-6-8.54Zm55.944-4A30.086 30.086 0 0 0 66 36c0-2.98-.432-5.893-1.266-8.67H58.5c-.096 0-.191.008-.284.024-.155.087-.32.154-.493.197a1.27 1.27 0 0 0-.533.909v13.048c.014.133.013.265 0 .395v1.647a1.241 1.241 0 0 0 1.31 1.12h6.234ZM34.96 34h-.09c-.82-.01-1.62-.19-2.38-.53a6.33 6.33 0 0 1-1.99-1.41c-.57-.6-1-1.3-1.29-2.07a6.34 6.34 0 0 1 .249-5.121A3.12 3.12 0 0 0 27.54 25l-8.75 3.73v13.81h2.41c.44 0 .86.14 1.21.41l8.67 6.62c.1.08.2.17.29.27.06.07.15.11.24.12.1.01.18-.02.26-.08l8.204-6.776c.142-.163.31-.303.501-.414l3.415-2.82c.08-.06.13-.16.14-.26 0-.09-.01-.18-.06-.25l-5.665-6.29-1.135.48c-.75.31-1.53.46-2.32.46l.01-.01Zm12.867 7.134 5.373-1.072V28.26c.039-.67.202-1.314.478-1.905L43.31 22.27c-.44-.17-.94-.24-1.44-.21s-.99.16-1.44.4l-6.45 3.22c-.46.25-.85.69-1.05 1.23-.2.54-.2 1.13.01 1.66.11.3.27.54.47.76.2.21.44.38.71.5.26.11.53.17.8.18.27 0 .55-.05.81-.15l6.41-2.71c1.02-.43 2.19.04 2.62 1.06.43 1.02-.05 2.19-1.06 2.62l-1.397.59 4.807 5.34s.06.07.09.11c.7.91 1.02 2.04.89 3.18-.043.376-.131.74-.263 1.084Z" class="path-fill fill-path" clip-rule="evenodd"/> </g> </svg> <span>Partners</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners" target="_self" data-uuid="524095c8-b918-3482-890c-5f32b5dd5392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Find a partner</strong> </span> <p class="navigation-dropdown-link-description"> Work with a Twilio partner to buy or build the right solution </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners/become-a-partner" target="_self" data-uuid="e9e2abbd-08c9-3d71-a326-dea63713c4a5"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Partner with us</strong> </span> <p class="navigation-dropdown-link-description"> Join our Partner Program to build or sell Twilio solutions to your customers. </p> </div> </a> </li> </ul> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-2" data-nav-id="2" class="navigation-link" id="navigation-link-2"> Developers </button> <div data-nav-id="2" aria-labelledby="navigation-link-2" id="navigation-dropdown-2" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section blue"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>An Open book</title> <g class="documents_book--open"> <path d="M35.995 67.5h-.029c-.263 0-.515-.058-.748-.164a1.946 1.946 0 0 1-.642-.454h-.01c-.146-.165-7.349-7.363-30.173-7.673-.943-.029-1.79-.396-2.42-1.053A3.412 3.412 0 0 1 1 55.75V7.95c0-.918.36-1.788 1.011-2.435.32-.329.71-.58 1.137-.754A3.32 3.32 0 0 1 4.49 4.5c19.305.251 28.297 5.276 31.505 7.672 3.208-2.396 12.2-7.42 31.506-7.672.495 0 .923.077 1.35.26.419.175.808.426 1.138.755A3.418 3.418 0 0 1 71 7.95v47.82c0 .889-.34 1.739-.962 2.396a3.435 3.435 0 0 1-2.392 1.053c-22.737.31-29.979 7.43-30.202 7.653-.03.039-.069.068-.107.106a.979.979 0 0 1-.156.126 1.973 1.973 0 0 1-.437.251 1.768 1.768 0 0 1-.603.135h-.136l-.01.01Zm1.944-51.927v46.168c4.287-2.541 13.123-6.107 29.163-6.387V8.374c-19.228.33-27.19 5.605-29.163 7.2ZM4.89 55.354c16.039.27 24.875 3.836 29.162 6.377V15.573c-1.944-1.575-9.906-6.87-29.163-7.198v46.98Zm39.923-7.807a1.933 1.933 0 0 1-.622-3.768 65.327 65.327 0 0 1 15.932-3.16 1.949 1.949 0 0 1 2.08 1.787 1.939 1.939 0 0 1-1.798 2.068 61.28 61.28 0 0 0-14.97 2.967 1.93 1.93 0 0 1-.612.096l-.01.01Zm-17.624 0c-.204 0-.408-.03-.612-.097a60.922 60.922 0 0 0-14.97-2.966 1.939 1.939 0 0 1-1.799-2.068c.078-1.063 1.02-1.855 2.08-1.788a65.422 65.422 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.445 1.945 1.945 0 0 1-1.847 1.323l-.01-.01Zm0-9.982c-.204 0-.408-.029-.612-.096a60.832 60.832 0 0 0-14.97-2.967 1.939 1.939 0 0 1-1.799-2.068c.078-1.062 1.02-1.845 2.08-1.787a65.327 65.327 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.444 1.945 1.945 0 0 1-1.847 1.324l-.01-.01Zm17.624 0a1.933 1.933 0 0 1-.622-3.768 65.331 65.331 0 0 1 15.932-3.16c1.06-.067 2.003.725 2.08 1.788a1.939 1.939 0 0 1-1.798 2.068 61.194 61.194 0 0 0-14.97 2.966 1.93 1.93 0 0 1-.612.097l-.01.01Z" class="path-fill fill-path"/> </g> </svg> <span>Documentation</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/flex" target="_self" data-uuid="202617e5-93a5-3f8d-a293-5fd07113423d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sms" target="_self" data-uuid="4a7d38b6-987a-3434-819a-8315ad35aa69"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>SMS</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/voice" target="_self" data-uuid="276792df-f5d6-374a-b4ac-ce3760668b6c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://docs.sendgrid.com/" target="_self" data-uuid="3a701880-504d-3d84-a4d2-19da3883139d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/whatsapp" target="_self" data-uuid="11717582-95ce-36a6-b33c-aa4968c7816a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>WhatsApp API</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sip-trunking" target="_self" data-uuid="9c18aca3-4bad-3cb7-b449-2fb09e0ee6de"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Elastic SIP Trunking</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/verify/api" target="_self" data-uuid="2216d993-093c-32a9-8311-c03d32122ee9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/serverless/functions-assets/functions" target="_self" data-uuid="cc54ec7e-db8f-3e55-a052-f3c6aa412514"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Functions</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/studio" target="_self" data-uuid="698bf00e-7d9d-36ee-9901-73eb234f7e79"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Studio</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/twilio-cli/quickstart" target="_self" data-uuid="bd2d1990-cd6c-3a5b-8fde-660fa31e84ee"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio CLI</strong> </span> </div> </a> </li> </ul> <div class="button-container small inverse"> <a href="https://www.twilio.com/docs" target="_self" class="button button-secondary">See all docs</a> </div> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation">> <title>Two users in a circle</title> <g class="users_user-group--circle"> <path fill-rule="evenodd" d="M15.7 42.495c2.59 2.59 6.02 4.01 9.68 4.01s7.09-1.43 9.68-4.01c2.59-2.59 4.01-6.02 4.01-9.68 0-.548-.032-1.09-.095-1.626a1.966 1.966 0 0 0-.064-.474 13.598 13.598 0 0 0-3.851-7.58 13.584 13.584 0 0 0-9.68-4.01c-3.66 0-7.1 1.42-9.68 4.01a13.584 13.584 0 0 0-4.01 9.68c0 3.66 1.42 7.09 4.01 9.68Zm18.945-12.531a9.648 9.648 0 0 0-2.415-3.999 9.622 9.622 0 0 0-6.85-2.84c-2.59 0-5.02 1.01-6.85 2.84-.206.206-.4.419-.586.639a17.338 17.338 0 0 0 7.916 3.861c2.951.592 5.952.419 8.785-.501Zm.35 4.065a21.222 21.222 0 0 1-5.685.776v.01c-1.41 0-2.83-.14-4.24-.42a21.25 21.25 0 0 1-9.031-4.17 9.728 9.728 0 0 0-.349 2.59c0 2.59 1.01 5.02 2.84 6.85a9.622 9.622 0 0 0 6.85 2.84c2.59 0 5.02-1.01 6.85-2.84a9.615 9.615 0 0 0 2.765-5.636Z" clip-rule="evenodd" class="fill-path path-fill"/> <path fill-rule="evenodd" d="M36 69.875c-9.05 0-17.55-3.52-23.95-9.92-6.4-6.4-9.92-14.91-9.92-23.95s3.52-17.56 9.92-23.96c6.4-6.4 14.91-9.92 23.95-9.92s17.56 3.52 23.95 9.92c6.39 6.4 9.92 14.9 9.92 23.95 0 6.87-2.029 13.424-5.806 18.983a1.98 1.98 0 0 1-.282.408 34.297 34.297 0 0 1-3.832 4.559c-6.4 6.4-14.91 9.92-23.95 9.92v.01Zm26.011-19.146c2.524-4.442 3.869-9.484 3.869-14.724 0-7.97-3.11-15.48-8.75-21.12-5.64-5.64-13.15-8.75-21.13-8.75v-.01c-7.98 0-15.48 3.11-21.12 8.75-5.64 5.64-8.75 13.14-8.75 21.13 0 5.916 1.705 11.558 4.88 16.378a21.122 21.122 0 0 1 29.107.308 14.615 14.615 0 0 1 3.373-3.266 14.737 14.737 0 0 1 3.936-1.954 9.454 9.454 0 0 1-2.156-1.616 9.46 9.46 0 0 1-2.05-3.06 9.341 9.341 0 0 1-.72-3.61c0-1.24.24-2.46.72-3.61a9.46 9.46 0 0 1 2.05-3.06c.88-.88 1.91-1.57 3.06-2.04 2.3-.95 4.92-.95 7.22 0a9.46 9.46 0 0 1 3.06 2.05 9.46 9.46 0 0 1 2.05 3.06c.48 1.15.72 2.37.72 3.61 0 1.24-.24 2.46-.72 3.61a9.304 9.304 0 0 1-2.05 3.06 9.454 9.454 0 0 1-2.137 1.606 14.713 14.713 0 0 1 5.539 3.258Zm-19.216 5.138a10.766 10.766 0 0 1 8.165-5.062c1.86-.17 3.74.15 5.44.92a10.901 10.901 0 0 1 3.359 2.401 30.305 30.305 0 0 1-2.629 2.999A29.857 29.857 0 0 1 46.185 64.1a20.954 20.954 0 0 0-3.39-8.233Zm-3.788 1.614a17.043 17.043 0 0 1 3.298 7.73c-2.05.439-4.16.664-6.305.664-7.97 0-15.48-3.11-21.12-8.75a30.609 30.609 0 0 1-1.435-1.536 17.088 17.088 0 0 1 7.335-4.224c3.3-.92 6.77-.84 10.03.25a17.101 17.101 0 0 1 7.887 5.471c.086.143.19.276.31.395ZM51.94 33.745a5.395 5.395 0 0 0-3.84 1.59c-.51.51-.9 1.1-1.18 1.76a5.47 5.47 0 0 0 0 4.16c.27.66.67 1.26 1.18 1.76.51.51 1.1.9 1.76 1.18 1.33.55 2.83.55 4.16 0 .66-.27 1.26-.67 1.76-1.18.51-.51.9-1.1 1.18-1.76a5.47 5.47 0 0 0 0-4.16c-.27-.66-.67-1.26-1.18-1.76-.51-.51-1.1-.9-1.76-1.18a5.47 5.47 0 0 0-2.08-.41Z" clip-rule="evenodd" class="fill-path path-fill"/> </g> </svg> <span>Community</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="44e0ac6f-a865-3570-9b75-6c2a200146b9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Ahoy!</strong> </span> <p class="navigation-dropdown-link-description"> Get inspired by the latest from our developer community </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog/developers" target="_self" data-uuid="f39790d8-1e22-3926-8425-4854e425c140"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developer Blog</strong> </span> <p class="navigation-dropdown-link-description"> Read tutorials, community projects, and product updates </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://stackoverflow.com/collectives/twilio" target="_self" data-uuid="50efaed5-3ef6-3f25-bdfe-cc3e5f66d63b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Stack Overflow</strong> </span> <p class="navigation-dropdown-link-description"> Ask the Twilio community for help </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/champions" target="_self" data-uuid="517d626e-33c1-3931-8977-69ba8a6aa28f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Champions</strong> </span> <p class="navigation-dropdown-link-description"> Become a Twilio community Champion </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Wrench and screwdriver</title> <g class="etc_wrench-screwdriver"> <path class="path-fill fill-path" fill-rule="evenodd" d="M57.847 20.266a6.292 6.292 0 0 1-2.909-.705l-23.96 24.07 3.32 3.334c.367.37.57.856.57 1.37a1.96 1.96 0 0 1-.57 1.382L15.596 68.482a8.45 8.45 0 0 1-6.04 2.508h-.01a8.46 8.46 0 0 1-6.04-2.518A8.553 8.553 0 0 1 1 62.405c0-2.285.89-4.453 2.507-6.067l18.7-18.765a1.933 1.933 0 0 1 2.74 0l3.296 3.31 23.96-24.078a6.348 6.348 0 0 1-.696-2.908c0-1.701.658-3.305 1.859-4.501l7.782-7.827a1.933 1.933 0 0 1 2.74 0L70.12 7.82a1.933 1.933 0 0 1 0 2.742l-7.792 7.826a6.275 6.275 0 0 1-4.482 1.867v.01Zm-2.478-6.369c0 .662.262 1.284.726 1.75l.004.004c.93.93 2.553.939 3.49-.003L66.008 9.2l-3.49-3.505-6.422 6.442a2.476 2.476 0 0 0-.726 1.76ZM6.237 59.09l17.335-17.395 6.611 6.64L12.857 65.73a4.662 4.662 0 0 1-3.31 1.371 4.623 4.623 0 0 1-3.3-1.37 4.673 4.673 0 0 1-1.375-3.326c0-1.254.484-2.43 1.365-3.316Z" clip-rule="evenodd"/> <path class="path-fill fill-path" d="M21.84 30.64c.377.38.87.574 1.365.574l.01.02c.493 0 .987-.195 1.364-.574a1.954 1.954 0 0 0 0-2.752l-4.627-4.647a1.925 1.925 0 0 0-2.08-.438 9.06 9.06 0 0 1-4.066.603 8.97 8.97 0 0 1-7.163-4.716 10.9 10.9 0 0 0 2.923.068 10.75 10.75 0 0 0 6.37-3.092 10.877 10.877 0 0 0 3.068-6.407c.106-.982.077-1.974-.078-2.946a8.952 8.952 0 0 1 2.081 1.536 9.01 9.01 0 0 1 2.469 4.58 9.144 9.144 0 0 1-.436 5.192c-.28.72-.107 1.536.436 2.08l6.727 6.777a1.933 1.933 0 0 0 2.74 0 1.954 1.954 0 0 0 0-2.751l-5.886-5.921a13.06 13.06 0 0 0 .213-6.175 12.989 12.989 0 0 0-3.523-6.543 12.86 12.86 0 0 0-7.754-3.675 1.928 1.928 0 0 0-1.839.904 1.933 1.933 0 0 0 0 2.061 6.99 6.99 0 0 1 .997 4.434 6.912 6.912 0 0 1-1.965 4.093A6.884 6.884 0 0 1 9.111 14.9a6.835 6.835 0 0 1-4.413-1.002 1.95 1.95 0 0 0-2.053 0 1.933 1.933 0 0 0-.9 1.848 13.172 13.172 0 0 0 1.936 5.58 12.953 12.953 0 0 0 4.201 4.133 12.905 12.905 0 0 0 5.595 1.828c1.53.126 3.097-.03 4.578-.447l3.785 3.801ZM58.04 71c-2.516 0-4.994-.739-7.104-2.13a13.061 13.061 0 0 1-5.246-6.932 13.076 13.076 0 0 1-.126-7.467l-4.365-4.385a1.954 1.954 0 0 1 0-2.752 1.933 1.933 0 0 1 2.739 0l5.217 5.231c.542.545.716 1.371.436 2.09a9.182 9.182 0 0 0-.204 6.107 9.123 9.123 0 0 0 3.679 4.861 9.053 9.053 0 0 0 5.904 1.44 9.08 9.08 0 0 0 5.488-2.626 9.153 9.153 0 0 0 2.614-5.513c.213-2.08-.3-4.18-1.433-5.93a9.055 9.055 0 0 0-10.918-3.491 1.91 1.91 0 0 1-2.072-.438l-7.375-7.409a1.954 1.954 0 0 1 0-2.751 1.933 1.933 0 0 1 2.739 0l6.534 6.563a12.99 12.99 0 0 1 7.433.126 13.015 13.015 0 0 1 6.902 5.27 13.128 13.128 0 0 1 2.052 8.459 13.042 13.042 0 0 1-3.727 7.866A12.936 12.936 0 0 1 58.06 71h-.02Z"/> <path class="path-fill fill-path" d="M60.286 58.069a2.425 2.425 0 0 1-2.42 2.43 2.425 2.425 0 0 1-2.42-2.43 2.425 2.425 0 0 1 2.42-2.431 2.425 2.425 0 0 1 2.42 2.43Z"/> </g> </svg> <span>Tools & Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/code-exchange" target="_self" data-uuid="82f92ed1-c941-3e67-8f96-daa4bbbfa252"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>CodeExchange</strong> </span> <p class="navigation-dropdown-link-description"> Usable code samples for faster builds </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/changelog" target="_self" data-uuid="d406aef4-2fe8-3406-a0b4-d5e7d530f428"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Changelog</strong> </span> <p class="navigation-dropdown-link-description"> See updates and additions to Twilio products </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://status.twilio.com" target="_self" data-uuid="511e46da-8d07-3439-a9c2-60b8e1ff1392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>API Status</strong> </span> <p class="navigation-dropdown-link-description"> Check real-time monitoring of APIs and all services </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/products/beta" target="_self" data-uuid="48e907ba-efae-30e7-bdcd-8beec988feab"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Beta Products and Features</strong> </span> <p class="navigation-dropdown-link-description"> Explore new launches and request access to early releases </p> </div> </a> </li> </ul> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-3" data-nav-id="3" class="navigation-link" id="navigation-link-3"> Why Twilio </button> <div data-nav-id="3" aria-labelledby="navigation-link-3" id="navigation-dropdown-3" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Company</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/why-twilio" target="_self" data-uuid="9a787b06-a28b-3280-9f6b-deea01bbc545"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Why Twilio</strong> </span> <p class="navigation-dropdown-link-description"> The trusted platform for data-driven customer engagement across any channel. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company" target="_self" data-uuid="a849a5d8-ff83-3d17-af32-7b9edfd56499"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>About Us</strong> </span> <p class="navigation-dropdown-link-description"> Twilio company page </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/values" target="_self" data-uuid="790c50bd-02f7-3684-9a34-dccc637c0787"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Magic</strong> </span> <p class="navigation-dropdown-link-description"> Twilio core values </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/diversity" target="_self" data-uuid="1bbd6dce-661a-3c54-81a1-d78659cb5b2c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Diversity</strong> </span> <p class="navigation-dropdown-link-description"> Twilio Together </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://investors.twilio.com" target="_self" data-uuid="f9b5d6ef-c537-36ee-afb7-46999b3632f1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Investor Relations</strong> </span> <p class="navigation-dropdown-link-description"> Information for Twilio investors </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/press" target="_self" data-uuid="1b2fd53c-a7a5-32e0-8ad2-931a7dc28267"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Press & Media</strong> </span> <p class="navigation-dropdown-link-description"> Latest announcements and launches </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Our Platform</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/customer-engagement-platform" target="_self" data-uuid="2b371b66-c4de-36b6-96d3-3496bba1c99a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Engagement Platform</strong> </span> <p class="navigation-dropdown-link-description"> Build durable customer relationships with personalized, data-driven engagement </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/cpaas" target="_self" data-uuid="57942c20-35e2-348b-ae14-03e10e3fd1f8">Communication</a> <a href="/en-us/customer-data-platform" target="_self" data-uuid="2ffd8303-febf-374d-b9cd-21f8efc6cfbc">Customer Data</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/trust-center" target="_self" data-uuid="8f381764-d1ce-3b8a-8474-a51f92736382"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Trust Center</strong> </span> <p class="navigation-dropdown-link-description"> Twilio’s security, data privacy, regulatory compliance, and resiliency policies. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/super-network" target="_blank" data-uuid="9689eb37-400d-3cf8-8476-5b380363d2f6"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Super Network</strong> </span> <p class="navigation-dropdown-link-description"> Simplify, strengthen and unite carrier communication networks using software. </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <span>Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/resource-center" target="_self" data-uuid="cacae192-dd0a-37a1-83f9-3062a802ce39"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Resource Center</strong> </span> <p class="navigation-dropdown-link-description"> Browse our content library for more resources on how you can create lasting customer relationships </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://customers.twilio.com/en-us" target="_self" data-uuid="70f2a22e-4399-3d83-9677-76decb0dc8d9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Stories</strong> </span> <p class="navigation-dropdown-link-description"> See what customers are building with Twilio </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog" target="_self" data-uuid="d72bede0-4aad-3cb7-8892-91ed84e6b26f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Blog</strong> </span> <p class="navigation-dropdown-link-description"> Explore the latest product updates, technical tutorials, and best practices </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/state-of-customer-engagement" target="_self" data-uuid="1084fc5e-4007-379e-9cff-44bd42fcc506"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>State of Customer Engagement</strong> </span> <p class="navigation-dropdown-link-description"> See the top trends shaping customer engagement in our annual report </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/events" target="_self" data-uuid="a6a76a7a-4d32-3482-bbd1-2ff679aad5f0"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Events</strong> </span> <p class="navigation-dropdown-link-description"> Join upcoming group events </p> </div> </a> </li> </ul> </div> </div> </li> <li> <button aria-expanded="false" aria-controls="navigation-dropdown-4" data-nav-id="4" class="navigation-link" id="navigation-link-4"> Pricing </button> <div data-nav-id="4" aria-labelledby="navigation-link-4" id="navigation-dropdown-4" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/pricing/messaging" target="_self" data-uuid="96d65f20-32f4-3713-96fe-2cf821d8583f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messagingx"> <g class="path-fill"> <path d="M14.232 46.958c-.53 0-1.083-.127-1.592-.36a3.69 3.69 0 0 1-2.145-3.356V36H7.309A5.311 5.311 0 0 1 2 30.691V11.578c0-2.93 2.379-5.31 5.31-5.31h31.854c2.931 0 5.31 2.38 5.31 5.31v10.894a2.13 2.13 0 0 1-2.124 2.124 2.13 2.13 0 0 1-2.124-2.124V11.578c0-.595-.467-1.062-1.062-1.062H7.33c-.594 0-1.061.467-1.061 1.062V30.69c0 .595.467 1.062 1.061 1.062h5.31a2.13 2.13 0 0 1 2.123 2.123v8.22l9.26-7.731a2.126 2.126 0 1 1 2.718 3.27l-10.13 8.453c-.68.573-1.53.87-2.379.87Z"/> <path d="M59.891 65.732a3.743 3.743 0 0 1-2.081-.637l-9.918-7.858h-2.59c-8.644 0-15.673-6.668-15.673-14.866 0-8.197 7.03-14.866 15.672-14.866h9.026C62.971 27.505 70 34.174 70 42.371c0 4.417-2.421 8.814-6.371 11.744v7.922c0 1.38-.765 2.633-1.975 3.27a3.638 3.638 0 0 1-1.742.425h-.02ZM48.636 52.99c.488 0 .934.17 1.316.467l9.408 7.454V52.99c0-.722.361-1.402.977-1.784 3.313-2.124 5.394-5.5 5.394-8.835 0-5.861-5.118-10.618-11.425-10.618H45.28c-6.286 0-11.425 4.757-11.425 10.618 0 5.862 5.118 10.619 11.425 10.619h3.356Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/sms/pricing/us" target="_self" data-uuid="cd19858a-b596-31db-9a4a-dc77079ca25d">SMS</a> <a href="/en-us/whatsapp/pricing" target="_self" data-uuid="33e93917-7fa5-30a6-8a19-d4217e896bfc">Whatsapp</a> <a href="/en-us/messaging/pricing/conversations-api" target="_self" data-uuid="fb1d6fd9-94bd-300a-bfe1-81d2b8e9fe94">Conversations</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_blank" data-uuid="a329ca03-44e4-36a3-b1d5-690c9338daf9"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice/pricing/us" target="_self" data-uuid="c4056d19-2a2f-3b73-a207-d78e69f85132"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Programmable Voice logo</title> <g class="twilio_programmable-voice"> <path d="M54.384 67.979a5.27 5.27 0 0 1-2.669-.734 138.575 138.575 0 0 1-15.78-10.953c-4.056-3.337-7.271-6.211-10.087-9.023-2.816-2.811-5.926-6.252-9.456-10.491-2.857-3.525-7.354-9.694-10.695-15.506a5.265 5.265 0 0 1 .84-6.337l8.447-8.456c1.997-1.972 5.443-1.972 7.439 0l10.212 10.198a5.217 5.217 0 0 1 1.534 3.714 5.217 5.217 0 0 1-1.534 3.714l-2.794 2.79c2.857 3.588 5.337 6.379 7.774 8.813 2.816 2.812 5.569 5.288 8.405 7.554l2.795-2.791c2.038-2.035 5.38-2.056 7.439 0l10.212 10.218A5.217 5.217 0 0 1 68 54.403a5.217 5.217 0 0 1-1.534 3.714l-8.342 8.33A5.27 5.27 0 0 1 54.384 68v-.021ZM18.683 9.165a.986.986 0 0 0-.736.315L9.5 17.894c-.336.336-.4.86-.168 1.28 3.215 5.602 7.564 11.54 10.296 14.94 3.425 4.112 6.43 7.448 9.183 10.176 2.732 2.727 5.82 5.497 9.77 8.729a134.385 134.385 0 0 0 15.277 10.617c.4.23.946.167 1.282-.168l8.342-8.33c.273-.273.315-.588.315-.735a1.02 1.02 0 0 0-.315-.734L53.27 43.45a1.08 1.08 0 0 0-1.492 0l-4.14 4.133a2.095 2.095 0 0 1-2.794.147l-1.471-1.175a102.691 102.691 0 0 1-8.741-7.869c-2.543-2.538-5.128-5.455-8.09-9.148l-1.177-1.469a2.087 2.087 0 0 1 .147-2.79l4.118-4.134a1.05 1.05 0 0 0 .316-.734 1.02 1.02 0 0 0-.316-.735L19.44 9.46a1.056 1.056 0 0 0-.736-.315h-.021v.021Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice/conference/pricing" target="_self" data-uuid="bdf5bad8-839c-3cc2-befc-caefedbefa87">Conferencing</a> <a href="/en-us/sip-trunking/pricing/us" target="_self" data-uuid="a36943fb-5aa4-39dc-961b-51e70e40efb0">SIP trunking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/verify/pricing" target="_self" data-uuid="5c910363-d68b-3e0a-875a-7b333197fadb"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/pricing/lookup" target="_self" data-uuid="764f3144-e164-3216-a6ac-db00e0e38fc0"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless/pricing" target="_self" data-uuid="2aba174c-e04e-35fb-9be8-8df21e8f3bcc"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video/pricing" target="_self" data-uuid="7bd70d75-cf69-30ce-9ae5-ea9730e53641"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex/pricing" target="_self" data-uuid="454d3fdf-99a1-35d7-ac19-b3c0e80a9372"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/pricing/" target="_blank" data-uuid="6f4a34e1-7640-361d-a7ce-70ee86701cb6"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_self" data-uuid="b30a861c-7875-3e06-81b4-e6e9991f918f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/pricing" target="_blank" class="button button-secondary">See all pricing</a> </div> </div> </div> </li> </ul> <div class="navigation-right"> <div class="navigation-search-container"> <button type="button" class="navigation-search-button" aria-expanded="false" aria-label="Search"> <svg viewBox="0 0 40 40"> <path d="M26.804 29.01c-2.832 2.34-6.465 3.746-10.426 3.746C7.333 32.756 0 25.424 0 16.378 0 7.333 7.333 0 16.378 0c9.046 0 16.378 7.333 16.378 16.378 0 3.96-1.406 7.594-3.746 10.426l10.534 10.534c.607.607.61 1.59-.004 2.202-.61.61-1.597.61-2.202.004L26.804 29.01zm-10.426.627c7.323 0 13.26-5.936 13.26-13.26 0-7.32-5.937-13.257-13.26-13.257C9.056 3.12 3.12 9.056 3.12 16.378c0 7.323 5.936 13.26 13.258 13.26z"></path> </svg> </button> <div class="navigation-search-viewport" aria-hidden="true" data-results-url="/content/twilio-com/global/en-us/search-results.html" data-empty-text="No results"> <div data-search-app-id="ZSUJLF71OK" data-search-api-key="2b15157d51ab026b3a4b8ced539381a4" data-search-index-id="twiliocom_aem_prod_en-us" class="algolia-search" id="search-box"> </div> <div class="navigation-search-dropdown shadow-card" aria-hidden="true"> <div class="algolia-search-hits" id="search-hits"></div> <div class="algolia-search-policy"> <p>Data is collected based on search terms. <a href="/en-us/legal/privacy" target="_self" rel="noopener noreferrer">Privacy Policy</a></p> </div> </div> </div> </div> <ul class="navigation-buttons" role="list"> <li class="button-container small"> <a href="/en-us/help/sales" data-uuid="dc9a3d55-9388-32e0-822e-733230ff3c95" class="button button-secondary navigation-button-sales">Contact sales</a> </li> <li class="button-container small"> <a href="https://www.twilio.com/try-twilio" data-uuid="90f0df6f-7d99-3ce7-af48-a59c3e97c5da" class="button button-primary">Start for free</a> </li> <li class="button-container small"> <button class="button button-secondary open-mobile-menu navigation-menu">Menu</button> </li> </ul> </div> <button class="navigation-mobile-close hide-lg-up" aria-label="Close Menu"></button> </div> <div class="navigation-mobile-menu"> <div class="navigation-accordion" data-results-url="/content/twilio-com/global/en-us/search-results.html"> <div class="navigation-search-container"> <div data-search-app-id="ZSUJLF71OK" data-search-api-key="2b15157d51ab026b3a4b8ced539381a4" data-search-index-id="twiliocom_aem_prod_en-us" class="algolia-search" id="search-box-mobile"> </div> <div class="navigation-search-dropdown shadow-card" aria-hidden="true"> <div class="algolia-search-hits" id="search-hits-mobile"></div> <div class="algolia-search-policy"> <p>Data is collected based on search terms. <a href="/en-us/legal/privacy" target="_self" rel="noopener noreferrer">Privacy Policy</a></p> </div> </div> </div> <ul class="navigation-accordion-items" role="list"> <li class="navigation-accordion-item"> <button data-nav-id="0" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content0" id="navigation-accordion-button0"> <span>Products</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content0" aria-labelledby="navigation-accordion-button0"> <div data-nav-id="0" aria-labelledby="navigation-link-0" id="navigation-dropdown-0" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/messaging" target="_self" data-uuid="c65ba57f-0180-378b-a5a5-4f81c8d14373"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messaging"> <path d="M18.511 66.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 48.187V16.314A5.314 5.314 0 0 1 7.313 11h57.374A5.314 5.314 0 0 1 70 16.313v31.875a5.314 5.314 0 0 1-5.313 5.312H34.683L20.955 65.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 15.25c-.595 0-1.063.467-1.063 1.063v31.875c0 .594.468 1.062 1.063 1.062h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 49.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V16.313c0-.595-.468-1.063-1.063-1.063H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> <p class="navigation-dropdown-link-description"> Send and receive multichannel text and media messages in 180+ countries </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/messaging/channels/sms" target="_self" data-uuid="f2c3345d-3fa1-33d2-ac50-e682e778a0d8">SMS</a> <a href="/en-us/messaging/channels/whatsapp" target="_self" data-uuid="afe9c931-96ed-3c7a-895b-671a04507508">WhatsApp</a> <a href="/en-us/messaging/conversations-api" target="_self" data-uuid="4dc05265-7e3a-37f8-85bb-5f6587fdc22f">Conversations</a> <a href="/en-us/messaging/channels/rcs" target="_self" data-uuid="9e18930c-b023-39e8-b333-75606e8d9231">RCS</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice" target="_self" data-uuid="fbdaf169-d9be-33ff-9a3b-edc7ad68de86"> <svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M25.6264 34.6385L25.659 34.5419L35.4121 7.04017C36.622 3.6285 41.698 4.49252 41.698 8.11013L41.6978 29.4478L44.4808 29.4481C46.6711 29.4481 48.218 31.5627 47.5692 33.6229L47.5372 33.7194L36.7466 64.6588C35.5514 68.0857 30.4551 67.2318 30.4551 63.6046L30.4548 38.8287L28.7099 38.8289C26.5126 38.8289 24.965 36.7018 25.6264 34.6385ZM38.4629 32.6652V8.11013L28.7099 35.6118H33.6902V63.6046L44.4808 32.6652H38.4629ZM16.7287 15.2802C16.693 14.4288 15.9908 13.7464 15.1246 13.74C14.2313 13.7334 13.5018 14.4483 13.4951 15.3366L13.1918 56.0007L13.1932 56.081C13.2289 56.9324 13.9311 57.6147 14.7973 57.6212C15.6906 57.6277 16.4202 56.9129 16.4268 56.0246L16.7301 15.3605L16.7287 15.2802ZM1.61752 23.7446C2.48379 23.7446 3.191 24.4218 3.23307 25.2729L3.23505 25.3531V47.9701C3.23505 48.8585 2.51086 49.5787 1.61752 49.5787C0.75126 49.5787 0.0440456 48.9015 0.00197953 48.0504L0 47.9701V25.3531C0 24.4648 0.72419 23.7446 1.61752 23.7446ZM70.3825 23.7446C71.2487 23.7446 71.9559 24.4218 71.998 25.2729L72 25.3531V47.9701C72 48.8585 71.2758 49.5787 70.3825 49.5787C69.5162 49.5787 68.809 48.9015 68.7669 48.0504L68.7649 47.9701V25.3531C68.7649 24.4648 69.4891 23.7446 70.3825 23.7446ZM58.0305 13.74C58.8967 13.7465 59.5989 14.4288 59.6346 15.2802L59.636 15.3605L59.3327 56.0246C59.3261 56.9129 58.5965 57.6277 57.7032 57.6212C56.837 57.6148 56.1348 56.9324 56.0991 56.081L56.0977 56.0007L56.401 15.3366C56.4076 14.4483 57.1372 13.7335 58.0305 13.74Z" fill="#121C2D"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> <p class="navigation-dropdown-link-description"> Make, receive, and monitor calls around the world </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice" target="_self" data-uuid="85a51b0c-4d53-387b-a7ae-907acf893d72">PSTN</a> <a href="/en-us/sip-trunking" target="_self" data-uuid="9bc860ef-c600-35c7-8472-aba61c48de31">SIP Trunking</a> <a href="/en-us/voice-sdk" target="_self" data-uuid="eaa2af1d-a6c5-313d-ba19-d1c7ab1ee858">SDK</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/verify" target="_self" data-uuid="09ea660c-4bb0-3472-9b1c-62d7726f31f7"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> <p class="navigation-dropdown-link-description"> Globally-managed multichannel 2FA and passwordless authentication </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/lookup" target="_self" data-uuid="9ddfe08b-e121-3904-99a3-e29de8ba0d43"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> <p class="navigation-dropdown-link-description"> Know your customer and assess identity risk with real-time phone intelligence </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/email-api" target="_self" data-uuid="ae4a1f31-bb99-3afc-a76e-3d73bfd77527"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> <p class="navigation-dropdown-link-description"> Deliver email messages reliably at scale with SendGrid </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless" target="_self" data-uuid="ac64ad4a-b6e1-3b67-bc3f-9c582536609c"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Task Router logo</title> <g class="twilio_task-router"> <path d="M57.25 27.75 70 21.375 57.25 15v12.75ZM53 51.125A2.131 2.131 0 0 0 50.875 49H48.75c-6.8 0-10.625-5.95-14.45-12.75 3.825-6.8 7.65-12.75 14.45-12.75h2.125A2.131 2.131 0 0 0 53 21.375a2.131 2.131 0 0 0-2.125-2.125H48.75c-8.288 0-13.175 6.163-17 12.75-3.825-6.587-8.712-12.75-17-12.75H4.125A2.131 2.131 0 0 0 2 21.375 2.13 2.13 0 0 0 4.125 23.5H14.75c6.8 0 10.625 5.95 14.45 12.75C25.375 43.05 21.55 49 14.75 49H4.125A2.131 2.131 0 0 0 2 51.125a2.13 2.13 0 0 0 2.125 2.125H14.75c8.288 0 13.175-6.163 17-12.75 3.825 6.587 8.712 12.75 17 12.75h2.125A2.131 2.131 0 0 0 53 51.125Zm4.25 6.375L70 51.125 57.25 44.75V57.5Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> <p class="navigation-dropdown-link-description"> Build, deploy, and run apps with Twilio’s serverless environment and visual builder </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/phone-numbers" target="_self" data-uuid="bc7654e5-0721-3c82-91e0-a3cbe7e25011"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Phone Numbers logo</title> <g class="twilio_phone-numbers"> <g class="path-fill"> <path d="M61.233 22.531H50.402L52.923 4.64a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L45.726 22.53h-13.84l2.522-17.89a2.304 2.304 0 0 0-1.967-2.615c-1.296-.186-2.43.694-2.615 1.967L27.21 22.53H12.63a2.321 2.321 0 0 0-2.314 2.315 2.321 2.321 0 0 0 2.314 2.314h13.933L24.295 43.36h-13.98A2.321 2.321 0 0 0 8 45.676a2.321 2.321 0 0 0 2.315 2.314h13.308l-2.685 19.05a2.304 2.304 0 0 0 1.967 2.615h.324c1.134 0 2.13-.833 2.292-1.99l2.777-19.697h30.62a2.321 2.321 0 0 0 2.315-2.314 2.321 2.321 0 0 0-2.314-2.315H47.462l2.268-16.201h11.48a2.321 2.321 0 0 0 2.315-2.315 2.321 2.321 0 0 0-2.315-2.314l.023.023Zm-18.446 20.83h-13.84l2.267-16.201h13.841l-2.268 16.201Z"/> <path d="M41.77 69.977h-.325a2.304 2.304 0 0 1-1.967-2.615l1.852-13.17c.185-1.273 1.32-2.153 2.615-1.967a2.304 2.304 0 0 1 1.968 2.615L44.06 68.01A2.315 2.315 0 0 1 41.77 70v-.023Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Phone Numbers</strong> </span> <p class="navigation-dropdown-link-description"> Access local, national, and toll-free phone numbers </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/phone-numbers/toll-free" target="_self" data-uuid="bcdfd127-e417-3f55-8d47-8c519354096c">Toll-Free</a> <a href="/en-us/phone-numbers/a2p-10dlc" target="_self" data-uuid="a4625ef8-f987-3ceb-b706-0e20b72ec175">10DLC</a> <a href="/en-us/messaging/channels/sms/short-codes" target="_self" data-uuid="6a6c6b4f-bd9b-3032-89e9-f8878c6c6bca">Short Codes</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video" target="_self" data-uuid="18154e03-2a6c-3e04-9d6a-fe839e1d0d88"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> <p class="navigation-dropdown-link-description"> Connect virtually with secure, high-quality video calling at global scale </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex" target="_self" data-uuid="01b27b9e-4068-385b-bad2-abbdac206df3"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> <p class="navigation-dropdown-link-description"> Digital engagement center for customer service and sales </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="5c2d9c5a-08e1-39ea-b937-91b213ac174b">Contact center</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/engage" target="_self" data-uuid="8523f978-5f68-3011-aad2-8e0c25c78e27"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Engage</strong> </span> <p class="navigation-dropdown-link-description"> Create multi-channel campaigns with a unified data-first platform </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/sendgrid/marketing-campaigns" target="_self" data-uuid="b4a7bbcb-e911-309b-99a4-553796478f8a"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns </strong> </span> <p class="navigation-dropdown-link-description"> Create and manage email marketing campaigns with SendGrid </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section has-border"> <h5 class="navigation-dropdown-title"> <span>Customer Data</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/" target="_blank" data-uuid="9a6fde8b-0d94-3c2e-8437-c8659a43ba63"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Segment logo</title> <g class="segment"> <path d="M65.64 23.242H31.876a2.254 2.254 0 0 0-2.254 2.254v3.998a2.254 2.254 0 0 0 2.254 2.253H65.64a2.254 2.254 0 0 0 2.254-2.253v-3.998a2.254 2.254 0 0 0-2.254-2.254ZM40.125 40.253H6.359a2.254 2.254 0 0 0-2.254 2.254v3.997a2.254 2.254 0 0 0 2.254 2.254h33.766a2.254 2.254 0 0 0 2.254-2.254v-3.997a2.254 2.254 0 0 0-2.254-2.254ZM16.863 63.642a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505Zm38.274-46.779a4.253 4.253 0 1 0 0-8.505 4.253 4.253 0 0 0 0 8.505ZM36 61.516c-2.382 0-4.7-.34-6.89-.978-1.041-.298-2.147.298-2.53 1.318l-1.446 3.998a2.137 2.137 0 0 0 1.425 2.785A33.775 33.775 0 0 0 35.999 70c13.886 0 25.772-8.335 31.066-20.243.51-1.148-.02-2.487-1.212-2.913l-3.997-1.467c-1.02-.383-2.19.085-2.637 1.063C55.222 55.286 46.313 61.473 36 61.473v.043Zm0-51.032c2.381 0 4.7.34 6.89.978 1.041.298 2.147-.297 2.53-1.318l1.445-3.998a2.137 2.137 0 0 0-1.424-2.785A33.776 33.776 0 0 0 36 2c-13.885-.021-25.771 8.314-31.066 20.221-.51 1.149.022 2.488 1.212 2.913l3.998 1.468c1.02.382 2.19-.085 2.636-1.064C16.778 16.694 25.687 10.505 36 10.505v-.02Z" class="path-fill fill-path"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify your customer data with Segment CDP to power personalized engagement </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/connections" target="_blank" data-uuid="80c6422a-7ea3-39a4-9952-06c6846c86e0"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 6.85714C2 4.17462 4.17462 2 6.85714 2H65.1429C67.8255 2 70 4.17462 70 6.85714V14.1429C70 16.8254 67.8255 19 65.1429 19H38.0242C35.3416 19 33.1671 21.1746 33.1671 23.8571V42.476C33.1671 45.1586 30.9923 47.3331 28.3097 47.3331H6.85714C4.17462 47.3331 2 45.1586 2 42.476V6.85714ZM38.8329 29.5242C38.8329 26.8416 41.0077 24.667 43.6903 24.667H65.1429C67.8255 24.667 70 26.8416 70 29.5242V65.1431C70 67.8254 67.8255 70.0002 65.1429 70.0002H6.85714C4.17462 70.0002 2 67.8254 2 65.1431V57.8573C2 55.1747 4.17462 53.0002 6.85714 53.0002H33.9758C36.6584 53.0002 38.8329 50.8254 38.8329 48.1431V29.5242Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Connections ↗</strong> </span> <p class="navigation-dropdown-link-description"> Integrate web and mobile app data with a single API </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/reverse-etl" target="_blank" data-uuid="dd5d0700-bf87-33e5-aba1-83472ef7ffb7">Reverse ETL</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/protocols" target="_blank" data-uuid="04efcd9f-8d7b-3df3-b1f4-b48e000751cc"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Cloud with an upload download symbol</title> <g class="networks_cloud-upload-download"> <path fill-rule="evenodd" d="M24.799 2.006A23.31 23.31 0 0 1 47.572 18.39a15.85 15.85 0 0 1 21.016 7.886 15.857 15.857 0 0 1-10.59 21.922 2 2 0 1 1-.971-3.88 11.852 11.852 0 0 0 8.972-11.354 11.857 11.857 0 0 0-13.828-11.836 11.85 11.85 0 0 0-4.767 1.94 2 2 0 0 1-3.105-1.28A19.318 19.318 0 0 0 33.672 7.904 19.309 19.309 0 0 0 6.188 22.628a19.32 19.32 0 0 0 5.667 16.542 2 2 0 1 1-2.787 2.87 23.317 23.317 0 0 1 15.73-40.034Zm.55 34.152a2 2 0 0 1 1.414.586l8.525 8.526a2 2 0 1 1-2.829 2.828l-5.11-5.111V68a2 2 0 1 1-4 0V42.987l-5.11 5.111a2 2 0 1 1-2.83-2.828l8.525-8.526a2 2 0 0 1 1.415-.586Zm21.312 0a2 2 0 0 1 2 2V63.17l5.11-5.111a2 2 0 1 1 2.829 2.828l-8.525 8.526a2 2 0 0 1-2.829 0l-8.525-8.526a2 2 0 1 1 2.83-2.828l5.11 5.11v-25.01a2 2 0 0 1 2-2Z" class="path-fill" clip-rule="evenodd"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Protocols ↗</strong> </span> <p class="navigation-dropdown-link-description"> Protect the integrity of your data </p> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/unify" target="_blank" data-uuid="51b743b4-fbc4-3f37-bc58-92bb4d9cee95"> <svg width="72" height="72" viewBox="0 0 72 72" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M15.6794 21.5625C15.6794 12.1391 23.3118 4.5 32.7269 4.5C33.4512 4.5 34.0382 5.08763 34.0382 5.8125V37.3126C34.0382 38.0375 33.4512 38.6249 32.7269 38.6249C23.3118 38.6249 15.6794 30.9858 15.6794 21.5625ZM39.2835 28.125C42.9048 28.125 45.8404 25.1868 45.8404 21.5625C45.8404 17.9381 42.9048 15 39.2835 15C39.0932 15.0013 38.9032 15.0144 38.7144 15.0394C38.527 15.0644 38.338 15.0071 38.1958 14.8824C38.0536 14.7577 37.9722 14.5776 37.9722 14.3884V5.8125C37.9722 5.08763 38.5594 4.5 39.2835 4.5C40.236 4.50822 41.1861 4.59603 42.124 4.7625C42.7565 4.86378 43.2234 5.40763 43.2281 6.04875V8.60813C43.2287 8.8851 43.4029 9.13194 43.6635 9.225C44.0922 9.37699 44.5125 9.55225 44.9224 9.75001C45.1741 9.86329 45.4699 9.80661 45.662 9.60826L47.4665 7.80488C47.9198 7.3517 48.6341 7.29287 49.1554 7.66575C50.7093 8.77081 52.0667 10.1293 53.1708 11.6846C53.5427 12.207 53.4827 12.922 53.0292 13.3751L51.2273 15.1785C51.031 15.3759 50.9805 15.6758 51.1014 15.9266C51.2956 16.3387 51.4712 16.7614 51.626 17.1892C51.719 17.4501 51.9656 17.6245 52.2423 17.625H54.7836C55.4238 17.6251 55.9703 18.0878 56.0767 18.7196C56.416 20.5997 56.416 22.5253 56.0767 24.4054C55.9703 25.0372 55.4238 25.4999 54.7836 25.5001H52.2423C51.9615 25.4951 51.7091 25.6708 51.6155 25.9357C51.4633 26.3628 51.2885 26.7827 51.091 27.1957C50.9701 27.4466 51.0206 27.7464 51.2169 27.9439L53.0239 29.7419C53.476 30.1947 53.5358 30.908 53.1655 31.4299C52.0614 32.9858 50.7042 34.3453 49.1501 35.4513C48.6282 35.8236 47.9139 35.7636 47.4611 35.3096L45.6567 33.5062C45.4595 33.3097 45.1599 33.2593 44.9092 33.3802C44.499 33.5769 44.0789 33.7521 43.6503 33.9053C43.3888 33.9986 43.2145 34.2468 43.2151 34.5248V37.0684C43.2149 37.7091 42.7526 38.2562 42.1214 38.3625C41.1835 38.5289 40.2334 38.6167 39.281 38.6249C38.5567 38.6249 37.9696 38.0375 37.9696 37.3126V28.6316C37.9694 28.4644 38.042 28.3051 38.1684 28.1959C38.2947 28.0864 38.4627 28.0376 38.6279 28.062C38.8448 28.0976 39.0639 28.1187 39.2835 28.125ZM32.7269 39.9375C18.2488 39.9534 6.5159 51.6966 6.5 66.1874C6.5 66.9123 7.08711 67.5 7.81134 67.5H32.7269C33.4512 67.5 34.0382 66.9123 34.0382 66.1874V41.2501C34.0382 40.5252 33.4512 39.9375 32.7269 39.9375ZM63.8582 60.9376C64.5029 60.9429 65.0506 61.4112 65.1564 62.0479C65.3806 63.4306 65.4955 64.8288 65.5 66.2296C65.4746 66.936 64.8949 67.4953 64.1886 67.4947H51.5998C51.2688 67.4917 50.9949 67.2368 50.9677 66.9068C50.3065 60.3387 45.1167 55.1445 38.5545 54.4826C38.2247 54.4555 37.97 54.1812 37.9671 53.8501V41.2501C37.9667 40.5392 38.5317 39.9574 39.2417 39.9375C41.1171 39.9371 42.9872 40.1367 44.8201 40.5334C45.4152 40.6716 45.8363 41.2028 45.8351 41.8143V45.7754C45.8349 46.0542 46.0105 46.3025 46.2731 46.395C47.2649 46.746 48.2293 47.1707 49.158 47.6654C49.4123 47.8017 49.7258 47.7546 49.9291 47.5501L52.6435 44.8619C53.0874 44.418 53.7834 44.3508 54.3038 44.7019C57.3678 46.8439 59.9373 49.6188 61.8387 52.8393C62.1303 53.352 62.0446 53.9961 61.629 54.4143L58.7439 57.3019C58.5531 57.4905 58.4969 57.7769 58.6023 58.0238C58.9423 58.8176 59.2322 59.6321 59.4704 60.4623C59.552 60.7438 59.8097 60.9374 60.1025 60.9376H63.8582Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Unify ↗</strong> </span> <p class="navigation-dropdown-link-description"> Unify customer data across every channel </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="https://segment.com/product/profiles-sync/" target="_blank" data-uuid="df9276fe-890c-3edc-a15e-2191450e6a5f">Profiles Sync</a> <a href="/en-us/unified-profiles" target="_self" data-uuid="c1af3db4-90d3-3007-8506-a5774d90bab3">Unified Profiles</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/product/twilio-engage/journeys" target="_blank" data-uuid="52a31c29-b4ce-3b9c-81ff-a3d8ceb9630a"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Journeys ↗</strong> </span> <p class="navigation-dropdown-link-description"> Orchestrate multichannel customer journeys </p> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/products" target="_self" class="button button-secondary">See all products</a> </div> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="1" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content1" id="navigation-accordion-button1"> <span>Solutions</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content1" aria-labelledby="navigation-accordion-button1"> <div data-nav-id="1" aria-labelledby="navigation-link-1" id="navigation-dropdown-1" class="navigation-dropdown four-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Use Cases</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/user-verification-identity" target="_self" data-uuid="8a61b858-319b-3379-abd3-566a6abdcb14"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verification & identity</strong> </span> <p class="navigation-dropdown-link-description"> Add user verification to protect against fraud. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/fraud-prevention" target="_self" data-uuid="407b7bc2-53a5-3e33-9734-e199ad34fdd6">Fraud prevention</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/alerts-and-notifications" target="_self" data-uuid="80bd65b4-774c-34de-b134-036c4413b9c7"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Alerts & notifications</strong> </span> <p class="navigation-dropdown-link-description"> Deliver notifications across text, email, voice. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/use-cases/appointment-reminders" target="_self" data-uuid="78e8fd81-c6d5-367a-813c-71bed7f19bdd">Appointment reminders</a> <a href="/en-us/use-cases/lead-alerts" target="_self" data-uuid="8f4e1e8a-42be-3fba-9020-8fa3379fbefa">Lead alerts</a> <a href="/en-us/use-cases/mass-texting" target="_self" data-uuid="183e2e30-f42a-327a-96fa-b5b6361f460e">Mass texting</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/marketing-and-promotions" target="_self" data-uuid="d6bfc75d-ccaa-3499-b691-87560532b852"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing & promotions</strong> </span> <p class="navigation-dropdown-link-description"> Create multichannel marketing campaigns. </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/solutions/text-marketing" target="_self" data-uuid="20e53019-744c-3125-853c-5c23c67fad10">SMS marketing</a> <a href="/en-us/use-cases/automated-customer-surveys" target="_self" data-uuid="b19035be-c429-37ee-9444-7459d9f739f3">Customer surveys</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/flex/use-cases/contact-center" target="_self" data-uuid="8164b46f-cfc8-3810-a421-ffb97109f50c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Contact Center</strong> </span> <p class="navigation-dropdown-link-description"> Provide personalized, data-driven service. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/use-cases/ivr" target="_self" data-uuid="51363291-2576-349e-a9d0-424155eda446"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>IVR & self-service</strong> </span> <p class="navigation-dropdown-link-description"> Set up a modern IVR with AI-enabled support. </p> </div> </a> <div class="navigation-dropdown-shortcut-links multiline"> <a href="/en-us/use-cases/call-tracking" target="_self" data-uuid="a708bb96-0908-3b37-a321-9aefff43b428">Call tracking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Teams</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/marketing" target="_self" data-uuid="13b41fbe-fd91-313f-84a9-66f96e8bea81"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Marketing</strong> </span> <p class="navigation-dropdown-link-description"> Keep customers engaged on any channel </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/product-and-engineering" target="_self" data-uuid="b00be778-d89d-3eb0-b749-8fdc42a670e1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Product & Engineering</strong> </span> <p class="navigation-dropdown-link-description"> Connect with target users reliably and securely </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/customer-experience" target="_self" data-uuid="0a87b1a4-059c-3755-9c39-40596a306f51"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Experience</strong> </span> <p class="navigation-dropdown-link-description"> Deliver personalized sales and support experiences at scale </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="17c80c23-dd41-30d2-af31-4cb01c9dbaf1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developers</strong> </span> <p class="navigation-dropdown-link-description"> Tutorials and docs to start building on Twilio </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Industries</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/financial-services" target="_self" data-uuid="7ae500c7-4ddc-331f-97c3-7466b653129b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Financial Services</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/healthcare" target="_self" data-uuid="4b84119b-4e11-3715-92d0-afb0ac35dc70"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Healthcare</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/hospitality" target="_self" data-uuid="fa74729a-8a7a-3830-a313-6b67c9d6a7a4"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Hospitality</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/public-sector" target="_self" data-uuid="52d2134e-9eaf-3f01-994f-d98a9fdbebc1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Public Sector</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/real-estate" target="_self" data-uuid="337d3dd2-b03c-3846-9f44-fcf9a88dc783"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Real Estate</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/solutions/retail" target="_self" data-uuid="4215e011-af2d-3e36-aaf1-cc991287c528"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Retail</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/solutions" target="_self" class="button button-secondary">See all solutions</a> </div> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>People shaking hands</title> <g class="users_handshake--circle"> <path fill-rule="evenodd" d="M11.96 60.04C18.38 66.46 26.92 70 36 70c9.08 0 17.62-3.54 24.04-9.96C66.46 53.62 70 45.08 70 36c0-9.08-3.54-17.62-9.96-24.04C53.62 5.54 45.08 2 36 2c-9.08 0-17.62 3.54-24.04 9.96C5.54 18.38 2 26.92 2 36c0 9.08 3.54 17.62 9.96 24.04Zm2.83-45.25C20.45 9.12 27.99 6 36 6c8.01 0 15.54 3.12 21.21 8.79a29.947 29.947 0 0 1 6 8.54h-4.55a5.397 5.397 0 0 0-1.415.134L44.75 18.54c-1-.37-2.05-.54-3.12-.47-1.06.06-2.09.34-3.01.82l-6.072 3.031a7.01 7.01 0 0 0-2.968-1.091c-1.19-.15-2.41.01-3.57.47l-8.637 3.684a5.337 5.337 0 0 0-.323-.314c-1.02-.92-2.33-1.38-3.71-1.33H8.791a30.13 30.13 0 0 1 5.999-8.55ZM7.266 27.34A30.046 30.046 0 0 0 6 36c0 2.98.432 5.893 1.265 8.67H13.5a1.241 1.241 0 0 0 1.31-1.12V28.46c-.03-.31-.17-.6-.41-.81-.25-.22-.56-.33-.9-.31H7.266ZM8.79 48.67h4.78l-.01.01c1.29 0 2.52-.46 3.49-1.33a5.3 5.3 0 0 0 .737-.81h2.743l8 6.11a4.308 4.308 0 0 0 3.12 1.3l-.02.01c1.01 0 1.98-.35 2.77-1l8.094-6.685 10.743-2.145a5.24 5.24 0 0 0 5.193 4.54h4.778a30.038 30.038 0 0 1-5.998 8.54C51.55 62.88 44.01 66 36 66c-8.01 0-15.54-3.13-21.21-8.79a29.947 29.947 0 0 1-6-8.54Zm55.944-4A30.086 30.086 0 0 0 66 36c0-2.98-.432-5.893-1.266-8.67H58.5c-.096 0-.191.008-.284.024-.155.087-.32.154-.493.197a1.27 1.27 0 0 0-.533.909v13.048c.014.133.013.265 0 .395v1.647a1.241 1.241 0 0 0 1.31 1.12h6.234ZM34.96 34h-.09c-.82-.01-1.62-.19-2.38-.53a6.33 6.33 0 0 1-1.99-1.41c-.57-.6-1-1.3-1.29-2.07a6.34 6.34 0 0 1 .249-5.121A3.12 3.12 0 0 0 27.54 25l-8.75 3.73v13.81h2.41c.44 0 .86.14 1.21.41l8.67 6.62c.1.08.2.17.29.27.06.07.15.11.24.12.1.01.18-.02.26-.08l8.204-6.776c.142-.163.31-.303.501-.414l3.415-2.82c.08-.06.13-.16.14-.26 0-.09-.01-.18-.06-.25l-5.665-6.29-1.135.48c-.75.31-1.53.46-2.32.46l.01-.01Zm12.867 7.134 5.373-1.072V28.26c.039-.67.202-1.314.478-1.905L43.31 22.27c-.44-.17-.94-.24-1.44-.21s-.99.16-1.44.4l-6.45 3.22c-.46.25-.85.69-1.05 1.23-.2.54-.2 1.13.01 1.66.11.3.27.54.47.76.2.21.44.38.71.5.26.11.53.17.8.18.27 0 .55-.05.81-.15l6.41-2.71c1.02-.43 2.19.04 2.62 1.06.43 1.02-.05 2.19-1.06 2.62l-1.397.59 4.807 5.34s.06.07.09.11c.7.91 1.02 2.04.89 3.18-.043.376-.131.74-.263 1.084Z" class="path-fill fill-path" clip-rule="evenodd"/> </g> </svg> <span>Partners</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners" target="_self" data-uuid="524095c8-b918-3482-890c-5f32b5dd5392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Find a partner</strong> </span> <p class="navigation-dropdown-link-description"> Work with a Twilio partner to buy or build the right solution </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/partners/become-a-partner" target="_self" data-uuid="e9e2abbd-08c9-3d71-a326-dea63713c4a5"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Partner with us</strong> </span> <p class="navigation-dropdown-link-description"> Join our Partner Program to build or sell Twilio solutions to your customers. </p> </div> </a> </li> </ul> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="2" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content2" id="navigation-accordion-button2"> <span>Developers</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content2" aria-labelledby="navigation-accordion-button2"> <div data-nav-id="2" aria-labelledby="navigation-link-2" id="navigation-dropdown-2" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section blue"> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>An Open book</title> <g class="documents_book--open"> <path d="M35.995 67.5h-.029c-.263 0-.515-.058-.748-.164a1.946 1.946 0 0 1-.642-.454h-.01c-.146-.165-7.349-7.363-30.173-7.673-.943-.029-1.79-.396-2.42-1.053A3.412 3.412 0 0 1 1 55.75V7.95c0-.918.36-1.788 1.011-2.435.32-.329.71-.58 1.137-.754A3.32 3.32 0 0 1 4.49 4.5c19.305.251 28.297 5.276 31.505 7.672 3.208-2.396 12.2-7.42 31.506-7.672.495 0 .923.077 1.35.26.419.175.808.426 1.138.755A3.418 3.418 0 0 1 71 7.95v47.82c0 .889-.34 1.739-.962 2.396a3.435 3.435 0 0 1-2.392 1.053c-22.737.31-29.979 7.43-30.202 7.653-.03.039-.069.068-.107.106a.979.979 0 0 1-.156.126 1.973 1.973 0 0 1-.437.251 1.768 1.768 0 0 1-.603.135h-.136l-.01.01Zm1.944-51.927v46.168c4.287-2.541 13.123-6.107 29.163-6.387V8.374c-19.228.33-27.19 5.605-29.163 7.2ZM4.89 55.354c16.039.27 24.875 3.836 29.162 6.377V15.573c-1.944-1.575-9.906-6.87-29.163-7.198v46.98Zm39.923-7.807a1.933 1.933 0 0 1-.622-3.768 65.327 65.327 0 0 1 15.932-3.16 1.949 1.949 0 0 1 2.08 1.787 1.939 1.939 0 0 1-1.798 2.068 61.28 61.28 0 0 0-14.97 2.967 1.93 1.93 0 0 1-.612.096l-.01.01Zm-17.624 0c-.204 0-.408-.03-.612-.097a60.922 60.922 0 0 0-14.97-2.966 1.939 1.939 0 0 1-1.799-2.068c.078-1.063 1.02-1.855 2.08-1.788a65.422 65.422 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.445 1.945 1.945 0 0 1-1.847 1.323l-.01-.01Zm0-9.982c-.204 0-.408-.029-.612-.096a60.832 60.832 0 0 0-14.97-2.967 1.939 1.939 0 0 1-1.799-2.068c.078-1.062 1.02-1.845 2.08-1.787a65.327 65.327 0 0 1 15.933 3.16 1.925 1.925 0 0 1 1.225 2.444 1.945 1.945 0 0 1-1.847 1.324l-.01-.01Zm17.624 0a1.933 1.933 0 0 1-.622-3.768 65.331 65.331 0 0 1 15.932-3.16c1.06-.067 2.003.725 2.08 1.788a1.939 1.939 0 0 1-1.798 2.068 61.194 61.194 0 0 0-14.97 2.966 1.93 1.93 0 0 1-.612.097l-.01.01Z" class="path-fill fill-path"/> </g> </svg> <span>Documentation</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/flex" target="_self" data-uuid="202617e5-93a5-3f8d-a293-5fd07113423d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sms" target="_self" data-uuid="4a7d38b6-987a-3434-819a-8315ad35aa69"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>SMS</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/voice" target="_self" data-uuid="276792df-f5d6-374a-b4ac-ce3760668b6c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://docs.sendgrid.com/" target="_self" data-uuid="3a701880-504d-3d84-a4d2-19da3883139d"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/whatsapp" target="_self" data-uuid="11717582-95ce-36a6-b33c-aa4968c7816a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>WhatsApp API</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/sip-trunking" target="_self" data-uuid="9c18aca3-4bad-3cb7-b449-2fb09e0ee6de"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Elastic SIP Trunking</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/verify/api" target="_self" data-uuid="2216d993-093c-32a9-8311-c03d32122ee9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/serverless/functions-assets/functions" target="_self" data-uuid="cc54ec7e-db8f-3e55-a052-f3c6aa412514"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Functions</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/studio" target="_self" data-uuid="698bf00e-7d9d-36ee-9901-73eb234f7e79"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Studio</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/docs/twilio-cli/quickstart" target="_self" data-uuid="bd2d1990-cd6c-3a5b-8fde-660fa31e84ee"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio CLI</strong> </span> </div> </a> </li> </ul> <div class="button-container small inverse"> <a href="https://www.twilio.com/docs" target="_self" class="button button-secondary">See all docs</a> </div> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation">> <title>Two users in a circle</title> <g class="users_user-group--circle"> <path fill-rule="evenodd" d="M15.7 42.495c2.59 2.59 6.02 4.01 9.68 4.01s7.09-1.43 9.68-4.01c2.59-2.59 4.01-6.02 4.01-9.68 0-.548-.032-1.09-.095-1.626a1.966 1.966 0 0 0-.064-.474 13.598 13.598 0 0 0-3.851-7.58 13.584 13.584 0 0 0-9.68-4.01c-3.66 0-7.1 1.42-9.68 4.01a13.584 13.584 0 0 0-4.01 9.68c0 3.66 1.42 7.09 4.01 9.68Zm18.945-12.531a9.648 9.648 0 0 0-2.415-3.999 9.622 9.622 0 0 0-6.85-2.84c-2.59 0-5.02 1.01-6.85 2.84-.206.206-.4.419-.586.639a17.338 17.338 0 0 0 7.916 3.861c2.951.592 5.952.419 8.785-.501Zm.35 4.065a21.222 21.222 0 0 1-5.685.776v.01c-1.41 0-2.83-.14-4.24-.42a21.25 21.25 0 0 1-9.031-4.17 9.728 9.728 0 0 0-.349 2.59c0 2.59 1.01 5.02 2.84 6.85a9.622 9.622 0 0 0 6.85 2.84c2.59 0 5.02-1.01 6.85-2.84a9.615 9.615 0 0 0 2.765-5.636Z" clip-rule="evenodd" class="fill-path path-fill"/> <path fill-rule="evenodd" d="M36 69.875c-9.05 0-17.55-3.52-23.95-9.92-6.4-6.4-9.92-14.91-9.92-23.95s3.52-17.56 9.92-23.96c6.4-6.4 14.91-9.92 23.95-9.92s17.56 3.52 23.95 9.92c6.39 6.4 9.92 14.9 9.92 23.95 0 6.87-2.029 13.424-5.806 18.983a1.98 1.98 0 0 1-.282.408 34.297 34.297 0 0 1-3.832 4.559c-6.4 6.4-14.91 9.92-23.95 9.92v.01Zm26.011-19.146c2.524-4.442 3.869-9.484 3.869-14.724 0-7.97-3.11-15.48-8.75-21.12-5.64-5.64-13.15-8.75-21.13-8.75v-.01c-7.98 0-15.48 3.11-21.12 8.75-5.64 5.64-8.75 13.14-8.75 21.13 0 5.916 1.705 11.558 4.88 16.378a21.122 21.122 0 0 1 29.107.308 14.615 14.615 0 0 1 3.373-3.266 14.737 14.737 0 0 1 3.936-1.954 9.454 9.454 0 0 1-2.156-1.616 9.46 9.46 0 0 1-2.05-3.06 9.341 9.341 0 0 1-.72-3.61c0-1.24.24-2.46.72-3.61a9.46 9.46 0 0 1 2.05-3.06c.88-.88 1.91-1.57 3.06-2.04 2.3-.95 4.92-.95 7.22 0a9.46 9.46 0 0 1 3.06 2.05 9.46 9.46 0 0 1 2.05 3.06c.48 1.15.72 2.37.72 3.61 0 1.24-.24 2.46-.72 3.61a9.304 9.304 0 0 1-2.05 3.06 9.454 9.454 0 0 1-2.137 1.606 14.713 14.713 0 0 1 5.539 3.258Zm-19.216 5.138a10.766 10.766 0 0 1 8.165-5.062c1.86-.17 3.74.15 5.44.92a10.901 10.901 0 0 1 3.359 2.401 30.305 30.305 0 0 1-2.629 2.999A29.857 29.857 0 0 1 46.185 64.1a20.954 20.954 0 0 0-3.39-8.233Zm-3.788 1.614a17.043 17.043 0 0 1 3.298 7.73c-2.05.439-4.16.664-6.305.664-7.97 0-15.48-3.11-21.12-8.75a30.609 30.609 0 0 1-1.435-1.536 17.088 17.088 0 0 1 7.335-4.224c3.3-.92 6.77-.84 10.03.25a17.101 17.101 0 0 1 7.887 5.471c.086.143.19.276.31.395ZM51.94 33.745a5.395 5.395 0 0 0-3.84 1.59c-.51.51-.9 1.1-1.18 1.76a5.47 5.47 0 0 0 0 4.16c.27.66.67 1.26 1.18 1.76.51.51 1.1.9 1.76 1.18 1.33.55 2.83.55 4.16 0 .66-.27 1.26-.67 1.76-1.18.51-.51.9-1.1 1.18-1.76a5.47 5.47 0 0 0 0-4.16c-.27-.66-.67-1.26-1.18-1.76-.51-.51-1.1-.9-1.76-1.18a5.47 5.47 0 0 0-2.08-.41Z" clip-rule="evenodd" class="fill-path path-fill"/> </g> </svg> <span>Community</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/ahoy" target="_self" data-uuid="44e0ac6f-a865-3570-9b75-6c2a200146b9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Ahoy!</strong> </span> <p class="navigation-dropdown-link-description"> Get inspired by the latest from our developer community </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog/developers" target="_self" data-uuid="f39790d8-1e22-3926-8425-4854e425c140"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Developer Blog</strong> </span> <p class="navigation-dropdown-link-description"> Read tutorials, community projects, and product updates </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://stackoverflow.com/collectives/twilio" target="_self" data-uuid="50efaed5-3ef6-3f25-bdfe-cc3e5f66d63b"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Stack Overflow</strong> </span> <p class="navigation-dropdown-link-description"> Ask the Twilio community for help </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/champions" target="_self" data-uuid="517d626e-33c1-3931-8977-69ba8a6aa28f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Champions</strong> </span> <p class="navigation-dropdown-link-description"> Become a Twilio community Champion </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Wrench and screwdriver</title> <g class="etc_wrench-screwdriver"> <path class="path-fill fill-path" fill-rule="evenodd" d="M57.847 20.266a6.292 6.292 0 0 1-2.909-.705l-23.96 24.07 3.32 3.334c.367.37.57.856.57 1.37a1.96 1.96 0 0 1-.57 1.382L15.596 68.482a8.45 8.45 0 0 1-6.04 2.508h-.01a8.46 8.46 0 0 1-6.04-2.518A8.553 8.553 0 0 1 1 62.405c0-2.285.89-4.453 2.507-6.067l18.7-18.765a1.933 1.933 0 0 1 2.74 0l3.296 3.31 23.96-24.078a6.348 6.348 0 0 1-.696-2.908c0-1.701.658-3.305 1.859-4.501l7.782-7.827a1.933 1.933 0 0 1 2.74 0L70.12 7.82a1.933 1.933 0 0 1 0 2.742l-7.792 7.826a6.275 6.275 0 0 1-4.482 1.867v.01Zm-2.478-6.369c0 .662.262 1.284.726 1.75l.004.004c.93.93 2.553.939 3.49-.003L66.008 9.2l-3.49-3.505-6.422 6.442a2.476 2.476 0 0 0-.726 1.76ZM6.237 59.09l17.335-17.395 6.611 6.64L12.857 65.73a4.662 4.662 0 0 1-3.31 1.371 4.623 4.623 0 0 1-3.3-1.37 4.673 4.673 0 0 1-1.375-3.326c0-1.254.484-2.43 1.365-3.316Z" clip-rule="evenodd"/> <path class="path-fill fill-path" d="M21.84 30.64c.377.38.87.574 1.365.574l.01.02c.493 0 .987-.195 1.364-.574a1.954 1.954 0 0 0 0-2.752l-4.627-4.647a1.925 1.925 0 0 0-2.08-.438 9.06 9.06 0 0 1-4.066.603 8.97 8.97 0 0 1-7.163-4.716 10.9 10.9 0 0 0 2.923.068 10.75 10.75 0 0 0 6.37-3.092 10.877 10.877 0 0 0 3.068-6.407c.106-.982.077-1.974-.078-2.946a8.952 8.952 0 0 1 2.081 1.536 9.01 9.01 0 0 1 2.469 4.58 9.144 9.144 0 0 1-.436 5.192c-.28.72-.107 1.536.436 2.08l6.727 6.777a1.933 1.933 0 0 0 2.74 0 1.954 1.954 0 0 0 0-2.751l-5.886-5.921a13.06 13.06 0 0 0 .213-6.175 12.989 12.989 0 0 0-3.523-6.543 12.86 12.86 0 0 0-7.754-3.675 1.928 1.928 0 0 0-1.839.904 1.933 1.933 0 0 0 0 2.061 6.99 6.99 0 0 1 .997 4.434 6.912 6.912 0 0 1-1.965 4.093A6.884 6.884 0 0 1 9.111 14.9a6.835 6.835 0 0 1-4.413-1.002 1.95 1.95 0 0 0-2.053 0 1.933 1.933 0 0 0-.9 1.848 13.172 13.172 0 0 0 1.936 5.58 12.953 12.953 0 0 0 4.201 4.133 12.905 12.905 0 0 0 5.595 1.828c1.53.126 3.097-.03 4.578-.447l3.785 3.801ZM58.04 71c-2.516 0-4.994-.739-7.104-2.13a13.061 13.061 0 0 1-5.246-6.932 13.076 13.076 0 0 1-.126-7.467l-4.365-4.385a1.954 1.954 0 0 1 0-2.752 1.933 1.933 0 0 1 2.739 0l5.217 5.231c.542.545.716 1.371.436 2.09a9.182 9.182 0 0 0-.204 6.107 9.123 9.123 0 0 0 3.679 4.861 9.053 9.053 0 0 0 5.904 1.44 9.08 9.08 0 0 0 5.488-2.626 9.153 9.153 0 0 0 2.614-5.513c.213-2.08-.3-4.18-1.433-5.93a9.055 9.055 0 0 0-10.918-3.491 1.91 1.91 0 0 1-2.072-.438l-7.375-7.409a1.954 1.954 0 0 1 0-2.751 1.933 1.933 0 0 1 2.739 0l6.534 6.563a12.99 12.99 0 0 1 7.433.126 13.015 13.015 0 0 1 6.902 5.27 13.128 13.128 0 0 1 2.052 8.459 13.042 13.042 0 0 1-3.727 7.866A12.936 12.936 0 0 1 58.06 71h-.02Z"/> <path class="path-fill fill-path" d="M60.286 58.069a2.425 2.425 0 0 1-2.42 2.43 2.425 2.425 0 0 1-2.42-2.43 2.425 2.425 0 0 1 2.42-2.431 2.425 2.425 0 0 1 2.42 2.43Z"/> </g> </svg> <span>Tools & Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="https://www.twilio.com/code-exchange" target="_self" data-uuid="82f92ed1-c941-3e67-8f96-daa4bbbfa252"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>CodeExchange</strong> </span> <p class="navigation-dropdown-link-description"> Usable code samples for faster builds </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/changelog" target="_self" data-uuid="d406aef4-2fe8-3406-a0b4-d5e7d530f428"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Changelog</strong> </span> <p class="navigation-dropdown-link-description"> See updates and additions to Twilio products </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://status.twilio.com" target="_self" data-uuid="511e46da-8d07-3439-a9c2-60b8e1ff1392"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>API Status</strong> </span> <p class="navigation-dropdown-link-description"> Check real-time monitoring of APIs and all services </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/products/beta" target="_self" data-uuid="48e907ba-efae-30e7-bdcd-8beec988feab"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Beta Products and Features</strong> </span> <p class="navigation-dropdown-link-description"> Explore new launches and request access to early releases </p> </div> </a> </li> </ul> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="3" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content3" id="navigation-accordion-button3"> <span>Why Twilio</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content3" aria-labelledby="navigation-accordion-button3"> <div data-nav-id="3" aria-labelledby="navigation-link-3" id="navigation-dropdown-3" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Company</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/why-twilio" target="_self" data-uuid="9a787b06-a28b-3280-9f6b-deea01bbc545"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Why Twilio</strong> </span> <p class="navigation-dropdown-link-description"> The trusted platform for data-driven customer engagement across any channel. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company" target="_self" data-uuid="a849a5d8-ff83-3d17-af32-7b9edfd56499"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>About Us</strong> </span> <p class="navigation-dropdown-link-description"> Twilio company page </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/values" target="_self" data-uuid="790c50bd-02f7-3684-9a34-dccc637c0787"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Magic</strong> </span> <p class="navigation-dropdown-link-description"> Twilio core values </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/company/diversity" target="_self" data-uuid="1bbd6dce-661a-3c54-81a1-d78659cb5b2c"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Diversity</strong> </span> <p class="navigation-dropdown-link-description"> Twilio Together </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://investors.twilio.com" target="_self" data-uuid="f9b5d6ef-c537-36ee-afb7-46999b3632f1"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Investor Relations</strong> </span> <p class="navigation-dropdown-link-description"> Information for Twilio investors </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/press" target="_self" data-uuid="1b2fd53c-a7a5-32e0-8ad2-931a7dc28267"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Press & Media</strong> </span> <p class="navigation-dropdown-link-description"> Latest announcements and launches </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Our Platform</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/customer-engagement-platform" target="_self" data-uuid="2b371b66-c4de-36b6-96d3-3496bba1c99a"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Engagement Platform</strong> </span> <p class="navigation-dropdown-link-description"> Build durable customer relationships with personalized, data-driven engagement </p> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/cpaas" target="_self" data-uuid="57942c20-35e2-348b-ae14-03e10e3fd1f8">Communication</a> <a href="/en-us/customer-data-platform" target="_self" data-uuid="2ffd8303-febf-374d-b9cd-21f8efc6cfbc">Customer Data</a> </div> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/trust-center" target="_self" data-uuid="8f381764-d1ce-3b8a-8474-a51f92736382"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Trust Center</strong> </span> <p class="navigation-dropdown-link-description"> Twilio’s security, data privacy, regulatory compliance, and resiliency policies. </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/super-network" target="_blank" data-uuid="9689eb37-400d-3cf8-8476-5b380363d2f6"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong> Super Network</strong> </span> <p class="navigation-dropdown-link-description"> Simplify, strengthen and unite carrier communication networks using software. </p> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section gray"> <h5 class="navigation-dropdown-title"> <span>Resources</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="/en-us/resource-center" target="_self" data-uuid="cacae192-dd0a-37a1-83f9-3062a802ce39"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Resource Center</strong> </span> <p class="navigation-dropdown-link-description"> Browse our content library for more resources on how you can create lasting customer relationships </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://customers.twilio.com/en-us" target="_self" data-uuid="70f2a22e-4399-3d83-9677-76decb0dc8d9"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Customer Stories</strong> </span> <p class="navigation-dropdown-link-description"> See what customers are building with Twilio </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/blog" target="_self" data-uuid="d72bede0-4aad-3cb7-8892-91ed84e6b26f"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Blog</strong> </span> <p class="navigation-dropdown-link-description"> Explore the latest product updates, technical tutorials, and best practices </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/state-of-customer-engagement" target="_self" data-uuid="1084fc5e-4007-379e-9cff-44bd42fcc506"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>State of Customer Engagement</strong> </span> <p class="navigation-dropdown-link-description"> See the top trends shaping customer engagement in our annual report </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="/en-us/events" target="_self" data-uuid="a6a76a7a-4d32-3482-bbd1-2ff679aad5f0"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Events</strong> </span> <p class="navigation-dropdown-link-description"> Join upcoming group events </p> </div> </a> </li> </ul> </div> </div> </div> </li> <li class="navigation-accordion-item"> <button data-nav-id="4" class="navigation-accordion-button" aria-expanded="false" aria-controls="navigation-accordion-content4" id="navigation-accordion-button4"> <span>Pricing</span> <svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.183058 0.719435C0.427136 0.475358 0.822864 0.475358 1.06694 0.719435L5 4.65249L8.93306 0.719435C9.17714 0.475358 9.57286 0.475358 9.81694 0.719435C10.061 0.963513 10.061 1.35924 9.81694 1.60332L5.68077 5.73949C5.6807 5.73956 5.68063 5.73963 5.68055 5.73971C5.50018 5.92042 5.25533 6.02198 5 6.02198C4.74473 6.02198 4.49995 5.92048 4.31959 5.73985C4.31947 5.73973 4.31935 5.73961 4.31923 5.73949L0.183058 1.60332C-0.0610194 1.35924 -0.0610194 0.963513 0.183058 0.719435Z" fill="#030B5D"/> </svg> </button> <div class="navigation-accordion-content" role="region" id="navigation-accordion-content4" aria-labelledby="navigation-accordion-button4"> <div data-nav-id="4" aria-labelledby="navigation-link-4" id="navigation-dropdown-4" class="navigation-dropdown three-columns"> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Communications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/pricing/messaging" target="_self" data-uuid="96d65f20-32f4-3713-96fe-2cf821d8583f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Messaging logo</title> <g class="twilio_messagingx"> <g class="path-fill"> <path d="M14.232 46.958c-.53 0-1.083-.127-1.592-.36a3.69 3.69 0 0 1-2.145-3.356V36H7.309A5.311 5.311 0 0 1 2 30.691V11.578c0-2.93 2.379-5.31 5.31-5.31h31.854c2.931 0 5.31 2.38 5.31 5.31v10.894a2.13 2.13 0 0 1-2.124 2.124 2.13 2.13 0 0 1-2.124-2.124V11.578c0-.595-.467-1.062-1.062-1.062H7.33c-.594 0-1.061.467-1.061 1.062V30.69c0 .595.467 1.062 1.061 1.062h5.31a2.13 2.13 0 0 1 2.123 2.123v8.22l9.26-7.731a2.126 2.126 0 1 1 2.718 3.27l-10.13 8.453c-.68.573-1.53.87-2.379.87Z"/> <path d="M59.891 65.732a3.743 3.743 0 0 1-2.081-.637l-9.918-7.858h-2.59c-8.644 0-15.673-6.668-15.673-14.866 0-8.197 7.03-14.866 15.672-14.866h9.026C62.971 27.505 70 34.174 70 42.371c0 4.417-2.421 8.814-6.371 11.744v7.922c0 1.38-.765 2.633-1.975 3.27a3.638 3.638 0 0 1-1.742.425h-.02ZM48.636 52.99c.488 0 .934.17 1.316.467l9.408 7.454V52.99c0-.722.361-1.402.977-1.784 3.313-2.124 5.394-5.5 5.394-8.835 0-5.861-5.118-10.618-11.425-10.618H45.28c-6.286 0-11.425 4.757-11.425 10.618 0 5.862 5.118 10.619 11.425 10.619h3.356Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Messaging</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/sms/pricing/us" target="_self" data-uuid="cd19858a-b596-31db-9a4a-dc77079ca25d">SMS</a> <a href="/en-us/whatsapp/pricing" target="_self" data-uuid="33e93917-7fa5-30a6-8a19-d4217e896bfc">Whatsapp</a> <a href="/en-us/messaging/pricing/conversations-api" target="_self" data-uuid="fb1d6fd9-94bd-300a-bfe1-81d2b8e9fe94">Conversations</a> </div> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_blank" data-uuid="a329ca03-44e4-36a3-b1d5-690c9338daf9"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio SendGrid Email API logo</title> <g class="twilio_sendgrid-email-api"> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.25 6.25C29.1249 6.25 29.0031 6.29755 28.9003 6.4003C28.7975 6.50306 28.75 6.62494 28.75 6.75V20.25C28.75 20.3751 28.7975 20.4969 28.9003 20.5997C29.0031 20.7025 29.1249 20.75 29.25 20.75H42.75C47.4341 20.75 51.25 24.5659 51.25 29.25V42.75C51.25 42.8751 51.2975 42.9969 51.4003 43.0997C51.5031 43.2025 51.6249 43.25 51.75 43.25H65.25C65.3751 43.25 65.4969 43.2025 65.5997 43.0997C65.7025 42.9969 65.75 42.8751 65.75 42.75V6.25H29.25ZM29.25 2.25H67.5C68.7375 2.25 69.75 3.2625 69.75 4.5V42.75C69.75 45.225 67.725 47.25 65.25 47.25H51.75C49.275 47.25 47.25 45.225 47.25 42.75V29.25C47.25 26.775 45.225 24.75 42.75 24.75H29.25C26.775 24.75 24.75 22.725 24.75 20.25V6.75C24.75 4.275 26.775 2.25 29.25 2.25Z" class="path-fill"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.75 65.75C42.8751 65.75 42.9969 65.7025 43.0997 65.5997C43.2025 65.4969 43.25 65.3751 43.25 65.25V51.75C43.25 51.6249 43.2025 51.5031 43.0997 51.4003C42.9969 51.2975 42.8751 51.25 42.75 51.25H29.25C24.5659 51.25 20.75 47.4341 20.75 42.75V29.25C20.75 29.1249 20.7025 29.0031 20.5997 28.9003C20.4969 28.7975 20.3751 28.75 20.25 28.75H6.75C6.62494 28.75 6.50306 28.7975 6.4003 28.9003C6.29755 29.0031 6.25 29.1249 6.25 29.25V65.75H42.75ZM42.75 69.75H4.5C3.2625 69.75 2.25 68.7375 2.25 67.5V29.25C2.25 26.775 4.275 24.75 6.75 24.75H20.25C22.725 24.75 24.75 26.775 24.75 29.25V42.75C24.75 45.225 26.775 47.25 29.25 47.25H42.75C45.225 47.25 47.25 49.275 47.25 51.75V65.25C47.25 67.725 45.225 69.75 42.75 69.75Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Email ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/voice/pricing/us" target="_self" data-uuid="c4056d19-2a2f-3b73-a207-d78e69f85132"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Programmable Voice logo</title> <g class="twilio_programmable-voice"> <path d="M54.384 67.979a5.27 5.27 0 0 1-2.669-.734 138.575 138.575 0 0 1-15.78-10.953c-4.056-3.337-7.271-6.211-10.087-9.023-2.816-2.811-5.926-6.252-9.456-10.491-2.857-3.525-7.354-9.694-10.695-15.506a5.265 5.265 0 0 1 .84-6.337l8.447-8.456c1.997-1.972 5.443-1.972 7.439 0l10.212 10.198a5.217 5.217 0 0 1 1.534 3.714 5.217 5.217 0 0 1-1.534 3.714l-2.794 2.79c2.857 3.588 5.337 6.379 7.774 8.813 2.816 2.812 5.569 5.288 8.405 7.554l2.795-2.791c2.038-2.035 5.38-2.056 7.439 0l10.212 10.218A5.217 5.217 0 0 1 68 54.403a5.217 5.217 0 0 1-1.534 3.714l-8.342 8.33A5.27 5.27 0 0 1 54.384 68v-.021ZM18.683 9.165a.986.986 0 0 0-.736.315L9.5 17.894c-.336.336-.4.86-.168 1.28 3.215 5.602 7.564 11.54 10.296 14.94 3.425 4.112 6.43 7.448 9.183 10.176 2.732 2.727 5.82 5.497 9.77 8.729a134.385 134.385 0 0 0 15.277 10.617c.4.23.946.167 1.282-.168l8.342-8.33c.273-.273.315-.588.315-.735a1.02 1.02 0 0 0-.315-.734L53.27 43.45a1.08 1.08 0 0 0-1.492 0l-4.14 4.133a2.095 2.095 0 0 1-2.794.147l-1.471-1.175a102.691 102.691 0 0 1-8.741-7.869c-2.543-2.538-5.128-5.455-8.09-9.148l-1.177-1.469a2.087 2.087 0 0 1 .147-2.79l4.118-4.134a1.05 1.05 0 0 0 .316-.734 1.02 1.02 0 0 0-.316-.735L19.44 9.46a1.056 1.056 0 0 0-.736-.315h-.021v.021Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Voice</strong> </span> </div> </a> <div class="navigation-dropdown-shortcut-links "> <a href="/en-us/voice/conference/pricing" target="_self" data-uuid="bdf5bad8-839c-3cc2-befc-caefedbefa87">Conferencing</a> <a href="/en-us/sip-trunking/pricing/us" target="_self" data-uuid="a36943fb-5aa4-39dc-961b-51e70e40efb0">SIP trunking</a> </div> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span></span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/verify/pricing" target="_self" data-uuid="5c910363-d68b-3e0a-875a-7b333197fadb"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Verify logo</title> <g class="twilio_verify"> <g class="path-fill"> <path d="M36 68.558a5.287 5.287 0 0 1-3.761-1.552L3.87 38.616A6.317 6.317 0 0 1 2 34.111V9.313A5.314 5.314 0 0 1 7.313 4h57.374A5.314 5.314 0 0 1 70 9.313v1.423a6.28 6.28 0 0 1-1.87 4.505L39.761 43.61c-2.061 2.061-5.44 2.061-7.522 0L21.74 33.112a2.116 2.116 0 0 1 0-2.996 2.116 2.116 0 0 1 2.997 0l10.497 10.498c.276.276.595.319.744.319.148 0 .489-.043.743-.32l28.412-28.368c.403-.404.616-.935.616-1.509V9.312c0-.595-.468-1.062-1.063-1.062H7.313c-.595 0-1.063.467-1.063 1.063V34.11c0 .574.213 1.105.616 1.509l28.369 28.369a1.091 1.091 0 0 0 1.509 0l16.872-16.873a2.116 2.116 0 0 1 2.996 0 2.116 2.116 0 0 1 0 2.996L39.74 66.986a5.288 5.288 0 0 1-3.761 1.551l.021.022Z"/> <path d="M63.625 46.118a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Verify</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/user-authentication-identity/pricing/lookup" target="_self" data-uuid="764f3144-e164-3216-a6ac-db00e0e38fc0"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Lookup logo</title> <g class="twilio_lookup"> <g class="path-fill"> <path d="M27.498 33.873a6.375 6.375 0 1 0 0-12.75 6.375 6.375 0 0 0 0 12.75Z"/> <path d="M69.379 66.361 46.96 43.944c3.761-4.44 6.056-10.178 6.056-16.446C52.996 13.432 41.564 2 27.498 2S2 13.432 2 27.498s11.432 25.498 25.498 25.498a25.267 25.267 0 0 0 16.446-6.056l22.417 22.417c.425.425.956.616 1.509.616.552 0 1.084-.212 1.508-.616a2.116 2.116 0 0 0 0-2.996ZM6.248 27.498C6.25 15.79 15.79 6.25 27.499 6.25c11.708 0 21.248 9.54 21.248 21.248 0 11.708-9.54 21.248-21.248 21.248-11.708 0-21.248-9.54-21.248-21.248Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Lookup</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/serverless/pricing" target="_self" data-uuid="2aba174c-e04e-35fb-9be8-8df21e8f3bcc"> <svg width="72" height="74" viewBox="0 0 72 74" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path class="path-fill logo-fill" fill-rule="evenodd" clip-rule="evenodd" d="M2 15.3C2.00089 13.5952 2.46899 11.9235 3.35315 10.4675C4.23731 9.01146 5.5035 7.8272 7.01337 7.04411C8.52323 6.26102 10.2187 5.90922 11.9144 6.02716C13.6101 6.1451 15.2409 6.72825 16.6286 7.71287C18.0162 8.69749 19.1073 10.0457 19.7826 11.6102C20.4579 13.1746 20.6914 14.8952 20.4577 16.5838C20.2239 18.2724 19.5319 19.864 18.4572 21.1848C17.3825 22.5056 15.9664 23.5047 14.3638 24.073V52.5C14.3638 54.9665 15.3408 57.332 17.0798 59.0761C18.8188 60.8202 21.1774 61.8 23.6367 61.8C26.0961 61.8 28.4546 60.8202 30.1936 59.0761C31.9326 57.332 32.9096 54.9665 32.9096 52.5V45.773C31.0998 45.1325 29.5325 43.9448 28.424 42.3735C27.3154 40.8023 26.7201 38.9248 26.7201 37C26.7201 35.0752 27.3154 33.1977 28.424 31.6265C29.5325 30.0552 31.0998 28.8675 32.9096 28.227V21.5C32.9096 19.4645 33.3094 17.449 34.086 15.5684C34.8627 13.6879 36.0011 11.9792 37.4362 10.5398C38.8713 9.10054 40.5751 7.95882 42.4501 7.17987C44.3252 6.40092 46.3349 6 48.3644 6C50.394 6 52.4037 6.40092 54.2787 7.17987C56.1538 7.95882 57.8575 9.10054 59.2926 10.5398C60.7277 11.9792 61.8661 13.6879 62.6428 15.5684C63.4195 17.449 63.8192 19.4645 63.8192 21.5V49.927C65.8814 50.6591 67.6192 52.0985 68.7257 53.991C69.8322 55.8835 70.2363 58.1073 69.8665 60.2697C69.4967 62.432 68.3768 64.3936 66.7046 65.8082C65.0325 67.2227 62.9158 67.999 60.7283 68C58.5384 68.0033 56.418 67.2291 54.7427 65.8147C53.0674 64.4003 51.9453 62.4369 51.575 60.2722C51.2048 58.1076 51.6104 55.8813 52.72 53.9879C53.8296 52.0944 55.5715 50.6558 57.6373 49.927V21.5C57.6373 19.0335 56.6603 16.668 54.9213 14.9239C53.1823 13.1798 50.8237 12.2 48.3644 12.2C45.9051 12.2 43.5465 13.1798 41.8075 14.9239C40.0685 16.668 39.0915 19.0335 39.0915 21.5V28.227C40.9014 28.8675 42.4686 30.0552 43.5772 31.6265C44.6857 33.1977 45.281 35.0752 45.281 37C45.281 38.9248 44.6857 40.8023 43.5772 42.3735C42.4686 43.9448 40.9014 45.1325 39.0915 45.773V52.5C39.0915 56.6108 37.4633 60.5533 34.5649 63.4601C31.6666 66.367 27.7356 68 23.6367 68C19.5379 68 15.6069 66.367 12.7085 63.4601C9.81019 60.5533 8.18192 56.6108 8.18192 52.5V24.073C6.37348 23.4313 4.80789 22.243 3.70077 20.6718C2.59365 19.1007 1.99945 17.2239 2 15.3ZM11.2729 12.2C10.4531 12.2 9.66691 12.5266 9.08724 13.108C8.50758 13.6893 8.18192 14.4778 8.18192 15.3C8.18192 16.1222 8.50758 16.9107 9.08724 17.492C9.66691 18.0734 10.4531 18.4 11.2729 18.4C12.0927 18.4 12.8789 18.0734 13.4585 17.492C14.0382 16.9107 14.3638 16.1222 14.3638 15.3C14.3638 14.4778 14.0382 13.6893 13.4585 13.108C12.8789 12.5266 12.0927 12.2 11.2729 12.2ZM57.6373 58.7C57.6373 57.8778 57.963 57.0893 58.5426 56.508C59.1223 55.9266 59.9085 55.6 60.7283 55.6C61.548 55.6 62.3342 55.9266 62.9139 56.508C63.4936 57.0893 63.8192 57.8778 63.8192 58.7C63.8192 59.5222 63.4936 60.3107 62.9139 60.892C62.3342 61.4734 61.548 61.8 60.7283 61.8C59.9085 61.8 59.1223 61.4734 58.5426 60.892C57.963 60.3107 57.6373 59.5222 57.6373 58.7Z"/> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Serverless</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/video/pricing" target="_self" data-uuid="7bd70d75-cf69-30ce-9ae5-ea9730e53641"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Video logo</title> <g class="twilio_video"> <path d="M43.438 57.5H7.312A5.314 5.314 0 0 1 2 52.187V20.314A5.314 5.314 0 0 1 7.313 15h36.124a5.314 5.314 0 0 1 5.313 5.313v8.245l13.557-6.78a5.264 5.264 0 0 1 5.164.235A5.295 5.295 0 0 1 70 26.538v19.465a5.266 5.266 0 0 1-2.507 4.505 5.321 5.321 0 0 1-5.164.255L48.75 44.049v8.16a5.314 5.314 0 0 1-5.313 5.312V57.5ZM7.312 19.25c-.595 0-1.062.468-1.062 1.063v31.875c0 .594.468 1.062 1.063 1.062h36.124c.596 0 1.063-.468 1.063-1.063v-11.58c0-.745.383-1.425.999-1.807a2.153 2.153 0 0 1 2.061-.106l16.639 8.245c.489.233.871.042 1.041-.043.149-.085.51-.361.51-.892V26.539c0-.532-.361-.808-.51-.914-.149-.085-.552-.297-1.041-.043l-16.639 8.31c-.659.318-1.445.297-2.061-.086A2.123 2.123 0 0 1 44.5 32V20.312c0-.595-.468-1.062-1.063-1.062H7.313Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Video</strong> </span> </div> </a> </li> </ul> </div> <div class="navigation-dropdown-section "> <h5 class="navigation-dropdown-title"> <span>Applications</span> </h5> <hr/> <ul class="navigation-dropdown-list"> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="/en-us/flex/pricing" target="_self" data-uuid="454d3fdf-99a1-35d7-ac19-b3c0e80a9372"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Flex logo</title> <g class="twilio_flex"> <path d="M10.455 32.482C9.235 31.259 7 32.074 7 33.909v18.55c0 .612.203 1.02.61 1.428l17.476 17.531c1.22 1.223 3.455.408 3.455-1.427v-18.55c0-.612-.203-1.02-.61-1.427L10.456 32.482ZM9.032 7C8.016 7 7 8.02 7 9.039v13.454c0 .612.203 1.02.61 1.427l29.873 29.967c.406.407.813.611 1.422.611h20.729c1.828 0 2.641-2.242 1.422-3.465L43.58 33.297c-.406-.407-.813-.611-1.422-.611h-11.38c-1.017 0-2.033-.816-2.033-2.039 0-1.019.813-2.038 2.033-2.038h39.22c1.83 0 2.642-2.243 1.423-3.466L53.943 7.612C53.537 7.204 52.927 7 52.521 7H9.032Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Flex</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://segment.com/pricing/" target="_blank" data-uuid="6f4a34e1-7640-361d-a7ce-70ee86701cb6"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Engage logo</title> <g class="twilio_engage"> <g class="path-fill"> <path d="M36 51.96c8.815 0 15.96-7.145 15.96-15.96 0-8.814-7.145-15.96-15.96-15.96-8.814 0-15.96 7.146-15.96 15.96 0 8.815 7.146 15.96 15.96 15.96Z"/> <path d="M32.54 59.76c-10.42-1.48-18.82-9.88-20.3-20.3-.88-6.28.7-12.16 3.88-16.88.52-.78.38-1.82-.28-2.48l-2.88-2.88c-.88-.88-2.34-.76-3.06.26C6.18 22.7 4 29.1 4 36v29.42C4 66.84 5.16 68 6.58 68H36c6.9 0 13.3-2.18 18.52-5.9 1.02-.72 1.14-2.18.26-3.06l-2.88-2.88c-.66-.66-1.7-.8-2.48-.28-4.7 3.2-10.6 4.78-16.88 3.88Zm6.92-47.52c10.42 1.46 18.82 9.88 20.3 20.3.88 6.28-.7 12.16-3.88 16.88-.52.78-.38 1.82.28 2.48l2.88 2.88c.88.88 2.34.76 3.06-.26C65.82 49.3 68 42.9 68 36V6.58C68 5.16 66.84 4 65.42 4H36c-6.9 0-13.3 2.18-18.52 5.9a2.006 2.006 0 0 0-.26 3.06l2.88 2.88c.66.66 1.7.8 2.48.28 4.7-3.18 10.58-4.76 16.88-3.88Z"/> </g> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Twilio Segment ↗</strong> </span> </div> </a> </li> <li class="has-icon"> <a class="navigation-dropdown-link-main" href="https://sendgrid.com/en-us/pricing" target="_self" data-uuid="b30a861c-7875-3e06-81b4-e6e9991f918f"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product"> <title>Twilio Marketing Campaigns logo</title> <g class="twilio_marketing-campaigns"> <path d="M22.71 41.007a2.26 2.26 0 0 1-1.87.501L.993 37.976c-1.28-.444-1.34-2.22-.08-2.72L62.169 7.018S62.247 7 62.286 7h.059a.78.78 0 0 1 .295.039s.04 0 .06.038a.573.573 0 0 1 .196.174c0 .02.02.058.04.077.04.097.078.212.059.328l-5.69 51.956c-.217.945-1.3 1.39-2.127.907L32.89 47.569c-.965-.56-2.166.115-2.166 1.215 0 .54.315 1.023.787 1.255l3.367 1.968c.768.386.985 1.39.492 2.085l-6.458 9.283c-.787 1.158-2.618.598-2.618-.791V44.905c0-.502.196-1.004.55-1.37l28.59-29.413c.315-.31-.138-.792-.492-.502L22.71 41.007Z" class="path-fill"/> </g> </svg> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>Marketing Campaigns</strong> </span> </div> </a> </li> </ul> <div class="button-container small "> <a href="/en-us/pricing" target="_blank" class="button button-secondary">See all pricing</a> </div> </div> </div> </div> </li> </ul> <ul class="navigation-buttons" role="list"> <li class="button-container"> <a href="https://www.twilio.com/try-twilio" class="button button-primary">Start for free</a> </li> <li class="button-container"> <a href="https://www.twilio.com/login" class="button button-secondary mb-login-link">Login</a> </li> <li class="button-container hide-up"> <a href="https://www.twilio.com/console" class="button button-secondary mb-console-link">Console</a> </li> <li class="button-container"> <a href="/en-us/help/sales" class="button button-secondary">Contact sales</a> </li> </ul> </div> </div> </nav> <div class="twilio-htmlcontainer"> <style> /* to reverse codebase style */ #navigation-dropdown-0 .navigation-dropdown-section:nth-child(1) { & .path-fill, .navigation-dropdown svg { background: red; fill: rgb(var(--color-blue-60)) !important; } } /* new style */ .navigation-dropdown-list {padding: 0.8rem 0 2.6rem 0;} #navigation-dropdown-0 .navigation-dropdown-section:nth-child(4) { & .path-fill, .navigation-dropdown svg { background: red; fill: rgb(var(--color-mint)) !important; } /* right align and bottom section */ .button-container { margin-top: 0rem; display: flex; justify-content: right; } } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(1) { padding-bottom: 0; } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(2) { padding-top: 0; & h5 { display: none; } & hr { display: none; } } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(3) { padding-top: var(--spacing-size-5); & h5 { display: flex; } & hr { display: flex; } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(1) { padding-bottom: 0; } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(2) { padding-top: 0; & h5 { display: none; } & hr { display: none; } } @media screen and (min-width: 992px) { #navigation-dropdown-0 .navigation-dropdown-section:nth-child(1) { padding: 3rem 0rem 3rem var(--spacing-size-5); & ul li { padding-right: var(--spacing-size-5); } } #navigation-dropdown-0 .navigation-dropdown-section:nth-child(2) { padding: 3rem var(--spacing-size-5) 3rem 0rem; & h5 { display: flex; padding-top: 1.8rem; } & hr { display: block; } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(1) { padding: 3rem 0rem 3rem var(--spacing-size-5); & ul li { padding-right: var(--spacing-size-5); } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(2) { padding: 3rem var(--spacing-size-5) 3rem 0rem; & h5 { display: flex; padding-top: 1.8rem; } & hr { display: block; } } #navigation-dropdown-1 .navigation-dropdown-section:nth-child(3) { display: flex; flex-direction: column; & .navigation-dropdown-list { gap: 1rem; } /* right align and bottom section */ .button-container { margin-top: 1.5rem; flex-grow: 1; display: flex; justify-content: right; align-self: flex-end; } } #navigation-dropdown-4 .navigation-dropdown-section:nth-child(3) { /* right align and bottom section */ .button-container { margin-top: 5rem; display: flex; justify-content: right; } } /* reversing code base */ #navigation-dropdown-0 .navigation-dropdown-section:nth-child(3) { padding: 1.2rem var(--spacing-size-4); } } </style> <div> </div> <script> // labels const currentPagePathNav = window.location.pathname; let domain = "https://www.twilio.com/" let locale = domain + "en-us"; let businessSizeLabels = [ "Business Size", "Enterprise", "Startup", "Nonprofit", ]; let twilioServicesLabels = [ "Twilio Services", "Professional Services", "Get technical and strategic advice from Twilio experts", "Training", "Learn how to architect, build, and support your apps", ]; if ( currentPagePathNav.includes("/de-de") || currentPagePathNav.includes("/de/") ) { locale = domain + "de-de"; businessSizeLabels = [ "Unternehmensgröße", "Unternehmen", "Start-up", "Gemeinnützige Organisation", ]; twilioServicesLabels = [ "Twilio-Services", "Professionelle Dienstleistungen", "Erhalten Sie technische und strategische Beratung durch Expert:innen von Twilio.", "Schulungen", "Lernen Sie, wie Sie Apps anlegen, erstellen und unterstützen können.", ]; } else if ( currentPagePathNav.includes("/fr-fr") || currentPagePathNav.includes("/fr/") ) { locale = domain + "fr-fr"; businessSizeLabels = [ "Taille de l'entreprise", "Entreprise", "Startup", "Associations caritatives", ]; twilioServicesLabels = [ "Services Twilio", "Services professionnels", "Obtenez des conseils techniques et stratégiques de la part d'experts Twilio", "Formations", "Découvrez comment concevoir, construire et prendre en charge vos applications", ]; } else if ( currentPagePathNav.includes("/pt-br") || currentPagePathNav.includes("/pt/") ) { locale = domain + "pt-br"; businessSizeLabels = [ "Tamanho da empresa", "Empresarial", "Startup", "Sem fins lucrativos", ]; twilioServicesLabels = [ "Serviços da Twilio", "Serviços profissionais", "Obtenha consultoria técnica e estratégica dos especialistas da Twilio", "Treinamento", "Saiba como arquitetar, criar e dar suporte aos seus aplicativos", ]; } else if ( currentPagePathNav.includes("/es-mx") || currentPagePathNav.includes("/es/") ) { locale = domain + "es-mx"; businessSizeLabels = [ "Tamaño de la empresa", "Empresa", "Startup", "Sin fines de lucro", ]; twilioServicesLabels = [ "Servicios de Twilio", "Servicios profesionales", "Obtén asesoría técnica y estratégica de los expertos de Twilio", "Capacitación", "Aprende a diseñar, crear y dar soporte a tus aplicaciones", ]; } else if ( currentPagePathNav.includes("/ja-jp") || currentPagePathNav.includes("/ja/") ) { locale = domain + "ja-jp"; businessSizeLabels = [ "事業規模", "エンタープライズ", "スタートアップ", "非営利団体", ]; twilioServicesLabels = [ "Twilioの各種サービス", "プロフェッショナルサービス", "Twilioエキスパートから技術的・戦略的アドバイスを得られます", "トレーニング", "アプリケーションの設計、構築、サポートの方法を学べます", ]; } // desktop nav const paddingTop = "0.6rem"; let solutionsDropdown = document .getElementById("navigation-dropdown-1") .getElementsByClassName("navigation-dropdown-section"); const businessSize = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTop}"> <span>${businessSizeLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/enterprise" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[1]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/startups-resources" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[2]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://twilio.org" target="_blank" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[3]} ↗</strong> </span> </div> </a> </li> </ul>`; const twilioServicesHTML = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTop}"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product" > <title>Twilio Programmable Messaging logo</title> <g class="twilio_programmable-messaging"> <g class="path-fill"> <path d="M18.511 65.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 47.187V15.314A5.314 5.314 0 0 1 7.313 10h57.374A5.314 5.314 0 0 1 70 15.313v31.874a5.314 5.314 0 0 1-5.313 5.313H34.683L20.955 64.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 14.25c-.595 0-1.063.467-1.063 1.063v31.874c0 .596.468 1.063 1.063 1.063h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 48.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V15.313c0-.596-.468-1.063-1.063-1.063H7.313Z" ></path> <path d="M19 35.5a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Z" ></path> </g> </g> </svg> <span>${twilioServicesLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/professional-services" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[1]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[2]} </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/ahoy" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[3]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[4]} </p> </div> </a> </li> </ul>`; if (solutionsDropdown) { let industriesColumn = solutionsDropdown[2]; let industriesCTA = industriesColumn.getElementsByClassName( "navigation-dropdown-list" )[0]; industriesCTA.insertAdjacentHTML("afterend", businessSize); let partnersColumn = solutionsDropdown[3]; let partnersLastDiv = partnersColumn.getElementsByClassName( "navigation-dropdown-list" )[0]; partnersLastDiv.insertAdjacentHTML("afterend", twilioServicesHTML); } // mobile nav const paddingTopMobile = "5.5rem"; let solutionsDropdownMobile = document .getElementsByClassName("navigation-mobile-menu")[0] .getElementsByClassName("navigation-dropdown four-columns")[1] .getElementsByClassName("navigation-dropdown-section"); const businessSizeMobile = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTopMobile}"> <span>${businessSizeLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/enterprise" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[1]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/solutions/startups-resources" target="_self" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[2]}</strong> </span> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="https://twilio.org" target="_blank" > <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${businessSizeLabels[3]} ↗</strong> </span> </div> </a> </li> </ul>`; const twilioServicesHTMLMobile = `<h5 class="navigation-dropdown-title" style="padding-top: ${paddingTopMobile}"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative is-product" > <title>Twilio Programmable Messaging logo</title> <g class="twilio_programmable-messaging"> <g class="path-fill"> <path d="M18.511 65.441a3.586 3.586 0 0 1-1.551-.34c-1.339-.616-2.189-1.912-2.168-3.4l.064-9.201H7.313A5.314 5.314 0 0 1 2 47.187V15.314A5.314 5.314 0 0 1 7.313 10h57.374A5.314 5.314 0 0 1 70 15.313v31.874a5.314 5.314 0 0 1-5.313 5.313H34.683L20.955 64.528a3.665 3.665 0 0 1-2.444.934v-.02ZM7.313 14.25c-.595 0-1.063.467-1.063 1.063v31.874c0 .596.468 1.063 1.063 1.063h9.647c.574 0 1.105.234 1.509.616.403.404.616.935.616 1.509l-.064 10.157L32.472 48.76c.383-.34.893-.531 1.403-.531h30.813c.594 0 1.062-.468 1.062-1.063V15.313c0-.596-.468-1.063-1.063-1.063H7.313Z" ></path> <path d="M19 35.5a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm17 0a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Z" ></path> </g> </g> </svg> <span>${twilioServicesLabels[0]}</span> </h5> <hr /> <ul class="navigation-dropdown-list"> <li> <a class="navigation-dropdown-link-main" href="${locale}/professional-services" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[1]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[2]} </p> </div> </a> </li> <li> <a class="navigation-dropdown-link-main" href="${locale}/ahoy" target="_self"> <div class="navigation-dropdown-link-info"> <span class="navigation-dropdown-link-text"> <strong>${twilioServicesLabels[3]}</strong> </span> <p class="navigation-dropdown-link-description"> ${twilioServicesLabels[4]} </p> </div> </a> </li> </ul>`; if (solutionsDropdownMobile) { let industriesColumnMobile = solutionsDropdownMobile[2]; let industriesCTAMobile = industriesColumnMobile.getElementsByClassName( "navigation-dropdown-list" )[0]; industriesCTAMobile.insertAdjacentHTML("afterend", businessSizeMobile); let partnersColumnMobile = solutionsDropdownMobile[3]; let partnersLastDivMobile = partnersColumnMobile.getElementsByClassName( "navigation-dropdown-list" )[0]; partnersLastDivMobile.insertAdjacentHTML( "afterend", twilioServicesHTMLMobile ); } </script> </div> </div> </header> <main class="column-container global-main twiliomain-search"> <div id="consent_blackbar"></div> <div id="" class="layout-container two-columns lg bg-same v-center" style="" background-image="" mobile-background-image=""> <div class="layout-column"> <div class="cmp-toc-richtexteditor"> <div class="cmp-toc-richtexteditor__rte"> <div class="richtext " data-ext-icon="<svg viewBox="0 0 79 79" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon--decorative" role="presentation"> <title>An icon of a outbound link arrow</title> <path class="icon-stroke" d="M75.3037 3.98207L3 75.5935M75.3037 3.98207L76.0435 43.3021M75.3037 3.98207L35.951 3.59351" stroke="#F22F46" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> "> <h1>Whoops!</h1> <p>The page you've reached does not exist or is no longer available.</p> <p>Error code: 404 - Page not found. Here are some helpful links instead:</p> <ul><li><a href="/en-us" target="_self" rel="noopener noreferrer">Home</a></li><li><a href="https://www.twilio.com/docs" target="_self" rel="noopener noreferrer">Docs</a></li><li><a href="https://www.twilio.com/login" target="_self" rel="noopener noreferrer">Login</a></li><li><a href="/en-us/blog" target="_self" rel="noopener noreferrer">Blog</a></li><li><a href="/en-us/resource-center" target="_self" rel="noopener noreferrer">Resource Center</a></li></ul> </div> </div> </div> </div> <div class="layout-column"> <figure class="media"> <div class="media-image "> <span title="Illustration of woman not finding the web page she needs."><svg width="265" height="228" viewBox="0 0 265 228" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4076_28848)"> <circle cx="126.007" cy="114.154" r="109.164" fill="#FDF7F4"/> <path d="M237.154 133.997C237.216 133.392 237.328 131.845 237.484 129.531C237.559 128.377 237.653 127.029 237.752 125.513C237.802 124.759 237.852 123.954 237.908 123.118L237.933 122.744C237.94 122.557 237.965 122.363 237.965 122.182C237.952 121.808 237.871 121.546 237.659 121.297C237.447 121.053 237.116 120.897 236.786 120.897C236.449 120.897 236.187 121.01 235.869 121.272C234.396 122.644 232.75 124.178 230.972 125.832C230.123 126.624 229.244 127.441 228.339 128.283C227.921 128.676 227.497 129.069 227.067 129.475C227.036 129.506 226.998 129.549 226.948 129.531C226.898 129.518 226.88 129.462 226.88 129.418L226.805 128.732C226.774 128.42 226.749 128.115 226.718 127.803C226.661 127.179 226.624 126.549 226.587 125.919C226.518 124.653 226.493 123.374 226.505 122.089C226.518 120.804 226.574 119.506 226.674 118.221L226.693 117.978V117.916V117.81V117.597L226.68 116.749V116.537C226.668 116.468 226.636 116.431 226.618 116.375C226.568 116.275 226.499 116.175 226.418 116.082C226.256 115.901 226.031 115.757 225.788 115.695C225.545 115.626 225.289 115.633 225.077 115.695C224.971 115.707 224.859 115.82 224.753 115.882C224.647 115.963 224.534 116.007 224.428 116.113L223.842 116.743L223.511 117.123C221.765 119.163 220.324 121.309 218.845 123.318C218.109 124.328 217.392 125.326 216.687 126.299C216.331 126.786 215.988 127.266 215.639 127.747L215.552 127.865C215.552 127.865 215.545 127.878 215.539 127.878C215.527 127.878 215.514 127.878 215.508 127.865C214.591 125.963 213.724 124.172 212.938 122.544C212.514 121.665 212.108 120.829 211.728 120.037C211.578 119.731 211.435 119.431 211.291 119.132C211.092 118.739 210.861 118.558 210.593 118.427C210.019 118.14 209.239 118.383 208.933 118.814C208.746 119.013 208.64 119.388 208.565 119.743C208.503 119.98 208.447 120.217 208.391 120.442C208.303 120.779 208.228 121.103 208.147 121.409C207.998 122.02 207.86 122.563 207.742 123.037C207.505 123.979 207.343 124.634 207.268 124.94C205.964 130.211 207.261 131.995 209.021 124.865C209.133 124.403 209.526 122.806 210.1 120.486C210.106 120.486 210.112 120.492 210.112 120.498C210.293 120.872 210.486 121.259 210.68 121.658C211.085 122.488 211.516 123.368 211.971 124.291C212.42 125.214 212.894 126.175 213.381 127.166C213.649 127.709 213.917 128.258 214.192 128.82C214.416 129.344 214.816 129.643 215.321 129.712C215.57 129.743 215.826 129.699 216.044 129.599C216.269 129.499 216.456 129.337 216.625 129.1C218.022 127.142 219.494 125.089 220.985 123.006C221.715 121.989 222.438 120.96 223.181 119.962C223.555 119.463 223.935 118.976 224.328 118.502L224.927 117.803L225.089 117.616C225.114 117.579 225.164 117.579 225.196 117.604C225.227 117.629 225.214 117.679 225.214 117.728C225.183 118.252 225.152 118.77 225.121 119.282C225.058 120.529 225.04 121.758 225.052 122.968C225.065 124.172 225.114 125.357 225.196 126.499C225.233 127.073 225.283 127.634 225.339 128.189C225.37 128.464 225.395 128.738 225.426 129.013C225.47 129.356 225.507 129.699 225.551 130.042C225.601 130.373 225.713 130.604 225.913 130.809C226.106 131.009 226.381 131.14 226.655 131.165C226.936 131.196 227.204 131.128 227.441 130.984C227.566 130.915 227.684 130.803 227.797 130.697L228.096 130.416C228.601 129.936 229.1 129.468 229.581 129.007C230.548 128.09 231.465 127.223 232.319 126.418C233.947 124.871 235.332 123.561 236.368 122.575C236.418 122.532 236.461 122.469 236.536 122.469C236.605 122.469 236.667 122.519 236.68 122.582C236.686 122.644 236.68 122.713 236.68 122.775C236.667 122.981 236.655 123.187 236.648 123.386C236.598 124.309 236.555 125.177 236.511 125.975C236.424 127.578 236.355 128.926 236.299 130.036C236.193 132.257 236.131 133.498 236.118 133.822C236.043 136.866 236.904 136.823 237.179 133.997H237.154Z" fill="#121C2D"/> <path d="M63.8264 66.2282C64.0696 65.6294 64.6061 64.257 65.3734 62.2422C65.7601 61.2316 66.203 60.0651 66.702 58.7489C66.9516 58.0939 67.2136 57.3953 67.488 56.6717C67.5691 56.4658 67.644 56.2537 67.7251 56.0416C67.8623 55.711 67.9372 55.3929 67.8623 55.0872C67.7937 54.7753 67.5878 54.4946 67.3134 54.3262C67.1761 54.2389 67.0202 54.1827 66.858 54.164C66.702 54.1328 66.5149 54.1765 66.3465 54.189C65.835 54.295 65.311 54.4073 64.7683 54.5196C64.2817 54.6069 63.7889 54.7005 63.2837 54.7941C62.2731 54.975 61.2127 55.1371 60.1148 55.2869C59.5659 55.3555 59.0044 55.4241 58.4368 55.4927C58.2496 55.5114 58.0625 55.5301 57.8754 55.5489C57.788 55.5613 57.7506 55.5239 57.7257 55.4678C57.7007 55.4116 57.7444 55.3555 57.7693 55.3056C57.9003 55.0436 58.0376 54.7753 58.1686 54.5071C58.4368 53.9582 58.7113 53.403 58.992 52.8478C60.0898 50.6022 61.2127 48.2505 62.323 45.8177C62.872 44.6013 63.4271 43.3662 63.9885 42.1186C64.2942 41.4199 64.5999 40.7213 64.9055 40.0164C65.0365 39.7107 65.0677 39.4487 65.0303 39.193C64.9866 38.931 64.8619 38.6752 64.6747 38.4756C64.4813 38.2822 64.2318 38.1388 63.9698 38.0889C63.7078 38.039 63.4521 38.0577 63.1464 38.1824C60.252 39.4113 57.3327 40.6527 54.4383 41.8878C53.0285 42.4866 51.625 43.0855 50.2339 43.6781L49.1922 44.121C48.8616 44.2582 48.5434 44.3829 48.2502 44.4516C48.1816 44.4703 48.1005 44.4828 48.0381 44.4952H48.007C48.007 44.4952 47.9758 44.4952 47.9695 44.4952C47.9446 44.4828 47.9446 44.4453 47.9571 44.4266C48.0693 44.1833 48.1754 43.9401 48.2877 43.703C48.4187 43.4036 48.5434 43.1104 48.6744 42.8172C48.9239 42.2246 49.1547 41.6383 49.3793 41.0519C49.816 39.8792 50.1902 38.7251 50.5208 37.5836C50.8452 36.4421 51.1197 35.3192 51.3442 34.2089C51.4004 33.9344 51.4503 33.6537 51.5064 33.3792C51.5626 33.0798 51.5938 32.9426 51.6873 32.3063C51.731 31.8135 51.5064 31.3519 51.1259 31.065C50.7392 30.7842 50.2589 30.6969 49.7785 30.8653C49.1298 31.1086 48.4873 31.3457 47.8572 31.5827C47.2896 31.801 46.7282 32.0131 46.1792 32.2252C45.0814 32.6619 44.0209 33.0798 43.0041 33.4853C41.9936 33.9032 41.0205 34.3087 40.091 34.6954C39.6294 34.895 39.1803 35.0884 38.7374 35.2756C38.6313 35.3255 38.5253 35.3691 38.4192 35.4128C38.4192 35.4128 38.413 35.4128 38.4068 35.4128C38.5315 34.003 38.6438 32.7554 38.7374 31.7012C38.7686 31.3644 38.7935 31.0462 38.8247 30.7468C38.8247 30.6657 38.8746 30.2665 38.8871 30.0107C38.8996 29.7238 38.8372 29.5055 38.7311 29.2996C38.5253 28.8879 38.1198 28.6197 37.7268 28.5448C37.5272 28.5074 37.3338 28.5136 37.1529 28.5448C36.972 28.5823 36.7974 28.7008 36.629 28.7694C35.8492 29.2996 35.2192 29.73 34.7139 30.0794C34.2585 30.3788 33.9092 30.6096 33.641 30.7842C33.0983 31.1336 32.8737 31.277 32.724 31.3769C29.7111 33.2919 27.9333 34.7453 28.0081 35.1945C28.0705 35.6186 30.0417 35.0884 34.1837 32.4435C34.271 32.3874 34.3833 32.3125 34.82 32.0256C35.0383 31.8821 35.3377 31.6825 35.7494 31.408C36.105 31.1648 36.5666 30.8529 37.1592 30.4474C37.0781 31.3769 36.972 32.5932 36.8348 34.1902C36.7911 34.6705 36.7537 35.182 36.7038 35.7185C36.6789 36.1613 36.8598 36.5481 37.1779 36.8475C37.496 37.1345 37.9576 37.2717 38.4005 37.1781C38.6251 37.1407 38.8809 37.0035 39.0867 36.9161C39.2052 36.8662 39.33 36.8101 39.4485 36.754C39.6918 36.6479 39.9475 36.5356 40.2033 36.4233C40.721 36.205 41.2637 35.968 41.8376 35.7247C42.9792 35.2444 44.2392 34.7266 45.6178 34.1777C46.3102 33.9095 47.0338 33.6225 47.7824 33.3293C48.481 33.0673 49.2046 32.7929 49.9594 32.5059C49.9719 32.4934 49.9906 32.4997 50.0031 32.5184C50.0031 32.5246 50.0031 32.5371 50.0031 32.5433C49.9657 32.7492 49.9282 32.9613 49.8908 33.1734C49.7286 34.0592 49.5228 35.0323 49.2483 36.099C48.9738 37.1719 48.6307 38.3446 48.1816 39.6484C47.9508 40.2971 47.7075 40.977 47.4206 41.6882C47.2834 42.0437 47.1274 42.4055 46.9652 42.7736C46.8841 42.9607 46.803 43.1478 46.7157 43.335C46.6034 43.5783 46.4911 43.8215 46.3726 44.0711C46.1169 44.6138 46.2229 45.2313 46.6221 45.643C46.8217 45.8426 47.0775 45.9799 47.3644 46.0298C47.6576 46.0734 48.0007 46.0485 48.2877 45.9986C49.1048 45.8489 49.7661 45.512 50.3961 45.25C51.6873 44.6948 53.0347 44.1147 54.432 43.5096C57.158 42.3307 60.0961 41.0644 63.2275 39.717C63.2712 39.692 63.3273 39.6733 63.3648 39.717C63.4084 39.7544 63.3959 39.8105 63.3772 39.8542C63.1527 40.3844 62.9219 40.9084 62.6973 41.4386C62.1546 42.6675 61.6119 43.8964 61.0692 45.119C59.9713 47.5581 58.8485 49.9597 57.7506 52.249C57.4761 52.8229 57.2017 53.3843 56.9272 53.9457C56.7775 54.2451 56.634 54.5445 56.4843 54.844C56.1974 55.3305 56.1537 55.8296 56.4032 56.2662C56.6403 56.6842 57.1331 56.9586 57.5947 56.8651C57.813 56.8526 58.0937 56.8401 58.2496 56.8214L58.6925 56.7715C59.2789 56.6966 59.8528 56.6218 60.408 56.5469C61.5308 56.3847 62.5975 56.2101 63.608 56.0167C64.1133 55.9169 64.5999 55.8233 65.0739 55.7298C65.4919 55.6424 65.8911 55.5551 66.2841 55.4678C66.4026 55.4054 66.5648 55.4927 66.5461 55.6237C66.5336 55.6923 66.5149 55.7173 66.4837 55.8171C66.4089 56.0167 66.3402 56.2163 66.2654 56.4097C65.9785 57.1894 65.7102 57.9193 65.4545 58.6054C64.9492 59.9778 64.5125 61.1692 64.1507 62.1611C63.4271 64.151 62.9905 65.3549 62.8595 65.7104C61.5433 69.5343 62.3854 69.7152 63.8139 66.2282H63.8264Z" fill="#121C2D"/> <path d="M263.94 190.544C263.952 190.463 263.965 190.388 263.965 190.307C264.039 188.922 262.929 187.755 261.781 186.976C260.016 185.778 257.976 185.048 255.968 184.325C239.581 178.467 223.193 172.603 206.806 166.746C205.59 166.309 204.349 165.873 203.057 165.779C202.415 165.735 201.779 165.785 201.149 165.879C199.658 165.336 198.179 164.8 196.72 164.263C197.761 163.883 198.529 162.928 198.897 161.874C199.277 160.789 199.29 159.61 199.215 158.462C199.128 157.127 198.928 155.817 198.666 154.52C198.254 149.592 196.165 144.564 194.979 139.187C194.967 139.131 194.954 139.081 194.942 139.025L195.054 140.74C194.911 139.711 194.867 138.688 194.63 137.677C194.293 136.224 193.913 134.777 193.538 133.329C192.784 130.435 192.016 127.547 191.442 124.609C190.875 121.714 190.282 118.826 189.621 115.957C188.935 112.975 188.174 110.012 187.294 107.086C184.88 99.0582 184.069 90.7056 181.468 82.7086C180.894 80.9432 180.32 78.3794 179.141 76.9073C177.582 74.961 173.939 75.0109 171.699 75.0047C163.709 74.9797 155.724 75.3228 147.746 75.6597C130.922 76.377 114.098 77.0882 97.2745 77.8055C94.9166 77.9053 92.5649 78.0052 90.2069 78.1798C88.0361 78.3358 85.8591 78.7662 83.6945 78.8098C70.2081 79.0905 56.5345 78.2734 43.2602 81.1927C42.1561 81.436 40.9771 81.7479 40.2535 82.6212C39.611 83.401 39.4738 84.4677 39.4052 85.472C39.1245 89.7949 39.9666 94.0865 41.0146 98.266C41.969 102.071 42.5865 105.97 43.2165 109.856C43.6532 112.545 43.8653 115.271 44.3331 117.959C45.5183 124.783 46.7035 131.608 47.895 138.432C49.1738 145.793 50.4525 153.154 52.1118 160.439C53.5466 166.759 53.9832 173.171 55.3556 179.509C55.6862 181.025 56.0792 182.59 57.0648 183.788C57.464 184.268 57.9443 184.68 58.3123 185.179C59.1545 186.333 59.3167 187.868 60.0777 189.078C60.8325 190.269 62.0925 191.03 63.3089 191.748C68.1433 194.598 72.9777 197.449 77.8121 200.3C83.42 203.606 89.3398 206.276 94.8854 209.638C95.6464 210.1 96.4137 210.549 97.1747 211.017C97.8484 211.435 98.154 211.909 98.8028 212.358C101.629 214.31 104.754 215.913 107.91 217.248C109.083 217.747 109.526 218.477 110.374 219.244C111.522 220.274 113.181 221.178 114.51 221.97C116.051 222.887 117.722 223.561 119.382 224.222C121.422 225.04 123.468 225.857 125.613 226.312C127.117 226.63 128.645 226.774 130.18 226.836C131.639 226.892 133.105 226.873 134.559 226.693C136.199 226.487 137.802 226.069 139.399 225.651C143.529 224.578 147.64 223.611 151.688 222.295C155.786 220.966 159.91 219.719 164.052 218.533C177.145 214.797 190.413 211.715 203.669 208.628C211.335 206.843 219.158 205.633 226.674 203.282C238.951 199.433 252.187 199.377 262.131 194.305C263.628 193.538 264.208 191.96 263.921 190.538L263.94 190.544ZM196.614 164.157V164.238C196.614 164.238 196.589 164.226 196.576 164.226C196.589 164.207 196.601 164.182 196.614 164.164V164.157Z" fill="white"/> <path d="M55.8792 176.702C54.9623 171.799 51.0261 151.457 46.1481 123.33C44.9441 116.294 43.6529 108.777 42.3055 100.905C41.6443 96.9624 40.9643 92.9326 40.2719 88.8281L40.0099 87.2873C39.9413 86.8195 39.9039 86.3828 39.9538 85.9337C40.0286 85.0417 40.3468 84.1621 40.8895 83.426C41.4135 82.6775 42.1558 82.1036 42.9917 81.7418C43.4158 81.5734 43.8525 81.4361 44.3079 81.3862C44.52 81.355 44.7757 81.3363 45.0564 81.3238L45.8611 81.2864C63.0404 80.463 81.1803 79.5959 99.3015 78.7289C103.83 78.5168 108.359 78.2985 112.875 78.0864C117.385 77.868 121.889 77.7558 126.349 77.5811C135.282 77.2692 144.077 76.9573 152.63 76.6579C156.903 76.5082 161.113 76.3585 165.249 76.215C167.326 76.1401 169.378 76.0653 171.412 75.9904C173.421 75.9093 175.436 75.7534 177.07 76.2087C178.685 76.6454 179.671 78.0365 180.264 79.7456C180.838 81.4112 181.181 83.3637 181.624 85.1727C182.459 88.8406 183.27 92.3962 184.056 95.8333C190.338 123.33 194.835 143.03 195.79 147.215C196.414 149.935 197.006 152.399 197.561 154.57C197.83 155.649 198.135 156.684 198.31 157.551C198.491 158.443 198.578 159.286 198.585 160.034C198.609 161.544 198.216 162.642 197.724 163.259C197.212 163.877 196.682 164.051 196.607 164.226C196.563 164.307 196.613 164.357 196.782 164.369C196.95 164.382 197.243 164.382 197.636 164.226C198.46 163.983 199.533 162.804 199.87 160.995C200.05 160.103 200.119 159.067 200.019 157.919C199.982 157.352 199.882 156.734 199.757 156.123C199.639 155.53 199.508 154.9 199.377 154.245C198.828 151.613 198.148 148.475 197.299 144.795C196.358 140.678 191.754 120.642 185.341 92.7268C184.537 89.2398 183.707 85.628 182.852 81.904C182.397 80.0576 181.967 77.9367 180.445 76.1776C179.702 75.298 178.623 74.643 177.519 74.3436C176.415 74.0379 175.336 74.0005 174.294 73.988C166.247 74.2812 157.826 74.5931 149.155 74.9112C140.491 75.2294 131.583 75.56 122.557 75.8968C120.298 75.9779 118.034 76.0653 115.77 76.1464C113.499 76.2586 111.228 76.3647 108.952 76.477C104.398 76.7015 99.8317 76.9261 95.2718 77.1507C86.1457 77.5998 77.0321 78.0489 68.0557 78.4981C63.5706 78.7226 59.1167 78.9472 54.7127 79.1655C52.5107 79.2778 50.3212 79.3963 48.1504 79.5086C47.065 79.5648 45.9796 79.6209 44.9005 79.677C44.3827 79.6895 43.7028 79.7831 43.1351 79.939C42.555 80.1262 41.9749 80.3507 41.4634 80.6876C40.4154 81.3176 39.5857 82.2658 39.0243 83.3325C38.4754 84.4116 38.2259 85.6343 38.307 86.8319C38.3631 87.4557 38.4629 87.9548 38.5502 88.4725L38.8122 90.0195C38.9869 91.0488 39.1616 92.0718 39.3362 93.0948C40.0349 97.1744 40.721 101.167 41.3885 105.065C42.7546 112.857 44.0521 120.255 45.256 127.135C50.1466 154.645 53.9642 173.77 54.5381 176.521C57.1081 188.779 58.0313 188.198 55.8855 176.733L55.8792 176.702Z" fill="#121C2D"/> <path d="M177.057 93.2819C177.756 96.3385 179.684 104.18 182.653 115.57C184.131 121.265 185.847 127.853 187.749 135.182C188.691 138.85 189.658 142.705 190.644 146.741C191.124 148.762 191.611 150.821 192.11 152.917C192.353 153.971 192.59 155.031 192.839 156.098L192.933 156.497C192.97 156.641 192.989 156.765 193.002 156.834C193.027 157.015 193.014 157.196 192.977 157.371C192.896 157.726 192.671 158.05 192.372 158.256C192.222 158.362 192.053 158.437 191.872 158.481L191.735 158.506L191.529 158.531L191.111 158.581C190.55 158.649 189.989 158.718 189.421 158.787C188.292 158.924 187.15 159.067 186.003 159.211C183.707 159.491 181.374 159.785 179.01 160.072C174.282 160.658 169.416 161.257 164.438 161.874C154.482 163.103 144.077 164.382 133.367 165.704C122.638 166.915 111.609 168.156 100.431 169.416C94.8414 170.071 89.221 170.763 83.5819 171.543C80.7624 171.93 77.9428 172.348 75.1233 172.809C73.7135 173.04 72.3037 173.29 70.9002 173.545L68.7918 173.963L68.2616 174.069L67.8311 174.132C67.5442 174.151 67.2572 174.157 66.9703 174.113C65.8288 173.97 64.7683 173.271 64.2007 172.273C64.0509 172.03 63.9449 171.761 63.8576 171.493L63.7515 171.075L63.6517 170.551L63.2587 168.449C62.7223 165.654 62.1796 162.86 61.6431 160.072C60.5203 154.507 59.4099 148.968 58.2996 143.466C56.0664 132.475 53.933 121.633 52.2113 111.054C51.3567 105.764 50.6207 100.537 50.0031 95.3966C49.8596 94.1116 49.7099 92.8328 49.5665 91.5603C49.5228 91.2047 49.5166 91.0301 49.529 90.7868C49.554 90.556 49.5977 90.3314 49.685 90.1193C49.8472 89.6889 50.1403 89.3084 50.5021 89.0402C50.8639 88.7657 51.3068 88.6035 51.7622 88.5661C52.386 88.5286 53.0098 88.4975 53.6274 88.46C54.8812 88.3914 56.135 88.3228 57.3764 88.2542C67.3134 87.7302 76.7763 87.2249 85.6155 86.7571C120.966 84.9294 146.311 84.1059 151.694 83.9375C165.692 83.4946 174.519 82.8334 175.105 82.3094C175.698 81.8104 168.037 81.3987 149.08 82.01C143.784 82.1722 117.978 83.0705 82.0723 84.9917C73.096 85.4845 63.4895 86.0085 53.409 86.5575C52.754 86.6011 52.2051 86.6136 51.4566 86.676C50.6519 86.7571 49.8721 87.1002 49.2358 87.6054C48.6058 88.1232 48.113 88.8094 47.851 89.5829C47.72 89.9696 47.6327 90.3751 47.6202 90.7868C47.6015 90.9926 47.6202 91.1985 47.6327 91.3981L47.6888 91.8909C47.982 94.4609 48.2752 97.0621 48.6308 99.6758C49.3294 104.903 50.1341 110.218 51.0698 115.583C52.9162 126.318 55.1619 137.291 57.4325 148.394C58.5678 153.946 59.7093 159.529 60.7947 165.143L61.5994 169.354L62.0049 171.474C62.1733 172.304 62.5414 173.103 63.0654 173.776C64.1071 175.13 65.7976 175.935 67.5005 175.916C67.9122 175.916 68.3738 175.841 68.7356 175.766L69.7836 175.56L71.8796 175.155C83.1203 173.159 94.5108 171.855 105.702 170.526C116.899 169.216 127.946 168.062 138.632 166.727C149.317 165.386 159.666 164.083 169.516 162.847C174.444 162.23 179.247 161.625 183.9 161.038C186.227 160.745 188.523 160.458 190.775 160.171L191.617 160.065C191.86 160.04 192.265 159.984 192.615 159.841C193.32 159.566 193.894 159.017 194.218 158.35C194.555 157.701 194.598 156.853 194.424 156.229C194.299 155.693 194.174 155.15 194.05 154.62C192.078 146.061 190.051 138.214 188.211 131.165C186.352 124.129 184.705 117.884 183.308 112.595C180.513 102.021 178.829 95.2344 178.405 93.5252C176.49 85.9149 175.429 82.2533 175.136 82.3032C174.862 82.3469 175.367 86.1146 177.026 93.2632L177.057 93.2819Z" fill="#121C2D"/> <path d="M139.779 219.469C141.457 218.995 148.4 216.874 158.056 214.267C167.706 211.653 180.076 208.565 192.434 205.527C204.791 202.496 217.117 199.439 226.686 196.875C236.255 194.337 243.054 192.266 244.502 191.841C252 189.483 253.31 186.976 243.235 190.12C242.53 190.332 240.453 190.949 237.347 191.873C234.234 192.758 230.098 193.95 225.251 195.247C215.57 197.88 203.088 201.017 190.662 204.143C178.236 207.268 165.879 210.449 156.441 213.119C146.996 215.758 140.484 217.885 139.555 218.203C135.394 219.644 135.843 220.567 139.785 219.475L139.779 219.469Z" fill="#121C2D"/> <path d="M102.464 208.285C103.693 209.414 122.887 219.494 123.985 220.255C125.513 221.122 126.942 219.619 124.827 218.421C123.673 217.641 103.861 207.661 103.125 207.193C102.202 206.812 101.716 207.704 102.458 208.285H102.464Z" fill="#121C2D"/> <path d="M68.4807 189.883C69.3104 190.432 75.6107 194.062 81.9172 197.655C85.0736 199.445 88.2425 201.204 90.7439 202.527C93.2391 203.856 95.0855 204.735 95.4785 204.922C97.562 205.87 98.8345 204.242 96.1522 203.013C95.7779 202.839 93.9377 201.978 91.4051 200.674C88.8725 199.377 85.6413 197.649 82.435 195.915C76.0349 192.421 69.6659 188.978 69.1295 188.785C67.963 188.298 67.5263 189.221 68.4807 189.889V189.883Z" fill="#121C2D"/> <path d="M196.388 164.9C194.71 164.999 191.885 165.436 187.911 165.929C183.944 166.447 178.879 167.114 172.859 167.9C160.832 169.491 145.025 171.581 126.711 174.001C108.396 176.434 87.5739 179.197 65.5041 182.129L64.4686 182.266C64.1193 182.316 63.8012 182.341 63.377 182.441C62.5723 182.59 61.7801 182.959 61.1313 183.501C59.8026 184.568 59.1227 186.333 59.341 188.024C59.4346 188.872 59.7777 189.702 60.3079 190.369C60.4264 190.55 60.5762 190.706 60.7321 190.85C60.8881 190.993 61.0253 191.161 61.2062 191.274L61.7239 191.635C61.8924 191.748 62.0358 191.823 62.1918 191.916C63.4082 192.64 64.6371 193.363 65.8597 194.093C70.7627 197 75.7156 199.938 80.706 202.895C90.6804 208.809 100.786 214.797 110.885 220.785L114.672 223.031C115.919 223.761 117.204 224.572 118.589 225.208C121.334 226.493 124.278 227.354 127.278 227.703C130.279 228.078 133.329 227.928 136.28 227.348C139.205 226.674 141.944 225.925 144.77 225.221C155.979 222.364 167.027 219.544 177.756 216.812C199.214 211.335 219.406 206.189 237.091 201.679C241.514 200.549 245.774 199.464 249.866 198.422C251.912 197.898 253.909 197.393 255.861 196.894C256.84 196.645 257.801 196.401 258.755 196.158C259.229 196.039 259.704 195.915 260.178 195.796C260.645 195.678 261.095 195.578 261.681 195.36C262.766 194.948 263.733 194.156 264.313 193.145C264.906 192.141 265.106 190.962 264.956 189.858C264.806 188.747 264.282 187.693 263.496 186.932C263.116 186.539 262.654 186.233 262.192 185.996C261.962 185.89 261.706 185.766 261.488 185.684L260.883 185.466C257.676 184.3 254.682 183.202 251.912 182.191C240.834 178.149 233.386 175.436 230.772 174.481C203.618 164.588 195.827 163.895 232.55 177.27C235.114 178.205 242.649 180.944 253.896 185.036C255.3 185.547 256.765 186.077 258.288 186.633C259.049 186.907 259.822 187.188 260.608 187.475C261.338 187.749 261.862 188.036 262.305 188.554C263.166 189.533 263.278 191.199 262.467 192.353C262.074 192.927 261.481 193.363 260.758 193.588C260.602 193.65 260.365 193.713 260.128 193.769L259.429 193.95C258.961 194.068 258.493 194.187 258.026 194.312C250.478 196.245 242.138 198.385 233.161 200.687C215.208 205.29 194.729 210.543 173.002 216.107C162.142 218.889 150.97 221.758 139.654 224.659C138.232 225.015 136.822 225.414 135.444 225.67C134.053 225.938 132.637 226.081 131.215 226.106C128.37 226.181 125.513 225.782 122.787 224.94C121.421 224.528 120.092 223.985 118.82 223.349C117.56 222.725 116.306 221.939 115.021 221.191L107.386 216.681C97.2053 210.667 87.0375 204.66 77.0256 198.753C74.5242 197.275 72.029 195.802 69.5463 194.337C68.305 193.607 67.0698 192.871 65.8347 192.147L63.9883 191.055L63.0651 190.513L62.616 190.244L62.2542 189.995C61.7988 189.633 61.437 189.184 61.2124 188.666C61.0066 188.142 60.938 187.562 61.0066 187.001C61.1313 185.853 61.8986 184.842 62.9279 184.368C63.4518 184.125 63.9945 184.063 64.7369 183.957L66.8203 183.676C68.2052 183.489 69.5837 183.302 70.9623 183.121C92.9573 180.158 113.574 177.376 131.489 174.961C167.295 170.127 192.29 166.752 195.883 166.266C199.832 165.885 202.782 166.353 204.71 166.69C206.644 167.052 207.604 167.314 207.66 167.164C207.71 167.052 206.862 166.522 205.003 165.935C203.15 165.361 200.244 164.719 196.376 164.943L196.388 164.9Z" fill="#121C2D"/> <path d="M85.665 191.679C87.6861 192.746 92.8948 195.497 100.486 199.508C102.389 200.506 104.435 201.585 106.624 202.733C107.716 203.307 108.845 203.899 110.005 204.511C110.586 204.816 111.172 205.122 111.771 205.434C112.07 205.59 112.37 205.746 112.669 205.908L113.143 206.151C113.368 206.264 113.605 206.338 113.848 206.376C114.091 206.413 114.347 206.413 114.597 206.376L115.152 206.27C115.495 206.201 115.838 206.133 116.187 206.058C116.88 205.914 117.585 205.771 118.296 205.627C119.718 205.34 121.171 205.041 122.656 204.735C125.625 204.13 128.719 203.5 131.919 202.845C157.538 197.599 190.182 190.918 222.75 184.25L225.8 183.626L227.329 183.314C227.603 183.252 227.796 183.227 228.133 183.14C228.508 183.052 228.876 182.859 229.187 182.603C230.466 181.536 230.379 179.391 228.969 178.455C228.807 178.336 228.632 178.255 228.451 178.18C228.258 178.099 228.189 178.081 228.046 178.031L227.31 177.775L225.844 177.263C221.939 175.897 218.046 174.537 214.179 173.19C210.311 171.843 206.475 170.501 202.682 169.179L201.26 168.68L200.549 168.431L200.194 168.306C200.087 168.268 199.963 168.218 199.751 168.162C199.395 168.062 198.927 168.069 198.647 168.125L197.904 168.231L196.426 168.449C194.461 168.736 192.508 169.023 190.568 169.31C175.061 171.593 160.47 173.739 147.689 175.617C122.132 179.378 103.817 182.073 99.9312 182.647C79.7015 185.635 74.6987 188.411 102.065 184.368C105.888 183.801 124.515 181.031 150.465 177.176C163.44 175.249 178.242 173.04 193.943 170.707C194.922 170.564 195.908 170.414 196.9 170.271L198.385 170.052L199.064 169.953C199.189 169.953 199.27 169.953 199.432 170.009C201.329 170.67 203.244 171.331 205.165 171.999C209.008 173.334 212.888 174.681 216.793 176.035C218.745 176.714 220.704 177.394 222.669 178.074L225.619 179.097L227.098 179.609C227.322 179.69 227.64 179.79 227.79 179.858C227.927 179.902 228.008 179.989 228.102 180.064C228.445 180.414 228.308 181.181 227.846 181.343C227.796 181.38 227.722 181.387 227.659 181.412C227.572 181.437 227.416 181.462 227.297 181.493L226.53 181.655L224.996 181.973L218.851 183.246C186.077 190.045 153.459 196.807 128.407 202.003C125.276 202.652 122.263 203.282 119.381 203.874C117.94 204.174 116.537 204.467 115.164 204.754L114.653 204.86L114.409 204.91C114.36 204.916 114.31 204.922 114.26 204.929C114.16 204.929 114.06 204.922 113.967 204.891C113.86 204.86 113.817 204.841 113.636 204.748C113.031 204.436 112.432 204.124 111.846 203.818C107.13 201.367 102.95 199.196 99.4072 197.356C92.3146 193.688 87.7797 191.336 86.6381 190.75C85.3593 190.101 84.2365 189.552 83.2759 189.091C82.7269 188.841 82.5086 188.735 82.3215 188.454C82.1468 188.199 82.0844 187.893 82.1094 187.618C82.1593 187.063 82.4774 186.714 82.7207 186.527C82.964 186.333 83.1449 186.265 83.1324 186.184C83.1324 186.128 82.939 186.04 82.5648 186.14C82.203 186.221 81.5979 186.577 81.3484 187.381C81.2298 187.774 81.2049 188.273 81.4045 188.785C81.5168 189.028 81.6665 189.29 81.8911 189.49C82.1031 189.708 82.4026 189.864 82.5897 189.976C83.4692 190.482 84.4923 191.049 85.6712 191.686L85.665 191.679Z" fill="#121C2D"/> <mask id="mask0_4076_28848" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="11" y="0" width="218" height="172"> <path d="M81.9536 171.787L167.351 161.531L182.84 138.594L208.066 110.05L228.863 51.9059L205.808 42.2433L181.954 63.4211L153.634 10.8041L118.227 0L100.231 10.5234L88.229 64.6874L75.6283 91.6914L41.5755 62.0737L23.5728 60.9821L11.9141 78.1801L81.9536 171.787Z" fill="white"/> </mask> <g mask="url(#mask0_4076_28848)"> <path d="M42.1951 85.3164C40.4983 83.7631 37.9221 83.8692 35.7138 83.2329C30.9294 81.8481 28.0786 76.9825 26.3632 72.3103C26.1074 71.6116 25.939 70.6634 26.569 70.2642C27.1616 69.8899 27.9102 70.3578 28.4217 70.8381C29.9063 72.2292 31.1352 73.8822 32.7072 75.1735C34.2791 76.4647 36.3564 77.3755 38.3338 76.9014C38.5771 76.1341 37.5478 75.6101 37.1798 74.8928C36.1567 72.8779 38.4897 72.0046 39.9057 72.9091C45.2641 76.3213 48.9445 81.1494 52.1134 86.5452C52.706 87.5558 53.2861 88.5913 53.5606 89.7266C54.3653 93.0514 50.3543 99.963 46.3121 97.1373C45.0146 96.2327 45.077 93.9497 44.8275 92.5648C44.4033 90.2069 44.0664 87.0443 42.1951 85.3288V85.3164Z" fill="white"/> <path d="M45.9441 94.7979C45.8692 94.2552 45.6447 92.8455 45.2018 90.8181C44.9834 89.8013 44.7027 88.6348 44.3659 87.3374C44.185 86.7136 44.054 85.9276 43.4551 85.1541C43.1495 84.7673 42.7128 84.4742 42.3074 84.2933C41.8894 84.1061 41.5089 83.9938 41.1346 83.8753C39.6126 83.395 37.9782 82.9958 36.3626 82.4593C34.747 81.9228 33.1376 81.1992 31.8276 80.0639C30.5177 78.9224 29.5009 77.3629 28.7399 75.6537C28.3531 74.7929 28.0287 73.9008 27.7293 72.9714L27.5047 72.2603L27.3925 71.9047C27.3488 71.7799 27.2802 71.649 27.224 71.518L27.0119 71.0626C27.0119 71.0626 27.0057 71.0127 27.0182 70.994C27.0307 70.9753 27.0556 70.9628 27.0806 70.9628C27.093 70.9628 27.1055 70.9628 27.1118 70.9628C27.1492 70.9628 27.2365 70.9815 27.3051 71.0002C27.617 71.0875 27.8104 71.2248 28.1036 71.5367C28.3718 71.8299 28.7024 72.254 29.0518 72.6096C29.3948 72.9714 29.7254 73.3581 30.0748 73.6763C30.7672 74.3437 31.4534 75.005 32.1333 75.6537C32.4764 75.9843 32.8631 76.3461 33.3372 76.6518C33.8175 76.9699 34.3914 77.1695 34.8967 77.2756C35.4082 77.3879 35.8761 77.4378 36.3065 77.5001C36.7431 77.5625 37.1798 77.6311 37.6102 77.6935C38.471 77.8245 39.3132 77.9742 40.1303 78.1239C40.9475 78.2799 41.746 78.4421 42.5195 78.6105C43.293 78.7851 44.054 78.9411 44.684 79.1469C45.3265 79.359 45.8193 79.621 46.231 80.0015C46.649 80.3758 46.9921 80.8561 47.304 81.3552C47.9153 82.3657 48.4767 83.4012 48.957 84.2246C49.9114 85.9026 50.5602 87.0317 50.7847 87.4309C53.1801 91.6166 55.432 91.785 52.1945 86.121C51.9762 85.7404 51.3524 84.655 50.4167 83.0332C49.9301 82.216 49.4436 81.2928 48.7324 80.1762C48.3706 79.6273 47.9277 79.0347 47.304 78.5107C46.6739 77.9742 45.8817 77.6124 45.1144 77.3816C44.3347 77.1508 43.5986 77.0011 42.8189 76.8327C42.0391 76.6705 41.2407 76.5083 40.411 76.3586C39.5814 76.2089 38.733 76.0716 37.866 75.9406C37.0176 75.8034 36.0445 75.7161 35.2835 75.5664C34.8967 75.4853 34.5848 75.373 34.2916 75.1859C33.986 74.9987 33.6803 74.7243 33.3559 74.4124C32.6822 73.7761 32.0023 73.1273 31.3099 72.4724C30.9543 72.148 30.6549 71.8111 30.3305 71.4743C29.9999 71.1437 29.7317 70.8068 29.3512 70.3889C29.1578 70.183 28.9519 69.9834 28.665 69.7838C28.3718 69.5842 28.0786 69.4594 27.7543 69.3721C27.5921 69.3284 27.4299 69.2972 27.2365 69.2848C27.0057 69.2723 26.7749 69.2848 26.5566 69.3347C26.1074 69.422 25.7456 69.6965 25.4837 70.0396C25.4026 70.2329 25.2653 70.4201 25.2466 70.6384C25.2154 70.8505 25.2466 71.0688 25.309 71.2809C25.3402 71.387 25.3901 71.493 25.44 71.599C25.4649 71.649 25.4961 71.6989 25.5273 71.7862L25.571 71.8798L25.7082 72.1667C25.7519 72.2665 25.8018 72.3476 25.8455 72.4599L25.9577 72.8092L26.1823 73.5141C26.4942 74.4685 26.8622 75.4354 27.2927 76.3648C28.1473 78.23 29.3262 80.014 30.9231 81.3365C32.52 82.6651 34.3852 83.4137 36.1193 83.9564C37.8597 84.5053 39.5252 84.8796 41.0099 85.3412C41.3841 85.4535 41.7085 85.5658 41.958 85.7093C42.2076 85.8527 42.3573 86.0087 42.507 86.2395C42.7939 86.7011 42.9499 87.3935 43.137 88.0298C43.4863 89.3023 43.7733 90.4376 43.9978 91.4107C44.4532 93.3507 44.6903 94.6108 44.7651 94.9165C45.339 97.5364 46.2622 97.3305 45.9566 94.7979H45.9441Z" fill="#121C2D"/> <path d="M47.9156 79.4151C47.7909 79.1718 47.2794 78.1613 46.169 76.9199C45.8883 76.6143 45.5639 76.3024 45.1834 76.0092C44.778 75.7035 44.4162 75.4727 44.0481 75.2107C43.2933 74.693 42.5011 74.144 41.7089 73.6013C41.3408 73.3581 41.0102 73.0275 40.5923 72.7093C40.1681 72.3974 39.7689 72.0606 39.0702 71.8422C38.9018 71.7923 38.6523 71.7612 38.4714 71.7674C38.2967 71.7674 38.1096 71.7986 37.9287 71.8422C37.5669 71.9358 37.2176 72.1417 36.9618 72.4099C36.4441 72.9526 36.2881 73.6263 36.3131 74.2002C36.3318 74.4871 36.3879 74.7678 36.4815 75.0174C36.5688 75.2482 36.6686 75.4353 36.7747 75.61C36.9805 75.9593 37.1989 76.2213 37.3798 76.4334C37.754 76.8513 38.0098 77.0759 38.1034 77.1632C39.0391 77.9991 40.4613 76.7577 39.2948 75.716C39.22 75.6411 38.9829 75.4353 38.7022 75.1234C38.4277 74.8177 38.1034 74.3499 38.1221 74.038C38.1345 73.6637 38.3342 73.4579 38.7022 73.5639C38.9704 73.6575 39.3385 73.907 39.7003 74.1815L40.2742 74.6306C40.374 74.7055 40.4987 74.8053 40.6048 74.8676L40.9229 75.0673C41.765 75.6037 42.6009 76.1339 43.3931 76.6392C43.5865 76.764 43.7799 76.8825 43.967 77.0073C44.1354 77.1071 44.2914 77.2193 44.4473 77.3316C44.753 77.5624 45.0275 77.812 45.2707 78.0615C46.2376 79.0783 46.8053 79.9703 46.9176 80.0701C47.3854 80.5629 48.1652 80.0264 47.9219 79.4276L47.9156 79.4151Z" fill="#121C2D"/> <path d="M196.539 100.237C197.356 100.587 198.298 100.138 198.541 99.2829C200.144 93.6376 202.908 88.3166 206.619 83.7629C210.05 79.5523 214.292 75.9655 217.099 71.312C218.546 68.9104 219.582 66.2593 220.143 63.5084C220.255 62.9469 220.349 62.3481 220.124 61.8241C220.056 61.6682 219.95 61.5247 219.819 61.4062C219.282 60.9321 219.008 60.2459 219.151 59.5473C219.338 58.6552 219.463 57.7507 219.538 56.8462C219.588 56.1788 219.6 55.4552 219.226 54.8938C218.858 54.3324 217.96 54.0828 217.504 54.5694C216.874 53.4778 215.284 53.091 214.223 53.7709C213.818 54.0329 213.493 54.4135 213.057 54.6255C212.651 54.8189 212.184 54.8376 211.741 54.9312C209.395 55.4115 207.967 57.7632 207.05 59.9715C206.264 61.8553 205.534 64.4628 203.993 65.9412C203.65 66.2718 203.07 66.0597 203.032 65.5856C202.877 63.683 202.571 61.6994 200.656 59.4287C199.807 58.4182 198.148 57.5948 197.113 58.4057C196.458 58.9172 197.936 61.8553 199.084 67.5942C200.5 74.6618 197.169 81.5734 193.651 86.7447C192.665 88.1981 191.81 89.7888 191.48 91.5105C190.837 94.8478 192.634 99.0771 195.915 99.9691L196.545 100.237H196.539Z" fill="white"/> <path d="M208.907 73.8007C208.857 73.52 208.539 72.3036 207.491 70.9563C206.986 70.2888 206.244 69.5964 205.427 69.0599C204.634 68.5172 203.855 68.0057 203.499 67.3382C203.125 66.6708 203.069 65.76 203.1 64.8743C203.137 63.976 203.231 63.0403 203.125 62.1608C203.037 61.2874 202.701 60.4703 202.326 59.9837C201.952 59.4722 201.578 59.2102 201.447 59.1229C201.104 58.8921 200.717 58.8609 200.461 58.9607C200.199 59.0543 200.068 59.2601 200.043 59.4535C200.012 59.6531 200.074 59.8652 200.168 60.0399C200.268 60.2145 200.386 60.358 200.605 60.5202C200.698 60.6013 201.453 61.1065 201.584 62.4914C201.671 63.1775 201.603 64.0321 201.59 65.0427C201.59 66.0283 201.69 67.2447 202.401 68.2864C203.125 69.3094 204.129 69.8022 204.865 70.3075C205.608 70.7878 206.194 71.343 206.649 71.8982C207.548 73.0085 207.859 73.9879 207.928 74.1126C208.209 74.6865 209.013 74.5119 208.92 73.8132L208.907 73.8007Z" fill="#121C2D"/> <path d="M192.721 89.664C192.964 89.3646 193.85 88.0234 195.047 86.1707C195.646 85.2413 196.326 84.1871 197.044 83.0705C197.081 83.0019 197.137 82.9395 197.2 82.8085L197.318 82.5777L197.555 82.1098C197.724 81.7979 197.855 81.4736 198.004 81.1492C198.291 80.4942 198.553 79.8205 198.784 79.1406C199.726 76.4021 200.106 73.5077 200.119 71.2621C200.131 69.0102 199.851 67.407 199.795 67.0702C199.645 66.1844 199.115 65.729 198.715 65.7852C198.304 65.8475 198.029 66.3778 198.216 67.4881C198.266 67.7938 198.547 69.3158 198.541 71.4617C198.559 73.6013 198.198 76.3647 197.331 78.9721C197.118 79.6209 196.875 80.2634 196.607 80.881C196.482 81.1929 196.339 81.4985 196.189 81.7917L195.989 82.2096L195.74 82.6213C195.054 83.7566 194.411 84.8171 193.85 85.7403C192.733 87.5867 191.96 88.8842 191.866 89.0776C191.442 89.9509 192.153 90.3626 192.727 89.6577L192.721 89.664Z" fill="#121C2D"/> <path d="M207.586 66.4651C207.867 66.1594 209.401 63.6268 210.905 61.0942C211.653 59.8217 212.402 58.5803 212.982 57.5511C213.562 56.5218 213.88 55.6859 213.943 55.505C214.111 55.0372 213.787 54.6255 213.4 54.507C213.007 54.3884 212.57 54.507 212.383 55.0309C212.333 55.1807 212.071 55.898 211.547 56.9023C210.992 57.9191 210.287 59.2228 209.582 60.5203C208.166 63.1278 206.775 65.7103 206.7 65.9286C206.538 66.4214 207.255 66.8144 207.586 66.4588V66.4651Z" fill="#121C2D"/> <path d="M212.713 71.2184C212.632 71.0001 211.528 69.8835 210.218 69.0289C208.927 68.1493 207.467 67.5567 207.299 67.4943C206.837 67.3259 206.214 68.8293 206.762 69.0289C206.918 69.085 208.285 69.5591 209.532 70.2889C210.792 70.9876 211.896 71.9233 212.009 71.9669C212.258 72.0605 212.826 71.4679 212.72 71.2184H212.713Z" fill="#121C2D"/> <path d="M210.293 67.8249C210.624 67.4756 212.514 64.5749 214.373 61.6805C215.302 60.2209 216.232 58.8173 216.936 57.6134C217.648 56.4095 217.953 55.3428 217.997 55.1182C218.14 54.5194 217.747 54.0952 217.348 54.0515C216.936 54.0079 216.544 54.2262 216.394 54.8188C216.356 54.9872 216.144 55.8169 215.502 56.9522C214.866 58.0875 213.93 59.5971 213.05 61.0817C211.272 64.0572 209.526 67.014 209.426 67.2635C209.201 67.8187 209.906 68.2366 210.293 67.8249Z" fill="#121C2D"/> <path d="M213.325 69.4032C213.612 69.1037 215.065 66.5649 216.712 64.2194C217.529 63.0592 218.465 61.9114 219.057 60.8322C219.669 59.7718 219.875 58.8298 219.912 58.6365C220.006 58.1125 219.6 57.7569 219.201 57.7382C218.789 57.7133 218.396 57.9066 218.296 58.3932C218.271 58.5304 218.134 59.2228 217.623 60.171C217.13 61.1192 216.244 62.2794 215.427 63.552C213.811 66.0659 212.501 68.6733 212.42 68.8854C212.264 69.3782 212.988 69.7587 213.312 69.4032H213.325Z" fill="#121C2D"/> <path d="M199.857 97.4988C200.095 96.9623 200.93 94.6668 202.427 91.6788C203.195 90.1942 204.13 88.5411 205.266 86.8943C206.401 85.2413 207.748 83.6256 209.239 82.1098C212.29 78.9908 214.91 75.4851 216.7 72.6094C218.503 69.7337 219.532 67.5193 219.763 67.0639C220.343 65.8475 220.293 64.9056 219.95 64.6997C219.588 64.4876 218.958 64.9929 218.197 66.5773C217.972 67.014 216.962 69.2035 215.197 72.0543C213.437 74.9112 210.874 78.367 207.879 81.4611C204.81 84.6549 202.546 88.4912 201.13 91.5166C199.708 94.5607 198.997 96.7877 198.903 97.1058C198.498 98.553 199.302 98.7589 199.857 97.505V97.4988Z" fill="#121C2D"/> <path d="M159.51 70.7133C160.028 69.6716 161.588 69.2287 162.355 68.2868C163.958 66.3156 162.916 63.2341 161.918 60.9822C161.294 59.5786 160.471 58.2749 159.554 57.0398C152.773 47.9137 152 36.8601 149.031 26.3803C147.895 22.3818 144.496 16.7677 141.389 14.0043C136.386 9.56286 131.583 8.84549 127.46 9.40067C126.15 9.57533 125.027 9.23225 123.786 8.88916C122.544 8.54607 121.166 8.25289 119.825 8.14061C115.021 7.75386 110.181 10.0868 107.205 13.8296C105.471 16.0066 104.473 18.6391 104.174 21.3962C103.955 23.3986 103.974 25.8127 105.665 27.2225C106.064 27.5531 105.247 28.4888 105.172 29.1125C104.036 38.694 103.793 42.9608 97.8359 51.8249C96.9065 53.2035 96.2203 54.7255 95.8086 56.3349C95.1661 58.8737 94.3427 62.7475 96.5572 64.1198C97.3618 64.6189 98.9338 65.7667 100.655 67.0018C102.695 68.4677 103.481 71.1375 102.558 73.4768L99.1147 82.1724C99.1147 82.1724 96.0644 85.4723 110.599 82.2036C112.14 81.8543 113.668 81.4364 115.177 80.9498L120.112 79.3404C120.112 79.3404 123.312 79.6585 126.605 78.0055C126.605 78.0055 132.931 85.5534 134.783 86.8821C135.856 87.6556 138.002 83.6508 139.605 80.1576C140.585 78.0242 142.967 76.8827 145.232 77.5252C149.954 78.8539 157.789 78.9474 158.618 72.591C158.475 73.0962 158.338 73.6015 158.175 74.1005C158.562 72.9216 158.986 71.7863 159.523 70.7133H159.51Z" fill="white"/> <path d="M116.624 35.8246C116.475 35.5189 116.169 35.3068 115.826 35.2881C115.62 35.2756 115.408 35.2631 115.196 35.2881C114.865 35.3193 114.597 35.4503 114.41 35.7247C114.248 35.968 114.167 36.2674 114.16 36.5544C114.154 36.8975 114.335 37.2281 114.591 37.4527C114.778 37.6148 115.009 37.7334 115.258 37.7645C115.589 37.802 115.919 37.6897 116.175 37.4838C116.475 37.2343 116.68 36.91 116.73 36.492C116.755 36.2862 116.73 36.0429 116.624 35.8308V35.8246Z" fill="#121C2D"/> <path d="M130.148 36.1612C129.998 35.8556 129.692 35.6435 129.349 35.6248C129.143 35.6123 128.931 35.5998 128.719 35.6248C128.389 35.6559 128.12 35.7869 127.933 36.0614C127.771 36.3047 127.69 36.6041 127.684 36.8911C127.678 37.2341 127.858 37.5648 128.114 37.7893C128.301 37.9515 128.532 38.07 128.782 38.1012C129.112 38.1386 129.443 38.0264 129.699 37.8205C129.998 37.571 130.204 37.2466 130.254 36.8287C130.279 36.6228 130.254 36.3795 130.148 36.1675V36.1612Z" fill="black"/> <path d="M138.426 45.9798C138.245 46.4102 137.814 47.5455 136.922 49.08C136.037 50.6083 134.714 52.5858 132.805 54.4572C131.857 55.3804 130.703 56.2474 129.412 56.9336C128.108 57.6011 126.63 58.0377 125.058 58.1251C124.272 58.1812 123.467 58.15 122.656 58.0502C121.852 57.9566 121.003 57.8132 120.23 57.5948C118.67 57.1707 117.154 56.3722 115.788 55.3804C114.416 54.3948 113.168 53.2283 112.095 51.9495C111.029 50.677 110.118 49.2859 109.544 47.8449C108.321 44.9755 108.87 41.9251 109.469 39.3177C110.093 36.6915 110.661 34.3211 110.717 32.4435C110.76 30.6282 110.81 29.5304 110.866 29.1374C110.973 28.1268 111.091 27.3533 111.178 26.7794C111.259 26.2055 111.303 25.8063 111.153 25.6441C111.022 25.4882 110.654 25.5755 110.193 26.1494C109.737 26.717 109.263 27.8274 109.157 29.3682C109.139 29.5803 109.107 30.0044 109.089 30.5908C109.064 31.1709 109.082 31.9507 109.026 32.7803C108.97 33.6287 108.833 34.6205 108.602 35.7433C108.378 36.8662 108.059 38.1138 107.766 39.4923C107.486 40.8709 107.192 42.393 107.217 44.0523C107.205 44.8819 107.323 45.7365 107.492 46.5911C107.71 47.4395 107.991 48.2878 108.384 49.08C109.937 52.2739 112.513 55.031 115.595 57.0397C117.136 58.0252 118.851 58.8487 120.673 59.1793C122.432 59.5348 124.247 59.6783 125.987 59.4288C126.854 59.304 127.703 59.1044 128.501 58.8112C129.3 58.5118 130.042 58.1438 130.734 57.7321C132.094 56.8837 133.267 55.8981 134.209 54.8689C137.983 50.7393 139.237 46.9404 139.411 46.4227C139.779 45.2125 139.636 44.5513 139.411 44.5139C139.162 44.464 138.844 44.9755 138.432 45.9798H138.426Z" fill="#0F1C2E"/> <path d="M139.748 40.1037C139.879 40.0663 140.303 39.4986 140.74 38.9559C141.17 38.4132 141.619 37.8892 141.669 37.8269C141.8 37.6647 140.534 36.5481 140.34 36.7914C140.284 36.86 139.848 37.49 139.486 38.1512C139.118 38.8062 138.812 39.4861 138.825 39.561C138.85 39.7232 139.592 40.1411 139.748 40.1037Z" fill="#0F1C2E"/> <path d="M138.494 44.9193C138.575 44.9006 138.725 44.8631 138.918 44.807C139.112 44.7321 139.361 44.6323 139.655 44.5201C140.228 44.2581 140.989 43.8838 141.757 43.2662C143.31 42.081 144.926 39.904 145.075 37.2154C145.119 35.8556 144.657 34.5331 143.84 33.5226C143.029 32.512 141.788 31.8695 140.628 31.8695C139.492 31.8508 138.588 32.2563 138.001 32.6742C137.409 33.1046 137.103 33.5226 137.01 33.6785C136.741 34.0653 136.71 34.4895 136.791 34.7702C136.891 35.0633 137.078 35.2193 137.284 35.2567C137.49 35.3004 137.721 35.238 137.902 35.1132C138.101 34.9885 138.257 34.8138 138.463 34.5456C138.525 34.477 138.681 34.2275 139.062 33.9779C139.43 33.7347 140.035 33.4664 140.734 33.5101C141.395 33.5288 142.193 33.9405 142.749 34.6766C143.316 35.4002 143.647 36.4232 143.584 37.4088C143.516 38.4194 143.135 39.4673 142.618 40.3219C142.094 41.1828 141.432 41.8876 140.784 42.4054C140.135 42.9231 139.505 43.2849 139.031 43.5157C138.557 43.7528 138.238 43.8775 138.157 43.915C137.477 44.2643 137.708 45.0877 138.494 44.9318V44.9193Z" fill="#0F1C2E"/> <path d="M116.936 67.3322C117.061 67.0016 117.167 64.575 117.161 62.1859C117.161 59.7968 117.204 57.4513 117.223 57.1768C117.248 56.4657 115.57 56.185 115.539 57.2018C115.52 57.4887 115.557 59.9465 115.682 62.3418C115.807 64.7435 115.844 67.0952 115.876 67.2761C115.969 67.6815 116.817 67.7127 116.948 67.326L116.936 67.3322Z" fill="#0F1C2E"/> <path d="M134.577 65.2863C134.664 64.9494 134.646 62.5042 134.627 60.0901C134.602 57.6698 134.646 55.2806 134.658 54.9937C134.671 54.2576 132.993 54.0143 132.974 55.0374C132.961 55.3243 132.999 57.8195 133.149 60.2647C133.286 62.7163 133.46 65.1241 133.51 65.3112C133.629 65.7229 134.483 65.6855 134.583 65.2863H134.577Z" fill="#0F1C2E"/> <path d="M139.549 24.3217C139.225 24.5151 138.339 25.1139 136.96 25.7939C135.594 26.4613 133.685 27.2099 131.458 27.3035C130.348 27.3347 129.175 27.1974 128.052 26.792C126.923 26.3802 125.85 25.7003 124.909 24.8457C123.96 23.9911 123.187 22.9307 122.607 21.7891C122.307 21.2215 122.089 20.6164 121.902 20.0113C121.846 19.8616 121.827 19.7057 121.783 19.5497L121.727 19.3189L121.684 19.138C121.659 19.0507 121.652 18.9696 121.64 18.8885C121.54 18.2397 121.44 17.591 121.34 16.9485C120.885 17.2541 120.436 17.5536 119.987 17.8592L119.407 18.1586C119.276 18.2148 119.188 18.246 119.082 18.2896C118.658 18.4394 118.203 18.5392 117.735 18.6203C116.799 18.7824 115.814 18.8573 114.834 19.0631C112.819 19.4873 111.198 20.554 110.056 21.6269C108.896 22.7123 108.135 23.8165 107.636 24.6773C107.143 25.5444 106.887 26.1619 106.781 26.399C106.176 27.8898 106.419 28.9815 106.806 29.1125C107.006 29.1873 107.255 29.0501 107.517 28.6696C107.779 28.2891 108.072 27.6777 108.447 26.8044C108.528 26.6173 108.734 26.137 109.133 25.4446C109.526 24.7584 110.131 23.8539 111.067 22.9431C111.984 22.0324 113.275 21.1154 114.922 20.685C115.757 20.4667 116.724 20.3794 117.804 20.1985C118.34 20.1049 118.908 19.9864 119.488 19.793C119.631 19.7493 119.775 19.6869 119.924 19.6308C120.018 19.5934 120.024 19.5871 120.049 19.5747L120.118 19.5435C120.174 19.5185 120.168 19.5123 120.199 19.4936C120.211 19.506 120.211 19.5372 120.218 19.5622C120.274 19.793 120.336 20.03 120.392 20.2733C120.498 20.5977 120.611 20.9221 120.717 21.2527C120.854 21.5708 120.985 21.8952 121.135 22.2133C121.752 23.4796 122.619 24.6648 123.667 25.6629C124.709 26.6734 125.963 27.4594 127.291 27.9772C128.626 28.5136 130.042 28.6633 131.334 28.6259C133.954 28.5261 136.093 27.5904 137.565 26.8231C139.044 26.0309 139.917 25.3697 140.104 25.2262C141.445 24.1283 140.846 23.5046 139.543 24.3093L139.549 24.3217Z" fill="#0F1C2E"/> <path d="M139.592 32.6245C139.679 32.2814 138.457 28.5012 138.369 28.2642C138.257 27.9585 136.641 28.445 136.791 28.8568C136.872 29.0876 138.432 32.849 138.575 32.9738C138.737 33.111 139.536 32.8178 139.586 32.6182L139.592 32.6245Z" fill="#0F1C2E"/> <path d="M99.1337 65.3049C98.8717 65.2051 98.1419 64.9369 97.3621 64.1322C96.9816 63.7329 96.6011 63.1902 96.2954 62.5353C95.9898 61.874 95.7839 61.0818 95.6903 60.2147C95.5157 58.4556 95.8962 56.4221 96.8444 54.4509C97.7613 52.4547 99.1524 50.5397 100.481 48.4874C101.81 46.3915 102.827 44.1209 103.531 41.9126C104.249 39.7106 104.723 37.5897 105.066 35.7246C105.733 32.0006 105.97 29.3245 106.052 28.7568C106.37 25.8063 104.773 24.8706 104.349 28.8379C104.268 29.3869 104.049 32.1004 103.4 35.787C103.064 37.6272 102.614 39.7169 101.903 41.844C101.192 43.9712 100.232 46.142 98.9528 48.1194C97.6491 50.1342 96.2518 52.1865 95.3535 54.3823C94.424 56.5655 94.1371 58.8985 94.4739 60.851C94.8046 62.8222 95.7839 64.3443 96.7508 65.1801C97.7177 66.0285 98.566 66.2531 98.7594 66.3092C99.6951 66.5275 100.157 66.1969 100.138 65.9724C100.126 65.7228 99.7512 65.5357 99.1337 65.2987V65.3049Z" fill="#0F1C2E"/> <path d="M129.843 11.5464C129.737 11.4154 129.544 11.1783 129.263 10.8727C128.957 10.5919 128.577 10.2052 128.053 9.8434C127.036 9.10108 125.551 8.29639 123.711 7.81607C121.877 7.31703 119.713 7.05504 117.429 7.27337C115.128 7.46674 112.751 8.30886 110.717 9.61259C108.665 10.9101 106.912 12.6505 105.646 14.578C104.38 16.4993 103.619 18.6077 103.407 20.529C103.188 22.4503 103.456 24.1407 103.831 25.326C104.199 26.5299 104.623 27.2597 104.754 27.5217C105.496 28.8753 106.469 29.3245 106.806 29.1124C106.987 29.0063 107.043 28.7319 106.931 28.3077C106.869 28.0956 106.769 27.8523 106.638 27.5467C106.569 27.3969 106.494 27.241 106.401 27.0726C106.32 26.8979 106.232 26.7108 106.126 26.5112C106.064 26.4051 105.952 26.1805 105.821 25.8562C105.671 25.538 105.521 25.1076 105.359 24.5836C105.072 23.5419 104.816 22.076 105.072 20.3855C105.297 18.7013 105.995 16.8112 107.193 15.0833C108.378 13.3491 110.025 11.7647 111.928 10.6044C113.836 9.43169 115.976 8.75176 118.072 8.60828C120.168 8.45857 122.164 8.70809 123.811 9.17594C125.458 9.65002 126.743 10.3362 127.585 10.96C127.809 11.1035 127.984 11.2594 128.146 11.3966C128.308 11.5339 128.458 11.6524 128.57 11.7647C128.795 11.9892 128.938 12.139 129.001 12.2013C129.519 12.7378 129.912 12.9249 130.124 12.7939C130.323 12.6754 130.311 12.2013 129.849 11.5464H129.843Z" fill="#0F1C2E"/> <path d="M158.713 74.0692C158.831 73.7324 158.881 73.0899 159.081 72.4661C159.274 71.8547 159.879 71.2434 160.871 70.5448C161.345 70.1892 161.925 69.7838 162.437 69.1849C162.948 68.5985 163.354 67.8562 163.603 67.0391C164.109 65.3922 163.996 63.4834 163.379 61.637C162.761 59.7531 161.582 58.0689 160.36 56.4096C159.125 54.7441 157.833 53.0973 156.96 51.1573C156.062 49.2173 155.438 47.0527 154.789 44.8507C154.147 42.6487 153.542 40.4093 153.049 38.1574C152.063 33.6723 151.602 28.944 150.017 24.6835C148.501 20.4417 146.15 16.7551 143.424 14.1538C140.716 11.509 137.697 10.068 135.377 9.33815C133.025 8.62703 131.347 8.55217 130.773 8.52722C129.264 8.47108 128.028 8.70188 127.218 9.03249C126.4 9.34439 125.989 9.69995 125.982 9.9058C125.982 10.1241 126.388 10.2302 127.224 10.2052C128.066 10.2052 129.357 10.1054 131.191 10.2364C131.696 10.2926 133.231 10.3674 135.389 11.1035C137.535 11.8271 140.292 13.2493 142.775 15.8007C145.276 18.3145 147.447 21.8889 148.826 26.0184C150.242 30.1292 150.691 34.8451 151.826 39.4674C152.381 41.7692 153.036 44.0398 153.704 46.2543C154.371 48.4687 155.089 50.6894 156.18 52.7105C157.278 54.7379 158.7 56.3909 159.867 58.0065C161.052 59.6222 162.006 61.2191 162.393 62.8659C162.792 64.5002 162.724 66.1096 162.175 67.3135C161.907 67.9248 161.526 68.4114 161.102 68.8169C160.659 69.2223 160.166 69.5654 159.711 69.9272C159.256 70.289 158.831 70.6758 158.519 71.1062C158.208 71.5304 158.014 72.0107 157.927 72.385C157.765 73.1398 157.74 73.5327 157.696 73.6887C157.584 74.3624 157.309 74.7367 157.11 74.955C156.904 75.1671 156.71 75.2482 156.698 75.3792C156.673 75.479 156.898 75.6911 157.397 75.5663C157.877 75.4478 158.476 74.9176 158.713 74.0567V74.0692Z" fill="#0F1C2E"/> <path d="M120.161 43.5033C120.086 43.3848 119.537 43.0479 119.169 42.5302C118.994 42.2682 118.926 42.0062 118.994 41.7317C119.057 41.451 119.306 41.1017 119.643 40.7524C120.36 40.0537 121.221 39.2553 121.764 38.4942C122.332 37.7394 122.569 37.0283 122.619 36.8849C122.743 36.4856 122.35 36.1613 121.945 36.0926C121.521 36.024 121.103 36.1051 120.997 36.4295C120.966 36.5231 120.835 36.9909 120.398 37.6147C120.186 37.9266 119.899 38.2759 119.568 38.644C119.238 39.0245 118.863 39.38 118.464 39.8479C118.084 40.3032 117.672 40.9021 117.61 41.6506C117.535 42.3992 117.896 43.0542 118.24 43.4222C118.951 44.1583 119.525 44.3641 119.599 44.414C119.992 44.5263 120.392 43.7715 120.167 43.5033H120.161Z" fill="#0F1C2E"/> <path d="M120.199 49.1301C120.317 49.1051 120.717 48.8431 121.309 48.5936C121.902 48.3441 122.688 48.1195 123.492 48.0384C124.297 47.9511 125.102 48.0384 125.707 48.1694C126.312 48.3067 126.717 48.4751 126.805 48.5063C127.217 48.681 128.165 47.2525 127.372 46.9156C127.26 46.8844 126.724 46.6723 125.95 46.5538C125.177 46.4291 124.166 46.3979 123.199 46.5788C122.226 46.7472 121.303 47.1028 120.654 47.4833C119.999 47.8513 119.612 48.2069 119.563 48.2693C119.357 48.5562 119.924 49.1925 120.199 49.1301Z" fill="#0F1C2E"/> <path d="M111.933 33.9033C112.102 33.8409 112.938 33.03 113.973 32.5871C114.996 32.1005 116.107 32.007 116.231 32.0007C116.543 31.9758 116.631 30.2791 116.032 30.329C115.876 30.329 114.422 30.566 113.231 31.3021C112.002 31.9883 111.147 33.0924 111.129 33.2046C111.054 33.4542 111.734 33.9719 111.94 33.9095L111.933 33.9033Z" fill="#0F1C2E"/> <path d="M134.297 34.7952C134.234 34.5955 133.249 33.6224 132.057 32.9175C130.885 32.1877 129.562 31.7573 129.406 31.7199C128.982 31.6013 128.489 33.2107 128.963 33.348C129.094 33.3854 130.292 33.691 131.39 34.2525C132.5 34.7889 133.473 35.5562 133.567 35.5874C133.791 35.6498 134.378 35.026 134.29 34.7952H134.297Z" fill="#0F1C2E"/> <path d="M141.545 141.969L124.191 137.484H108.24L95.2591 140.703L87.1311 165.405C85.3345 179.278 79.1777 196.483 89.514 208.185C95.178 214.597 103.786 217.978 112.332 218.334C120.878 218.69 129.362 216.238 137.047 212.47C141.994 210.044 146.753 207 150.222 202.72C156.697 194.736 154.919 186.427 153.047 177.432C151.818 171.525 151.569 163.609 149.024 158.119C148.986 158.044 141.545 141.969 141.545 141.969Z" fill="white"/> <path d="M97.1377 141.969L106.526 140.391H118.228L127.541 140.89L134.515 141.177L133.954 96.5758L135.838 78.1801L139.811 66.2656V63.4211L137.977 64.413L133.611 67.3323L129.3 70.233L122.383 70.838L117.405 69.3784L114.13 65.6855L111.36 71.1687L104.81 92.178L100.207 112.988L98.6785 130.086L97.1377 141.969Z" fill="white"/> <path d="M88.4851 130.217C88.5225 129.344 88.5412 128.464 88.5412 127.578C88.5412 126.992 88.4102 126.237 87.8301 126.137C85.5595 130.41 81.9914 133.972 77.7184 136.236C75.2981 137.515 72.385 138.382 69.8337 137.378C68.0995 136.698 66.7896 135.245 65.6418 133.779C60.3894 127.073 57.0771 119.095 52.9788 111.634C49.8037 105.851 46.1233 100.343 42.0062 95.1971C41.8004 94.9413 41.5821 94.6544 41.5696 94.3238C41.5571 93.8122 42.0312 93.438 42.4554 93.151C46.5038 90.4313 50.546 87.7053 54.5944 84.9856C54.8127 84.8359 55.0685 84.6799 55.3305 84.736C55.6735 84.8047 55.842 85.1852 55.9605 85.5095C56.8588 87.986 57.9566 90.4001 59.3415 92.6457C61.4998 96.139 64.3069 99.1769 67.1014 102.19C69.397 104.666 71.6988 107.149 73.9944 109.625C79.3902 101.653 82.7524 93.0637 86.8071 84.4366C88.4477 80.9496 90.1943 77.4065 92.9951 74.7616C96.0829 71.8422 100.125 70.3015 104.036 68.8231C106.051 68.062 108.072 67.3135 110.012 66.3778C110.942 65.9287 111.859 65.4359 112.732 64.8807C113.144 64.6187 115.065 62.9407 115.24 63.5894C115.283 63.7516 115.252 63.9263 115.221 64.0885C114.429 68.3178 112.925 72.3413 111.628 76.4271C110.237 80.8061 108.846 85.1852 107.461 89.5704C104.067 100.262 100.649 111.123 100.25 122.332C100.032 128.614 100.768 134.883 101.279 141.152C102.134 151.619 102.358 162.124 102.583 172.622C102.676 176.945 102.764 181.324 101.828 185.547C101.653 186.346 101.41 187.194 100.144 187.3C99.5075 187.356 98.8713 187.163 98.3348 186.82C92.9078 183.314 88.1981 178.698 84.5801 173.34C83.2515 171.375 82.0413 169.229 81.7856 166.871C81.5547 164.769 82.1037 162.667 82.6152 160.614C83.7942 155.905 85.0418 151.214 86.1272 146.479C87.3872 140.971 88.2605 135.769 88.4789 130.242L88.4851 130.217Z" fill="#F22F46"/> <path d="M131.384 84.6737C130.648 87.88 130.548 91.1923 130.46 94.4859C130.036 109.663 129.612 124.846 129.949 140.029C130.236 152.935 131.066 165.904 129.437 178.704C129.288 179.896 129.132 181.193 129.762 182.222C130.18 182.902 130.878 183.352 131.571 183.745C136.474 186.52 142.331 187.506 147.883 186.633C150.422 186.233 152.611 185.092 155.119 184.793C158.001 184.443 163.278 183.108 163.578 179.565C164.245 171.668 163.808 163.683 162.28 155.905C160.746 148.107 158.132 140.547 156.635 132.743C156.067 129.774 155.649 126.767 155.531 123.742C155.437 121.365 154.994 117.435 155.774 115.19C156.005 114.522 156.685 113.955 157.377 114.092C157.82 114.179 158.163 114.528 158.463 114.872C159.866 116.493 160.87 118.402 161.95 120.255C164.364 124.397 167.177 128.302 170.346 131.895C171.232 132.899 172.217 133.928 173.508 134.284C175.361 134.795 177.282 133.804 178.848 132.693C183.24 129.574 186.683 125.314 189.808 120.929C197.044 110.773 202.889 99.626 207.125 87.8924C207.349 87.2686 207.568 86.5762 207.324 85.9649C207.094 85.3973 206.526 85.0479 205.989 84.7547C202.939 83.0705 199.714 81.6982 196.383 80.6814C196.077 80.5878 195.759 80.4942 195.435 80.5067C194.393 80.5504 193.751 81.6171 193.277 82.5465C190.557 87.9299 187.419 93.1011 183.907 98.0041C182.653 99.757 180.426 104.08 178.33 104.81C175.779 105.689 174.226 101.398 173.421 99.6385C170.72 93.7311 167.851 87.8924 164.838 82.1411C161.968 76.6704 158.731 70.9689 153.691 67.195C151.476 65.5419 148.775 64.2694 146.292 63.0842C143.81 61.899 140.516 61.0818 138.214 63.0654C137.74 63.4709 137.946 63.9013 137.977 64.4253C138.008 64.968 138.008 65.5107 137.977 66.0472C137.915 67.1139 137.734 68.1681 137.466 69.2036C136.917 71.3182 136.037 73.3269 135.12 75.3043C133.704 78.3546 132.145 81.3863 131.384 84.6861V84.6737Z" fill="#F22F46"/> <path d="M137.066 63.8202C136.766 64.051 135.675 65.1801 133.984 66.4776C132.3 67.7626 129.955 69.1911 127.378 69.8149C124.833 70.4761 122.126 70.1954 120.267 69.4718C118.371 68.7731 117.354 67.7314 117.136 67.5505C116.855 67.2823 116.562 67.1326 116.3 67.0515C116.032 66.9766 115.776 67.0016 115.595 67.1139C115.414 67.2261 115.32 67.4382 115.377 67.7501C115.408 67.9061 115.47 68.087 115.582 68.2866C115.707 68.4737 115.882 68.6858 116.106 68.9041C116.368 69.1162 117.672 70.3326 119.924 71.0812C122.138 71.8422 125.233 72.0481 128.065 71.181C130.897 70.3576 133.336 68.7295 135.007 67.3259C136.685 65.9162 137.683 64.7684 137.827 64.6C138.42 63.814 137.758 63.2713 137.078 63.8327L137.066 63.8202Z" fill="#0F1C2E"/> <path d="M134.952 72.7405C134.777 72.8341 134.359 73.1085 133.76 73.5202C133.454 73.7136 133.124 73.9881 132.712 74.2126C132.307 74.4434 131.858 74.693 131.377 74.9674C129.462 76.0154 126.855 77.1819 124.129 77.3566C121.428 77.5686 118.745 76.8014 117.08 75.5538C115.358 74.3748 114.566 73.0898 114.391 72.859C114.21 72.5222 113.93 72.3038 113.724 72.1604C113.499 72.0231 113.244 71.9483 113.031 71.9919C112.826 72.0356 112.657 72.1978 112.626 72.5346C112.582 72.8902 112.72 73.3518 113.075 73.9132C113.287 74.2064 114.304 75.7097 116.356 77.0322C117.392 77.656 118.652 78.286 120.087 78.573C120.448 78.6416 120.798 78.7726 121.172 78.785C121.546 78.8162 121.921 78.8474 122.295 78.8849C122.675 78.941 123.05 78.8911 123.43 78.8786L124.572 78.8162C125.314 78.6728 126.063 78.548 126.786 78.3733C127.485 78.1425 128.177 77.9117 128.845 77.6872C130.111 77.0883 131.315 76.5706 132.251 75.9343C132.731 75.6411 133.174 75.3667 133.573 75.1234C133.947 74.8427 134.278 74.5931 134.559 74.3811C135.114 73.9569 135.469 73.6824 135.557 73.6076C136.305 72.9276 135.738 72.2914 134.939 72.7342L134.952 72.7405Z" fill="#0F1C2E"/> <path d="M132.026 82.1348C132.362 82.4092 133.897 83.3824 135.631 85.1477C135.849 85.3785 136.08 85.6218 136.317 85.8713C136.679 86.2393 137.228 86.4514 137.771 86.4327C138.313 86.414 138.862 86.1582 139.224 85.7216C139.318 85.6218 139.399 85.4783 139.455 85.3847L139.592 85.1352C139.686 84.9668 139.779 84.7984 139.873 84.63C140.615 83.2638 141.333 81.7854 141.981 80.2696C143.285 77.2505 144.239 74.1003 144.82 71.6114C145.393 69.1224 145.637 67.301 145.687 66.9142C145.93 64.8869 144.314 64.2444 143.99 66.8643C143.94 67.2324 143.715 69.0226 143.173 71.4804C142.624 73.9319 141.713 77.0446 140.472 80.0139C139.854 81.4985 139.168 82.9519 138.469 84.2869C138.382 84.4491 138.301 84.605 138.22 84.761C138.176 84.842 138.114 84.9107 138.039 84.9668C137.895 85.0729 137.696 85.1103 137.527 85.0791C137.44 85.0604 137.365 85.0292 137.297 84.9793C137.259 84.9543 137.234 84.9294 137.197 84.8919L137.016 84.7048C136.779 84.4553 136.536 84.2245 136.305 84.0062C134.427 82.2533 132.849 81.3738 132.624 81.249C131.583 80.7437 131.215 81.5235 132.026 82.1348Z" fill="#0F1C2E"/> <path d="M109.469 80.7313C109.101 80.75 107.586 80.9808 105.508 81.3177C105.009 81.3988 104.479 81.4861 103.924 81.5734C103.724 81.5984 103.518 81.3801 103.556 81.168C103.556 81.143 103.568 81.1118 103.575 81.0869L103.649 80.8685L103.812 80.4194C103.924 80.12 104.036 79.8143 104.148 79.5087C104.379 78.8974 104.623 78.2798 104.872 77.6747C105.883 75.2294 107.068 72.8715 108.085 71.0999C109.108 69.3221 109.937 68.1182 110.112 67.8624C111.023 66.5525 109.931 65.1677 108.634 67.0453C108.459 67.3073 107.598 68.5923 106.569 70.4761C105.533 72.3538 104.361 74.8427 103.381 77.3878C103.138 78.024 102.901 78.6666 102.689 79.2966C102.583 79.6147 102.477 79.9329 102.371 80.2385L102.296 80.4693C102.271 80.5566 102.246 80.6003 102.215 80.7438C102.152 80.9933 102.14 81.2615 102.196 81.5173C102.302 82.0288 102.633 82.4655 103.069 82.7025C103.288 82.821 103.537 82.8896 103.78 82.9021C103.905 82.9083 104.024 82.9021 104.136 82.8834C104.255 82.8647 104.298 82.8522 104.379 82.8397C104.953 82.7275 105.496 82.6214 106.001 82.5216C108.022 82.1224 109.432 81.8292 109.632 81.773C110.524 81.5048 110.343 80.6689 109.476 80.7126L109.469 80.7313Z" fill="#0F1C2E"/> <path d="M129.273 136.854C128.918 136.735 127.389 136.455 125.343 135.868C123.297 135.294 120.733 134.384 118.301 133.223C117.689 132.943 117.097 132.612 116.51 132.282C115.924 131.957 115.35 131.633 114.789 131.321C113.666 130.691 112.612 130.129 111.688 129.574C109.842 128.501 108.526 127.734 108.245 127.566C106.779 126.724 105.556 127.965 107.54 129.1C107.821 129.256 109.174 130.023 111.058 131.084C111.994 131.62 113.117 132.194 114.277 132.818C114.863 133.13 115.462 133.448 116.067 133.772C116.666 134.103 117.302 134.415 117.945 134.689C120.515 135.837 123.185 136.679 125.268 137.178C127.352 137.684 128.836 137.883 129.049 137.902C130.015 137.952 130.103 137.103 129.261 136.848L129.273 136.854Z" fill="#0F1C2E"/> <path d="M106.537 132.955C106.325 132.968 105.015 133.523 103.661 134.059C102.314 134.59 100.96 135.213 100.804 135.307C100.38 135.532 101.11 137.054 101.615 136.785C101.752 136.704 103.025 136.037 104.341 135.388C105.657 134.746 106.955 134.016 107.03 133.91C107.21 133.698 106.786 132.955 106.537 132.962V132.955Z" fill="#0F1C2E"/> <path d="M116.568 133.099C116.362 133.067 115.52 133.105 114.359 133.099C113.205 133.099 111.733 133.03 110.273 132.868C107.348 132.575 104.535 131.776 104.21 131.676C103.356 131.433 102.607 132.968 103.842 133.323C104.179 133.423 107.223 134.19 110.305 134.359C113.38 134.59 116.418 134.24 116.642 134.165C117.16 134.016 117.048 133.167 116.568 133.099Z" fill="#0F1C2E"/> <path d="M129.137 140.447C128.307 140.31 122.194 139.861 116.081 139.68C113.024 139.586 109.974 139.574 107.591 139.617C105.208 139.655 103.505 139.748 103.143 139.767C101.253 139.879 100.898 141.589 103.405 141.439C104.104 141.383 110.261 141.071 116.38 141.177C122.5 141.246 128.569 141.545 129.037 141.52C130.091 141.476 130.11 140.622 129.137 140.453V140.447Z" fill="#0F1C2E"/> <path d="M89.0151 129.131C89.1087 128.819 89.2771 127.996 89.3645 126.805C89.4518 125.613 89.4331 124.06 89.3645 122.282C89.3083 120.51 89.1524 118.496 89.2958 116.456C89.5266 114.341 89.7762 112.114 90.0194 109.887C90.5122 105.421 91.136 101.011 91.9781 97.6672C92.7891 94.3174 93.6686 92.0031 93.8433 91.5103C94.3111 90.2315 94.2488 89.2771 93.8745 89.0588C93.5189 88.8467 92.8203 89.3894 92.1715 91.1735C91.9969 91.6725 91.0986 94.1115 90.3126 97.6297C89.4955 101.142 88.9216 105.708 88.4849 110.218C88.3726 111.347 88.2666 112.47 88.1543 113.58C88.0545 114.697 87.911 115.751 87.8674 116.88C87.805 119.076 88.0046 121.059 88.0857 122.787C88.1917 124.509 88.2104 125.95 88.1543 126.998C88.1106 128.052 87.9859 128.695 87.9672 128.857C87.8798 129.587 87.9672 129.992 88.2104 130.079C88.4225 130.161 88.7968 129.861 89.0089 129.125L89.0151 129.131Z" fill="#0F1C2E"/> <path d="M76.1344 120.654C76.1906 120.355 76.1656 118.184 75.8288 115.988C75.6666 114.89 75.3796 113.792 75.0615 112.95C74.7496 112.108 74.4065 111.534 74.3441 111.409C73.92 110.761 72.5102 111.678 72.9281 112.32C72.978 112.42 73.2774 112.875 73.5769 113.611C73.8825 114.335 74.1819 115.333 74.3878 116.362C74.812 118.421 74.9929 120.567 75.0677 120.723C75.205 121.085 76.0533 121.003 76.1344 120.648V120.654Z" fill="#0F1C2E"/> <path d="M57.0457 91.5727C56.6839 91.8035 54.3946 93.8745 51.8059 95.4964C50.5271 96.3198 49.1797 97.0559 48.1317 97.5736C47.0962 98.0914 46.3788 98.2411 46.2291 98.2598C45.8486 98.3347 45.6178 98.7464 45.5929 99.1705C45.5617 99.5822 45.886 100.038 46.6471 99.8941C46.8529 99.863 47.8572 99.5947 48.9738 98.9709C50.0904 98.3783 51.4628 97.5549 52.7727 96.6317C55.4114 94.8165 57.6446 92.5521 57.7756 92.3462C58.0937 91.8909 57.4761 91.3045 57.0457 91.5603V91.5727Z" fill="#0F1C2E"/> <path d="M161.113 118.77C161 118.408 159.603 116.125 158.081 113.942C156.565 111.752 154.925 109.669 154.725 109.426C154.207 108.789 152.773 109.7 153.459 110.542C153.652 110.779 155.367 112.825 156.964 114.934C158.574 117.036 160.058 119.194 160.208 119.338C160.545 119.662 161.256 119.188 161.119 118.77H161.113Z" fill="#0F1C2E"/> <path d="M173.333 111.11C173.439 111.004 173.714 110.499 174.138 109.837C174.562 109.176 175.155 108.365 175.81 107.623C177.113 106.107 178.735 104.966 178.922 104.841C179.409 104.504 178.648 102.982 177.893 103.506C177.687 103.643 175.903 105.009 174.587 106.762C173.221 108.478 172.372 110.48 172.36 110.648C172.298 111.029 173.09 111.353 173.327 111.11H173.333Z" fill="#0F1C2E"/> <path d="M203.282 91.7226C203.014 91.5042 200.812 90.4812 198.685 89.3584C196.545 88.2418 194.487 87.0254 194.237 86.8819C193.601 86.5139 192.572 87.8675 193.458 88.379C193.707 88.5225 195.897 89.7202 198.142 90.7494C200.382 91.7974 202.659 92.677 202.852 92.7081C203.282 92.7768 203.594 91.9846 203.282 91.7288V91.7226Z" fill="#0F1C2E"/> </g> <path d="M202.87 27.6964C202.626 28.0956 202.077 29.1561 201.173 30.6282C200.268 32.0879 199.002 33.9905 197.081 35.6934C196.12 36.5418 194.991 37.2841 193.675 37.8206C193.02 38.0888 192.328 38.2884 191.61 38.4444C190.893 38.5754 190.151 38.644 189.408 38.6253C188.666 38.5878 187.924 38.4631 187.212 38.2323C186.501 38.0077 185.84 37.6147 185.248 37.1843C184.106 36.2923 183.308 34.7765 183.744 33.5788C184.118 32.3936 185.74 31.6513 186.994 31.9632C188.31 32.2563 189.39 33.4291 189.864 34.7266C190.35 36.0365 190.3 37.5087 190.026 38.8623C189.745 40.2284 189.252 41.501 188.685 42.6175C187.537 44.857 186.058 46.4913 184.83 47.5393C183.607 48.606 182.64 49.1362 182.322 49.342C181.885 49.5791 181.505 49.8224 181.162 50.022C180.819 50.2403 180.538 50.4337 180.32 50.5772C179.902 50.8766 179.602 51.02 179.502 51.2134C179.459 51.3132 179.49 51.4317 179.646 51.544C179.802 51.6563 180.095 51.7499 180.482 51.7312C180.868 51.7187 181.318 51.6064 181.804 51.4193C182.303 51.2446 182.877 50.9701 183.513 50.5834C183.869 50.3713 184.911 49.7288 186.258 48.5062C187.574 47.271 189.196 45.4246 190.381 42.8608C190.961 41.5821 191.467 40.1598 191.71 38.5691C191.941 36.9909 191.897 35.1757 191.049 33.5102C190.631 32.693 190.045 31.9444 189.265 31.3643C188.497 30.7904 187.537 30.385 186.495 30.3725C185.478 30.36 184.474 30.6781 183.651 31.2957C183.239 31.6076 182.877 32.0068 182.615 32.4747C182.347 32.9425 182.197 33.479 182.16 34.003C182.085 35.0696 182.465 36.0677 183.002 36.8662C183.538 37.6646 184.262 38.3321 185.06 38.7937C186.639 39.7793 188.491 40.0974 190.194 40.0163C193.638 39.823 196.551 38.1013 198.459 36.1925C200.387 34.2774 201.578 32.3125 202.408 30.8902C203.225 29.4493 203.681 28.5073 203.793 28.2703C204.772 26.1244 203.974 25.8125 202.882 27.7026L202.87 27.6964Z" fill="#121C2D"/> <path d="M48.2009 143.117C47.8142 143.235 47.0968 143.404 46.0925 143.479C45.5872 143.51 45.0133 143.516 44.377 143.441C43.7408 143.379 43.0484 143.242 42.3372 142.986C40.9088 142.499 39.3805 141.52 38.1765 139.967C36.9851 138.426 36.1243 136.311 36.1866 134.016C36.2178 132.893 36.511 131.708 37.1972 130.853C37.5527 130.441 37.9832 130.105 38.4635 130.011C38.9563 129.892 39.5302 129.961 39.998 130.186C40.4721 130.416 40.7653 130.797 40.8152 131.24C40.8651 131.701 40.6655 132.307 40.3536 132.918C39.7922 134.141 38.975 135.282 37.9769 136.261C35.9745 138.22 33.2174 139.561 30.3105 139.848C28.8633 139.992 27.3849 139.867 25.9876 139.443C24.5903 139.019 23.2803 138.307 22.1326 137.378C19.837 135.525 18.2027 132.843 17.6413 130.005C17.3543 128.595 17.3481 127.117 17.6163 125.769C17.7598 125.108 18.0031 124.503 18.3711 124.054C18.7267 123.605 19.2319 123.324 19.8058 123.187C20.9536 122.925 22.2948 123.311 23.1244 124.104C23.9603 124.896 24.3969 126.125 24.4157 127.322C24.5092 129.799 23.0683 131.939 21.4277 133.548C20.6043 134.365 19.7122 135.089 18.8389 135.762C17.9656 136.43 17.1048 137.029 16.2564 137.54C14.566 138.569 12.9441 139.262 11.5031 139.649C10.0622 140.042 8.83329 140.135 7.88512 140.104C6.93696 140.073 6.28197 139.96 5.94512 139.892C2.40822 139.193 0.692783 137.472 0.237413 137.659C0.131368 137.696 0.118893 137.84 0.224938 138.102C0.330982 138.364 0.568024 138.738 0.998442 139.187C1.84056 140.067 3.56847 141.283 6.35059 141.676C6.73734 141.738 7.49837 141.819 8.59001 141.794C9.68165 141.769 11.1039 141.57 12.6946 141.046C14.2915 140.534 16.0506 139.68 17.8346 138.507C18.7267 137.921 19.6312 137.253 20.5419 136.523C21.4464 135.787 22.3821 134.976 23.2492 134.003C24.1162 133.03 24.9147 131.895 25.4449 130.541C25.9627 129.188 26.1685 127.653 25.8753 126.112C25.7194 125.345 25.4262 124.578 24.9771 123.892C24.5342 123.205 23.8605 122.594 23.1182 122.201C22.3758 121.796 21.5337 121.584 20.6729 121.559C19.8121 121.527 18.9076 121.746 18.1153 122.232C17.3231 122.738 16.7492 123.524 16.4311 124.334C16.1067 125.145 15.957 125.975 15.9133 126.786C15.7761 128.414 15.982 130.08 16.4685 131.652C17.4479 134.795 19.5501 137.609 22.3571 139.412C23.7607 140.31 25.3451 140.946 26.9919 141.221C28.6387 141.501 30.3167 141.439 31.9137 141.09C35.1075 140.397 37.9769 138.619 39.9419 136.193C40.1727 135.881 40.416 135.569 40.6343 135.251C40.8339 134.92 41.0335 134.59 41.2331 134.259C41.5637 133.554 41.938 132.924 42.1064 132.07C42.1875 131.645 42.2062 131.177 42.069 130.703C41.938 130.236 41.6635 129.824 41.3267 129.518C40.6468 128.901 39.7984 128.657 38.9812 128.651C38.5695 128.651 38.1516 128.72 37.7586 128.869C37.3531 129.019 37.0038 129.244 36.7106 129.499C36.1055 130.011 35.6876 130.672 35.4131 131.333C34.858 132.675 34.8143 134.059 34.939 135.332C35.2385 137.896 36.4299 140.067 37.9083 141.582C39.3805 143.123 41.1583 143.984 42.699 144.358C44.2461 144.751 45.5747 144.701 46.5291 144.602C47.4898 144.483 48.1011 144.302 48.3444 144.221C49.4298 143.872 50.1596 143.416 50.5838 143.055C51.008 142.686 51.1514 142.431 51.0828 142.337C50.9269 142.113 50.0224 142.63 48.1884 143.154L48.2009 143.117Z" fill="#121C2D"/> </g> <defs> <clipPath id="clip0_4076_28848"> <rect width="265" height="227.897" fill="white"/> </clipPath> </defs> </svg> </span> </div> <div class="media-image--mobile "> <span><svg width="265" height="228" viewBox="0 0 265 228" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4076_28848)"> <circle cx="126.007" cy="114.154" r="109.164" fill="#FDF7F4"/> <path d="M237.154 133.997C237.216 133.392 237.328 131.845 237.484 129.531C237.559 128.377 237.653 127.029 237.752 125.513C237.802 124.759 237.852 123.954 237.908 123.118L237.933 122.744C237.94 122.557 237.965 122.363 237.965 122.182C237.952 121.808 237.871 121.546 237.659 121.297C237.447 121.053 237.116 120.897 236.786 120.897C236.449 120.897 236.187 121.01 235.869 121.272C234.396 122.644 232.75 124.178 230.972 125.832C230.123 126.624 229.244 127.441 228.339 128.283C227.921 128.676 227.497 129.069 227.067 129.475C227.036 129.506 226.998 129.549 226.948 129.531C226.898 129.518 226.88 129.462 226.88 129.418L226.805 128.732C226.774 128.42 226.749 128.115 226.718 127.803C226.661 127.179 226.624 126.549 226.587 125.919C226.518 124.653 226.493 123.374 226.505 122.089C226.518 120.804 226.574 119.506 226.674 118.221L226.693 117.978V117.916V117.81V117.597L226.68 116.749V116.537C226.668 116.468 226.636 116.431 226.618 116.375C226.568 116.275 226.499 116.175 226.418 116.082C226.256 115.901 226.031 115.757 225.788 115.695C225.545 115.626 225.289 115.633 225.077 115.695C224.971 115.707 224.859 115.82 224.753 115.882C224.647 115.963 224.534 116.007 224.428 116.113L223.842 116.743L223.511 117.123C221.765 119.163 220.324 121.309 218.845 123.318C218.109 124.328 217.392 125.326 216.687 126.299C216.331 126.786 215.988 127.266 215.639 127.747L215.552 127.865C215.552 127.865 215.545 127.878 215.539 127.878C215.527 127.878 215.514 127.878 215.508 127.865C214.591 125.963 213.724 124.172 212.938 122.544C212.514 121.665 212.108 120.829 211.728 120.037C211.578 119.731 211.435 119.431 211.291 119.132C211.092 118.739 210.861 118.558 210.593 118.427C210.019 118.14 209.239 118.383 208.933 118.814C208.746 119.013 208.64 119.388 208.565 119.743C208.503 119.98 208.447 120.217 208.391 120.442C208.303 120.779 208.228 121.103 208.147 121.409C207.998 122.02 207.86 122.563 207.742 123.037C207.505 123.979 207.343 124.634 207.268 124.94C205.964 130.211 207.261 131.995 209.021 124.865C209.133 124.403 209.526 122.806 210.1 120.486C210.106 120.486 210.112 120.492 210.112 120.498C210.293 120.872 210.486 121.259 210.68 121.658C211.085 122.488 211.516 123.368 211.971 124.291C212.42 125.214 212.894 126.175 213.381 127.166C213.649 127.709 213.917 128.258 214.192 128.82C214.416 129.344 214.816 129.643 215.321 129.712C215.57 129.743 215.826 129.699 216.044 129.599C216.269 129.499 216.456 129.337 216.625 129.1C218.022 127.142 219.494 125.089 220.985 123.006C221.715 121.989 222.438 120.96 223.181 119.962C223.555 119.463 223.935 118.976 224.328 118.502L224.927 117.803L225.089 117.616C225.114 117.579 225.164 117.579 225.196 117.604C225.227 117.629 225.214 117.679 225.214 117.728C225.183 118.252 225.152 118.77 225.121 119.282C225.058 120.529 225.04 121.758 225.052 122.968C225.065 124.172 225.114 125.357 225.196 126.499C225.233 127.073 225.283 127.634 225.339 128.189C225.37 128.464 225.395 128.738 225.426 129.013C225.47 129.356 225.507 129.699 225.551 130.042C225.601 130.373 225.713 130.604 225.913 130.809C226.106 131.009 226.381 131.14 226.655 131.165C226.936 131.196 227.204 131.128 227.441 130.984C227.566 130.915 227.684 130.803 227.797 130.697L228.096 130.416C228.601 129.936 229.1 129.468 229.581 129.007C230.548 128.09 231.465 127.223 232.319 126.418C233.947 124.871 235.332 123.561 236.368 122.575C236.418 122.532 236.461 122.469 236.536 122.469C236.605 122.469 236.667 122.519 236.68 122.582C236.686 122.644 236.68 122.713 236.68 122.775C236.667 122.981 236.655 123.187 236.648 123.386C236.598 124.309 236.555 125.177 236.511 125.975C236.424 127.578 236.355 128.926 236.299 130.036C236.193 132.257 236.131 133.498 236.118 133.822C236.043 136.866 236.904 136.823 237.179 133.997H237.154Z" fill="#121C2D"/> <path d="M63.8264 66.2282C64.0696 65.6294 64.6061 64.257 65.3734 62.2422C65.7601 61.2316 66.203 60.0651 66.702 58.7489C66.9516 58.0939 67.2136 57.3953 67.488 56.6717C67.5691 56.4658 67.644 56.2537 67.7251 56.0416C67.8623 55.711 67.9372 55.3929 67.8623 55.0872C67.7937 54.7753 67.5878 54.4946 67.3134 54.3262C67.1761 54.2389 67.0202 54.1827 66.858 54.164C66.702 54.1328 66.5149 54.1765 66.3465 54.189C65.835 54.295 65.311 54.4073 64.7683 54.5196C64.2817 54.6069 63.7889 54.7005 63.2837 54.7941C62.2731 54.975 61.2127 55.1371 60.1148 55.2869C59.5659 55.3555 59.0044 55.4241 58.4368 55.4927C58.2496 55.5114 58.0625 55.5301 57.8754 55.5489C57.788 55.5613 57.7506 55.5239 57.7257 55.4678C57.7007 55.4116 57.7444 55.3555 57.7693 55.3056C57.9003 55.0436 58.0376 54.7753 58.1686 54.5071C58.4368 53.9582 58.7113 53.403 58.992 52.8478C60.0898 50.6022 61.2127 48.2505 62.323 45.8177C62.872 44.6013 63.4271 43.3662 63.9885 42.1186C64.2942 41.4199 64.5999 40.7213 64.9055 40.0164C65.0365 39.7107 65.0677 39.4487 65.0303 39.193C64.9866 38.931 64.8619 38.6752 64.6747 38.4756C64.4813 38.2822 64.2318 38.1388 63.9698 38.0889C63.7078 38.039 63.4521 38.0577 63.1464 38.1824C60.252 39.4113 57.3327 40.6527 54.4383 41.8878C53.0285 42.4866 51.625 43.0855 50.2339 43.6781L49.1922 44.121C48.8616 44.2582 48.5434 44.3829 48.2502 44.4516C48.1816 44.4703 48.1005 44.4828 48.0381 44.4952H48.007C48.007 44.4952 47.9758 44.4952 47.9695 44.4952C47.9446 44.4828 47.9446 44.4453 47.9571 44.4266C48.0693 44.1833 48.1754 43.9401 48.2877 43.703C48.4187 43.4036 48.5434 43.1104 48.6744 42.8172C48.9239 42.2246 49.1547 41.6383 49.3793 41.0519C49.816 39.8792 50.1902 38.7251 50.5208 37.5836C50.8452 36.4421 51.1197 35.3192 51.3442 34.2089C51.4004 33.9344 51.4503 33.6537 51.5064 33.3792C51.5626 33.0798 51.5938 32.9426 51.6873 32.3063C51.731 31.8135 51.5064 31.3519 51.1259 31.065C50.7392 30.7842 50.2589 30.6969 49.7785 30.8653C49.1298 31.1086 48.4873 31.3457 47.8572 31.5827C47.2896 31.801 46.7282 32.0131 46.1792 32.2252C45.0814 32.6619 44.0209 33.0798 43.0041 33.4853C41.9936 33.9032 41.0205 34.3087 40.091 34.6954C39.6294 34.895 39.1803 35.0884 38.7374 35.2756C38.6313 35.3255 38.5253 35.3691 38.4192 35.4128C38.4192 35.4128 38.413 35.4128 38.4068 35.4128C38.5315 34.003 38.6438 32.7554 38.7374 31.7012C38.7686 31.3644 38.7935 31.0462 38.8247 30.7468C38.8247 30.6657 38.8746 30.2665 38.8871 30.0107C38.8996 29.7238 38.8372 29.5055 38.7311 29.2996C38.5253 28.8879 38.1198 28.6197 37.7268 28.5448C37.5272 28.5074 37.3338 28.5136 37.1529 28.5448C36.972 28.5823 36.7974 28.7008 36.629 28.7694C35.8492 29.2996 35.2192 29.73 34.7139 30.0794C34.2585 30.3788 33.9092 30.6096 33.641 30.7842C33.0983 31.1336 32.8737 31.277 32.724 31.3769C29.7111 33.2919 27.9333 34.7453 28.0081 35.1945C28.0705 35.6186 30.0417 35.0884 34.1837 32.4435C34.271 32.3874 34.3833 32.3125 34.82 32.0256C35.0383 31.8821 35.3377 31.6825 35.7494 31.408C36.105 31.1648 36.5666 30.8529 37.1592 30.4474C37.0781 31.3769 36.972 32.5932 36.8348 34.1902C36.7911 34.6705 36.7537 35.182 36.7038 35.7185C36.6789 36.1613 36.8598 36.5481 37.1779 36.8475C37.496 37.1345 37.9576 37.2717 38.4005 37.1781C38.6251 37.1407 38.8809 37.0035 39.0867 36.9161C39.2052 36.8662 39.33 36.8101 39.4485 36.754C39.6918 36.6479 39.9475 36.5356 40.2033 36.4233C40.721 36.205 41.2637 35.968 41.8376 35.7247C42.9792 35.2444 44.2392 34.7266 45.6178 34.1777C46.3102 33.9095 47.0338 33.6225 47.7824 33.3293C48.481 33.0673 49.2046 32.7929 49.9594 32.5059C49.9719 32.4934 49.9906 32.4997 50.0031 32.5184C50.0031 32.5246 50.0031 32.5371 50.0031 32.5433C49.9657 32.7492 49.9282 32.9613 49.8908 33.1734C49.7286 34.0592 49.5228 35.0323 49.2483 36.099C48.9738 37.1719 48.6307 38.3446 48.1816 39.6484C47.9508 40.2971 47.7075 40.977 47.4206 41.6882C47.2834 42.0437 47.1274 42.4055 46.9652 42.7736C46.8841 42.9607 46.803 43.1478 46.7157 43.335C46.6034 43.5783 46.4911 43.8215 46.3726 44.0711C46.1169 44.6138 46.2229 45.2313 46.6221 45.643C46.8217 45.8426 47.0775 45.9799 47.3644 46.0298C47.6576 46.0734 48.0007 46.0485 48.2877 45.9986C49.1048 45.8489 49.7661 45.512 50.3961 45.25C51.6873 44.6948 53.0347 44.1147 54.432 43.5096C57.158 42.3307 60.0961 41.0644 63.2275 39.717C63.2712 39.692 63.3273 39.6733 63.3648 39.717C63.4084 39.7544 63.3959 39.8105 63.3772 39.8542C63.1527 40.3844 62.9219 40.9084 62.6973 41.4386C62.1546 42.6675 61.6119 43.8964 61.0692 45.119C59.9713 47.5581 58.8485 49.9597 57.7506 52.249C57.4761 52.8229 57.2017 53.3843 56.9272 53.9457C56.7775 54.2451 56.634 54.5445 56.4843 54.844C56.1974 55.3305 56.1537 55.8296 56.4032 56.2662C56.6403 56.6842 57.1331 56.9586 57.5947 56.8651C57.813 56.8526 58.0937 56.8401 58.2496 56.8214L58.6925 56.7715C59.2789 56.6966 59.8528 56.6218 60.408 56.5469C61.5308 56.3847 62.5975 56.2101 63.608 56.0167C64.1133 55.9169 64.5999 55.8233 65.0739 55.7298C65.4919 55.6424 65.8911 55.5551 66.2841 55.4678C66.4026 55.4054 66.5648 55.4927 66.5461 55.6237C66.5336 55.6923 66.5149 55.7173 66.4837 55.8171C66.4089 56.0167 66.3402 56.2163 66.2654 56.4097C65.9785 57.1894 65.7102 57.9193 65.4545 58.6054C64.9492 59.9778 64.5125 61.1692 64.1507 62.1611C63.4271 64.151 62.9905 65.3549 62.8595 65.7104C61.5433 69.5343 62.3854 69.7152 63.8139 66.2282H63.8264Z" fill="#121C2D"/> <path d="M263.94 190.544C263.952 190.463 263.965 190.388 263.965 190.307C264.039 188.922 262.929 187.755 261.781 186.976C260.016 185.778 257.976 185.048 255.968 184.325C239.581 178.467 223.193 172.603 206.806 166.746C205.59 166.309 204.349 165.873 203.057 165.779C202.415 165.735 201.779 165.785 201.149 165.879C199.658 165.336 198.179 164.8 196.72 164.263C197.761 163.883 198.529 162.928 198.897 161.874C199.277 160.789 199.29 159.61 199.215 158.462C199.128 157.127 198.928 155.817 198.666 154.52C198.254 149.592 196.165 144.564 194.979 139.187C194.967 139.131 194.954 139.081 194.942 139.025L195.054 140.74C194.911 139.711 194.867 138.688 194.63 137.677C194.293 136.224 193.913 134.777 193.538 133.329C192.784 130.435 192.016 127.547 191.442 124.609C190.875 121.714 190.282 118.826 189.621 115.957C188.935 112.975 188.174 110.012 187.294 107.086C184.88 99.0582 184.069 90.7056 181.468 82.7086C180.894 80.9432 180.32 78.3794 179.141 76.9073C177.582 74.961 173.939 75.0109 171.699 75.0047C163.709 74.9797 155.724 75.3228 147.746 75.6597C130.922 76.377 114.098 77.0882 97.2745 77.8055C94.9166 77.9053 92.5649 78.0052 90.2069 78.1798C88.0361 78.3358 85.8591 78.7662 83.6945 78.8098C70.2081 79.0905 56.5345 78.2734 43.2602 81.1927C42.1561 81.436 40.9771 81.7479 40.2535 82.6212C39.611 83.401 39.4738 84.4677 39.4052 85.472C39.1245 89.7949 39.9666 94.0865 41.0146 98.266C41.969 102.071 42.5865 105.97 43.2165 109.856C43.6532 112.545 43.8653 115.271 44.3331 117.959C45.5183 124.783 46.7035 131.608 47.895 138.432C49.1738 145.793 50.4525 153.154 52.1118 160.439C53.5466 166.759 53.9832 173.171 55.3556 179.509C55.6862 181.025 56.0792 182.59 57.0648 183.788C57.464 184.268 57.9443 184.68 58.3123 185.179C59.1545 186.333 59.3167 187.868 60.0777 189.078C60.8325 190.269 62.0925 191.03 63.3089 191.748C68.1433 194.598 72.9777 197.449 77.8121 200.3C83.42 203.606 89.3398 206.276 94.8854 209.638C95.6464 210.1 96.4137 210.549 97.1747 211.017C97.8484 211.435 98.154 211.909 98.8028 212.358C101.629 214.31 104.754 215.913 107.91 217.248C109.083 217.747 109.526 218.477 110.374 219.244C111.522 220.274 113.181 221.178 114.51 221.97C116.051 222.887 117.722 223.561 119.382 224.222C121.422 225.04 123.468 225.857 125.613 226.312C127.117 226.63 128.645 226.774 130.18 226.836C131.639 226.892 133.105 226.873 134.559 226.693C136.199 226.487 137.802 226.069 139.399 225.651C143.529 224.578 147.64 223.611 151.688 222.295C155.786 220.966 159.91 219.719 164.052 218.533C177.145 214.797 190.413 211.715 203.669 208.628C211.335 206.843 219.158 205.633 226.674 203.282C238.951 199.433 252.187 199.377 262.131 194.305C263.628 193.538 264.208 191.96 263.921 190.538L263.94 190.544ZM196.614 164.157V164.238C196.614 164.238 196.589 164.226 196.576 164.226C196.589 164.207 196.601 164.182 196.614 164.164V164.157Z" fill="white"/> <path d="M55.8792 176.702C54.9623 171.799 51.0261 151.457 46.1481 123.33C44.9441 116.294 43.6529 108.777 42.3055 100.905C41.6443 96.9624 40.9643 92.9326 40.2719 88.8281L40.0099 87.2873C39.9413 86.8195 39.9039 86.3828 39.9538 85.9337C40.0286 85.0417 40.3468 84.1621 40.8895 83.426C41.4135 82.6775 42.1558 82.1036 42.9917 81.7418C43.4158 81.5734 43.8525 81.4361 44.3079 81.3862C44.52 81.355 44.7757 81.3363 45.0564 81.3238L45.8611 81.2864C63.0404 80.463 81.1803 79.5959 99.3015 78.7289C103.83 78.5168 108.359 78.2985 112.875 78.0864C117.385 77.868 121.889 77.7558 126.349 77.5811C135.282 77.2692 144.077 76.9573 152.63 76.6579C156.903 76.5082 161.113 76.3585 165.249 76.215C167.326 76.1401 169.378 76.0653 171.412 75.9904C173.421 75.9093 175.436 75.7534 177.07 76.2087C178.685 76.6454 179.671 78.0365 180.264 79.7456C180.838 81.4112 181.181 83.3637 181.624 85.1727C182.459 88.8406 183.27 92.3962 184.056 95.8333C190.338 123.33 194.835 143.03 195.79 147.215C196.414 149.935 197.006 152.399 197.561 154.57C197.83 155.649 198.135 156.684 198.31 157.551C198.491 158.443 198.578 159.286 198.585 160.034C198.609 161.544 198.216 162.642 197.724 163.259C197.212 163.877 196.682 164.051 196.607 164.226C196.563 164.307 196.613 164.357 196.782 164.369C196.95 164.382 197.243 164.382 197.636 164.226C198.46 163.983 199.533 162.804 199.87 160.995C200.05 160.103 200.119 159.067 200.019 157.919C199.982 157.352 199.882 156.734 199.757 156.123C199.639 155.53 199.508 154.9 199.377 154.245C198.828 151.613 198.148 148.475 197.299 144.795C196.358 140.678 191.754 120.642 185.341 92.7268C184.537 89.2398 183.707 85.628 182.852 81.904C182.397 80.0576 181.967 77.9367 180.445 76.1776C179.702 75.298 178.623 74.643 177.519 74.3436C176.415 74.0379 175.336 74.0005 174.294 73.988C166.247 74.2812 157.826 74.5931 149.155 74.9112C140.491 75.2294 131.583 75.56 122.557 75.8968C120.298 75.9779 118.034 76.0653 115.77 76.1464C113.499 76.2586 111.228 76.3647 108.952 76.477C104.398 76.7015 99.8317 76.9261 95.2718 77.1507C86.1457 77.5998 77.0321 78.0489 68.0557 78.4981C63.5706 78.7226 59.1167 78.9472 54.7127 79.1655C52.5107 79.2778 50.3212 79.3963 48.1504 79.5086C47.065 79.5648 45.9796 79.6209 44.9005 79.677C44.3827 79.6895 43.7028 79.7831 43.1351 79.939C42.555 80.1262 41.9749 80.3507 41.4634 80.6876C40.4154 81.3176 39.5857 82.2658 39.0243 83.3325C38.4754 84.4116 38.2259 85.6343 38.307 86.8319C38.3631 87.4557 38.4629 87.9548 38.5502 88.4725L38.8122 90.0195C38.9869 91.0488 39.1616 92.0718 39.3362 93.0948C40.0349 97.1744 40.721 101.167 41.3885 105.065C42.7546 112.857 44.0521 120.255 45.256 127.135C50.1466 154.645 53.9642 173.77 54.5381 176.521C57.1081 188.779 58.0313 188.198 55.8855 176.733L55.8792 176.702Z" fill="#121C2D"/> <path d="M177.057 93.2819C177.756 96.3385 179.684 104.18 182.653 115.57C184.131 121.265 185.847 127.853 187.749 135.182C188.691 138.85 189.658 142.705 190.644 146.741C191.124 148.762 191.611 150.821 192.11 152.917C192.353 153.971 192.59 155.031 192.839 156.098L192.933 156.497C192.97 156.641 192.989 156.765 193.002 156.834C193.027 157.015 193.014 157.196 192.977 157.371C192.896 157.726 192.671 158.05 192.372 158.256C192.222 158.362 192.053 158.437 191.872 158.481L191.735 158.506L191.529 158.531L191.111 158.581C190.55 158.649 189.989 158.718 189.421 158.787C188.292 158.924 187.15 159.067 186.003 159.211C183.707 159.491 181.374 159.785 179.01 160.072C174.282 160.658 169.416 161.257 164.438 161.874C154.482 163.103 144.077 164.382 133.367 165.704C122.638 166.915 111.609 168.156 100.431 169.416C94.8414 170.071 89.221 170.763 83.5819 171.543C80.7624 171.93 77.9428 172.348 75.1233 172.809C73.7135 173.04 72.3037 173.29 70.9002 173.545L68.7918 173.963L68.2616 174.069L67.8311 174.132C67.5442 174.151 67.2572 174.157 66.9703 174.113C65.8288 173.97 64.7683 173.271 64.2007 172.273C64.0509 172.03 63.9449 171.761 63.8576 171.493L63.7515 171.075L63.6517 170.551L63.2587 168.449C62.7223 165.654 62.1796 162.86 61.6431 160.072C60.5203 154.507 59.4099 148.968 58.2996 143.466C56.0664 132.475 53.933 121.633 52.2113 111.054C51.3567 105.764 50.6207 100.537 50.0031 95.3966C49.8596 94.1116 49.7099 92.8328 49.5665 91.5603C49.5228 91.2047 49.5166 91.0301 49.529 90.7868C49.554 90.556 49.5977 90.3314 49.685 90.1193C49.8472 89.6889 50.1403 89.3084 50.5021 89.0402C50.8639 88.7657 51.3068 88.6035 51.7622 88.5661C52.386 88.5286 53.0098 88.4975 53.6274 88.46C54.8812 88.3914 56.135 88.3228 57.3764 88.2542C67.3134 87.7302 76.7763 87.2249 85.6155 86.7571C120.966 84.9294 146.311 84.1059 151.694 83.9375C165.692 83.4946 174.519 82.8334 175.105 82.3094C175.698 81.8104 168.037 81.3987 149.08 82.01C143.784 82.1722 117.978 83.0705 82.0723 84.9917C73.096 85.4845 63.4895 86.0085 53.409 86.5575C52.754 86.6011 52.2051 86.6136 51.4566 86.676C50.6519 86.7571 49.8721 87.1002 49.2358 87.6054C48.6058 88.1232 48.113 88.8094 47.851 89.5829C47.72 89.9696 47.6327 90.3751 47.6202 90.7868C47.6015 90.9926 47.6202 91.1985 47.6327 91.3981L47.6888 91.8909C47.982 94.4609 48.2752 97.0621 48.6308 99.6758C49.3294 104.903 50.1341 110.218 51.0698 115.583C52.9162 126.318 55.1619 137.291 57.4325 148.394C58.5678 153.946 59.7093 159.529 60.7947 165.143L61.5994 169.354L62.0049 171.474C62.1733 172.304 62.5414 173.103 63.0654 173.776C64.1071 175.13 65.7976 175.935 67.5005 175.916C67.9122 175.916 68.3738 175.841 68.7356 175.766L69.7836 175.56L71.8796 175.155C83.1203 173.159 94.5108 171.855 105.702 170.526C116.899 169.216 127.946 168.062 138.632 166.727C149.317 165.386 159.666 164.083 169.516 162.847C174.444 162.23 179.247 161.625 183.9 161.038C186.227 160.745 188.523 160.458 190.775 160.171L191.617 160.065C191.86 160.04 192.265 159.984 192.615 159.841C193.32 159.566 193.894 159.017 194.218 158.35C194.555 157.701 194.598 156.853 194.424 156.229C194.299 155.693 194.174 155.15 194.05 154.62C192.078 146.061 190.051 138.214 188.211 131.165C186.352 124.129 184.705 117.884 183.308 112.595C180.513 102.021 178.829 95.2344 178.405 93.5252C176.49 85.9149 175.429 82.2533 175.136 82.3032C174.862 82.3469 175.367 86.1146 177.026 93.2632L177.057 93.2819Z" fill="#121C2D"/> <path d="M139.779 219.469C141.457 218.995 148.4 216.874 158.056 214.267C167.706 211.653 180.076 208.565 192.434 205.527C204.791 202.496 217.117 199.439 226.686 196.875C236.255 194.337 243.054 192.266 244.502 191.841C252 189.483 253.31 186.976 243.235 190.12C242.53 190.332 240.453 190.949 237.347 191.873C234.234 192.758 230.098 193.95 225.251 195.247C215.57 197.88 203.088 201.017 190.662 204.143C178.236 207.268 165.879 210.449 156.441 213.119C146.996 215.758 140.484 217.885 139.555 218.203C135.394 219.644 135.843 220.567 139.785 219.475L139.779 219.469Z" fill="#121C2D"/> <path d="M102.464 208.285C103.693 209.414 122.887 219.494 123.985 220.255C125.513 221.122 126.942 219.619 124.827 218.421C123.673 217.641 103.861 207.661 103.125 207.193C102.202 206.812 101.716 207.704 102.458 208.285H102.464Z" fill="#121C2D"/> <path d="M68.4807 189.883C69.3104 190.432 75.6107 194.062 81.9172 197.655C85.0736 199.445 88.2425 201.204 90.7439 202.527C93.2391 203.856 95.0855 204.735 95.4785 204.922C97.562 205.87 98.8345 204.242 96.1522 203.013C95.7779 202.839 93.9377 201.978 91.4051 200.674C88.8725 199.377 85.6413 197.649 82.435 195.915C76.0349 192.421 69.6659 188.978 69.1295 188.785C67.963 188.298 67.5263 189.221 68.4807 189.889V189.883Z" fill="#121C2D"/> <path d="M196.388 164.9C194.71 164.999 191.885 165.436 187.911 165.929C183.944 166.447 178.879 167.114 172.859 167.9C160.832 169.491 145.025 171.581 126.711 174.001C108.396 176.434 87.5739 179.197 65.5041 182.129L64.4686 182.266C64.1193 182.316 63.8012 182.341 63.377 182.441C62.5723 182.59 61.7801 182.959 61.1313 183.501C59.8026 184.568 59.1227 186.333 59.341 188.024C59.4346 188.872 59.7777 189.702 60.3079 190.369C60.4264 190.55 60.5762 190.706 60.7321 190.85C60.8881 190.993 61.0253 191.161 61.2062 191.274L61.7239 191.635C61.8924 191.748 62.0358 191.823 62.1918 191.916C63.4082 192.64 64.6371 193.363 65.8597 194.093C70.7627 197 75.7156 199.938 80.706 202.895C90.6804 208.809 100.786 214.797 110.885 220.785L114.672 223.031C115.919 223.761 117.204 224.572 118.589 225.208C121.334 226.493 124.278 227.354 127.278 227.703C130.279 228.078 133.329 227.928 136.28 227.348C139.205 226.674 141.944 225.925 144.77 225.221C155.979 222.364 167.027 219.544 177.756 216.812C199.214 211.335 219.406 206.189 237.091 201.679C241.514 200.549 245.774 199.464 249.866 198.422C251.912 197.898 253.909 197.393 255.861 196.894C256.84 196.645 257.801 196.401 258.755 196.158C259.229 196.039 259.704 195.915 260.178 195.796C260.645 195.678 261.095 195.578 261.681 195.36C262.766 194.948 263.733 194.156 264.313 193.145C264.906 192.141 265.106 190.962 264.956 189.858C264.806 188.747 264.282 187.693 263.496 186.932C263.116 186.539 262.654 186.233 262.192 185.996C261.962 185.89 261.706 185.766 261.488 185.684L260.883 185.466C257.676 184.3 254.682 183.202 251.912 182.191C240.834 178.149 233.386 175.436 230.772 174.481C203.618 164.588 195.827 163.895 232.55 177.27C235.114 178.205 242.649 180.944 253.896 185.036C255.3 185.547 256.765 186.077 258.288 186.633C259.049 186.907 259.822 187.188 260.608 187.475C261.338 187.749 261.862 188.036 262.305 188.554C263.166 189.533 263.278 191.199 262.467 192.353C262.074 192.927 261.481 193.363 260.758 193.588C260.602 193.65 260.365 193.713 260.128 193.769L259.429 193.95C258.961 194.068 258.493 194.187 258.026 194.312C250.478 196.245 242.138 198.385 233.161 200.687C215.208 205.29 194.729 210.543 173.002 216.107C162.142 218.889 150.97 221.758 139.654 224.659C138.232 225.015 136.822 225.414 135.444 225.67C134.053 225.938 132.637 226.081 131.215 226.106C128.37 226.181 125.513 225.782 122.787 224.94C121.421 224.528 120.092 223.985 118.82 223.349C117.56 222.725 116.306 221.939 115.021 221.191L107.386 216.681C97.2053 210.667 87.0375 204.66 77.0256 198.753C74.5242 197.275 72.029 195.802 69.5463 194.337C68.305 193.607 67.0698 192.871 65.8347 192.147L63.9883 191.055L63.0651 190.513L62.616 190.244L62.2542 189.995C61.7988 189.633 61.437 189.184 61.2124 188.666C61.0066 188.142 60.938 187.562 61.0066 187.001C61.1313 185.853 61.8986 184.842 62.9279 184.368C63.4518 184.125 63.9945 184.063 64.7369 183.957L66.8203 183.676C68.2052 183.489 69.5837 183.302 70.9623 183.121C92.9573 180.158 113.574 177.376 131.489 174.961C167.295 170.127 192.29 166.752 195.883 166.266C199.832 165.885 202.782 166.353 204.71 166.69C206.644 167.052 207.604 167.314 207.66 167.164C207.71 167.052 206.862 166.522 205.003 165.935C203.15 165.361 200.244 164.719 196.376 164.943L196.388 164.9Z" fill="#121C2D"/> <path d="M85.665 191.679C87.6861 192.746 92.8948 195.497 100.486 199.508C102.389 200.506 104.435 201.585 106.624 202.733C107.716 203.307 108.845 203.899 110.005 204.511C110.586 204.816 111.172 205.122 111.771 205.434C112.07 205.59 112.37 205.746 112.669 205.908L113.143 206.151C113.368 206.264 113.605 206.338 113.848 206.376C114.091 206.413 114.347 206.413 114.597 206.376L115.152 206.27C115.495 206.201 115.838 206.133 116.187 206.058C116.88 205.914 117.585 205.771 118.296 205.627C119.718 205.34 121.171 205.041 122.656 204.735C125.625 204.13 128.719 203.5 131.919 202.845C157.538 197.599 190.182 190.918 222.75 184.25L225.8 183.626L227.329 183.314C227.603 183.252 227.796 183.227 228.133 183.14C228.508 183.052 228.876 182.859 229.187 182.603C230.466 181.536 230.379 179.391 228.969 178.455C228.807 178.336 228.632 178.255 228.451 178.18C228.258 178.099 228.189 178.081 228.046 178.031L227.31 177.775L225.844 177.263C221.939 175.897 218.046 174.537 214.179 173.19C210.311 171.843 206.475 170.501 202.682 169.179L201.26 168.68L200.549 168.431L200.194 168.306C200.087 168.268 199.963 168.218 199.751 168.162C199.395 168.062 198.927 168.069 198.647 168.125L197.904 168.231L196.426 168.449C194.461 168.736 192.508 169.023 190.568 169.31C175.061 171.593 160.47 173.739 147.689 175.617C122.132 179.378 103.817 182.073 99.9312 182.647C79.7015 185.635 74.6987 188.411 102.065 184.368C105.888 183.801 124.515 181.031 150.465 177.176C163.44 175.249 178.242 173.04 193.943 170.707C194.922 170.564 195.908 170.414 196.9 170.271L198.385 170.052L199.064 169.953C199.189 169.953 199.27 169.953 199.432 170.009C201.329 170.67 203.244 171.331 205.165 171.999C209.008 173.334 212.888 174.681 216.793 176.035C218.745 176.714 220.704 177.394 222.669 178.074L225.619 179.097L227.098 179.609C227.322 179.69 227.64 179.79 227.79 179.858C227.927 179.902 228.008 179.989 228.102 180.064C228.445 180.414 228.308 181.181 227.846 181.343C227.796 181.38 227.722 181.387 227.659 181.412C227.572 181.437 227.416 181.462 227.297 181.493L226.53 181.655L224.996 181.973L218.851 183.246C186.077 190.045 153.459 196.807 128.407 202.003C125.276 202.652 122.263 203.282 119.381 203.874C117.94 204.174 116.537 204.467 115.164 204.754L114.653 204.86L114.409 204.91C114.36 204.916 114.31 204.922 114.26 204.929C114.16 204.929 114.06 204.922 113.967 204.891C113.86 204.86 113.817 204.841 113.636 204.748C113.031 204.436 112.432 204.124 111.846 203.818C107.13 201.367 102.95 199.196 99.4072 197.356C92.3146 193.688 87.7797 191.336 86.6381 190.75C85.3593 190.101 84.2365 189.552 83.2759 189.091C82.7269 188.841 82.5086 188.735 82.3215 188.454C82.1468 188.199 82.0844 187.893 82.1094 187.618C82.1593 187.063 82.4774 186.714 82.7207 186.527C82.964 186.333 83.1449 186.265 83.1324 186.184C83.1324 186.128 82.939 186.04 82.5648 186.14C82.203 186.221 81.5979 186.577 81.3484 187.381C81.2298 187.774 81.2049 188.273 81.4045 188.785C81.5168 189.028 81.6665 189.29 81.8911 189.49C82.1031 189.708 82.4026 189.864 82.5897 189.976C83.4692 190.482 84.4923 191.049 85.6712 191.686L85.665 191.679Z" fill="#121C2D"/> <mask id="mask0_4076_28848" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="11" y="0" width="218" height="172"> <path d="M81.9536 171.787L167.351 161.531L182.84 138.594L208.066 110.05L228.863 51.9059L205.808 42.2433L181.954 63.4211L153.634 10.8041L118.227 0L100.231 10.5234L88.229 64.6874L75.6283 91.6914L41.5755 62.0737L23.5728 60.9821L11.9141 78.1801L81.9536 171.787Z" fill="white"/> </mask> <g mask="url(#mask0_4076_28848)"> <path d="M42.1951 85.3164C40.4983 83.7631 37.9221 83.8692 35.7138 83.2329C30.9294 81.8481 28.0786 76.9825 26.3632 72.3103C26.1074 71.6116 25.939 70.6634 26.569 70.2642C27.1616 69.8899 27.9102 70.3578 28.4217 70.8381C29.9063 72.2292 31.1352 73.8822 32.7072 75.1735C34.2791 76.4647 36.3564 77.3755 38.3338 76.9014C38.5771 76.1341 37.5478 75.6101 37.1798 74.8928C36.1567 72.8779 38.4897 72.0046 39.9057 72.9091C45.2641 76.3213 48.9445 81.1494 52.1134 86.5452C52.706 87.5558 53.2861 88.5913 53.5606 89.7266C54.3653 93.0514 50.3543 99.963 46.3121 97.1373C45.0146 96.2327 45.077 93.9497 44.8275 92.5648C44.4033 90.2069 44.0664 87.0443 42.1951 85.3288V85.3164Z" fill="white"/> <path d="M45.9441 94.7979C45.8692 94.2552 45.6447 92.8455 45.2018 90.8181C44.9834 89.8013 44.7027 88.6348 44.3659 87.3374C44.185 86.7136 44.054 85.9276 43.4551 85.1541C43.1495 84.7673 42.7128 84.4742 42.3074 84.2933C41.8894 84.1061 41.5089 83.9938 41.1346 83.8753C39.6126 83.395 37.9782 82.9958 36.3626 82.4593C34.747 81.9228 33.1376 81.1992 31.8276 80.0639C30.5177 78.9224 29.5009 77.3629 28.7399 75.6537C28.3531 74.7929 28.0287 73.9008 27.7293 72.9714L27.5047 72.2603L27.3925 71.9047C27.3488 71.7799 27.2802 71.649 27.224 71.518L27.0119 71.0626C27.0119 71.0626 27.0057 71.0127 27.0182 70.994C27.0307 70.9753 27.0556 70.9628 27.0806 70.9628C27.093 70.9628 27.1055 70.9628 27.1118 70.9628C27.1492 70.9628 27.2365 70.9815 27.3051 71.0002C27.617 71.0875 27.8104 71.2248 28.1036 71.5367C28.3718 71.8299 28.7024 72.254 29.0518 72.6096C29.3948 72.9714 29.7254 73.3581 30.0748 73.6763C30.7672 74.3437 31.4534 75.005 32.1333 75.6537C32.4764 75.9843 32.8631 76.3461 33.3372 76.6518C33.8175 76.9699 34.3914 77.1695 34.8967 77.2756C35.4082 77.3879 35.8761 77.4378 36.3065 77.5001C36.7431 77.5625 37.1798 77.6311 37.6102 77.6935C38.471 77.8245 39.3132 77.9742 40.1303 78.1239C40.9475 78.2799 41.746 78.4421 42.5195 78.6105C43.293 78.7851 44.054 78.9411 44.684 79.1469C45.3265 79.359 45.8193 79.621 46.231 80.0015C46.649 80.3758 46.9921 80.8561 47.304 81.3552C47.9153 82.3657 48.4767 83.4012 48.957 84.2246C49.9114 85.9026 50.5602 87.0317 50.7847 87.4309C53.1801 91.6166 55.432 91.785 52.1945 86.121C51.9762 85.7404 51.3524 84.655 50.4167 83.0332C49.9301 82.216 49.4436 81.2928 48.7324 80.1762C48.3706 79.6273 47.9277 79.0347 47.304 78.5107C46.6739 77.9742 45.8817 77.6124 45.1144 77.3816C44.3347 77.1508 43.5986 77.0011 42.8189 76.8327C42.0391 76.6705 41.2407 76.5083 40.411 76.3586C39.5814 76.2089 38.733 76.0716 37.866 75.9406C37.0176 75.8034 36.0445 75.7161 35.2835 75.5664C34.8967 75.4853 34.5848 75.373 34.2916 75.1859C33.986 74.9987 33.6803 74.7243 33.3559 74.4124C32.6822 73.7761 32.0023 73.1273 31.3099 72.4724C30.9543 72.148 30.6549 71.8111 30.3305 71.4743C29.9999 71.1437 29.7317 70.8068 29.3512 70.3889C29.1578 70.183 28.9519 69.9834 28.665 69.7838C28.3718 69.5842 28.0786 69.4594 27.7543 69.3721C27.5921 69.3284 27.4299 69.2972 27.2365 69.2848C27.0057 69.2723 26.7749 69.2848 26.5566 69.3347C26.1074 69.422 25.7456 69.6965 25.4837 70.0396C25.4026 70.2329 25.2653 70.4201 25.2466 70.6384C25.2154 70.8505 25.2466 71.0688 25.309 71.2809C25.3402 71.387 25.3901 71.493 25.44 71.599C25.4649 71.649 25.4961 71.6989 25.5273 71.7862L25.571 71.8798L25.7082 72.1667C25.7519 72.2665 25.8018 72.3476 25.8455 72.4599L25.9577 72.8092L26.1823 73.5141C26.4942 74.4685 26.8622 75.4354 27.2927 76.3648C28.1473 78.23 29.3262 80.014 30.9231 81.3365C32.52 82.6651 34.3852 83.4137 36.1193 83.9564C37.8597 84.5053 39.5252 84.8796 41.0099 85.3412C41.3841 85.4535 41.7085 85.5658 41.958 85.7093C42.2076 85.8527 42.3573 86.0087 42.507 86.2395C42.7939 86.7011 42.9499 87.3935 43.137 88.0298C43.4863 89.3023 43.7733 90.4376 43.9978 91.4107C44.4532 93.3507 44.6903 94.6108 44.7651 94.9165C45.339 97.5364 46.2622 97.3305 45.9566 94.7979H45.9441Z" fill="#121C2D"/> <path d="M47.9156 79.4151C47.7909 79.1718 47.2794 78.1613 46.169 76.9199C45.8883 76.6143 45.5639 76.3024 45.1834 76.0092C44.778 75.7035 44.4162 75.4727 44.0481 75.2107C43.2933 74.693 42.5011 74.144 41.7089 73.6013C41.3408 73.3581 41.0102 73.0275 40.5923 72.7093C40.1681 72.3974 39.7689 72.0606 39.0702 71.8422C38.9018 71.7923 38.6523 71.7612 38.4714 71.7674C38.2967 71.7674 38.1096 71.7986 37.9287 71.8422C37.5669 71.9358 37.2176 72.1417 36.9618 72.4099C36.4441 72.9526 36.2881 73.6263 36.3131 74.2002C36.3318 74.4871 36.3879 74.7678 36.4815 75.0174C36.5688 75.2482 36.6686 75.4353 36.7747 75.61C36.9805 75.9593 37.1989 76.2213 37.3798 76.4334C37.754 76.8513 38.0098 77.0759 38.1034 77.1632C39.0391 77.9991 40.4613 76.7577 39.2948 75.716C39.22 75.6411 38.9829 75.4353 38.7022 75.1234C38.4277 74.8177 38.1034 74.3499 38.1221 74.038C38.1345 73.6637 38.3342 73.4579 38.7022 73.5639C38.9704 73.6575 39.3385 73.907 39.7003 74.1815L40.2742 74.6306C40.374 74.7055 40.4987 74.8053 40.6048 74.8676L40.9229 75.0673C41.765 75.6037 42.6009 76.1339 43.3931 76.6392C43.5865 76.764 43.7799 76.8825 43.967 77.0073C44.1354 77.1071 44.2914 77.2193 44.4473 77.3316C44.753 77.5624 45.0275 77.812 45.2707 78.0615C46.2376 79.0783 46.8053 79.9703 46.9176 80.0701C47.3854 80.5629 48.1652 80.0264 47.9219 79.4276L47.9156 79.4151Z" fill="#121C2D"/> <path d="M196.539 100.237C197.356 100.587 198.298 100.138 198.541 99.2829C200.144 93.6376 202.908 88.3166 206.619 83.7629C210.05 79.5523 214.292 75.9655 217.099 71.312C218.546 68.9104 219.582 66.2593 220.143 63.5084C220.255 62.9469 220.349 62.3481 220.124 61.8241C220.056 61.6682 219.95 61.5247 219.819 61.4062C219.282 60.9321 219.008 60.2459 219.151 59.5473C219.338 58.6552 219.463 57.7507 219.538 56.8462C219.588 56.1788 219.6 55.4552 219.226 54.8938C218.858 54.3324 217.96 54.0828 217.504 54.5694C216.874 53.4778 215.284 53.091 214.223 53.7709C213.818 54.0329 213.493 54.4135 213.057 54.6255C212.651 54.8189 212.184 54.8376 211.741 54.9312C209.395 55.4115 207.967 57.7632 207.05 59.9715C206.264 61.8553 205.534 64.4628 203.993 65.9412C203.65 66.2718 203.07 66.0597 203.032 65.5856C202.877 63.683 202.571 61.6994 200.656 59.4287C199.807 58.4182 198.148 57.5948 197.113 58.4057C196.458 58.9172 197.936 61.8553 199.084 67.5942C200.5 74.6618 197.169 81.5734 193.651 86.7447C192.665 88.1981 191.81 89.7888 191.48 91.5105C190.837 94.8478 192.634 99.0771 195.915 99.9691L196.545 100.237H196.539Z" fill="white"/> <path d="M208.907 73.8007C208.857 73.52 208.539 72.3036 207.491 70.9563C206.986 70.2888 206.244 69.5964 205.427 69.0599C204.634 68.5172 203.855 68.0057 203.499 67.3382C203.125 66.6708 203.069 65.76 203.1 64.8743C203.137 63.976 203.231 63.0403 203.125 62.1608C203.037 61.2874 202.701 60.4703 202.326 59.9837C201.952 59.4722 201.578 59.2102 201.447 59.1229C201.104 58.8921 200.717 58.8609 200.461 58.9607C200.199 59.0543 200.068 59.2601 200.043 59.4535C200.012 59.6531 200.074 59.8652 200.168 60.0399C200.268 60.2145 200.386 60.358 200.605 60.5202C200.698 60.6013 201.453 61.1065 201.584 62.4914C201.671 63.1775 201.603 64.0321 201.59 65.0427C201.59 66.0283 201.69 67.2447 202.401 68.2864C203.125 69.3094 204.129 69.8022 204.865 70.3075C205.608 70.7878 206.194 71.343 206.649 71.8982C207.548 73.0085 207.859 73.9879 207.928 74.1126C208.209 74.6865 209.013 74.5119 208.92 73.8132L208.907 73.8007Z" fill="#121C2D"/> <path d="M192.721 89.664C192.964 89.3646 193.85 88.0234 195.047 86.1707C195.646 85.2413 196.326 84.1871 197.044 83.0705C197.081 83.0019 197.137 82.9395 197.2 82.8085L197.318 82.5777L197.555 82.1098C197.724 81.7979 197.855 81.4736 198.004 81.1492C198.291 80.4942 198.553 79.8205 198.784 79.1406C199.726 76.4021 200.106 73.5077 200.119 71.2621C200.131 69.0102 199.851 67.407 199.795 67.0702C199.645 66.1844 199.115 65.729 198.715 65.7852C198.304 65.8475 198.029 66.3778 198.216 67.4881C198.266 67.7938 198.547 69.3158 198.541 71.4617C198.559 73.6013 198.198 76.3647 197.331 78.9721C197.118 79.6209 196.875 80.2634 196.607 80.881C196.482 81.1929 196.339 81.4985 196.189 81.7917L195.989 82.2096L195.74 82.6213C195.054 83.7566 194.411 84.8171 193.85 85.7403C192.733 87.5867 191.96 88.8842 191.866 89.0776C191.442 89.9509 192.153 90.3626 192.727 89.6577L192.721 89.664Z" fill="#121C2D"/> <path d="M207.586 66.4651C207.867 66.1594 209.401 63.6268 210.905 61.0942C211.653 59.8217 212.402 58.5803 212.982 57.5511C213.562 56.5218 213.88 55.6859 213.943 55.505C214.111 55.0372 213.787 54.6255 213.4 54.507C213.007 54.3884 212.57 54.507 212.383 55.0309C212.333 55.1807 212.071 55.898 211.547 56.9023C210.992 57.9191 210.287 59.2228 209.582 60.5203C208.166 63.1278 206.775 65.7103 206.7 65.9286C206.538 66.4214 207.255 66.8144 207.586 66.4588V66.4651Z" fill="#121C2D"/> <path d="M212.713 71.2184C212.632 71.0001 211.528 69.8835 210.218 69.0289C208.927 68.1493 207.467 67.5567 207.299 67.4943C206.837 67.3259 206.214 68.8293 206.762 69.0289C206.918 69.085 208.285 69.5591 209.532 70.2889C210.792 70.9876 211.896 71.9233 212.009 71.9669C212.258 72.0605 212.826 71.4679 212.72 71.2184H212.713Z" fill="#121C2D"/> <path d="M210.293 67.8249C210.624 67.4756 212.514 64.5749 214.373 61.6805C215.302 60.2209 216.232 58.8173 216.936 57.6134C217.648 56.4095 217.953 55.3428 217.997 55.1182C218.14 54.5194 217.747 54.0952 217.348 54.0515C216.936 54.0079 216.544 54.2262 216.394 54.8188C216.356 54.9872 216.144 55.8169 215.502 56.9522C214.866 58.0875 213.93 59.5971 213.05 61.0817C211.272 64.0572 209.526 67.014 209.426 67.2635C209.201 67.8187 209.906 68.2366 210.293 67.8249Z" fill="#121C2D"/> <path d="M213.325 69.4032C213.612 69.1037 215.065 66.5649 216.712 64.2194C217.529 63.0592 218.465 61.9114 219.057 60.8322C219.669 59.7718 219.875 58.8298 219.912 58.6365C220.006 58.1125 219.6 57.7569 219.201 57.7382C218.789 57.7133 218.396 57.9066 218.296 58.3932C218.271 58.5304 218.134 59.2228 217.623 60.171C217.13 61.1192 216.244 62.2794 215.427 63.552C213.811 66.0659 212.501 68.6733 212.42 68.8854C212.264 69.3782 212.988 69.7587 213.312 69.4032H213.325Z" fill="#121C2D"/> <path d="M199.857 97.4988C200.095 96.9623 200.93 94.6668 202.427 91.6788C203.195 90.1942 204.13 88.5411 205.266 86.8943C206.401 85.2413 207.748 83.6256 209.239 82.1098C212.29 78.9908 214.91 75.4851 216.7 72.6094C218.503 69.7337 219.532 67.5193 219.763 67.0639C220.343 65.8475 220.293 64.9056 219.95 64.6997C219.588 64.4876 218.958 64.9929 218.197 66.5773C217.972 67.014 216.962 69.2035 215.197 72.0543C213.437 74.9112 210.874 78.367 207.879 81.4611C204.81 84.6549 202.546 88.4912 201.13 91.5166C199.708 94.5607 198.997 96.7877 198.903 97.1058C198.498 98.553 199.302 98.7589 199.857 97.505V97.4988Z" fill="#121C2D"/> <path d="M159.51 70.7133C160.028 69.6716 161.588 69.2287 162.355 68.2868C163.958 66.3156 162.916 63.2341 161.918 60.9822C161.294 59.5786 160.471 58.2749 159.554 57.0398C152.773 47.9137 152 36.8601 149.031 26.3803C147.895 22.3818 144.496 16.7677 141.389 14.0043C136.386 9.56286 131.583 8.84549 127.46 9.40067C126.15 9.57533 125.027 9.23225 123.786 8.88916C122.544 8.54607 121.166 8.25289 119.825 8.14061C115.021 7.75386 110.181 10.0868 107.205 13.8296C105.471 16.0066 104.473 18.6391 104.174 21.3962C103.955 23.3986 103.974 25.8127 105.665 27.2225C106.064 27.5531 105.247 28.4888 105.172 29.1125C104.036 38.694 103.793 42.9608 97.8359 51.8249C96.9065 53.2035 96.2203 54.7255 95.8086 56.3349C95.1661 58.8737 94.3427 62.7475 96.5572 64.1198C97.3618 64.6189 98.9338 65.7667 100.655 67.0018C102.695 68.4677 103.481 71.1375 102.558 73.4768L99.1147 82.1724C99.1147 82.1724 96.0644 85.4723 110.599 82.2036C112.14 81.8543 113.668 81.4364 115.177 80.9498L120.112 79.3404C120.112 79.3404 123.312 79.6585 126.605 78.0055C126.605 78.0055 132.931 85.5534 134.783 86.8821C135.856 87.6556 138.002 83.6508 139.605 80.1576C140.585 78.0242 142.967 76.8827 145.232 77.5252C149.954 78.8539 157.789 78.9474 158.618 72.591C158.475 73.0962 158.338 73.6015 158.175 74.1005C158.562 72.9216 158.986 71.7863 159.523 70.7133H159.51Z" fill="white"/> <path d="M116.624 35.8246C116.475 35.5189 116.169 35.3068 115.826 35.2881C115.62 35.2756 115.408 35.2631 115.196 35.2881C114.865 35.3193 114.597 35.4503 114.41 35.7247C114.248 35.968 114.167 36.2674 114.16 36.5544C114.154 36.8975 114.335 37.2281 114.591 37.4527C114.778 37.6148 115.009 37.7334 115.258 37.7645C115.589 37.802 115.919 37.6897 116.175 37.4838C116.475 37.2343 116.68 36.91 116.73 36.492C116.755 36.2862 116.73 36.0429 116.624 35.8308V35.8246Z" fill="#121C2D"/> <path d="M130.148 36.1612C129.998 35.8556 129.692 35.6435 129.349 35.6248C129.143 35.6123 128.931 35.5998 128.719 35.6248C128.389 35.6559 128.12 35.7869 127.933 36.0614C127.771 36.3047 127.69 36.6041 127.684 36.8911C127.678 37.2341 127.858 37.5648 128.114 37.7893C128.301 37.9515 128.532 38.07 128.782 38.1012C129.112 38.1386 129.443 38.0264 129.699 37.8205C129.998 37.571 130.204 37.2466 130.254 36.8287C130.279 36.6228 130.254 36.3795 130.148 36.1675V36.1612Z" fill="black"/> <path d="M138.426 45.9798C138.245 46.4102 137.814 47.5455 136.922 49.08C136.037 50.6083 134.714 52.5858 132.805 54.4572C131.857 55.3804 130.703 56.2474 129.412 56.9336C128.108 57.6011 126.63 58.0377 125.058 58.1251C124.272 58.1812 123.467 58.15 122.656 58.0502C121.852 57.9566 121.003 57.8132 120.23 57.5948C118.67 57.1707 117.154 56.3722 115.788 55.3804C114.416 54.3948 113.168 53.2283 112.095 51.9495C111.029 50.677 110.118 49.2859 109.544 47.8449C108.321 44.9755 108.87 41.9251 109.469 39.3177C110.093 36.6915 110.661 34.3211 110.717 32.4435C110.76 30.6282 110.81 29.5304 110.866 29.1374C110.973 28.1268 111.091 27.3533 111.178 26.7794C111.259 26.2055 111.303 25.8063 111.153 25.6441C111.022 25.4882 110.654 25.5755 110.193 26.1494C109.737 26.717 109.263 27.8274 109.157 29.3682C109.139 29.5803 109.107 30.0044 109.089 30.5908C109.064 31.1709 109.082 31.9507 109.026 32.7803C108.97 33.6287 108.833 34.6205 108.602 35.7433C108.378 36.8662 108.059 38.1138 107.766 39.4923C107.486 40.8709 107.192 42.393 107.217 44.0523C107.205 44.8819 107.323 45.7365 107.492 46.5911C107.71 47.4395 107.991 48.2878 108.384 49.08C109.937 52.2739 112.513 55.031 115.595 57.0397C117.136 58.0252 118.851 58.8487 120.673 59.1793C122.432 59.5348 124.247 59.6783 125.987 59.4288C126.854 59.304 127.703 59.1044 128.501 58.8112C129.3 58.5118 130.042 58.1438 130.734 57.7321C132.094 56.8837 133.267 55.8981 134.209 54.8689C137.983 50.7393 139.237 46.9404 139.411 46.4227C139.779 45.2125 139.636 44.5513 139.411 44.5139C139.162 44.464 138.844 44.9755 138.432 45.9798H138.426Z" fill="#0F1C2E"/> <path d="M139.748 40.1037C139.879 40.0663 140.303 39.4986 140.74 38.9559C141.17 38.4132 141.619 37.8892 141.669 37.8269C141.8 37.6647 140.534 36.5481 140.34 36.7914C140.284 36.86 139.848 37.49 139.486 38.1512C139.118 38.8062 138.812 39.4861 138.825 39.561C138.85 39.7232 139.592 40.1411 139.748 40.1037Z" fill="#0F1C2E"/> <path d="M138.494 44.9193C138.575 44.9006 138.725 44.8631 138.918 44.807C139.112 44.7321 139.361 44.6323 139.655 44.5201C140.228 44.2581 140.989 43.8838 141.757 43.2662C143.31 42.081 144.926 39.904 145.075 37.2154C145.119 35.8556 144.657 34.5331 143.84 33.5226C143.029 32.512 141.788 31.8695 140.628 31.8695C139.492 31.8508 138.588 32.2563 138.001 32.6742C137.409 33.1046 137.103 33.5226 137.01 33.6785C136.741 34.0653 136.71 34.4895 136.791 34.7702C136.891 35.0633 137.078 35.2193 137.284 35.2567C137.49 35.3004 137.721 35.238 137.902 35.1132C138.101 34.9885 138.257 34.8138 138.463 34.5456C138.525 34.477 138.681 34.2275 139.062 33.9779C139.43 33.7347 140.035 33.4664 140.734 33.5101C141.395 33.5288 142.193 33.9405 142.749 34.6766C143.316 35.4002 143.647 36.4232 143.584 37.4088C143.516 38.4194 143.135 39.4673 142.618 40.3219C142.094 41.1828 141.432 41.8876 140.784 42.4054C140.135 42.9231 139.505 43.2849 139.031 43.5157C138.557 43.7528 138.238 43.8775 138.157 43.915C137.477 44.2643 137.708 45.0877 138.494 44.9318V44.9193Z" fill="#0F1C2E"/> <path d="M116.936 67.3322C117.061 67.0016 117.167 64.575 117.161 62.1859C117.161 59.7968 117.204 57.4513 117.223 57.1768C117.248 56.4657 115.57 56.185 115.539 57.2018C115.52 57.4887 115.557 59.9465 115.682 62.3418C115.807 64.7435 115.844 67.0952 115.876 67.2761C115.969 67.6815 116.817 67.7127 116.948 67.326L116.936 67.3322Z" fill="#0F1C2E"/> <path d="M134.577 65.2863C134.664 64.9494 134.646 62.5042 134.627 60.0901C134.602 57.6698 134.646 55.2806 134.658 54.9937C134.671 54.2576 132.993 54.0143 132.974 55.0374C132.961 55.3243 132.999 57.8195 133.149 60.2647C133.286 62.7163 133.46 65.1241 133.51 65.3112C133.629 65.7229 134.483 65.6855 134.583 65.2863H134.577Z" fill="#0F1C2E"/> <path d="M139.549 24.3217C139.225 24.5151 138.339 25.1139 136.96 25.7939C135.594 26.4613 133.685 27.2099 131.458 27.3035C130.348 27.3347 129.175 27.1974 128.052 26.792C126.923 26.3802 125.85 25.7003 124.909 24.8457C123.96 23.9911 123.187 22.9307 122.607 21.7891C122.307 21.2215 122.089 20.6164 121.902 20.0113C121.846 19.8616 121.827 19.7057 121.783 19.5497L121.727 19.3189L121.684 19.138C121.659 19.0507 121.652 18.9696 121.64 18.8885C121.54 18.2397 121.44 17.591 121.34 16.9485C120.885 17.2541 120.436 17.5536 119.987 17.8592L119.407 18.1586C119.276 18.2148 119.188 18.246 119.082 18.2896C118.658 18.4394 118.203 18.5392 117.735 18.6203C116.799 18.7824 115.814 18.8573 114.834 19.0631C112.819 19.4873 111.198 20.554 110.056 21.6269C108.896 22.7123 108.135 23.8165 107.636 24.6773C107.143 25.5444 106.887 26.1619 106.781 26.399C106.176 27.8898 106.419 28.9815 106.806 29.1125C107.006 29.1873 107.255 29.0501 107.517 28.6696C107.779 28.2891 108.072 27.6777 108.447 26.8044C108.528 26.6173 108.734 26.137 109.133 25.4446C109.526 24.7584 110.131 23.8539 111.067 22.9431C111.984 22.0324 113.275 21.1154 114.922 20.685C115.757 20.4667 116.724 20.3794 117.804 20.1985C118.34 20.1049 118.908 19.9864 119.488 19.793C119.631 19.7493 119.775 19.6869 119.924 19.6308C120.018 19.5934 120.024 19.5871 120.049 19.5747L120.118 19.5435C120.174 19.5185 120.168 19.5123 120.199 19.4936C120.211 19.506 120.211 19.5372 120.218 19.5622C120.274 19.793 120.336 20.03 120.392 20.2733C120.498 20.5977 120.611 20.9221 120.717 21.2527C120.854 21.5708 120.985 21.8952 121.135 22.2133C121.752 23.4796 122.619 24.6648 123.667 25.6629C124.709 26.6734 125.963 27.4594 127.291 27.9772C128.626 28.5136 130.042 28.6633 131.334 28.6259C133.954 28.5261 136.093 27.5904 137.565 26.8231C139.044 26.0309 139.917 25.3697 140.104 25.2262C141.445 24.1283 140.846 23.5046 139.543 24.3093L139.549 24.3217Z" fill="#0F1C2E"/> <path d="M139.592 32.6245C139.679 32.2814 138.457 28.5012 138.369 28.2642C138.257 27.9585 136.641 28.445 136.791 28.8568C136.872 29.0876 138.432 32.849 138.575 32.9738C138.737 33.111 139.536 32.8178 139.586 32.6182L139.592 32.6245Z" fill="#0F1C2E"/> <path d="M99.1337 65.3049C98.8717 65.2051 98.1419 64.9369 97.3621 64.1322C96.9816 63.7329 96.6011 63.1902 96.2954 62.5353C95.9898 61.874 95.7839 61.0818 95.6903 60.2147C95.5157 58.4556 95.8962 56.4221 96.8444 54.4509C97.7613 52.4547 99.1524 50.5397 100.481 48.4874C101.81 46.3915 102.827 44.1209 103.531 41.9126C104.249 39.7106 104.723 37.5897 105.066 35.7246C105.733 32.0006 105.97 29.3245 106.052 28.7568C106.37 25.8063 104.773 24.8706 104.349 28.8379C104.268 29.3869 104.049 32.1004 103.4 35.787C103.064 37.6272 102.614 39.7169 101.903 41.844C101.192 43.9712 100.232 46.142 98.9528 48.1194C97.6491 50.1342 96.2518 52.1865 95.3535 54.3823C94.424 56.5655 94.1371 58.8985 94.4739 60.851C94.8046 62.8222 95.7839 64.3443 96.7508 65.1801C97.7177 66.0285 98.566 66.2531 98.7594 66.3092C99.6951 66.5275 100.157 66.1969 100.138 65.9724C100.126 65.7228 99.7512 65.5357 99.1337 65.2987V65.3049Z" fill="#0F1C2E"/> <path d="M129.843 11.5464C129.737 11.4154 129.544 11.1783 129.263 10.8727C128.957 10.5919 128.577 10.2052 128.053 9.8434C127.036 9.10108 125.551 8.29639 123.711 7.81607C121.877 7.31703 119.713 7.05504 117.429 7.27337C115.128 7.46674 112.751 8.30886 110.717 9.61259C108.665 10.9101 106.912 12.6505 105.646 14.578C104.38 16.4993 103.619 18.6077 103.407 20.529C103.188 22.4503 103.456 24.1407 103.831 25.326C104.199 26.5299 104.623 27.2597 104.754 27.5217C105.496 28.8753 106.469 29.3245 106.806 29.1124C106.987 29.0063 107.043 28.7319 106.931 28.3077C106.869 28.0956 106.769 27.8523 106.638 27.5467C106.569 27.3969 106.494 27.241 106.401 27.0726C106.32 26.8979 106.232 26.7108 106.126 26.5112C106.064 26.4051 105.952 26.1805 105.821 25.8562C105.671 25.538 105.521 25.1076 105.359 24.5836C105.072 23.5419 104.816 22.076 105.072 20.3855C105.297 18.7013 105.995 16.8112 107.193 15.0833C108.378 13.3491 110.025 11.7647 111.928 10.6044C113.836 9.43169 115.976 8.75176 118.072 8.60828C120.168 8.45857 122.164 8.70809 123.811 9.17594C125.458 9.65002 126.743 10.3362 127.585 10.96C127.809 11.1035 127.984 11.2594 128.146 11.3966C128.308 11.5339 128.458 11.6524 128.57 11.7647C128.795 11.9892 128.938 12.139 129.001 12.2013C129.519 12.7378 129.912 12.9249 130.124 12.7939C130.323 12.6754 130.311 12.2013 129.849 11.5464H129.843Z" fill="#0F1C2E"/> <path d="M158.713 74.0692C158.831 73.7324 158.881 73.0899 159.081 72.4661C159.274 71.8547 159.879 71.2434 160.871 70.5448C161.345 70.1892 161.925 69.7838 162.437 69.1849C162.948 68.5985 163.354 67.8562 163.603 67.0391C164.109 65.3922 163.996 63.4834 163.379 61.637C162.761 59.7531 161.582 58.0689 160.36 56.4096C159.125 54.7441 157.833 53.0973 156.96 51.1573C156.062 49.2173 155.438 47.0527 154.789 44.8507C154.147 42.6487 153.542 40.4093 153.049 38.1574C152.063 33.6723 151.602 28.944 150.017 24.6835C148.501 20.4417 146.15 16.7551 143.424 14.1538C140.716 11.509 137.697 10.068 135.377 9.33815C133.025 8.62703 131.347 8.55217 130.773 8.52722C129.264 8.47108 128.028 8.70188 127.218 9.03249C126.4 9.34439 125.989 9.69995 125.982 9.9058C125.982 10.1241 126.388 10.2302 127.224 10.2052C128.066 10.2052 129.357 10.1054 131.191 10.2364C131.696 10.2926 133.231 10.3674 135.389 11.1035C137.535 11.8271 140.292 13.2493 142.775 15.8007C145.276 18.3145 147.447 21.8889 148.826 26.0184C150.242 30.1292 150.691 34.8451 151.826 39.4674C152.381 41.7692 153.036 44.0398 153.704 46.2543C154.371 48.4687 155.089 50.6894 156.18 52.7105C157.278 54.7379 158.7 56.3909 159.867 58.0065C161.052 59.6222 162.006 61.2191 162.393 62.8659C162.792 64.5002 162.724 66.1096 162.175 67.3135C161.907 67.9248 161.526 68.4114 161.102 68.8169C160.659 69.2223 160.166 69.5654 159.711 69.9272C159.256 70.289 158.831 70.6758 158.519 71.1062C158.208 71.5304 158.014 72.0107 157.927 72.385C157.765 73.1398 157.74 73.5327 157.696 73.6887C157.584 74.3624 157.309 74.7367 157.11 74.955C156.904 75.1671 156.71 75.2482 156.698 75.3792C156.673 75.479 156.898 75.6911 157.397 75.5663C157.877 75.4478 158.476 74.9176 158.713 74.0567V74.0692Z" fill="#0F1C2E"/> <path d="M120.161 43.5033C120.086 43.3848 119.537 43.0479 119.169 42.5302C118.994 42.2682 118.926 42.0062 118.994 41.7317C119.057 41.451 119.306 41.1017 119.643 40.7524C120.36 40.0537 121.221 39.2553 121.764 38.4942C122.332 37.7394 122.569 37.0283 122.619 36.8849C122.743 36.4856 122.35 36.1613 121.945 36.0926C121.521 36.024 121.103 36.1051 120.997 36.4295C120.966 36.5231 120.835 36.9909 120.398 37.6147C120.186 37.9266 119.899 38.2759 119.568 38.644C119.238 39.0245 118.863 39.38 118.464 39.8479C118.084 40.3032 117.672 40.9021 117.61 41.6506C117.535 42.3992 117.896 43.0542 118.24 43.4222C118.951 44.1583 119.525 44.3641 119.599 44.414C119.992 44.5263 120.392 43.7715 120.167 43.5033H120.161Z" fill="#0F1C2E"/> <path d="M120.199 49.1301C120.317 49.1051 120.717 48.8431 121.309 48.5936C121.902 48.3441 122.688 48.1195 123.492 48.0384C124.297 47.9511 125.102 48.0384 125.707 48.1694C126.312 48.3067 126.717 48.4751 126.805 48.5063C127.217 48.681 128.165 47.2525 127.372 46.9156C127.26 46.8844 126.724 46.6723 125.95 46.5538C125.177 46.4291 124.166 46.3979 123.199 46.5788C122.226 46.7472 121.303 47.1028 120.654 47.4833C119.999 47.8513 119.612 48.2069 119.563 48.2693C119.357 48.5562 119.924 49.1925 120.199 49.1301Z" fill="#0F1C2E"/> <path d="M111.933 33.9033C112.102 33.8409 112.938 33.03 113.973 32.5871C114.996 32.1005 116.107 32.007 116.231 32.0007C116.543 31.9758 116.631 30.2791 116.032 30.329C115.876 30.329 114.422 30.566 113.231 31.3021C112.002 31.9883 111.147 33.0924 111.129 33.2046C111.054 33.4542 111.734 33.9719 111.94 33.9095L111.933 33.9033Z" fill="#0F1C2E"/> <path d="M134.297 34.7952C134.234 34.5955 133.249 33.6224 132.057 32.9175C130.885 32.1877 129.562 31.7573 129.406 31.7199C128.982 31.6013 128.489 33.2107 128.963 33.348C129.094 33.3854 130.292 33.691 131.39 34.2525C132.5 34.7889 133.473 35.5562 133.567 35.5874C133.791 35.6498 134.378 35.026 134.29 34.7952H134.297Z" fill="#0F1C2E"/> <path d="M141.545 141.969L124.191 137.484H108.24L95.2591 140.703L87.1311 165.405C85.3345 179.278 79.1777 196.483 89.514 208.185C95.178 214.597 103.786 217.978 112.332 218.334C120.878 218.69 129.362 216.238 137.047 212.47C141.994 210.044 146.753 207 150.222 202.72C156.697 194.736 154.919 186.427 153.047 177.432C151.818 171.525 151.569 163.609 149.024 158.119C148.986 158.044 141.545 141.969 141.545 141.969Z" fill="white"/> <path d="M97.1377 141.969L106.526 140.391H118.228L127.541 140.89L134.515 141.177L133.954 96.5758L135.838 78.1801L139.811 66.2656V63.4211L137.977 64.413L133.611 67.3323L129.3 70.233L122.383 70.838L117.405 69.3784L114.13 65.6855L111.36 71.1687L104.81 92.178L100.207 112.988L98.6785 130.086L97.1377 141.969Z" fill="white"/> <path d="M88.4851 130.217C88.5225 129.344 88.5412 128.464 88.5412 127.578C88.5412 126.992 88.4102 126.237 87.8301 126.137C85.5595 130.41 81.9914 133.972 77.7184 136.236C75.2981 137.515 72.385 138.382 69.8337 137.378C68.0995 136.698 66.7896 135.245 65.6418 133.779C60.3894 127.073 57.0771 119.095 52.9788 111.634C49.8037 105.851 46.1233 100.343 42.0062 95.1971C41.8004 94.9413 41.5821 94.6544 41.5696 94.3238C41.5571 93.8122 42.0312 93.438 42.4554 93.151C46.5038 90.4313 50.546 87.7053 54.5944 84.9856C54.8127 84.8359 55.0685 84.6799 55.3305 84.736C55.6735 84.8047 55.842 85.1852 55.9605 85.5095C56.8588 87.986 57.9566 90.4001 59.3415 92.6457C61.4998 96.139 64.3069 99.1769 67.1014 102.19C69.397 104.666 71.6988 107.149 73.9944 109.625C79.3902 101.653 82.7524 93.0637 86.8071 84.4366C88.4477 80.9496 90.1943 77.4065 92.9951 74.7616C96.0829 71.8422 100.125 70.3015 104.036 68.8231C106.051 68.062 108.072 67.3135 110.012 66.3778C110.942 65.9287 111.859 65.4359 112.732 64.8807C113.144 64.6187 115.065 62.9407 115.24 63.5894C115.283 63.7516 115.252 63.9263 115.221 64.0885C114.429 68.3178 112.925 72.3413 111.628 76.4271C110.237 80.8061 108.846 85.1852 107.461 89.5704C104.067 100.262 100.649 111.123 100.25 122.332C100.032 128.614 100.768 134.883 101.279 141.152C102.134 151.619 102.358 162.124 102.583 172.622C102.676 176.945 102.764 181.324 101.828 185.547C101.653 186.346 101.41 187.194 100.144 187.3C99.5075 187.356 98.8713 187.163 98.3348 186.82C92.9078 183.314 88.1981 178.698 84.5801 173.34C83.2515 171.375 82.0413 169.229 81.7856 166.871C81.5547 164.769 82.1037 162.667 82.6152 160.614C83.7942 155.905 85.0418 151.214 86.1272 146.479C87.3872 140.971 88.2605 135.769 88.4789 130.242L88.4851 130.217Z" fill="#F22F46"/> <path d="M131.384 84.6737C130.648 87.88 130.548 91.1923 130.46 94.4859C130.036 109.663 129.612 124.846 129.949 140.029C130.236 152.935 131.066 165.904 129.437 178.704C129.288 179.896 129.132 181.193 129.762 182.222C130.18 182.902 130.878 183.352 131.571 183.745C136.474 186.52 142.331 187.506 147.883 186.633C150.422 186.233 152.611 185.092 155.119 184.793C158.001 184.443 163.278 183.108 163.578 179.565C164.245 171.668 163.808 163.683 162.28 155.905C160.746 148.107 158.132 140.547 156.635 132.743C156.067 129.774 155.649 126.767 155.531 123.742C155.437 121.365 154.994 117.435 155.774 115.19C156.005 114.522 156.685 113.955 157.377 114.092C157.82 114.179 158.163 114.528 158.463 114.872C159.866 116.493 160.87 118.402 161.95 120.255C164.364 124.397 167.177 128.302 170.346 131.895C171.232 132.899 172.217 133.928 173.508 134.284C175.361 134.795 177.282 133.804 178.848 132.693C183.24 129.574 186.683 125.314 189.808 120.929C197.044 110.773 202.889 99.626 207.125 87.8924C207.349 87.2686 207.568 86.5762 207.324 85.9649C207.094 85.3973 206.526 85.0479 205.989 84.7547C202.939 83.0705 199.714 81.6982 196.383 80.6814C196.077 80.5878 195.759 80.4942 195.435 80.5067C194.393 80.5504 193.751 81.6171 193.277 82.5465C190.557 87.9299 187.419 93.1011 183.907 98.0041C182.653 99.757 180.426 104.08 178.33 104.81C175.779 105.689 174.226 101.398 173.421 99.6385C170.72 93.7311 167.851 87.8924 164.838 82.1411C161.968 76.6704 158.731 70.9689 153.691 67.195C151.476 65.5419 148.775 64.2694 146.292 63.0842C143.81 61.899 140.516 61.0818 138.214 63.0654C137.74 63.4709 137.946 63.9013 137.977 64.4253C138.008 64.968 138.008 65.5107 137.977 66.0472C137.915 67.1139 137.734 68.1681 137.466 69.2036C136.917 71.3182 136.037 73.3269 135.12 75.3043C133.704 78.3546 132.145 81.3863 131.384 84.6861V84.6737Z" fill="#F22F46"/> <path d="M137.066 63.8202C136.766 64.051 135.675 65.1801 133.984 66.4776C132.3 67.7626 129.955 69.1911 127.378 69.8149C124.833 70.4761 122.126 70.1954 120.267 69.4718C118.371 68.7731 117.354 67.7314 117.136 67.5505C116.855 67.2823 116.562 67.1326 116.3 67.0515C116.032 66.9766 115.776 67.0016 115.595 67.1139C115.414 67.2261 115.32 67.4382 115.377 67.7501C115.408 67.9061 115.47 68.087 115.582 68.2866C115.707 68.4737 115.882 68.6858 116.106 68.9041C116.368 69.1162 117.672 70.3326 119.924 71.0812C122.138 71.8422 125.233 72.0481 128.065 71.181C130.897 70.3576 133.336 68.7295 135.007 67.3259C136.685 65.9162 137.683 64.7684 137.827 64.6C138.42 63.814 137.758 63.2713 137.078 63.8327L137.066 63.8202Z" fill="#0F1C2E"/> <path d="M134.952 72.7405C134.777 72.8341 134.359 73.1085 133.76 73.5202C133.454 73.7136 133.124 73.9881 132.712 74.2126C132.307 74.4434 131.858 74.693 131.377 74.9674C129.462 76.0154 126.855 77.1819 124.129 77.3566C121.428 77.5686 118.745 76.8014 117.08 75.5538C115.358 74.3748 114.566 73.0898 114.391 72.859C114.21 72.5222 113.93 72.3038 113.724 72.1604C113.499 72.0231 113.244 71.9483 113.031 71.9919C112.826 72.0356 112.657 72.1978 112.626 72.5346C112.582 72.8902 112.72 73.3518 113.075 73.9132C113.287 74.2064 114.304 75.7097 116.356 77.0322C117.392 77.656 118.652 78.286 120.087 78.573C120.448 78.6416 120.798 78.7726 121.172 78.785C121.546 78.8162 121.921 78.8474 122.295 78.8849C122.675 78.941 123.05 78.8911 123.43 78.8786L124.572 78.8162C125.314 78.6728 126.063 78.548 126.786 78.3733C127.485 78.1425 128.177 77.9117 128.845 77.6872C130.111 77.0883 131.315 76.5706 132.251 75.9343C132.731 75.6411 133.174 75.3667 133.573 75.1234C133.947 74.8427 134.278 74.5931 134.559 74.3811C135.114 73.9569 135.469 73.6824 135.557 73.6076C136.305 72.9276 135.738 72.2914 134.939 72.7342L134.952 72.7405Z" fill="#0F1C2E"/> <path d="M132.026 82.1348C132.362 82.4092 133.897 83.3824 135.631 85.1477C135.849 85.3785 136.08 85.6218 136.317 85.8713C136.679 86.2393 137.228 86.4514 137.771 86.4327C138.313 86.414 138.862 86.1582 139.224 85.7216C139.318 85.6218 139.399 85.4783 139.455 85.3847L139.592 85.1352C139.686 84.9668 139.779 84.7984 139.873 84.63C140.615 83.2638 141.333 81.7854 141.981 80.2696C143.285 77.2505 144.239 74.1003 144.82 71.6114C145.393 69.1224 145.637 67.301 145.687 66.9142C145.93 64.8869 144.314 64.2444 143.99 66.8643C143.94 67.2324 143.715 69.0226 143.173 71.4804C142.624 73.9319 141.713 77.0446 140.472 80.0139C139.854 81.4985 139.168 82.9519 138.469 84.2869C138.382 84.4491 138.301 84.605 138.22 84.761C138.176 84.842 138.114 84.9107 138.039 84.9668C137.895 85.0729 137.696 85.1103 137.527 85.0791C137.44 85.0604 137.365 85.0292 137.297 84.9793C137.259 84.9543 137.234 84.9294 137.197 84.8919L137.016 84.7048C136.779 84.4553 136.536 84.2245 136.305 84.0062C134.427 82.2533 132.849 81.3738 132.624 81.249C131.583 80.7437 131.215 81.5235 132.026 82.1348Z" fill="#0F1C2E"/> <path d="M109.469 80.7313C109.101 80.75 107.586 80.9808 105.508 81.3177C105.009 81.3988 104.479 81.4861 103.924 81.5734C103.724 81.5984 103.518 81.3801 103.556 81.168C103.556 81.143 103.568 81.1118 103.575 81.0869L103.649 80.8685L103.812 80.4194C103.924 80.12 104.036 79.8143 104.148 79.5087C104.379 78.8974 104.623 78.2798 104.872 77.6747C105.883 75.2294 107.068 72.8715 108.085 71.0999C109.108 69.3221 109.937 68.1182 110.112 67.8624C111.023 66.5525 109.931 65.1677 108.634 67.0453C108.459 67.3073 107.598 68.5923 106.569 70.4761C105.533 72.3538 104.361 74.8427 103.381 77.3878C103.138 78.024 102.901 78.6666 102.689 79.2966C102.583 79.6147 102.477 79.9329 102.371 80.2385L102.296 80.4693C102.271 80.5566 102.246 80.6003 102.215 80.7438C102.152 80.9933 102.14 81.2615 102.196 81.5173C102.302 82.0288 102.633 82.4655 103.069 82.7025C103.288 82.821 103.537 82.8896 103.78 82.9021C103.905 82.9083 104.024 82.9021 104.136 82.8834C104.255 82.8647 104.298 82.8522 104.379 82.8397C104.953 82.7275 105.496 82.6214 106.001 82.5216C108.022 82.1224 109.432 81.8292 109.632 81.773C110.524 81.5048 110.343 80.6689 109.476 80.7126L109.469 80.7313Z" fill="#0F1C2E"/> <path d="M129.273 136.854C128.918 136.735 127.389 136.455 125.343 135.868C123.297 135.294 120.733 134.384 118.301 133.223C117.689 132.943 117.097 132.612 116.51 132.282C115.924 131.957 115.35 131.633 114.789 131.321C113.666 130.691 112.612 130.129 111.688 129.574C109.842 128.501 108.526 127.734 108.245 127.566C106.779 126.724 105.556 127.965 107.54 129.1C107.821 129.256 109.174 130.023 111.058 131.084C111.994 131.62 113.117 132.194 114.277 132.818C114.863 133.13 115.462 133.448 116.067 133.772C116.666 134.103 117.302 134.415 117.945 134.689C120.515 135.837 123.185 136.679 125.268 137.178C127.352 137.684 128.836 137.883 129.049 137.902C130.015 137.952 130.103 137.103 129.261 136.848L129.273 136.854Z" fill="#0F1C2E"/> <path d="M106.537 132.955C106.325 132.968 105.015 133.523 103.661 134.059C102.314 134.59 100.96 135.213 100.804 135.307C100.38 135.532 101.11 137.054 101.615 136.785C101.752 136.704 103.025 136.037 104.341 135.388C105.657 134.746 106.955 134.016 107.03 133.91C107.21 133.698 106.786 132.955 106.537 132.962V132.955Z" fill="#0F1C2E"/> <path d="M116.568 133.099C116.362 133.067 115.52 133.105 114.359 133.099C113.205 133.099 111.733 133.03 110.273 132.868C107.348 132.575 104.535 131.776 104.21 131.676C103.356 131.433 102.607 132.968 103.842 133.323C104.179 133.423 107.223 134.19 110.305 134.359C113.38 134.59 116.418 134.24 116.642 134.165C117.16 134.016 117.048 133.167 116.568 133.099Z" fill="#0F1C2E"/> <path d="M129.137 140.447C128.307 140.31 122.194 139.861 116.081 139.68C113.024 139.586 109.974 139.574 107.591 139.617C105.208 139.655 103.505 139.748 103.143 139.767C101.253 139.879 100.898 141.589 103.405 141.439C104.104 141.383 110.261 141.071 116.38 141.177C122.5 141.246 128.569 141.545 129.037 141.52C130.091 141.476 130.11 140.622 129.137 140.453V140.447Z" fill="#0F1C2E"/> <path d="M89.0151 129.131C89.1087 128.819 89.2771 127.996 89.3645 126.805C89.4518 125.613 89.4331 124.06 89.3645 122.282C89.3083 120.51 89.1524 118.496 89.2958 116.456C89.5266 114.341 89.7762 112.114 90.0194 109.887C90.5122 105.421 91.136 101.011 91.9781 97.6672C92.7891 94.3174 93.6686 92.0031 93.8433 91.5103C94.3111 90.2315 94.2488 89.2771 93.8745 89.0588C93.5189 88.8467 92.8203 89.3894 92.1715 91.1735C91.9969 91.6725 91.0986 94.1115 90.3126 97.6297C89.4955 101.142 88.9216 105.708 88.4849 110.218C88.3726 111.347 88.2666 112.47 88.1543 113.58C88.0545 114.697 87.911 115.751 87.8674 116.88C87.805 119.076 88.0046 121.059 88.0857 122.787C88.1917 124.509 88.2104 125.95 88.1543 126.998C88.1106 128.052 87.9859 128.695 87.9672 128.857C87.8798 129.587 87.9672 129.992 88.2104 130.079C88.4225 130.161 88.7968 129.861 89.0089 129.125L89.0151 129.131Z" fill="#0F1C2E"/> <path d="M76.1344 120.654C76.1906 120.355 76.1656 118.184 75.8288 115.988C75.6666 114.89 75.3796 113.792 75.0615 112.95C74.7496 112.108 74.4065 111.534 74.3441 111.409C73.92 110.761 72.5102 111.678 72.9281 112.32C72.978 112.42 73.2774 112.875 73.5769 113.611C73.8825 114.335 74.1819 115.333 74.3878 116.362C74.812 118.421 74.9929 120.567 75.0677 120.723C75.205 121.085 76.0533 121.003 76.1344 120.648V120.654Z" fill="#0F1C2E"/> <path d="M57.0457 91.5727C56.6839 91.8035 54.3946 93.8745 51.8059 95.4964C50.5271 96.3198 49.1797 97.0559 48.1317 97.5736C47.0962 98.0914 46.3788 98.2411 46.2291 98.2598C45.8486 98.3347 45.6178 98.7464 45.5929 99.1705C45.5617 99.5822 45.886 100.038 46.6471 99.8941C46.8529 99.863 47.8572 99.5947 48.9738 98.9709C50.0904 98.3783 51.4628 97.5549 52.7727 96.6317C55.4114 94.8165 57.6446 92.5521 57.7756 92.3462C58.0937 91.8909 57.4761 91.3045 57.0457 91.5603V91.5727Z" fill="#0F1C2E"/> <path d="M161.113 118.77C161 118.408 159.603 116.125 158.081 113.942C156.565 111.752 154.925 109.669 154.725 109.426C154.207 108.789 152.773 109.7 153.459 110.542C153.652 110.779 155.367 112.825 156.964 114.934C158.574 117.036 160.058 119.194 160.208 119.338C160.545 119.662 161.256 119.188 161.119 118.77H161.113Z" fill="#0F1C2E"/> <path d="M173.333 111.11C173.439 111.004 173.714 110.499 174.138 109.837C174.562 109.176 175.155 108.365 175.81 107.623C177.113 106.107 178.735 104.966 178.922 104.841C179.409 104.504 178.648 102.982 177.893 103.506C177.687 103.643 175.903 105.009 174.587 106.762C173.221 108.478 172.372 110.48 172.36 110.648C172.298 111.029 173.09 111.353 173.327 111.11H173.333Z" fill="#0F1C2E"/> <path d="M203.282 91.7226C203.014 91.5042 200.812 90.4812 198.685 89.3584C196.545 88.2418 194.487 87.0254 194.237 86.8819C193.601 86.5139 192.572 87.8675 193.458 88.379C193.707 88.5225 195.897 89.7202 198.142 90.7494C200.382 91.7974 202.659 92.677 202.852 92.7081C203.282 92.7768 203.594 91.9846 203.282 91.7288V91.7226Z" fill="#0F1C2E"/> </g> <path d="M202.87 27.6964C202.626 28.0956 202.077 29.1561 201.173 30.6282C200.268 32.0879 199.002 33.9905 197.081 35.6934C196.12 36.5418 194.991 37.2841 193.675 37.8206C193.02 38.0888 192.328 38.2884 191.61 38.4444C190.893 38.5754 190.151 38.644 189.408 38.6253C188.666 38.5878 187.924 38.4631 187.212 38.2323C186.501 38.0077 185.84 37.6147 185.248 37.1843C184.106 36.2923 183.308 34.7765 183.744 33.5788C184.118 32.3936 185.74 31.6513 186.994 31.9632C188.31 32.2563 189.39 33.4291 189.864 34.7266C190.35 36.0365 190.3 37.5087 190.026 38.8623C189.745 40.2284 189.252 41.501 188.685 42.6175C187.537 44.857 186.058 46.4913 184.83 47.5393C183.607 48.606 182.64 49.1362 182.322 49.342C181.885 49.5791 181.505 49.8224 181.162 50.022C180.819 50.2403 180.538 50.4337 180.32 50.5772C179.902 50.8766 179.602 51.02 179.502 51.2134C179.459 51.3132 179.49 51.4317 179.646 51.544C179.802 51.6563 180.095 51.7499 180.482 51.7312C180.868 51.7187 181.318 51.6064 181.804 51.4193C182.303 51.2446 182.877 50.9701 183.513 50.5834C183.869 50.3713 184.911 49.7288 186.258 48.5062C187.574 47.271 189.196 45.4246 190.381 42.8608C190.961 41.5821 191.467 40.1598 191.71 38.5691C191.941 36.9909 191.897 35.1757 191.049 33.5102C190.631 32.693 190.045 31.9444 189.265 31.3643C188.497 30.7904 187.537 30.385 186.495 30.3725C185.478 30.36 184.474 30.6781 183.651 31.2957C183.239 31.6076 182.877 32.0068 182.615 32.4747C182.347 32.9425 182.197 33.479 182.16 34.003C182.085 35.0696 182.465 36.0677 183.002 36.8662C183.538 37.6646 184.262 38.3321 185.06 38.7937C186.639 39.7793 188.491 40.0974 190.194 40.0163C193.638 39.823 196.551 38.1013 198.459 36.1925C200.387 34.2774 201.578 32.3125 202.408 30.8902C203.225 29.4493 203.681 28.5073 203.793 28.2703C204.772 26.1244 203.974 25.8125 202.882 27.7026L202.87 27.6964Z" fill="#121C2D"/> <path d="M48.2009 143.117C47.8142 143.235 47.0968 143.404 46.0925 143.479C45.5872 143.51 45.0133 143.516 44.377 143.441C43.7408 143.379 43.0484 143.242 42.3372 142.986C40.9088 142.499 39.3805 141.52 38.1765 139.967C36.9851 138.426 36.1243 136.311 36.1866 134.016C36.2178 132.893 36.511 131.708 37.1972 130.853C37.5527 130.441 37.9832 130.105 38.4635 130.011C38.9563 129.892 39.5302 129.961 39.998 130.186C40.4721 130.416 40.7653 130.797 40.8152 131.24C40.8651 131.701 40.6655 132.307 40.3536 132.918C39.7922 134.141 38.975 135.282 37.9769 136.261C35.9745 138.22 33.2174 139.561 30.3105 139.848C28.8633 139.992 27.3849 139.867 25.9876 139.443C24.5903 139.019 23.2803 138.307 22.1326 137.378C19.837 135.525 18.2027 132.843 17.6413 130.005C17.3543 128.595 17.3481 127.117 17.6163 125.769C17.7598 125.108 18.0031 124.503 18.3711 124.054C18.7267 123.605 19.2319 123.324 19.8058 123.187C20.9536 122.925 22.2948 123.311 23.1244 124.104C23.9603 124.896 24.3969 126.125 24.4157 127.322C24.5092 129.799 23.0683 131.939 21.4277 133.548C20.6043 134.365 19.7122 135.089 18.8389 135.762C17.9656 136.43 17.1048 137.029 16.2564 137.54C14.566 138.569 12.9441 139.262 11.5031 139.649C10.0622 140.042 8.83329 140.135 7.88512 140.104C6.93696 140.073 6.28197 139.96 5.94512 139.892C2.40822 139.193 0.692783 137.472 0.237413 137.659C0.131368 137.696 0.118893 137.84 0.224938 138.102C0.330982 138.364 0.568024 138.738 0.998442 139.187C1.84056 140.067 3.56847 141.283 6.35059 141.676C6.73734 141.738 7.49837 141.819 8.59001 141.794C9.68165 141.769 11.1039 141.57 12.6946 141.046C14.2915 140.534 16.0506 139.68 17.8346 138.507C18.7267 137.921 19.6312 137.253 20.5419 136.523C21.4464 135.787 22.3821 134.976 23.2492 134.003C24.1162 133.03 24.9147 131.895 25.4449 130.541C25.9627 129.188 26.1685 127.653 25.8753 126.112C25.7194 125.345 25.4262 124.578 24.9771 123.892C24.5342 123.205 23.8605 122.594 23.1182 122.201C22.3758 121.796 21.5337 121.584 20.6729 121.559C19.8121 121.527 18.9076 121.746 18.1153 122.232C17.3231 122.738 16.7492 123.524 16.4311 124.334C16.1067 125.145 15.957 125.975 15.9133 126.786C15.7761 128.414 15.982 130.08 16.4685 131.652C17.4479 134.795 19.5501 137.609 22.3571 139.412C23.7607 140.31 25.3451 140.946 26.9919 141.221C28.6387 141.501 30.3167 141.439 31.9137 141.09C35.1075 140.397 37.9769 138.619 39.9419 136.193C40.1727 135.881 40.416 135.569 40.6343 135.251C40.8339 134.92 41.0335 134.59 41.2331 134.259C41.5637 133.554 41.938 132.924 42.1064 132.07C42.1875 131.645 42.2062 131.177 42.069 130.703C41.938 130.236 41.6635 129.824 41.3267 129.518C40.6468 128.901 39.7984 128.657 38.9812 128.651C38.5695 128.651 38.1516 128.72 37.7586 128.869C37.3531 129.019 37.0038 129.244 36.7106 129.499C36.1055 130.011 35.6876 130.672 35.4131 131.333C34.858 132.675 34.8143 134.059 34.939 135.332C35.2385 137.896 36.4299 140.067 37.9083 141.582C39.3805 143.123 41.1583 143.984 42.699 144.358C44.2461 144.751 45.5747 144.701 46.5291 144.602C47.4898 144.483 48.1011 144.302 48.3444 144.221C49.4298 143.872 50.1596 143.416 50.5838 143.055C51.008 142.686 51.1514 142.431 51.0828 142.337C50.9269 142.113 50.0224 142.63 48.1884 143.154L48.2009 143.117Z" fill="#121C2D"/> </g> <defs> <clipPath id="clip0_4076_28848"> <rect width="265" height="227.897" fill="white"/> </clipPath> </defs> </svg> </span> </div> </figure> </div> </div> </main> <footer class="experiencefragment global-footer"> <div class="xfpage page basicpage"> <div class="footer bg-color-footer-blue" data-uuid="1479458978"> <h2 class="footer-title">We can't wait to see what you build.</h2> <div class="grid-container four-columns footer-four-columns"> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Products</h3> <ul class="column-list" role="list"> <li> <a href="/en-us/engage" target="_self" data-uuid="c02ed0c4-5e2f-33e8-8325-883852001850">Twilio Engage</a> </li> <li> <a href="/en-us/flex" target="_self" data-uuid="9166bfad-df99-36ef-be3b-67fbf3cd2580">Flex</a> </li> <li> <a href="/en-us/user-authentication-identity" target="_self" data-uuid="5008e6ab-e48a-3a78-9062-e0c25ba11d82">User Authentication & Identity</a> </li> <li> <a href="/en-us/user-authentication-identity/lookup" target="_self" data-uuid="a138ee74-4ac8-3afa-81bb-c6006970f67d">Lookup</a> </li> <li> <a href="/en-us/user-authentication-identity/verify" target="_self" data-uuid="fcce1d7b-71ca-3ec7-a741-19e242544f0b">Verify</a> </li> <li> <a href="/en-us/voice" target="_self" data-uuid="6281d439-e098-3c55-8502-68f813c8d6ef">Voice </a> </li> <li> <a href="/en-us/video" target="_self" data-uuid="65ca1446-13b7-3b42-8d37-fa4c5e1b0cf9">Video</a> </li> <li> <a href="/en-us/messaging" target="_self" data-uuid="764bd06f-5b86-338b-b968-d2da3ea461cf">Messaging</a> </li> <li> <a href="/en-us/products/beta" target="_self" data-uuid="e5d0d93e-1048-3f43-a1d3-6e1e0bc29674">Beta products and features</a> </li> <li> <a href="/en-us/products#all-products" target="_self" data-uuid="bab082cf-9f72-3b30-b6ab-2f78a0a924cf">All products</a> </li> </ul> </div> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Solutions</h3> <ul class="column-list" role="list"> <li> <a href="/en-us/customer-data-platform" target="_self" data-uuid="f520079d-ac27-3132-b2d1-92b588632411">Customer Data Platform</a> </li> <li> <a href="/en-us/solutions/text-marketing" target="_self" data-uuid="522a431f-209a-3ec5-b5e5-b9f9b7d07c91">SMS Marketing</a> </li> <li> <a href="https://www.twilio.com/docs/proxy" target="_self" data-uuid="beee893c-9802-3f36-b726-ad84bfd5161d">Commerce Communications</a> </li> <li> <a href="/en-us/flex" target="_self" data-uuid="8a743038-3183-30e7-933a-5aeafe10fed0">Contact Center</a> </li> <li> <a href="/content/twilio-com/global/en-us/products?tab=2.html#all-solutions" target="_self" data-uuid="e35c3698-b086-31a9-8285-08cb1a7df1dc">All solutions</a> </li> </ul> </div> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Docs</h3> <ul class="column-list" role="list"> <li> <a href="https://www.twilio.com/docs#communications" target="_self" data-uuid="52bc527b-fb07-3606-9b28-5f1366e0ab35">Communications</a> </li> <li> <a href="https://www.twilio.com/docs#customer-data" target="_self" data-uuid="ad98a38b-2bbc-38fa-ad8c-93c246429cce">Customer Data</a> </li> <li> <a href="https://www.twilio.com/docs#engagement-applications" target="_self" data-uuid="8e31120e-a1d4-31cd-9c04-7cdb08adbd8e">Engagement Applications</a> </li> <li> <a href="https://www.twilio.com/docs#twilio-essentials" target="_self" data-uuid="787ee5df-0b36-355e-ad32-462b2978ebd3">Twilio Essentials</a> </li> <li> <a href="https://www.twilio.com/docs/libraries" target="_self" data-uuid="486e5dd5-a1b5-3ed0-8cfb-f0eb7782d0fa">Helper Libraries</a> </li> <li> <a href="https://www.twilio.com/docs#developer-toolkit" target="_self" data-uuid="eb59aebd-2205-3eb8-8e9c-e39d44b18e63">Developer Resources</a> </li> <li> <a href="https://www.twilio.com/docs" target="_self" data-uuid="1f96a301-307e-39a0-946a-3410f5de0f46">All Docs</a> </li> </ul> </div> <div class="grid-container-column footer-list"> <h3 class="footer-list-title">Company</h3> <ul class="column-list" role="list"> <li> <a href="/en-us/company" target="_self" data-uuid="6b1d16f2-1f2c-36d6-8645-01e7fcf55ba1">About Twilio</a> </li> <li> <a href="/en-us/why-twilio" target="_self" data-uuid="d8013c8b-3981-3630-a954-fc82a9d2de0d">Why Twilio</a> </li> <li> <a href="/en-us/customer-engagement-platform" target="_self" data-uuid="f3c280b0-64a5-325f-826d-04384a3be13f">Customer Engagement Platform</a> </li> <li> <a href="/en-us/trust" target="_self" data-uuid="6d9105d9-4e26-3d80-9771-19eead2418fd">Trusted Communications</a> </li> <li> <a href="https://customers.twilio.com/en-us" target="_self" data-uuid="c0a28646-a990-34d5-b2e7-35c38b0e4ad5">Customers</a> </li> <li> <a href="https://help.twilio.com/" target="_self" data-uuid="b7f3c047-f3f4-33c3-98f3-b02375c224d6">Get Help</a> </li> <li> <a href="/en-us/help/sales" target="_self" data-uuid="0a65c396-e36e-311c-b01b-9da69b9e917d">Contact Sales</a> </li> <li> <a href="/en-us/press" target="_self" data-uuid="90729e7e-0cb3-3343-9e65-d5f4e59a51a8">Press & Media</a> </li> <li> <a href="/en-us/public-policy/blog" target="_self" data-uuid="3733d276-a0da-38fb-9ead-a672c1e8f9c4">Public Policy</a> </li> <li> <a href="https://investors.twilio.com/overview/default.aspx?_ga=2.87002776.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="ac959d3a-4767-365f-be24-3e5cee414dfe">Investor Relations</a> </li> <li> <a href="/en-us/events" target="_self" data-uuid="33b9f8ca-b939-3c2e-aa42-bd56242bb2bd">Events</a> </li> <li> <a href="/en-us/company/jobs" target="_self" data-uuid="49f9ee9e-ca54-3335-aad1-2a713325f645">Jobs at Twilio</a> </li> </ul> </div> </div> <div class="footer-bottom"> <div class="social-share"> <ul> <li> <a href="https://www.facebook.com/TeamTwilio" target="_blank" title="Twilio on Facebook" aria-label="Twilio on Facebook" class="m-share-button share-facebook js-share-facebook"> <span class="name twilio-icon"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>Facebook logo</title> <g class="social_facebook-alt"> <path d="M41.667 24.667v-6.8c0-2.947.68-4.534 5.44-4.534H53V2h-9.067C32.6 2 28.067 9.48 28.067 17.867v6.8H19V36h9.067v34h13.6V36h9.973L53 24.667H41.667Z" class="path-fill fill-path"/> </g> </svg> </span> </a> </li> <li> <a href="https://x.com/twilio" target="_blank" title="Twilio on X" aria-label="Twilio on X" class="m-share-button js-share-twitter"> <span class="name twilio-icon"> <svg class="icon--social" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <title>Twitter Logo</title> <desc>Follow us on Twitter</desc> <path class="path-fill" fill-rule="evenodd" clip-rule="evenodd" d="M45.8103 0.538939C46.0027 0.718527 46.1579 0.93438 46.267 1.17416C46.3762 1.41394 46.4372 1.67294 46.4464 1.93636C46.4557 2.19978 46.4132 2.46245 46.3212 2.70937C46.2292 2.95628 46.0896 3.18259 45.9103 3.37535L29.6373 20.8773L47.5984 44.7882C47.8218 45.0861 47.9579 45.4405 47.9917 45.8116C48.0254 46.1828 47.9554 46.5561 47.7895 46.8895C47.6235 47.223 47.3682 47.5035 47.0522 47.6996C46.7362 47.8957 46.3719 47.9996 46.0003 47.9997H35.0437C34.7338 47.9999 34.4282 47.9279 34.1509 47.7893C33.8735 47.6508 33.6321 47.4495 33.4456 47.2014L20.8048 30.3775L5.01581 47.3618C4.83668 47.5545 4.62145 47.71 4.38243 47.8192C4.1434 47.9285 3.88526 47.9895 3.62273 47.9987C3.3602 48.0079 3.09843 47.9652 2.85237 47.873C2.60631 47.7807 2.38077 47.6408 2.18864 47.4611C1.9965 47.2815 1.84153 47.0656 1.73257 46.8259C1.62361 46.5862 1.5628 46.3273 1.55361 46.064C1.54441 45.8007 1.58702 45.5382 1.67899 45.2914C1.77096 45.0446 1.9105 44.8184 2.08963 44.6257L18.3626 27.1238L0.401529 3.21287C0.178289 2.91513 0.0421298 2.56092 0.00830905 2.18994C-0.0255117 1.81896 0.044342 1.44586 0.210043 1.11245C0.375744 0.77904 0.630745 0.498494 0.946472 0.302248C1.2622 0.106002 1.62618 0.00180897 1.99763 0.00134389H12.9563C13.2658 0.0014979 13.571 0.0736829 13.848 0.212219C14.125 0.350754 14.3661 0.551861 14.5524 0.799712L27.1932 17.6236L42.9801 0.639236C43.1592 0.446298 43.3744 0.290646 43.6135 0.181176C43.8526 0.0717072 44.1108 0.0105677 44.3735 0.00125299C44.6362 -0.00806174 44.8981 0.0346309 45.1443 0.12689C45.3905 0.21915 45.6161 0.359167 45.8083 0.538939H45.8103ZM25.5091 22.0508C25.4527 21.9853 25.4006 21.9163 25.3531 21.8441L11.9582 4.01124H6.00787L36.0397 43.9898H41.9901L25.5091 22.0508Z" fill="#F22F46"/> </svg> </span> </a> </li> <li> <a href="https://www.linkedin.com/company/twilio-inc-" target="_blank" title="Twilio on LinkedIn" aria-label="Twilio on LinkedIn" class="m-share-button js-share-linkedin"> <span class="name twilio-icon"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 72 72" class="icon--decorative" role="presentation"> <title>LinkedIn logo</title> <g class="social_linkedin-alt"> <path d="M17.436 68.5V24.645H2.86V68.5h14.576ZM10.15 18.653c5.083 0 8.247-3.367 8.247-7.575-.095-4.304-3.164-7.578-8.15-7.578C5.26 3.5 2 6.774 2 11.078c0 4.208 3.163 7.575 8.055 7.575h.095ZM25.505 68.5H40.08V44.009c0-1.31.095-2.62.48-3.557 1.053-2.619 3.452-5.331 7.479-5.331 5.274 0 7.384 4.021 7.384 9.917V68.5H70V43.352c0-13.47-7.191-19.738-16.782-19.738-7.863 0-11.316 4.396-13.234 7.39h.097v-6.361H25.505c.191 4.115 0 43.855 0 43.855Z" class="path-fill fill-path"/> </g> </svg> </span> </a> </li> <li> <a href="https://www.youtube.com/@twilio" target="_blank" title="Twilio on Youtube" aria-label="Twilio on Youtube" class="m-share-button"> <span class="name twilio-icon"> <svg viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon--decorative" role="presentation"> <title>Youtube Logo</title> <g class="social_youtube"> <path d="M69.54 18.7C68.74 15.67 66.36 13.28 63.35 12.47C57.89 11 36 11 36 11C36 11 14.11 11 8.65 12.47C5.64 13.28 3.27 15.67 2.46 18.7C1 24.2 1 35.66 1 35.66C1 35.66 1 47.12 2.46 52.62C3.27 55.65 5.64 58.04 8.65 58.85C14.11 60.32 36 60.32 36 60.32C36 60.32 57.89 60.32 63.35 58.85C66.36 58.04 68.73 55.65 69.54 52.62C71 47.13 71 35.66 71 35.66C71 35.66 71 24.2 69.54 18.7ZM28.84 46.07V25.25L47.14 35.66L28.84 46.07Z" fill="black"/> </g> </svg> </span> </a> </li> </ul> </div> <ul class="footer-links" role="list"> <li> <a href="https://www.twilio.com/en-us/legal/tos" target="_self" data-uuid="9729a7d1-cc0b-3ebd-a189-076119e4ab98">Legal</a> </li> <li> <a href="https://www.twilio.com/en-us/legal/privacy" target="_self" data-uuid="8e8dfd08-798f-3880-b221-d1d60eb365d6">Privacy</a> </li> <li> <a href="https://twilio.org" target="_self" data-uuid="c371b7c0-5186-3614-abbc-36bd528ce3aa">Twilio.org</a> </li> <li> <a href="/en-us/press" target="_self" data-uuid="d10a25cc-ba5e-3709-aad3-0bdb34ad33e1">Press & Media</a> </li> <li> <a href="https://signal.twilio.com/?_ga=2.112150148.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="1768b82a-ab84-3a05-9e5d-fa4e76e6d898">Signal</a> </li> <li> <a href="https://investors.twilio.com/overview/default.aspx?_ga=2.112150148.1826591240.1667227419-607057990.1661885030" target="_self" data-uuid="7a29f24c-8376-3364-9878-ed412e473c6a">Investors</a> </li> <li> <a href="https://www.twilio.com/en-us/company/jobs" target="_self" data-uuid="9d3679ea-999c-3123-b166-a17769fcdcf6">Jobs</a> </li> </ul> <p class="footer-disclaimer"> <span>Copyright © 2025 Twilio Inc.</span> <span>All Rights Reserved.</span> </p> </div> </div> </div> </footer> <script src="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-dependencies.lc-02c54f7bf0a7aa06413b154d9256cc4f-lc.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/jquery.lc-f9e8e8c279baf6a1a278042afe4f395a-lc.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/utils.lc-899004cc02c33efc1f6694b1aee587fd-lc.min.js"></script> <script src="/etc.clientlibs/twilio-foundation/clientlibs/clientlib-site.lc-ef79f660fa05294064e1d22ac213f013-lc.min.js"></script> <script src="/etc.clientlibs/twilio-com/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js"></script> <script src="/etc.clientlibs/twilio-com/clientlibs/clientlib-site.lc-c457f5d55549a2460911f7a71fe9361d-lc.min.js"></script> </body> </html>