CINXE.COM
PagerDuty: The AI-First Operations Platform
<!DOCTYPE html> <html lang="en" class="scroll-smooth"> <head itemscope><meta itemprop="user-account" content="false"><meta itemprop="bot" content="false"><meta itemprop="gdpr" content="false"> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1" name="viewport"> <link href="https://www.pagerduty.com/" hreflang="en" rel="alternate"> <link href="https://www.pagerduty.com/fr/" hreflang="fr" rel="alternate"> <link href="https://www.pagerduty.com/de/" hreflang="de" rel="alternate"> <link href="https://www.pagerduty.com/" hreflang="x-default" rel="alternate"> <link rel="preconnect" href="https://cdn.cookielaw.org"> <link rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/PlainThin-Regular.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/PlainRegular-Regular.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/PlainBold-Regular.woff2"> <title>PagerDuty: The AI-First Operations Platform</title> <meta content="See how PagerDuty's Platform for Real-Time Operations integrates machine data & human intelligence to improve visibility & agility across organizations. Sign up for a free 14 day trial!" name="description"> <meta class="swiftype" name="type" data-type="enum" content="marketing_site" /> <link rel="icon" href="/wp-content/themes/citizens-band/favicon/prod/favicon.ico"> <link rel="icon" href="/wp-content/themes/citizens-band/favicon/prod/icon.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="/wp-content/themes/citizens-band/favicon/prod/apple-touch-icon.png"> <link rel="manifest" href="/wp-content/themes/citizens-band/favicon/prod/manifest.webmanifest"> <link rel="stylesheet" href="/wp-content/themes/citizens-band/css/app3.css?ver=957c33b46bd82f23061ef29992bef78dfb87bafd"> <style> #footer-columns a { margin-top:3px; margin-bottom:3px; } </style> <script> window.pd = window.pd || {}; window.pd.appVersion = "957c33b46bd82f23061ef29992bef78dfb87bafd"; /** Ensure the analytics object exists by initializing it bofere any page/track/identify calls are made. Split and segment require it. The object is also set in all-pages.js, but it is loaded with `defer`, so it doesn't get executed until the dom is loaded, which leads to tracking events that are fired before being lost. */ "use strict";(()=>{var r=window;var g={production:"production",pdstaging:"pdstaging",staging:"staging",sandbox:"sandbox",localhost:"localhost"},i=Object.freeze({envs:g,googleAnalyticsId:"UA-8759953-1",segmentWriteKey:{production:"FB4ey20k0M2TtO3QinG2R4QkPI4lEfHU",pdstaging:"kVZtwA72zHIDU8EW3z7UXGatLpV2j1tY",development:"kVZtwA72zHIDU8EW3z7UXGatLpV2j1tY"}});var u=window.location.hostname,d=m(u);function m(t){let e={get environment(){return/pagerduty\.com/.test(t)||/pagerduty\.co\.jp/.test(t)?"production":/pd-staging/.test(t)?"pdstaging":"development"},googleAnalyticsId:i.googleAnalyticsId,get segmentWriteKey(){return i.segmentWriteKey[e.environment]}};return e}function l(){var t=r.analytics=r.analytics||[];if(!t.initialize){if(t.invoked){r.console&&console.error&&console.error("Segment snippet included twice.");return}t.invoked=!0,t.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"],t.factory=function(a){return function(){var n=Array.prototype.slice.call(arguments);return n.unshift(a),t.push(n),t}};for(var e=0;e<t.methods.length;e++){var s=t.methods[e];t[s]=t.factory(s)}t.load=function(a,n){var o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src="https://cdn.segment.com/analytics.js/v1/"+a+"/analytics.min.js";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(o,c),t._loadOptions=n},t._writeKey=d.segmentWriteKey,t.SNIPPET_VERSION="4.15.3"}}l();})(); //# sourceMappingURL=initialize-segment.min.js.map </script> <script async src="https://ob.thisgreencolumn.com/i/313a1c6c53fc549b6cf9213d79f8ac28.js" data-ch="cheq4ppc" class="ct_clicktrue_44071"> </script> <!-- VWO snippet for inclusion into twig templates --> <!-- From https://app.vwo.com/#/deployments/connected/website/1/code --> <!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" /> <script type="text/javascript" id="vwoCode"> window._vwo_code || (function () { var account_id = 753563, version = 2.1, settings_tolerance = 2000, hide_element = "body", hide_element_style = "opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important", /* DO NOT EDIT BELOW THIS LINE */ f = false, w = window, d = document, v = d.querySelector("#vwoCode"), cK = "_vwo_" + account_id + "_settings", cc = {}; try { var c = JSON.parse( localStorage.getItem("_vwo_" + account_id + "_config") ); cc = c && typeof c === "object" ? c : {}; } catch (e) {} var stT = cc.stT === "session" ? w.sessionStorage : w.localStorage; code = { use_existing_jquery: function () { return typeof use_existing_jquery !== "undefined" ? use_existing_jquery : undefined; }, library_tolerance: function () { return typeof library_tolerance !== "undefined" ? library_tolerance : undefined; }, settings_tolerance: function () { return cc.sT || settings_tolerance; }, hide_element_style: function () { return "{" + (cc.hES || hide_element_style) + "}"; }, hide_element: function () { if (performance.getEntriesByName("first-contentful-paint")[0]) { return ""; } return typeof cc.hE === "string" ? cc.hE : hide_element; }, getVersion: function () { return version; }, finish: function (e) { if (!f) { f = true; var t = d.getElementById("_vis_opt_path_hides"); if (t) t.parentNode.removeChild(t); if (e) new Image().src = "https://dev.visualwebsiteoptimizer.com/ee.gif?a=" + account_id + e; } }, finished: function () { return f; }, addScript: function (e) { var t = d.createElement("script"); t.type = "text/javascript"; if (e.src) { t.src = e.src; } else { t.text = e.text; } d.getElementsByTagName("head")[0].appendChild(t); }, load: function (e, t) { var i = this.getSettings(), n = d.createElement("script"), r = this; t = t || {}; if (i) { n.textContent = i; d.getElementsByTagName("head")[0].appendChild(n); if (!w.VWO || VWO.caE) { stT.removeItem(cK); r.load(e); } } else { var o = new XMLHttpRequest(); o.open("GET", e, true); o.withCredentials = !t.dSC; o.responseType = t.responseType || "text"; o.onload = function () { if (t.onloadCb) { return t.onloadCb(o, e); } if (o.status === 200) { _vwo_code.addScript({ text: o.responseText }); } else { _vwo_code.finish("&e=loading_failure:" + e); } }; o.onerror = function () { if (t.onerrorCb) { return t.onerrorCb(e); } _vwo_code.finish("&e=loading_failure:" + e); }; o.send(); } }, getSettings: function () { try { var e = stT.getItem(cK); if (!e) { return; } e = JSON.parse(e); if (Date.now() > e.e) { stT.removeItem(cK); return; } return e.s; } catch (e) { return; } }, init: function () { if (d.URL.indexOf("__vwo_disable__") > -1) return; var e = this.settings_tolerance(); w._vwo_settings_timer = setTimeout(function () { _vwo_code.finish(); stT.removeItem(cK); }, e); var t; if (this.hide_element() !== "body") { t = d.createElement("style"); var i = this.hide_element(), n = i ? i + this.hide_element_style() : "", r = d.getElementsByTagName("head")[0]; t.setAttribute("id", "_vis_opt_path_hides"); v && t.setAttribute("nonce", v.nonce); t.setAttribute("type", "text/css"); if (t.styleSheet) t.styleSheet.cssText = n; else t.appendChild(d.createTextNode(n)); r.appendChild(t); } else { t = d.getElementsByTagName("head")[0]; var n = d.createElement("div"); n.style.cssText = "z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;"; n.setAttribute("id", "_vis_opt_path_hides"); n.classList.add("_vis_hide_layer"); t.parentNode.insertBefore(n, t.nextSibling); } var o = "https://dev.visualwebsiteoptimizer.com/j.php?a=" + account_id + "&u=" + encodeURIComponent(d.URL) + "&vn=" + version; if (w.location.search.indexOf("_vwo_xhr") !== -1) { this.addScript({ src: o }); } else { this.load(o + "&x=true"); } }, }; w._vwo_code = code; code.init(); })(); </script> <!-- End VWO Async SmartCode --> <!-- Bugsnag Performance snippet for inclusion into twig templates --> <!-- From https://docs.bugsnag.com/performance/integration-guides/web/ --> <script type="module"> import BugsnagPerformance from "//d2wy8f7a9ursnm.cloudfront.net/v2.6.0/bugsnag-performance.min.js"; const hostname = window.location.hostname; let releaseStage = "development"; if (/pagerduty\.com/.test(hostname)) releaseStage = "production"; else if (/staging/.test(hostname)) releaseStage = "staging"; // Bugsnag Performance BugsnagPerformance.start({ apiKey: "b6499f73a94766f8735d4634b5b3085f", appVersion: window.pd?.appVersion || "Not set", releaseStage: releaseStage, enabledReleaseStages: ["production"], }); </script> <!-- Image source snippet for inclusion into twig templates --> <script> if (typeof onImageError === "undefined") { onImageError = function () { this.onerror = null; // If the image is part of a picture element, update all sources if (this.parentNode instanceof HTMLPictureElement) { Array.from(this.parentNode.children).forEach((child) => { child.srcset = this.src; }); } // Otherwise, update the image srcset else { this.srcset = this.src; } }; } </script> <script defer src="/wp-content/themes/citizens-band/js/build/layout-www-default.min.js?ver=957c33b46bd82f23061ef29992bef78dfb87bafd"></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="a81929ae-2ada-45d6-b686-853c02c2b6c2" ></script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO Premium plugin v24.0 (Yoast SEO v24.4) - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="See how PagerDuty's Platform for Real-Time Operations integrates machine data & human intelligence to improve visibility & agility across organizations. Sign up for a free 14 day trial!" /> <link rel="canonical" href="https://www.pagerduty.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="PagerDuty | Real-Time Operations | Incident Response | On-Call" /> <meta property="og:description" content="See how PagerDuty's Platform for Real-Time Operations integrates machine data & human intelligence to improve visibility & agility across organizations. Sign up for a free 14 day trial!" /> <meta property="og:url" content="https://www.pagerduty.com/" /> <meta property="og:site_name" content="PagerDuty" /> <meta property="article:publisher" content="https://business.facebook.com/PagerDuty/" /> <meta property="article:modified_time" content="2025-02-07T22:54:25+00:00" /> <meta property="og:image" content="https://www.pagerduty.com/wp-content/uploads/2019/09/Brand_Launch_Blog_Social_share_image.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="628" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@pagerduty" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.pagerduty.com/","url":"https://www.pagerduty.com/","name":"PagerDuty: The AI-First Operations Platform","isPartOf":{"@id":"https://www.pagerduty.com/#website"},"datePublished":"2023-10-10T19:38:59+00:00","dateModified":"2025-02-07T22:54:25+00:00","description":"See how PagerDuty's Platform for Real-Time Operations integrates machine data & human intelligence to improve visibility & agility across organizations. Sign up for a free 14 day trial!","breadcrumb":{"@id":"https://www.pagerduty.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.pagerduty.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.pagerduty.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.pagerduty.com/#website","url":"https://www.pagerduty.com/","name":"PagerDuty","description":"Build It | Ship It | Own It","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.pagerduty.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO Premium plugin. --> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel="https://api.w.org/" href="https://www.pagerduty.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.pagerduty.com/wp-json/wp/v2/pages/84475" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pagerduty.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://www.pagerduty.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.pagerduty.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pagerduty.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.pagerduty.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pagerduty.com%2F&format=xml" /> <script defer src="/wp-content/themes/citizens-band/js/build/page-www-home.min.js?ver=957c33b46bd82f23061ef29992bef78dfb87bafd" ></script> <script> window.pd = window.pd || {}; pd.cfData = {"country":"SG","region":"n/a"}; </script></head> <body class="relative"> <noscript> <iframe src="https://obs.thisgreencolumn.com/ns/313a1c6c53fc549b6cf9213d79f8ac28.ht ml?ch=cheq4ppc" width="0" height="0" style="display:none"></iframe> </noscript> <style> #navigation .nav-btn-padding { padding: 8px 4px; } #navigation .nav-x-gap { gap: 0; } #navigation .products-gap { gap: 0 4rem; } #navigation .nav-seconday-btn-search { display: none; } #navigation .nav-seconday-btn-style { padding: 8px 5px; white-space: nowrap; } #navigation .nav-hover-animation { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; transform: translate3d(-8px, 0, 0); } #navigation .nav-hover-animation:hover { transform: translate3d(0, 0, 0); } #navigation .nav-hover-animation .nav-animation-text { transition: all 200ms ease-in-out; border-left: 4px solid rgba(4, 138, 36, 0); } #navigation .nav-hover-animation:hover .nav-animation-text { border-left: 4px solid rgba(4, 138, 36, 1); } @media screen and (min-width: 430px) { #navigation .nav-btn-padding { padding: 8px 20px; margin-right: 8px; } } @media screen and (min-width: 1080px) { #navigation .nav-btn-padding { padding:15px 20px; margin-right: 0; } #navigation .nav-seconday-btn-style { padding: 8px 8px } #navigation .nav-seconday-btn-search { display: flex; } } @media screen and (min-width: 1200px) { #navigation .nav-x-gap { gap: 10px; } #navigation a { font-size: 17px; } } </style><aside id="butter-bar" data-butter-bar-is-visible="true" class="butter-bar-hidden"> <style> #butter-bar { max-height: 63px; overflow: hidden; transform: translate3d(0, 0, 0); } #butter-bar.butter-bar-hidden { max-height: 0; transform: translate3d(0, 0, 0); transition: max-height 0.3s ease-in-out, transform 0.3s ease-in-out; } .butter-bar { display: none; overflow: hidden; height: 63px;background-color: #117170; background-image: linear-gradient(to left, #117170 50%, #082B56 110%);} .butter-bar-link { margin-inline: auto; padding-inline: 1rem; color: #fff; } .butter-bar-link:hover { color: #fff; } .butter-bar-element { display: flex; gap: 2rem; align-items: center; height: 63px; } .butter-bar-element > .js-cta { color: #000; background-color: #fff; text-align: center; font-weight: 400; padding: 0.5rem 2rem; border-radius: .25rem; margin-bottom : 0.5rem; margin-top : 0.5rem; } .butter-bar-element:hover > .js-cta { background-color: ; } #div-btn-close-butter-bar { height: 63px; display: flex; justify-content: center; align-items: center; } #btn-close-butter-bar { margin-inline-end: 1rem; padding: 0 0.5rem 2px; border-radius: 15px; cursor: pointer; color: #fff; } #btn-close-butter-bar:hover { color: #000; background-color: #fff; } @media (min-width: 768px) { .butter-bar { display: grid; grid-template-columns: 2rem 1fr min-content; gap: 1rem; justify-content: center; } } </style> <div class="butter-bar" data-track-organism="butter-bar"> <span> <!-- filler --></span> <div class="flex flex-col butter-bar-content"> <a href="/on-tour/" target="_blank" rel="noopener" data-track-event="Button Clicked" class="butter-bar-link"> <div class="butter-bar-element"> <span class="js-copy"> PagerDuty is on tour - join us for a live event! </span> <span class="js-cta"> Register for free </span> </div> </a> </div> <div id="div-btn-close-butter-bar"> <a id="btn-close-butter-bar" class="js-close"> ✕ </a> </div> </div> </aside> <nav id="navigation" aria-label="PagerDuty Main Menu" class="sticky z-menu top-0 bg-white dark:bg-gray-xdark shadow grid-menu grid-rows-[min-content_auto] justify-items-center items-center "> <a class="col-span-3 py-gut/2 flex justify-center" data-track-event="nav-clicked-v3"data-track-props="nav_pd-logo"href="/"> <svg viewBox="0 0 974.8 200" fill="currentColor" id="logo-pagerduty" title="PagerDuty logo" class="px-gut w-full text-black" style="max-width:13rem"> <path d="M0 115.7h23.1v42H0zm87-108C74.6 1.1 66 0 45.7 0H0v95.6h45.5c18.1 0 31.6-1.1 43.5-9 13-8.6 19.7-22.9 19.7-39.4 0-17.9-8.3-32.2-21.7-39.5zM50.8 75.6H23.1V20.5l26.1-.2C73 20 84.9 28.4 84.9 47.4c0 20.4-14.7 28.2-34.1 28.2z" class="icn-pd nav-hider-disabled"/> <path d="m950.5 41.9-22 62.4c-4 11.2-6 17.6-9.7 28.4h-.4c-2.9-9.3-5.6-16.8-9.3-27.8l-21.3-63.1h-25.6l44.3 115.8c-1 2.5-2 5.1-3.1 7.8-3.7 9-12.5 14.9-22.2 14.9h-11V200h11.3c18.3 0 34.8-11.2 41.6-28.2 14.1-35.3 38.1-95.4 51.8-129.9h-24.4zm-614.3 93.5c0 41.9-19.2 64.6-58 64.6-28.9 0-46.3-15.2-52.5-38.1h23.4c4 10.6 12.4 20.1 29.5 20.1 26.5 0 35.9-16.5 35.9-47.9-.2 0-.2-.2-.4-.2-5.7 9.9-18.5 18.7-38.8 18.7-32.6 0-53.3-23.6-53.3-56.7 0-34.4 22.5-57.5 53.6-57.5 20.1 0 32.2 8.6 38.8 18.1-.2-2.4-.2-4.8-.2-7.3v-7.3h22v93.5zm-90-39.7c0 22.5 12.6 38.6 34.2 38.6 19.4 0 34.4-13.7 34.4-39.2 0-22.7-13.2-37.9-34.4-37.9s-34.2 15.1-34.2 38.5zm126.5 9.9c.9 20.3 13.9 36.4 36.4 36.4 15.9 0 23.6-7.5 29.5-17.4h22.3c-6.6 20.9-24.9 35.9-52.7 35.9-35.7 0-58-24-58-60.2s23.1-61.7 58-61.7c37.7 0 55.1 28.7 55.1 59.8v7.3l-90.6-.1zM440.1 88c-2-18.3-13.5-31.3-32.4-31.3-18.1 0-32 11.9-34.2 31.3h66.6zM499 41.9v14.8c3.7-10.8 15-17.7 28-17.7 1.9 0 3.8.1 5.7.4v20.3c-2.6-.5-5.1-.7-7.7-.7-21 0-24.9 15.4-24.9 38.6v60h-22.3v-95c0-7.3 0-13.7-.2-20.7H499zm262.7 99.2c-6 9.9-17.2 19.4-36.8 19.4-26.9 0-40.1-16.5-40.1-46.5V41.9H707v63.7c0 22.7 7.5 36.4 25.6 36.4 23.8 0 28-21.6 28-47V41.9h22.3v98.3c0 6 0 11.7.2 17.4h-21.4v-16.5zM833 41.9h21.6v17.2H833v69.5c0 11 5.5 14.3 14.1 14.3 1.8 0 3.7-.2 5.5-.4V159c-2.8.5-5.7.8-8.6.9-20.5 0-33.5-6.8-33.5-30V59.1H793V41.9h17.4V10.6H833v31.3zM546.3 0h38.6c57.8.4 85.6 28.6 85.8 79.2.2 43.1-22.1 78-82 78.5h-42.4V0zm23.4 138h13.5c41.9 0 63.8-16 63.8-58.9-.1-37.7-21.8-59.3-61.6-59.3-7.7 0-15.7.2-15.7.2v118zm-380 19.7c-.7-4.6-.7-7.5-1.1-15.9-8.8 12.6-20.5 18.1-39 18.1-24.3 0-41.9-11.9-41.9-33.5 0-24.9 23.8-33.1 54.7-37.3 7.7-1.1 16.3-2 23.8-2.6 0-22.9-12.7-29.8-26-29.8s-23 9.4-23 21.5h-21.6c0-23.5 18.5-39.2 45-39.2s47.1 11 47.1 53.4v22.5c0 18.8.9 32.4 2.9 43h-20.9zm-58-31.6c0 10.8 8.8 17.6 22.9 17.6 20.7 0 31.8-12.6 31.8-35.1-.1-2.1 0-4.1.2-6.2-37.7 3.9-54.9 7.6-54.9 23.7z" class="nav-hider visible"/> </svg> </a> <ul id="main-nav" class="hidden py-gut/2 md:col-span-3 md:flex items-center nav-x-gap justify-self-start list-none m-0" role="menubar" aria-hidden="false"><li role="menuitem" aria-haspopup="true"> <a class="block my-gut cursor-pointer group text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3"data-track-props="nav_products"data-target="products"href=""> <div class="flex items-center gap-[0.25rem] py-gut/2 px-gut/2"> <span>Products</span> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 50 50" class="mt-[0.25rem] no-flex transition duration-200 ease-in-out group-data-[active]:rotate-180"> <title>Arrow Down Icon</title> <path d="M5.2 15.3l19.6 19.3 19.5-19.3" stroke="currentColor" stroke-width="3" fill="none"/></svg> </div> </a> </li><li role="menuitem" aria-haspopup="true"> <a class="block my-gut cursor-pointer group text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3"data-track-props="nav_solutions"data-target="solutions"href=""> <div class="flex items-center gap-[0.25rem] py-gut/2 px-gut/2"> <span>Solutions</span> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 50 50" class="mt-[0.25rem] no-flex transition duration-200 ease-in-out group-data-[active]:rotate-180"> <title>Arrow Down Icon</title> <path d="M5.2 15.3l19.6 19.3 19.5-19.3" stroke="currentColor" stroke-width="3" fill="none"/></svg> </div> </a> </li><li role="menuitem" > <a class="block my-gut cursor-pointer group text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3"data-track-props="nav_pricing"href="/pricing/incident-management/"> <div class="flex items-center gap-[0.25rem] py-gut/2 px-gut/2"> <span>Pricing</span></div> </a> </li><li role="menuitem" aria-haspopup="true"> <a class="block my-gut cursor-pointer group text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3"data-track-props="nav_company"data-target="company"href=""> <div class="flex items-center gap-[0.25rem] py-gut/2 px-gut/2"> <span>Company</span> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 50 50" class="mt-[0.25rem] no-flex transition duration-200 ease-in-out group-data-[active]:rotate-180"> <title>Arrow Down Icon</title> <path d="M5.2 15.3l19.6 19.3 19.5-19.3" stroke="currentColor" stroke-width="3" fill="none"/></svg> </div> </a> </li><li role="menuitem" aria-haspopup="true"> <a class="block my-gut cursor-pointer group text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3"data-track-props="nav_resources"data-target="resources"href=""> <div class="flex items-center gap-[0.25rem] py-gut/2 px-gut/2"> <span>Resources</span> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 50 50" class="mt-[0.25rem] no-flex transition duration-200 ease-in-out group-data-[active]:rotate-180"> <title>Arrow Down Icon</title> <path d="M5.2 15.3l19.6 19.3 19.5-19.3" stroke="currentColor" stroke-width="3" fill="none"/></svg> </div> </a> </li></ul> <ul id="seconday-nav" role="menubar" class="py-gut/2 flex nav-x-gap list-none m-0 justify-self-end md:col-span-3 md:items-center md:justify-self-center"> <li class="hidden md:flex" role="menuitem"> <a class="py-gut text-black hover:text-green dark:text-gray-xlight dark:hover:text-gray-light px-gut" data-track-event="nav-clicked-v3" data-track-props="nav_search" href="/search/"> <div class="nav-seconday-btn-search"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="py-[2px]" title="Search"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg> </div> </a> </li> <li class="relative hidden md:flex" role="menuitem" id="lang-picker" aria-haspopup="true" aria-expanded="false"> <button class="py-gut text-black hover:text-green dark:text-gray-xlight dark:hover:text-gray-light px-gut" data-track-event="nav-clicked-v3" data-track-props="nav_lang_picker" aria-controls="lang-picker-dropdown" aria-expanded="false" aria-haspopup="true"> <div class="nav-seconday-btn-lang-picker pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="py-[2px]" title="Choose Language"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg> </div> </button> <div class="lang-picker-dropdown bg-white dark:bg-gray-xdark absolute top-full left-0 border border-gray-xlight rounded shadow-lg z-modal px-gut/2 hidden" role="menu"> <div class=" bg-white z-pop w-gut h-gut absolute -top-gut/2 left-gut transform rotate-45 border-l-1 border-t-1 border-gray-xlight"></div> <ul class="list-none m-0"> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.com" target="" data-target="lang-picker0"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> English </div> </a> </li> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.com/de/" target="" data-target="lang-picker1"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> Deutsch </div> </a> </li> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.com/fr/" target="" data-target="lang-picker2"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> Français </div> </a> </li> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.co.jp/" target="_self" data-target="lang-picker3"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> 日本語 </div> </a> </li> </ul> </div> </li> <li class="hidden md:block" role="menuitem"> <a class="nav-seconday-btn-style inline-flex py-gut text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3" data-track-props="nav_contact-us" href="/contact-us/"> <div class="flex flex-row"> <span class="md:block lg:hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="py-[2px]" title="Contact Us"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg> </span> <span class="hidden lg:flex">Contact Us</span> </div> </a> </li><li class="hidden md:block" role="menuitem"> <a class="nav-seconday-btn-style inline-flex py-gut text-black hover:text-green data-[active]:text-green dark:text-gray-xlight dark:hover:text-gray-light dark:data-[active]:gray-light" data-track-event="nav-clicked-v3" data-track-props="nav_log-in" href="https://app.pagerduty.com/"> <div class="flex flex-row"> <span class="md:block lg:hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-gmd-md h-gmd-md" title="Log In"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"/><polyline points="10 17 15 12 10 7"/><line x1="15" y1="12" x2="3" y2="12"/></svg> </span> <span class="hidden lg:flex">Log In</span> </div> </a> </li><li class="md:pl-gut/2" role="menuitem"><a class="nav-btn-padding whitespace-nowrap rounded inline-block transition-colors transition-opacity duration-150 ease-out text-center uppercase disabled:opacity-25 disabled:bg-green disabled:border-green border text-white border-green bg-green hover:text-white hover:border-green-dark hover:bg-green-dark focus:text-white focus:bg-green-dark focus:border-green-dark" data-track-event="nav-clicked-v3" data-track-props="nav_get-started" href="/sign-up/">Start for Free</a> </li> <li role="menuitem"> <div id="nav-hamburger" class="md:hidden justify-self-end -mr-[8px]"> <button id="hamburger" class="mblnav-hamburger" aria-label="Main Menu"> <svg class="pointer-events-none" width="42" height="42" viewbox="0 0 100 100"> <path class="line line1" d="M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058"/> <path class="line line2" d="M 20,50 H 80"/> <path class="line line3" d="M 20,70.999954 H 80.000231 C 80.000231,70.999954 94.498839,71.182648 94.532987,33.288669 94.543142,22.019327 90.966081,18.329754 85.259173,18.331003 79.552261,18.332249 75.000211,25.000058 75.000211,25.000058 L 25.000021,74.999942"/> </svg> </button> </div> </li> </ul> <div id="mobile-nav" class="hidden data-[active]:block col-span-full justify-self-stretch"> <ul id="mobile-seconday-nav" class="border-t-2 border-green px-gut/2 flex flex-wrap items-center justify-around list-none m-0"> <li class="" role="menuitem"> <a class="py-gut flex text-black hover:text-green" data-track-event="nav-clicked-v3" data-track-props="nav_search" href="/search/"> <div class="flex gap-gut/2 pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-gut" title="Search"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg> Search</div> </a> </li> <li class="relative" role="menuitem" data-lang-picker-mobile aria-haspopup="true" aria-expanded="false"> <button class="py-gut flex text-black hover:text-green px-gut" data-track-event="nav-clicked-v3" data-track-props="nav_lang_picker" role="button" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-lang-picker-dropdown"> <div class="flex gap-gut/2 pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-gut" title="Choose Language"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg> </div> </button> <div class="lang-picker-dropdown bg-white dark:bg-gray-xdark absolute top-full left-0 border border-gray-xlight rounded shadow-lg z-modal px-gut/2 hidden" role="menu"> <div class=" bg-white z-pop w-gut h-gut absolute -top-gut/2 left-gut transform rotate-45 border-l-1 border-t-1 border-gray-xlight"></div> <ul class="list-none m-0"> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.com" target="" data-target="lang-picker0"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> English </div> </a> </li> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.com/de/" target="" data-target="lang-picker1"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> Deutsch </div> </a> </li> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.com/fr/" target="" data-target="lang-picker2"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> Français </div> </a> </li> <li class="flex"> <a class="text-black hover:text-green py-gut/2 px-gut/2 nav-hover-animation " href="https://www.pagerduty.co.jp/" target="_self" data-target="lang-picker3"> <div class="nav-animation-text pl-gut/2 pointer-events-none"> 日本語 </div> </a> </li> </ul> </div> </li> <li class=""> <a class="py-gut flex text-black hover:text-green" data-track-event="nav-clicked-v3" data-track-props="mobile-nav_contact-us" href="/contact-us/"> <div>Contact Us</div> </a> </li><li class=""> <a class="py-gut flex text-black hover:text-green" data-track-event="nav-clicked-v3" data-track-props="mobile-nav_log-in" href="https://app.pagerduty.com/"> <div>Log In</div> </a> </li></ul> <div id="mobile-main-nav" class="mt-0 text-md pb-4 absolute z-pop w-full bg-white overflow-y-auto shadow-2xl" style="height:calc(100vh - 125px)"> <div class="divide-y-2 divide-gray-light"> <style> #mobile-main-nav .pl-4 { padding-left: 1rem; } #mobile-main-nav .pr-4 { padding-right: 1rem; } #mobile-main-nav .pt-4 { padding-top: 1rem; } #mobile-main-nav .px-4 { padding-left: 1rem; padding-right: 1rem; } #mobile-main-nav .p-4 { padding: 1rem; } #mobile-main-nav .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } #mobile-main-nav .mt-4 { margin-top: 1rem; } #mobile-main-nav .mr-4 { margin-right: 1rem; } #mobile-main-nav .divide-y-2 > *:not(:first-child) { border-top: 2px solid #e2e2e2; } #mobile-main-nav p { margin-bottom: 0; } #mobile-main-nav .space-y-4 > *:not(:first-child) { margin-top: 1rem; } #mobile-main-nav .button { margin-top: 1rem; margin-bottom: 0; } @media (min-width: 720px) { #mobile-main-nav .sm\:pt-0 { padding-top: 0; } #mobile-main-nav .sm\:pr-0 { padding-right: 0; } #mobile-main-nav .sm\:pr-4 { padding-right: 1rem; } #mobile-main-nav .sm\:mr-0 { margin-right: 0; } #mobile-main-nav .gap-x-8 { column-gap: 2rem; } #mobile-main-nav .sm\:hidden{ display: none; } } </style><details id="nav_products" class="group/tab py-3 px-4"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_products"> <div class="flex items-center justify-between"> <p class="mb-0">Products</p> <div class="h-full dark:text-white transition group-open/tab:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="pl-4 sm:pr-4 pt-4 space-y-4 text-gray-xdark"> <div class="flex gap-x-8"> <div class="w-full sm:w-1/2 space-y-4"> <details open class="text-md group/subtab"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_products_products"> <div class="flex items-center justify-between"> <p class="mb-0">Products</p> <div class="h-full dark:text-white transition group-open/subtab:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_incident-management"href="/platform/incident-management/" target="_self"> <p class="text-base text-gray-xdark"> Incident Management </p> <p class="text-sm text-gray-dark block sm:hidden"> End-to-end orchestration for rapid issue resolution. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_aiops"href="/platform/aiops/" target="_self"> <p class="text-base text-gray-xdark"> AIOps </p> <p class="text-sm text-gray-dark block sm:hidden"> Reduce alert noise and accelerate triage. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_process-automation"href="/platform/automation/" target="_self"> <p class="text-base text-gray-xdark"> Automation </p> <p class="text-sm text-gray-dark block sm:hidden"> Accelerate critical work across the enterprise. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_csops"href="/platform/business-ops/" target="_self"> <p class="text-base text-gray-xdark"> Customer Service Ops </p> <p class="text-sm text-gray-dark block sm:hidden"> Bridge support and engineering teams. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_status-pages"href="/platform/business-ops/status-pages/" target="_self"> <p class="text-base text-gray-xdark"> Status Pages </p> <p class="text-sm text-gray-dark block sm:hidden"> A single source of truth for system status. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_stakeholders"href="/platform/incident-management/stakeholder-communication/" target="_self"> <p class="text-base text-gray-xdark"> Stakeholders Communications </p> <p class="text-sm text-gray-dark block sm:hidden"> Share real-time updates and impact reports. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_products_integrations"href="/integrations/" target="_self"> <p class="text-base text-gray-xdark"> Integrations </p> <p class="text-sm text-gray-dark block sm:hidden"> Work how you want with PagerDuty. </p> </a> </div> </div> </details> <details class="text-md group/subtab"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform"> <div class="flex items-center justify-between"> <p class="mb-0">Platform</p> <div class="h-full dark:text-white transition group-open/subtab:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform_advance"href="/platform/generative-ai/" target="_self"> <p class="text-base text-gray-xdark"> PagerDuty Advance </p> <p class="text-sm text-gray-dark block sm:hidden"> Generative AI for critical operations work. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform_developer-platform"href="https://developer.pagerduty.com/" target="_blank"> <p class="text-base text-gray-xdark"> Developer Platform </p> <p class="text-sm text-gray-dark block sm:hidden"> Customize your PagerDuty experience. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform_prof-services"href="/services/" target="_self"> <p class="text-base text-gray-xdark"> Professional Services </p> <p class="text-sm text-gray-dark block sm:hidden"> Get more value from PagerDuty. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform_security"href="/security/" target="_self"> <p class="text-base text-gray-xdark"> Security </p> <p class="text-sm text-gray-dark block sm:hidden"> View our trust and compliance practices. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform_enterprise-class"href="/platform/enterprise-class/" target="_self"> <p class="text-base text-gray-xdark"> Enterprise Class </p> <p class="text-sm text-gray-dark block sm:hidden"> Secure, reliable, extensible, and scalable. </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_products_platform_integrations"href="/integrations/" target="_self"> <p class="text-base text-gray-xdark"> Integrations </p> <p class="text-sm text-gray-dark block sm:hidden"> Work how you want with PagerDuty. </p> </a> </div> </div> </details> </div> <div class="flex flex-col hidden sm:block w-1/2"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_products_feature-automation-library"href="/automation/" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="/wp-content/uploads/2024/10/nav-automation-library.svg" alt="PagerDuty Automation Library" class="w-full rounded shadow bg-green-dark bg-gradient-to-tl pd-gradient-a" width="323" height="182" loading="lazy" /> <div> <span class="text-base font-bold">Automation Library</span> <p class="text-base">Discover what PagerDuty Automation can do for you.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Explore now" data-track-props="" > <div class="pointer-events-none"> Explore now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> </div></div> <div class="btn-group flex justify-center"> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 disabled:bg-transparent border-2 hover:disabled:bg-transparent rounded text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-gray-xdark text-green hover:text-white hover:bg-green dark:hover:bg-white border-green border-solid dark:border-white hover:border-green hover:disabled:border-green flex rounded text-base px-glg-lg py-gmd-base mt-4 block sm:hidden mr-4 sm:mr-0 button gz-green-outline" href="/request-a-demo/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Request a demo","variant":"stroke","size":"default","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":true,"video":null,"attributes":{"href":"\/request-a-demo\/","class":"mt-4 block sm:hidden mr-4 sm:mr-0 button gz-green-outline","target":"_self"},"iconName":""}" > Request a demo </a> </div> <div class="flex flex-col sm:hidden"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_products_feature-automation-library"href="/automation/" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="/wp-content/uploads/2024/10/nav-automation-library.svg" alt="PagerDuty Automation Library" class="w-full rounded shadow bg-green-dark bg-gradient-to-tl pd-gradient-a" width="323" height="182" loading="lazy" /> <div> <span class="text-base font-bold">Automation Library</span> <p class="text-base">Discover what PagerDuty Automation can do for you.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Explore now" data-track-props="" > <div class="pointer-events-none"> Explore now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> </div></div> </details> <style> #mobile-main-nav .pl-4 { padding-left: 1rem; } #mobile-main-nav .pr-4 { padding-right: 1rem; } #mobile-main-nav .pt-4 { padding-top: 1rem; } #mobile-main-nav .px-4 { padding-left: 1rem; padding-right: 1rem; } #mobile-main-nav .p-4 { padding: 1rem; } #mobile-main-nav .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } #mobile-main-nav .mt-4 { margin-top: 1rem; } #mobile-main-nav .mr-4 { margin-right: 1rem; } #mobile-main-nav .divide-y-2 > *:not(:first-child) { border-top: 2px solid #e2e2e2; } #mobile-main-nav p { margin-bottom: 0; } #mobile-main-nav .space-y-4 > *:not(:first-child) { margin-top: 1rem; } #mobile-main-nav .button { margin-top: 1rem; margin-bottom: 0; } @media (min-width: 720px) { #mobile-main-nav .sm\:pt-0 { padding-top: 0; } #mobile-main-nav .sm\:pr-0 { padding-right: 0; } #mobile-main-nav .sm\:pr-4 { padding-right: 1rem; } #mobile-main-nav .sm\:mr-0 { margin-right: 0; } #mobile-main-nav .gap-x-8 { column-gap: 2rem; } #mobile-main-nav .sm\:hidden{ display: none; } } </style><details id="nav_solutions" class="group/tab py-3 px-4"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_solutions"> <div class="flex items-center justify-between"> <p class="mb-0">Solutions</p> <div class="h-full dark:text-white transition group-open/tab:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="pl-4 sm:pr-4 pt-4 space-y-4 text-gray-xdark"> <div class="flex gap-y-4 gap-x-8"> <div class="w-full sm:w-1/2 space-y-4"> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions"> <div class="flex items-center justify-between"> <p class="mb-0">Solutions</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions_incident_management_transformation"href="/solutions/incident-management-transformation" target="_self"> <p class="text-base text-gray-xdark"> Incident Management Transformation </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions_operations_center_modernization"href="/solutions/operations-center-modernization/" target="_self"> <p class="text-base text-gray-xdark"> Operations Center Modernization </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions_automation_coe"href="/solutions/automation-coe/" target="_self"> <p class="text-base text-gray-xdark"> Automation Standardization </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions_cx_experience"href="/solutions/cx-operations/" target="_self"> <p class="text-base text-gray-xdark"> Customer Experience Operations </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_digital_resilience"href="/solutions/digital-resilience/" target="_self"> <p class="text-base text-gray-xdark"> Digital Operations Resiliency </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions_scaled_service_ownership"href="/solutions/scaled-service-ownership/" target="_self"> <p class="text-base text-gray-xdark"> Scaled Service Ownership </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_solutions_remote_location_operations_automation"href="/solutions/remote-location-operations-automation/" target="_self"> <p class="text-base text-gray-xdark"> Remote-Location Operations </p> </a> </div> </div> </details> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_industries"> <div class="flex items-center justify-between"> <p class="mb-0">Industries</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_industry_financial-services"href="/industries/financial-services/" target="_self"> <p class="text-base text-gray-xdark"> Financial Services </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_industry_healthcare"href="/industries/healthcare/" target="_self"> <p class="text-base text-gray-xdark"> Healthcare </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_industry_non-profit"href="/industries/non-profit/" target="_self"> <p class="text-base text-gray-xdark"> Non Profit </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_industry_public-sector"href="/industries/government-and-education/" target="_self"> <p class="text-base text-gray-xdark"> Public Sector </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_industry_retail"href="/industries/retail/" target="_self"> <p class="text-base text-gray-xdark"> Retail </p> </a> </div> </div> </details> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customers"> <div class="flex items-center justify-between"> <p class="mb-0">Customers</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_tui"href="/customer/tui/" target="_self"> <p class="text-base text-gray-xdark"> TUI </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_zoom"href="/customer/zoom-video-communications/" target="_self"> <p class="text-base text-gray-xdark"> Zoom </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_carnival"href="/customer/carnival-corporation/" target="_self"> <p class="text-base text-gray-xdark"> Carnival </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_draftkings"href="/customer/draftkings/" target="_self"> <p class="text-base text-gray-xdark"> DraftKings </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_australian-bank"href="/customer/australian-bank/" target="_self"> <p class="text-base text-gray-xdark"> Australian Bank </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_vodafone"href="/customer/vodafone/" target="_self"> <p class="text-base text-gray-xdark"> Vodafone </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_fox"href="/customer/fox/" target="_self"> <p class="text-base text-gray-xdark"> Fox Corporation </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_customer_all-customers"href="/customers/" target="_self"> <p class="text-base text-green"> See All Customers → </p> </a> </div> </div> </details> </div><div class="flex flex-col hidden sm:block w-1/2"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_feature-highlight_fox"href="/customer/fox/" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="/wp-content/uploads/2024/01/nav-fox-corporation.png" alt="FOX Customer Story" class="w-full rounded shadow" width="330" height="196" loading="lazy" /> <div> <span class="text-base font-bold">Operational Integrity at FOX</span> <p class="text-base">See how this media company's modern approach to digital operations helped reduce costs, accelerate innovation, and drive revenue growth.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Watch now" data-track-props="" > <div class="pointer-events-none"> Watch now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> <p class="flex justify-center mt-4 text-base">Work how you want with PagerDuty.</p> <div class="btn-group flex justify-center"> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 disabled:bg-transparent border-2 hover:disabled:bg-transparent rounded text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-gray-xdark text-green hover:text-white hover:bg-green dark:hover:bg-white border-green border-solid dark:border-white hover:border-green hover:disabled:border-green flex rounded text-base px-glg-lg py-gmd-base my-4 hidden sm:block mr-4 sm:mr-0 button gz-green-outline" href="/integrations/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Explore our 700+ integrations","variant":"stroke","size":"default","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":true,"video":null,"attributes":{"href":"\/integrations\/","class":"my-4 hidden sm:block mr-4 sm:mr-0 button gz-green-outline","target":"_self"},"iconName":""}" > Explore our 700+ integrations </a> </div> </div> </div> <div class="btn-group flex justify-center"> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 disabled:bg-transparent border-2 hover:disabled:bg-transparent rounded text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-gray-xdark text-green hover:text-white hover:bg-green dark:hover:bg-white border-green border-solid dark:border-white hover:border-green hover:disabled:border-green flex rounded text-base px-glg-lg py-gmd-base mt-4 block sm:hidden mr-4 sm:mr-0 button gz-green-outline" href="/integrations/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Explore our 700+ integrations","variant":"stroke","size":"default","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":true,"video":null,"attributes":{"href":"\/integrations\/","class":"mt-4 block sm:hidden mr-4 sm:mr-0 button gz-green-outline","target":"_self"},"iconName":""}" > Explore our 700+ integrations </a> </div> <div class="flex flex-col sm:hidden"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_solutions_feature-highlight_fox"href="/customer/fox/" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="/wp-content/uploads/2024/01/nav-fox-corporation.png" alt="FOX Customer Story" class="w-full rounded shadow" width="330" height="196" loading="lazy" /> <div> <span class="text-base font-bold">Operational Integrity at FOX</span> <p class="text-base">See how this media company's modern approach to digital operations helped reduce costs, accelerate innovation, and drive revenue growth.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Watch now" data-track-props="" > <div class="pointer-events-none"> Watch now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> </div></div> </details> <style> #mobile-main-nav .pl-4 { padding-left: 1rem; } #mobile-main-nav .pr-4 { padding-right: 1rem; } #mobile-main-nav .pt-4 { padding-top: 1rem; } #mobile-main-nav .px-4 { padding-left: 1rem; padding-right: 1rem; } #mobile-main-nav .p-4 { padding: 1rem; } #mobile-main-nav .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } #mobile-main-nav .mt-4 { margin-top: 1rem; } #mobile-main-nav .mr-4 { margin-right: 1rem; } #mobile-main-nav .divide-y-2 > *:not(:first-child) { border-top: 2px solid #e2e2e2; } #mobile-main-nav p { margin-bottom: 0; } #mobile-main-nav .space-y-4 > *:not(:first-child) { margin-top: 1rem; } #mobile-main-nav .button { margin-top: 1rem; margin-bottom: 0; } @media (min-width: 720px) { #mobile-main-nav .sm\:pt-0 { padding-top: 0; } #mobile-main-nav .sm\:pr-0 { padding-right: 0; } #mobile-main-nav .sm\:pr-4 { padding-right: 1rem; } #mobile-main-nav .sm\:mr-0 { margin-right: 0; } #mobile-main-nav .gap-x-8 { column-gap: 2rem; } #mobile-main-nav .sm\:hidden{ display: none; } } </style> <a class="py-3 px-4 block" data-track-event="nav-clicked-v3"data-track-props="nav_pricing"href="/pricing/incident-management/" target="_self"> <p class="text-md text-gray-xdark"> Pricing </p> </a> <style> #mobile-main-nav .pl-4 { padding-left: 1rem; } #mobile-main-nav .pr-4 { padding-right: 1rem; } #mobile-main-nav .pt-4 { padding-top: 1rem; } #mobile-main-nav .px-4 { padding-left: 1rem; padding-right: 1rem; } #mobile-main-nav .p-4 { padding: 1rem; } #mobile-main-nav .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } #mobile-main-nav .mt-4 { margin-top: 1rem; } #mobile-main-nav .mr-4 { margin-right: 1rem; } #mobile-main-nav .divide-y-2 > *:not(:first-child) { border-top: 2px solid #e2e2e2; } #mobile-main-nav p { margin-bottom: 0; } #mobile-main-nav .space-y-4 > *:not(:first-child) { margin-top: 1rem; } #mobile-main-nav .button { margin-top: 1rem; margin-bottom: 0; } @media (min-width: 720px) { #mobile-main-nav .sm\:pt-0 { padding-top: 0; } #mobile-main-nav .sm\:pr-0 { padding-right: 0; } #mobile-main-nav .sm\:pr-4 { padding-right: 1rem; } #mobile-main-nav .sm\:mr-0 { margin-right: 0; } #mobile-main-nav .gap-x-8 { column-gap: 2rem; } #mobile-main-nav .sm\:hidden{ display: none; } } </style><details id="nav_company" class="group/tab py-3 px-4"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_company"> <div class="flex items-center justify-between"> <p class="mb-0">Company</p> <div class="h-full dark:text-white transition group-open/tab:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="pl-4 sm:pr-4 pt-4 space-y-4 text-gray-xdark"> <div class="flex gap-y-4 gap-x-8"> <div class="w-full sm:w-1/2 space-y-4"> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are"> <div class="flex items-center justify-between"> <p class="mb-0">Who We Are</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are_in-perspective"href="/in-perspective/" target="_self"> <p class="text-base text-gray-xdark"> Thought Leadership </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are_awards"href="/company/awards/" target="_self"> <p class="text-base text-gray-xdark"> Awards </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are_careers"href="https://careers.pagerduty.com/home" target="_blank"> <p class="text-base text-gray-xdark"> Careers </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are_investor-relations"href="https://investor.pagerduty.com/overview/default.aspx" target="_blank"> <p class="text-base text-gray-xdark"> Investor Relations </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are_leadership"href="/leadership/" target="_self"> <p class="text-base text-gray-xdark"> Leadership </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_who-we-are_newsroom"href="/newsroom/" target="_self"> <p class="text-base text-gray-xdark"> Newsroom </p> </a> </div> </div> </details> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_about-us"href="/company/" target="_self"> <p class="text-md text-gray-xdark"> About us </p> <div class="pl-4"> <p class="text-base text-gray-dark block"> We're empowering teams with the time and efficiency to build the future. </p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 !py-0" aria-label="Learn more" data-track-props="" > <div class="pointer-events-none"> Learn more<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_company_impact"href="/impact-hub/" target="_self"> <p class="text-md text-gray-xdark"> Our Impact </p> <div class="pl-4"> <p class="text-base text-gray-dark block"> See how we are building resilience and accelerating change. </p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 !py-0" aria-label="Learn more" data-track-props="" > <div class="pointer-events-none"> Learn more<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </a> </div><div class="flex flex-col hidden sm:block w-1/2"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_company_feature-highlight_fy24-impact-report"href="/assets/fy24-pagerduty-impact-report.pdf" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="https://www.pagerduty.com/cdn-cgi/image/f=auto,w=600/wp-content/uploads/2024/04/ide-woman-nurse.jpg" alt="FY24 Impact Report" class="w-full rounded shadow" width="330" height="220" loading="lazy" /> <div> <span class="text-base font-bold">FY24 Impact Report</span> <p class="text-base">Learn about our efforts around gender pay equity, employee engagement, ESG, and more.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Read the report" data-track-props="" > <div class="pointer-events-none"> Read the report<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> </div> </div> <div class="flex flex-col sm:hidden"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_company_feature-highlight_fy24-impact-report"href="/assets/fy24-pagerduty-impact-report.pdf" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="https://www.pagerduty.com/cdn-cgi/image/f=auto,w=600/wp-content/uploads/2024/04/ide-woman-nurse.jpg" alt="FY24 Impact Report" class="w-full rounded shadow" width="330" height="220" loading="lazy" /> <div> <span class="text-base font-bold">FY24 Impact Report</span> <p class="text-base">Learn about our efforts around gender pay equity, employee engagement, ESG, and more.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Read the report" data-track-props="" > <div class="pointer-events-none"> Read the report<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> </div></div> </details> <style> #mobile-main-nav .pl-4 { padding-left: 1rem; } #mobile-main-nav .pr-4 { padding-right: 1rem; } #mobile-main-nav .pt-4 { padding-top: 1rem; } #mobile-main-nav .px-4 { padding-left: 1rem; padding-right: 1rem; } #mobile-main-nav .p-4 { padding: 1rem; } #mobile-main-nav .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } #mobile-main-nav .mt-4 { margin-top: 1rem; } #mobile-main-nav .mr-4 { margin-right: 1rem; } #mobile-main-nav .divide-y-2 > *:not(:first-child) { border-top: 2px solid #e2e2e2; } #mobile-main-nav p { margin-bottom: 0; } #mobile-main-nav .space-y-4 > *:not(:first-child) { margin-top: 1rem; } #mobile-main-nav .button { margin-top: 1rem; margin-bottom: 0; } @media (min-width: 720px) { #mobile-main-nav .sm\:pt-0 { padding-top: 0; } #mobile-main-nav .sm\:pr-0 { padding-right: 0; } #mobile-main-nav .sm\:pr-4 { padding-right: 1rem; } #mobile-main-nav .sm\:mr-0 { margin-right: 0; } #mobile-main-nav .gap-x-8 { column-gap: 2rem; } #mobile-main-nav .sm\:hidden{ display: none; } } </style><details id="nav_resources" class="group/tab py-3 px-4"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_resources"> <div class="flex items-center justify-between"> <p class="mb-0">Resources</p> <div class="h-full dark:text-white transition group-open/tab:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="pl-4 sm:pr-4 pt-4 space-y-4 text-gray-xdark"> <div class="flex gap-y-4 gap-x-8"> <div class="w-full sm:w-1/2 space-y-4"> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources"> <div class="flex items-center justify-between"> <p class="mb-0">Resources</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources_library"href="/resources/" target="_self"> <p class="text-base text-gray-xdark"> Library </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources_blog"href="/blog/" target="_self"> <p class="text-base text-gray-xdark"> Blog </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources_demo"href="/demo/" target="_self"> <p class="text-base text-gray-xdark"> Demos </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources_webinars"href="/resources/?type=webinar" target="_self"> <p class="text-base text-gray-xdark"> Webinars </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources_events"href="/events/" target="_self"> <p class="text-base text-gray-xdark"> Events </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_resources_ebooks"href="/resources/?type=ebook" target="_self"> <p class="text-base text-gray-xdark"> Ebooks </p> </a> </div> </div> </details> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_resources_learning"> <div class="flex items-center justify-between"> <p class="mb-0">Learning</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_automation_library_use_cases"href="/automation/" target="_self"> <p class="text-base text-gray-xdark"> Automation Library Use Cases </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_learning_pd-university"href="https://university.pagerduty.com/" target="_blank"> <p class="text-base text-gray-xdark"> PagerDuty University </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_learning_community"href="https://community.pagerduty.com/" target="_blank"> <p class="text-base text-gray-xdark"> Community </p> </a> </div> </div> </details> <details open class="text-md group/col"> <summary class="list-none text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_resources_support"> <div class="flex items-center justify-between"> <p class="mb-0">Support</p> <div class="h-full dark:text-white transition group-open/col:rotate-90"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50"> <title>Angle Right Icon</title><path d="M15.1 44.5l19.3-19.6L15.1 5.4" fill="none" stroke="currentColor" stroke-width="3"/></svg> </div> </div> </summary> <div class="sm:flex grow"> <div class="pt-4 px-4 space-y-4 text-gray-xdark w-full sm:grow flex flex-col"> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_support_knowledge-base"href="https://support.pagerduty.com/" target="_blank"> <p class="text-base text-gray-xdark"> Knowledge Base </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_support_ops-guides"href="/ops-guides/" target="_self"> <p class="text-base text-gray-xdark"> Ops Guides </p> </a> <a class="block" data-track-event="nav-clicked-v3"data-track-props="nav_resources_support_contact-support"href="/contact-us/#contact-support" target="_self"> <p class="text-base text-gray-xdark"> Contact support </p> </a> </div> </div> </details> </div><div class="flex flex-col hidden sm:block w-1/2"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_resources_feature-highlight_pagerduty-on-tour"href="/on-tour/" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="/cdn-cgi/image/f=auto,w=720/wp-content/uploads/2025/01/pdot-resource-thumbnail.png" alt="Get leading-edge insights from our leadership and customers at PagerDuty on Tour 2025. " class="w-full rounded shadow" width="330" height="185" loading="lazy" /> <div> <span class="text-base font-bold">PagerDuty on Tour</span> <p class="text-base">Get leading-edge insights from our leadership and customers at PagerDuty on Tour 2025.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Register now" data-track-props="" > <div class="pointer-events-none"> Register now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> <p class="flex justify-center mt-4 text-base">Have a question? We're here to help.</p> <div class="btn-group flex justify-center"> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 disabled:bg-transparent border-2 hover:disabled:bg-transparent rounded text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-gray-xdark text-green hover:text-white hover:bg-green dark:hover:bg-white border-green border-solid dark:border-white hover:border-green hover:disabled:border-green flex rounded text-base px-glg-lg py-gmd-base my-4 hidden sm:block mr-4 sm:mr-0 button gz-green-outline" href="/contact-us/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Contact Us","variant":"stroke","size":"default","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":true,"video":null,"attributes":{"href":"\/contact-us\/","class":"my-4 hidden sm:block mr-4 sm:mr-0 button gz-green-outline","target":"_self"},"iconName":""}" > Contact Us </a> </div> </div> </div> <div class="btn-group flex justify-center"> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 disabled:bg-transparent border-2 hover:disabled:bg-transparent rounded text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-gray-xdark text-green hover:text-white hover:bg-green dark:hover:bg-white border-green border-solid dark:border-white hover:border-green hover:disabled:border-green flex rounded text-base px-glg-lg py-gmd-base mt-4 block sm:hidden mr-4 sm:mr-0 button gz-green-outline" href="/contact-us/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Contact Us","variant":"stroke","size":"default","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":true,"video":null,"attributes":{"href":"\/contact-us\/","class":"mt-4 block sm:hidden mr-4 sm:mr-0 button gz-green-outline","target":"_self"},"iconName":""}" > Contact Us </a> </div> <div class="flex flex-col sm:hidden"> <div class="block sm:inline sm:w-1/2"> <a class="pt-4 sm:pt-0 pr-4 sm:pr-0 block text-gray-xdark" data-track-event="nav-clicked-v3"data-track-props="nav_resources_feature-highlight_pagerduty-on-tour"href="/on-tour/" target="_self"> <div class="bg-green-xlight rounded shadow p-4 flex flex-col gap-y-4"> <label class="text-base font-bold legacy-featured-heading">Featured</label> <img src="/cdn-cgi/image/f=auto,w=720/wp-content/uploads/2025/01/pdot-resource-thumbnail.png" alt="Get leading-edge insights from our leadership and customers at PagerDuty on Tour 2025. " class="w-full rounded shadow" width="330" height="185" loading="lazy" /> <div> <span class="text-base font-bold">PagerDuty on Tour</span> <p class="text-base">Get leading-edge insights from our leadership and customers at PagerDuty on Tour 2025.</p> <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " aria-label="Register now" data-track-props="" > <div class="pointer-events-none"> Register now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </div> </div> </a> </div> </div></div> </details></div> </div> </div> <div id="main-nav-dropdowns" class="col-span-full justify-self-stretch"><div class="grid-rows-[min-content_auto_min-content] absolute start-0 end-0 overflow-y-auto bg-white shadow-2xl border-t-2 border-gray-light hidden data-[active]:grid-menu" id="products" style="max-height:calc(100vh - 100px - 1rem)"> <div class="col-span-2 row-span-3 bg-green-xlight "> <div class="text-md text-right"> <h2 data-target="products-products" class="hover:bg-white/50 p-gut cursor-pointer border-r-[4px] border-green-xlight border-opacity-0 data-[active]:bg-white data-[active]:border-green data-[active]:border-opacity-100 relative overflow-hidden group legacy-nav-tab" data-track-event="nav-clicked-v3" data-track-props="nav_products_products" data-active=""> <div class="absolute hidden group-data-[active]:block w-gut/2 h-gut/2 bg-green transform rotate-45 top-1/2 -right-[4px]"></div> Products </h2> <h2 data-target="products-platform" class="hover:bg-white/50 p-gut cursor-pointer border-r-[4px] border-green-xlight border-opacity-0 data-[active]:bg-white data-[active]:border-green data-[active]:border-opacity-100 relative overflow-hidden group legacy-nav-tab" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform"> <div class="absolute hidden group-data-[active]:block w-gut/2 h-gut/2 bg-green transform rotate-45 top-1/2 -right-[4px]"></div> Platform </h2> </div> </div> <div class="col-start-4 col-span-3 py-gut px-gut/2 border-b border-gray-xlight "><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/operations-cloud/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_ops-cloud"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">PagerDuty Operations Cloud</h3> <p class="text-gray-dark text-pretty"> The platform for mission-critical work in the modern enterprise. </p> </div> </a> </div> <div class="col-start-4 col-span-3 px-gut/2 pt-gut pb-2gut"> <div id="products-products" class="hidden data-[active]:grid grid-cols-2 products-gap" data-active=""> <a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/incident-management/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_incident-management"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Incident Management</h3> <p class="text-gray-dark text-pretty"> End-to-end orchestration for rapid issue resolution. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/aiops/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_aiops"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">AIOps</h3> <p class="text-gray-dark text-pretty"> Reduce alert noise and accelerate triage. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/automation/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_process-automation"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Automation</h3> <p class="text-gray-dark text-pretty"> Accelerate critical work across the enterprise. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/business-ops/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_csops"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Customer Service Ops</h3> <p class="text-gray-dark text-pretty"> Bridge support and engineering teams. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/business-ops/status-pages/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_status-pages"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Status Pages</h3> <p class="text-gray-dark text-pretty"> A single source of truth for system status. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/incident-management/stakeholder-communication/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_stakeholders"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Stakeholders Communications</h3> <p class="text-gray-dark text-pretty"> Share real-time updates and impact reports. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/integrations/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_products_integrations"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Integrations</h3> <p class="text-gray-dark text-pretty"> Work how you want with PagerDuty. </p> </div> </a> </div> <div id="products-platform" class="hidden data-[active]:grid grid-cols-2 products-gap"> <a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/generative-ai/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform_advance"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">PagerDuty Advance</h3> <p class="text-gray-dark text-pretty"> Generative AI for critical operations work. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="https://developer.pagerduty.com/" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform_developer-platform"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Developer Platform</h3> <p class="text-gray-dark text-pretty"> Customize your PagerDuty experience. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/services/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform_prof-services"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Professional Services</h3> <p class="text-gray-dark text-pretty"> Get more value from PagerDuty. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/security/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform_security"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Security</h3> <p class="text-gray-dark text-pretty"> View our trust and compliance practices. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/platform/enterprise-class/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform_enterprise-class"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Enterprise Class</h3> <p class="text-gray-dark text-pretty"> Secure, reliable, extensible, and scalable. </p> </div> </a><a class="hover:text-green flex flex-col py-[4px] nav-hover-animation legacy-fat-link" href="/integrations/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_platform_integrations"> <div class="nav-animation-text pl-gut/2 py-[6px]"> <h3 class="font-bold">Integrations</h3> <p class="text-gray-dark text-pretty"> Work how you want with PagerDuty. </p> </div> </a> </div> </div> <div class="col-start-8 row-start-1 row-span-3 p-gut"><article class="bg-green-xlight rounded shadow p-gut flex flex-col gap-y-gut"> <label class="font-bold legacy-featured-heading">New!</label> <a href="/automation/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_feature-automation-library-image"> <img src="/wp-content/uploads/2024/10/nav-automation-library.svg" alt="PagerDuty Automation Library" loading="lazy" class="w-full rounded shadow bg-green-dark bg-gradient-to-tl pd-gradient-a" width="323" height="182" /> </a> <div> <h3 class="font-bold legacy-featured-heading">Automation Library</h3> <p class="text-pretty">Discover what PagerDuty Automation can do for you.</p> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/automation/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_products_feature-automation-library" > <div class="pointer-events-none"> Explore now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </article></div> <div class="col-start-4 col-span-3"> <div class="col-start-2 col-span-5 p-gut border-t-2 border-gray-xlight flex items-center gap-gut legacy-bottom-bar"> <p>See how PagerDuty works for you.</p> <a class="hover:no-underline font-normal cta justify-center items-center disabled:opacity-50 border-2 bg-green-xlight hover:bg-[#CDE9D6] text-black border-green-xlight hover:border-[#CDE9D6] inline-flex rounded text-base px-gmd-md py-gut/2 px-2gut" href="/request-a-demo/" data-track-event="nav-clicked-v3" data-track-props="nav_products_bottom-bar_request_demo" target="_self" > Request a demo </a> </div> </div> </div><div class="grid-rows-[auto_auto_min-content] absolute start-0 end-0 overflow-y-auto bg-white shadow-2xl border-t-2 border-gray-light hidden data-[active]:grid-menu" id="solutions" style="max-height:calc(100vh - 100px - 1rem)"> <div class="col-start-2 col-span-5 row-span-2 grid grid-cols-3 gap-6 p-4"><article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Solutions</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/incident-management-transformation" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_solutions_incident_management_transformation"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Incident Management Transformation </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/operations-center-modernization/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_solutions_operations_center_modernization"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Operations Center Modernization </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/automation-coe/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_solutions_automation_coe"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Automation Standardization </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/cx-operations/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_solutions_cx_experience"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Customer Experience Operations </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/digital-resilience/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_digital_resilience"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Digital Operations Resiliency </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/scaled-service-ownership/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_solutions_scaled_service_ownership"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Scaled Service Ownership </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/solutions/remote-location-operations-automation/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_solutions_remote_location_operations_automation"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Remote-Location Operations </div> </a></article><article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Industries</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/industries/financial-services/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_industry_financial-services"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Financial Services </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/industries/healthcare/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_industry_healthcare"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Healthcare </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/industries/non-profit/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_industry_non-profit"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Non Profit </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/industries/government-and-education/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_industry_public-sector"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Public Sector </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/industries/retail/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_industry_retail"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Retail </div> </a></article><article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Customers</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/tui/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_tui"> <div class="nav-animation-text pl-gut/2 py-[6px]"> TUI </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/zoom-video-communications/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_zoom"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Zoom </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/carnival-corporation/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_carnival"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Carnival </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/draftkings/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_draftkings"> <div class="nav-animation-text pl-gut/2 py-[6px]"> DraftKings </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/australian-bank/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_australian-bank"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Australian Bank </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/vodafone/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_vodafone"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Vodafone </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/customer/fox/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_fox"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Fox Corporation </div> </a><a class="text-green hover:text-gray-xdark flex py-[2px] nav-hover-animation" href="/customers/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_customer_all-customers"> <div class="nav-animation-text pl-gut/2 py-[6px]"> See All Customers → </div> </a></article></div> <div class="col-start-8 row-span-3 p-gut"> <article class="bg-green-xlight rounded shadow p-gut flex flex-col gap-y-gut"> <label class="font-bold legacy-featured-heading">Featured</label> <a href="/customer/fox/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_feature-highlight_fox-image"> <img src="/wp-content/uploads/2024/01/nav-fox-corporation.png" alt="FOX Customer Story" loading="lazy" class="w-full rounded shadow" width="330" height="196" /> </a> <div> <h3 class="font-bold legacy-featured-heading">Operational Integrity at FOX</h3> <p class="text-pretty">See how this media company's modern approach to digital operations helped reduce costs, accelerate innovation, and drive revenue growth.</p> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/customer/fox/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_feature-highlight_fox" > <div class="pointer-events-none"> Watch now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </article> </div> <div class="col-start-2 col-span-5 p-gut border-t-2 border-gray-xlight flex items-center gap-gut legacy-bottom-bar"> <p>Work how you want with PagerDuty.</p> <a class="hover:no-underline font-normal cta justify-center items-center disabled:opacity-50 border-2 bg-green-xlight hover:bg-[#CDE9D6] text-black border-green-xlight hover:border-[#CDE9D6] inline-flex rounded text-base px-gmd-md py-gut/2 px-2gut" href="/integrations/" data-track-event="nav-clicked-v3" data-track-props="nav_solutions_bottom-bar_integrations" target="_self" > Explore our 700+ integrations </a> </div> </div><div class="grid-rows-[auto_min-content] absolute start-0 end-0 overflow-y-auto bg-white shadow-2xl border-t-2 border-gray-light hidden data-[active]:grid-menu" id="company" style="max-height:calc(100vh - 100px - 1rem)"> <div class="col-start-2 col-span-5 grid grid-cols-3 gap-6 p-4"> <article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Who We Are</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/in-perspective/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_company_who-we-are_in-perspective"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Thought Leadership </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/company/awards/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_company_who-we-are_awards"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Awards </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="https://careers.pagerduty.com/home" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_company_who-we-are_careers"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Careers </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="https://investor.pagerduty.com/overview/default.aspx" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_company_who-we-are_investor-relations"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Investor Relations </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/leadership/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_company_who-we-are_leadership"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Leadership </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/newsroom/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_company_who-we-are_newsroom"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Newsroom </div> </a></article> <div class="col-span-2 grid grid-rows-[min-content] gap-gut"><article class="space-y-gut/2"> <h2 class="text-md my-gut/2 legacy-nav-col-heading">About us</h2> <p>We're empowering teams with the time and efficiency to build the future.</p><div> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/company/" data-track-event="nav-clicked-v3" data-track-props="nav_company_about-us" target="_self" > <div class="pointer-events-none"> Learn more<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </article><article class="space-y-gut/2"> <h2 class="text-md my-gut/2 legacy-nav-col-heading">Our Impact</h2> <p>See how we are building resilience and accelerating change.</p><div> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/impact-hub/" data-track-event="nav-clicked-v3" data-track-props="nav_company_impact" target="_self" > <div class="pointer-events-none"> Learn more<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </article></div> </div> <div class="col-start-8 p-gut"> <article class="bg-green-xlight rounded shadow p-gut flex flex-col gap-y-gut"> <label class="font-bold legacy-featured-heading">Featured</label> <a href="/assets/fy24-pagerduty-impact-report.pdf" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_company_feature-highlight_fy24-impact-report-image"> <img src="https://www.pagerduty.com/cdn-cgi/image/f=auto,w=600/wp-content/uploads/2024/04/ide-woman-nurse.jpg" alt="FY24 Impact Report" loading="lazy" class="w-full rounded shadow" width="330" height="220" /> </a> <div> <h3 class="font-bold legacy-featured-heading">FY24 Impact Report</h3> <p class="text-pretty">Learn about our efforts around gender pay equity, employee engagement, ESG, and more.</p> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/assets/fy24-pagerduty-impact-report.pdf" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_company_feature-highlight_fy24-impact-report" > <div class="pointer-events-none"> Read the report<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </article> </div> </div><div class="rows-[auto_min-content_min_content] absolute start-0 end-0 overflow-y-auto bg-white shadow-2xl border-t-2 border-gray-light hidden data-[active]:grid-menu" id="resources" style="max-height:calc(100vh - 100px - 1rem)"> <div class="col-start-2 col-span-5 row-span-2 grid grid-cols-3 gap-6 p-4"><article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Resources</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/resources/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_resources_library"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Library </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/blog/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_resources_blog"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Blog </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/demo/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_resources_demo"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Demos </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/resources/?type=webinar" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_resources_webinars"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Webinars </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/events/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_resources_events"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Events </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/resources/?type=ebook" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_resources_ebooks"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Ebooks </div> </a></article><article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Learning</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/automation/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_automation_library_use_cases"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Automation Library Use Cases </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="https://university.pagerduty.com/" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_resources_learning_pd-university"> <div class="nav-animation-text pl-gut/2 py-[6px]"> PagerDuty University </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="https://community.pagerduty.com/" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_resources_learning_community"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Community </div> </a></article><article class="px-gut"> <h2 class="text-md border-b border-gray-xlight pb-gut/2 legacy-nav-col-heading mb-gut/2">Support</h2><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="https://support.pagerduty.com/" target="_blank" data-track-event="nav-clicked-v3" data-track-props="nav_resources_support_knowledge-base"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Knowledge Base </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/ops-guides/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_support_ops-guides"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Ops Guides </div> </a><a class="text-gray-xdark hover:text-green flex py-[2px] nav-hover-animation" href="/contact-us/#contact-support" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_support_contact-support"> <div class="nav-animation-text pl-gut/2 py-[6px]"> Contact support </div> </a></article></div> <div class="col-start-8 row-span-3 p-gut "> <article class="bg-green-xlight rounded shadow p-gut flex flex-col gap-y-gut"> <label class="font-bold legacy-featured-heading">Featured</label> <a href="/on-tour/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_feature-highlight_pagerduty-on-tour-image"> <img src="/cdn-cgi/image/f=auto,w=720/wp-content/uploads/2025/01/pdot-resource-thumbnail.png" alt="Get leading-edge insights from our leadership and customers at PagerDuty on Tour 2025. " loading="lazy" class="w-full rounded shadow" width="330" height="185" /> </a> <div> <h3 class="font-bold legacy-featured-heading">PagerDuty on Tour</h3> <p class="text-pretty">Get leading-edge insights from our leadership and customers at PagerDuty on Tour 2025.</p> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/on-tour/" target="_self" data-track-event="nav-clicked-v3" data-track-props="nav_resources_feature-highlight_pagerduty-on-tour" > <div class="pointer-events-none"> Register now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </article> </div> <div class="col-start-2 col-span-5 p-gut border-t-2 border-gray-xlight flex items-center gap-gut legacy-bottom-bar"> <p>Have a question? We're here to help.</p> <a class="hover:no-underline font-normal cta justify-center items-center disabled:opacity-50 border-2 bg-green-xlight hover:bg-[#CDE9D6] text-black border-green-xlight hover:border-[#CDE9D6] inline-flex rounded text-base px-gmd-md py-gut/2 px-2gut" href="/contact-us/" data-track-event="nav-clicked-v3" data-track-props="nav_resources_bottom-bar_contact-us" target="_self" > Contact Us </a> </div> </div></div> </nav> <script> // Check if window.pd is undefined or null, then assign it an empty object if (typeof window.pd === 'undefined' || window.pd === null) { window.pd = {}; } // Check if window.pd.nav is undefined or null, then assign it the specified object if (typeof window.pd.nav === 'undefined' || window.pd.nav === null) { window.pd.nav = { breakpoint: "768px" }; } </script> <script async src="/wp-content/themes/citizens-band/js/build/navigation-v3.min.js?ver=957c33b46bd82f23061ef29992bef78dfb87bafd"></script> <main > <section class="py-glg-xl overflow-hidden" data-track-organism="hero"> <div class="grid-container relative px-glg-md"> <div class="absolute left-0 top-0 w-full h-full z-0 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" width="1440" height="1239" viewBox="0 0 1440 1239" fill="none" class="w-full"> <g opacity="0.15" clip-path="url(#clip0_1091_12473)"> <path d="M-548.609 920.677C-548.609 920.677 -30.0017 969.211 525.584 668.209C1179.26 314.055 1442.68 759.185 2079.56 84.3877" stroke="#048724" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-546.451 891.065C-546.451 891.065 -83.4547 969.368 477.631 663.206C1128.65 308.32 1426.02 773.262 2062.48 121.785" stroke="#05852A" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-544.28 861.454C-544.28 861.454 -136.906 969.528 429.691 658.203C1078.04 302.583 1409.35 787.338 2045.39 159.183" stroke="#068331" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-542.123 831.842C-542.123 831.842 -190.372 969.688 381.739 653.204C1027.42 296.855 1392.68 801.419 2028.31 196.585" stroke="#078237" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-539.953 802.226C-539.953 802.226 -243.824 969.844 333.798 648.197C976.823 291.112 1376.02 815.491 2011.22 233.978" stroke="#08803D" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-537.782 772.615C-537.782 772.615 -297.264 970.001 285.858 643.194C926.214 285.379 1359.36 829.564 1994.14 271.379" stroke="#097E44" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-535.624 743.003C-535.624 743.003 -350.729 970.16 237.906 638.194C875.592 279.647 1342.68 843.648 1977.05 308.777" stroke="#0A7C4A" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-533.453 713.391C-533.453 713.391 -404.181 970.32 189.966 633.191C824.995 273.911 1326.03 857.721 1959.97 346.178" stroke="#0C7A50" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-531.296 683.78C-531.296 683.78 -457.646 970.48 142.012 628.188C774.373 268.179 1309.35 871.801 1942.88 383.572" stroke="#0D7857" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-529.126 654.164C-529.126 654.164 -511.098 970.64 94.0724 623.185C723.763 262.443 1292.7 885.874 1925.8 420.973" stroke="#0E775D" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-526.967 624.556C-526.967 624.556 -564.551 970.796 46.1205 618.185C673.154 256.711 1276.02 899.958 1908.72 458.371" stroke="#0F7563" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-524.798 594.941C-524.798 594.941 -618.003 970.957 -1.82066 613.179C622.544 250.975 1259.36 914.031 1891.63 495.768" stroke="#10736A" stroke-width="2.11" stroke-miterlimit="10"/> <path d="M-522.639 565.333C-522.639 565.333 -671.456 971.113 -49.7605 608.176C571.934 245.239 1242.7 928.107 1874.55 533.17" stroke="#117170" stroke-width="2.11" stroke-miterlimit="10"/> </g> <defs> <clipPath id="clip0_1091_12473"> <rect width="2759" height="662" fill="white" transform="translate(-641.662 599.297) rotate(-15.9744)"/> </clipPath> </defs> </svg> </div> <div class="col-start-main-start col-end-main-end relative flex flex-col justify-center items-center"> <h1 class="fade-in-from-top uppercase bg-gradient-to-r pd-gradient-c text-transparent bg-clip-text text-glg-4xl w-full font-bold text-center"> <span translate='no'>Transform <br class="" >Your <br class="" >Operations</span> </h1> <p class="text-pretty fade-in-from-top md:text-md text-center mt-gut/2 md:mt-2gut text-balance" class="fade-in-from-top md:text-md text-center mt-gut/2 md:mt-2gut text-balance"> Reduce business risk and build operational resilience on the AI Operations Platform. </p> </div> </div><div class="grid-container px-glg-md"> <div class="col-start-main-start col-end-main-end relative mt-glg-lg"><div id="embargoed-form"> <form id="email-form" method="post" action="/sign-up/" novalidate><input type="hidden" id="Email"> </form> </div> <div class="max-w-[25rem] sm:max-w-[50rem] mx-auto grid items-start gap-gmd-md grid-cols-1 sm:grid-cols-[auto_max-content_max-content]"><div class="form-field flex-1 flex flex-col gap-gut/2"> <label class="form-element bg-white dark:bg-black border-2 border-gray-light stroke-gray-dark dark:border-gray-dark dark:stroke-gray-light flex items-center gap-gut/2 p-gut/2"> <input form="email-form" id="Email-hero" type="email" name="email" autocomplete="email" maxlength="100" minlength="6" required="" placeholder="Your Work Email" class="flex-1 bg-none outline-none" > </label> <div class="text-red text-sm flex gap-gut/2"> <div id="email-error-icon" class="hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon" style="stroke-width:2px"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg> </div> <ul id="email-errors" class=""> <li class="valueMissing hidden">Email is required</li> <li class="typeMismatch hidden">Not a valid email</li> <li class="tooLong tooShort hidden"> Email must be between 6 and 100 characters </li> <li class="blockedEmailTld hidden"> Trials work best with a business email address </li> </ul> </div> </div> <button class=" cta justify-center items-center text-center disabled:opacity-50 border-2 text-white disabled:text-white bg-green disabled:bg-green hover:bg-green-dark border-green border-solid hover:border-green-dark hover:disabled:border-green inline-flex rounded text-base px-gmd-md py-gut/2 " aria-label="Start for free" form="email-form" data-track-event="Button Clicked" data-track-props="{"text":"Start for free","variant":"fill","size":"small","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"form":"email-form"},"iconName":""}" > Start for free </button> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gut/2 " href="/demo/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Watch a demo","variant":"ghost","size":"small","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/demo\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Watch a demo<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div></section> <div class="grid-container mx-glg-md"> <div class="col-start-main-start col-end-main-end"> <div class="text-center sm:text-left"> <section class="cms grid justify-items-center text-center " > <div style='background:url(/wp-content/uploads/2025/02/large-pdot25-promo-lp.png) top center / cover no-repeat; width: 100%; height: 100%;' class='rounded-lg'><div class='flex flex-col md:flex-row p-glg-md'><div class='md:w-2/3'><h2 class='font-bold text-xl text-white'>PagerDuty is on tour - <br class='hidden md:block'>join us for a live event!</h2><p class='text-md text-electric-jade'>London · Sydney · Tokyo · <br class='block sm:hidden'>San Francisco</p></div><div class='flex flex-wrap md:w-1/3 md:pt-glg-md'><div class='w-full flex justify-center md:justify-start'><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 869.27 135.73' class='w-2/3 sm:w-1/2 md:w-2/3'><g id='uuid-32352a95-0336-413d-896d-09de1799acad'><g id='uuid-a2a0adcd-902b-48bb-a457-d73e24dee0b6'><path d='M777.1,26.13v24.3c0,.6-.1.7-.7.7h-18.8c-.5,0-.8-.2-1-.7-3.7-9.1-7.6-18-10.9-27.3-.8-2.3-1.7-4.7-2.5-7-.1-.3-.2-.7-.6-.6-.4.1-.2.5-.2.7.6,11.2.8,22.4.7,33.6q0,1.1-1.1,1.1h-12c-.7,0-.9-.2-.9-.9V1.92c0-.8.3-.9,1-.9h20.3c.6,0,.9.2,1.1.8,3,7.6,6.3,15.1,8.9,22.8.9,2.7,1.8,5.4,2.6,8.1.1.2.1.3.2.5.1.2.2.3.4.3.3,0,.3-.2.3-.4,0-.7-.1-1.3-.1-2-.4-8.1-.5-16.1-.4-24.2V1.73c0-.5.1-.6.6-.6h12.8c.6,0,.6.3.6.7-.3,8.2-.3,16.2-.3,24.3Z' fill='#adf07e' stroke-width='0'></path><path d='M822.8,83.83v-23.9q0-1.1,1.1-1.1h21.7c3.7,0,7.5.4,11,1.8,5.1,2,8.1,5.8,9.1,11.2.6,3.2.5,6.4-.3,9.5-1.1,3.9-3.5,6.9-7.1,8.7-.8.4-.7.7-.3,1.3,3.6,5.4,7.3,10.8,10.9,16.2.2.3.5.6.3,1s-.6.2-.9.2h-15.5c-.7,0-1-.2-1.3-.8-2.6-4.8-5.3-9.6-8-14.4-.4-.6-.8-.9-1.5-.9-1.1.1-2.2.1-3.3,0-.6,0-.8.2-.8.8v14.3c0,.8-.2,1.1-1.1,1.1h-12.8q-1.2,0-1.2-1.2c0-8,0-15.9,0-23.8ZM837.8,76.62v4.2c0,.4.1.6.5.6,2.8-.1,5.5.1,8.3-.1,3.4-.3,4.8-1.9,4.5-5.3v-.4c-.2-1.9-1.4-3.1-3.3-3.5-3.1-.6-6.3-.2-9.4-.3-.5,0-.5.2-.5.6-.1,1.4-.1,2.8-.1,4.2Z' fill='#adf07e' stroke-width='0'></path><path d='M742.8,110.02c-4.6.1-9.2-.6-13.5-2.6-5.1-2.5-8.7-6.5-10.8-11.7-1.8-4.5-2.3-9.1-2.1-13.9.2-3,.6-5.9,1.7-8.7,2.2-5.8,6-10.1,11.6-12.8,4-1.9,8.3-2.7,12.7-2.6,4.1,0,8,.7,11.8,2.4,5.5,2.5,9.3,6.5,11.6,12.1,1.3,3.1,1.9,6.4,2,9.7.2,3.8-.2,7.6-1.3,11.3-1.7,5.6-4.9,10-9.8,13.2-2.6,1.6-5.5,2.6-8.5,3.1-1.7.3-3.5.4-5.4.5ZM753,83.42c-.1-1.4-.1-3-.5-4.5-.6-2.1-1.4-4.1-3.1-5.6-2-1.9-4.5-2.4-7.2-2.5-5.8,0-9.1,2.9-10.4,8-.9,3.7-.8,7.5.3,11.2.9,3.1,2.8,5.3,6,6.3,1.9.6,3.9.6,5.8.4,3.5-.3,6-2.1,7.6-5.2,1.2-2.4,1.5-5.1,1.5-8.1Z' fill='#adf07e' stroke-width='0'></path><path d='M725.4,25.13c0,4.7-.5,8.3-1.8,11.8-1.4,3.9-3.7,7.3-6.9,10-2.3,1.9-4.9,3.3-7.8,4.2-5.8,1.6-11.6,1.8-17.4.3-8.5-2.2-13.9-7.7-16.4-16.1-1.3-4.5-1.5-9-1-13.6.6-5.4,2.6-10.3,6.4-14.3,1.8-1.9,3.8-3.4,6.1-4.5,2.9-1.5,5.9-2.4,9.1-2.7,2.6-.3,5.3-.3,7.9,0,2.7.3,5.3,1,7.7,2,5.6,2.4,9.5,6.5,11.9,12.1,1.6,3.7,2.2,7.7,2.2,10.8ZM700,39.22c.4,0,.9,0,1.5-.1,3.5-.3,6.1-2,7.5-5.2,2-4.6,2-9.3.6-14.1-.7-2.4-2.2-4.4-4.5-5.6s-4.9-1.3-7.4-1c-3.4.4-6,2.2-7.5,5.4-1.4,3.3-1.6,6.7-1.2,10.2.3,2.5.9,5,2.6,7,2,2.7,5,3.5,8.4,3.4Z' fill='#adf07e' stroke-width='0'></path><path d='M817.6,75.52c0,5.1.1,10.1,0,15.2-.2,5.8-2.3,10.9-6.9,14.6-2.8,2.3-6.1,3.5-9.7,4.1-3.6.6-7.3.7-11,.3-4.4-.5-8.5-1.9-12-4.8-3.2-2.7-5-6.2-5.9-10.2-.5-2.3-.6-4.7-.6-7.1v-27.4q0-1.2,1.2-1.2h12.9c.8,0,1,.2,1,1v26.4c0,1.5.1,3,.4,4.5.8,3.2,2.8,5,6.1,5.3,1.5.1,3,.1,4.5-.3,2.4-.6,3.9-2.1,4.5-4.5.5-1.6.6-3.3.6-5v-26.7c0-.7.2-.9.9-.9h13.3c.7,0,.8.2.8.8,0,5.4,0,10.6-.1,15.9q.1,0,0,0Z' fill='#adf07e' stroke-width='0'></path><path d='M695.4,58.92h19.7c.7,0,.9.2.9.9v12.1c0,.7-.1.9-.9.9h-11.2q-1.1,0-1.1,1.1v33.9c0,.8-.2,1-1,1h-13.1c-.7,0-.9-.2-.9-.9v-33.9q0-1.2-1.2-1.2h-11.1c-.7,0-.8-.2-.8-.8v-12.3c0-.7.2-.8.8-.8,6.6,0,13.3,0,19.9,0Z' fill='#adf07e' stroke-width='0'></path></g><path d='M635,30.02l-14.7,41.7c-2.6,7.6-4.1,11.7-6.5,19.1h-.2c-2.1-6.2-3.8-11.2-6.2-18.5l-14.4-42.3h-17l29.6,77.2c-.6,1.8-1.5,3.5-2.1,5.3-2.3,6.2-8.2,10-15,10h-7.3v13.2h7.6c12.3,0,23.2-7.3,27.9-18.8,9.4-23.5,25.5-63.7,34.6-86.9h-16.3Z' fill='#fff' stroke-width='0'></path><path d='M224.8,92.33c0,27.9-12.9,43.1-38.7,43.1-19.4,0-30.8-10.3-34.9-25.5h15.6c2.6,7,8.2,13.5,19.7,13.5,17.6,0,24.1-11.2,24.1-32-.3,0-.3-.3-.3-.3-3.8,6.7-12.3,12.6-25.8,12.6-21.7,0-35.5-15.8-35.5-37.9s15-38.4,35.8-38.4c13.5,0,21.4,5.9,25.8,12-.3-1.8-.3-3.2-.3-5v-5h14.7v62.9h-.2ZM164.6,65.83c0,15,8.5,25.8,22.9,25.8,12.9,0,22.9-9.1,22.9-26.1,0-15.3-8.8-25.2-22.9-25.2-14.4-.3-22.9,10-22.9,25.5Z' fill='#fff' stroke-width='0'></path><path d='M249.1,72.62c.6,13.5,9.4,24.4,24.4,24.4,10.6,0,15.8-5,19.7-11.7h15c-4.4,14.1-16.7,24.1-35.2,24.1-23.8,0-38.7-16.1-38.7-40.2s15.6-41.4,38.7-41.4c25.2,0,36.7,19.1,36.7,39.9v5h-60.6v-.1ZM294,60.92c-1.5-12.3-9.1-20.8-21.7-20.8s-21.4,7.9-22.9,20.8h44.6Z' fill='#fff' stroke-width='0'></path><path d='M333.3,30.02v10c2.6-7.3,10-11.7,18.8-11.7,2.1,0,2.9.3,3.8.3v13.5c-1.5-.3-3.5-.6-5.3-.6-14.1,0-16.7,10.3-16.7,25.8v40.2h-14.7v-63.4c0-5,0-9.1-.3-13.8h14.4v-.3h0Z' fill='#fff' stroke-width='0'></path><path d='M508.8,96.42c-4.1,6.7-11.4,12.9-24.6,12.9-17.9,0-26.7-11.2-26.7-31.1V30.02h15v42.6c0,15.3,5,24.4,17,24.4,15.8,0,18.8-14.4,18.8-31.4V30.02h15v65.7c0,4.1,0,7.9.3,11.7h-14.4v-11h-.4Z' fill='#fff' stroke-width='0'></path><path d='M556.4,30.02h14.4v11.4h-14.4v46.4c0,7.3,3.8,9.7,9.4,9.7,1.2,0,2.9-.3,3.8-.3v11.2c-2.3.3-3.8.6-5.9.6-13.8,0-22.3-4.7-22.3-20v-47.2h-11.7v-11.5h11.7V9.53h15v20.5Z' fill='#fff' stroke-width='0'></path><rect y='79.33' width='15.6' height='28.2' fill='#fff' stroke-width='0'></rect><path d='M58.1,7.22C49.9,2.82,44,1.92,30.5,1.92H0v64h30.5c12,0,21.1-.9,29.1-6.2,8.8-5.9,13.2-15.3,13.2-26.4,0-11.8-5.6-21.5-14.7-26.1ZM34,52.33H15.5V15.72l17.3-.3c15.9-.3,23.8,5.5,23.8,18.2.3,13.8-9.7,18.7-22.6,18.7Z' fill='#fff' stroke-width='0'></path><path d='M365,1.92h25.8c38.4.3,57.2,19.1,57.2,52.8,0,28.8-14.7,51.9-54.9,52.5h-28.2V1.92h.1ZM380.6,94.02h9.1c27.9,0,42.6-10.6,42.6-39.3,0-25.2-14.7-39.6-41.1-39.6-5.3,0-10.6.3-10.6.3v78.6Z' fill='#fff' stroke-width='0'></path><path d='M126.7,107.23c-.6-3.2-.6-5-.9-10.6-5.9,8.5-13.8,12-26.1,12-16.1,0-27.9-7.9-27.9-22.3,0-16.7,15.8-22,36.4-24.9,5.3-.9,10.9-1.5,15.8-1.8,0-15.3-8.5-20-17.3-20s-15.3,6.2-15.3,14.4h-14.2c0-15.8,12.3-26.1,30.2-26.1s31.4,7.3,31.4,35.5v15c0,12.6.6,21.7,2.1,28.8h-14.2ZM88,86.12c0,7.3,5.9,11.7,15.3,11.7,13.8,0,21.1-8.5,21.1-23.5,0-2.1,0-3.2.3-4.1-25.2,2.7-36.7,5.3-36.7,15.9Z' fill='#fff' stroke-width='0'></path></g></svg></div><div class='w-full flex justify-center md:justify-start'><a href='https://www.pagerduty.com/on-tour/' target='_self' data-track-event='Button Clicked' data-track-props='pd-on-tour'><button class='cta justify-center items-center text-center disabled:opacity-50 border-2 text-gray-xdark disabled:text-white bg-electric-jade disabled:bg-green hover:bg-electric-jade border-electric-jade border-solid hover:border-electric-jade hover:disabled:border-electric-jade inline-flex rounded text-base px-gmd-md py-gut/2 my-glg-md'>Register for free</button></a></div></div></div></div></section> </div> </div> </div> <section class=" py-glg-xl px-glg-md " > <div class="grid-container"> <div class="col-start-main-start col-end-main-end pb-glg-lg "> <section class="cms grid justify-items-center text-center " > <h2 class="font-bold text-cosmic-ocean"> What problem do you need to solve? </h2> <p class="text-pretty md:text-md" class="md:text-md"> Drive operational transformation with the PagerDuty Operations Cloud. </p></section> </div> </div> <section class="grid-container"> <div class="col-start-main-start col-end-main-end md:col-end-main-1/3 hidden md:block "> <div class="flex flex-wrap pr-glg-xl"> <ul id="slider-accordion-nav" class="w-full sm:block divide-y divide-solid "> <li id="slide-accordion-nav-0" class="slide-accordion-nav tab-is-selected " > <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " aria-label="Resolve incidents faster" data-track-event="Button Clicked" data-track-props="{"text":"Resolve incidents faster","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":[],"iconName":"arrow-right"}" > <div class="pointer-events-none"> Resolve incidents faster<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </li> <li id="slide-accordion-nav-1" class="slide-accordion-nav " > <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " aria-label="Build resilience and reduce risk" data-track-event="Button Clicked" data-track-props="{"text":"Build resilience and reduce risk","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":[],"iconName":"arrow-right"}" > <div class="pointer-events-none"> Build resilience and reduce risk<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </li> <li id="slide-accordion-nav-2" class="slide-accordion-nav " > <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " aria-label="Improve customer experiences" data-track-event="Button Clicked" data-track-props="{"text":"Improve customer experiences","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":[],"iconName":"arrow-right"}" > <div class="pointer-events-none"> Improve customer experiences<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </li> <li id="slide-accordion-nav-3" class="slide-accordion-nav " > <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " aria-label="Automate more work" data-track-event="Button Clicked" data-track-props="{"text":"Automate more work","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":[],"iconName":"arrow-right"}" > <div class="pointer-events-none"> Automate more work<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </li> <li id="slide-accordion-nav-4" class="slide-accordion-nav " > <button class=" text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " aria-label="Consolidate software to reduce spend" data-track-event="Button Clicked" data-track-props="{"text":"Consolidate software to reduce spend","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":[],"iconName":"arrow-right"}" > <div class="pointer-events-none"> Consolidate software to reduce spend<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </button> </li> </ul> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 hidden md:block "> <div id="slide-accordion-0" class="slide-accordion rounded-lg overflow-hidden relative grid"> <img alt="Benefits of Incident Management" class="object-cover w-full h-full col-start-1 row-start-1" width="480" height="247" alt="Benefits of Incident Management" src="/wp-content/uploads/2023/09/benefit-process-automation.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-process-automation.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-process-automation.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-process-automation.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-process-automation.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-process-automation.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-content col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col items-start"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 74% <br class="" >less downtime </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 27% more <br class="" >productive <br class="" >DevOps teams </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/incident-management/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Incident Management","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/incident-management\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Incident Management<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/incident-management/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Incident Management","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/incident-management\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Incident Management<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 hidden md:block "> <div id="slide-accordion-1" class="slide-accordion hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty AIOps" class="object-cover w-full h-full col-start-1 row-start-1" width="480" height="247" alt="Benefits of PagerDuty AIOps" src="/wp-content/uploads/2023/09/benefit-ir.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-ir.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-ir.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-ir.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-ir.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-ir.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-content col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col items-start"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 400%+ <br class="" >ROI </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 87% less <br class="" >event noise </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/aiops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about AIOps","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/aiops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about AIOps<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/aiops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about AIOps","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/aiops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about AIOps<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 hidden md:block "> <div id="slide-accordion-2" class="slide-accordion hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty Customer Service Ops" class="object-cover w-full h-full col-start-1 row-start-1" width="480" height="247" alt="Benefits of PagerDuty Customer Service Ops" src="/wp-content/uploads/2023/09/benefits-csops.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefits-csops.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefits-csops.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefits-csops.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefits-csops.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefits-csops.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-content col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col items-start"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 60<span style='font-size: 0px;'> </span>x SLA <br class="" >improvement </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 50% CSAT <br class="" >improvement </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/business-ops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Customer Service Ops","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/business-ops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Customer Service Ops<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/business-ops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Customer Service Ops","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/business-ops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Customer Service Ops<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 hidden md:block "> <div id="slide-accordion-3" class="slide-accordion hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty Automation" class="object-cover w-full h-full col-start-1 row-start-1" width="480" height="247" alt="Benefits of PagerDuty Automation" src="/wp-content/uploads/2023/09/benefit-aiops.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-aiops.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-aiops.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-aiops.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-aiops.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-aiops.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-content col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col items-start"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 99% faster task <br class="" >completion </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 50% lower <br class="" >support costs </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/automation/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Automation","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/automation\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Automation<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/automation/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Automation","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/automation\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Automation<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 hidden md:block "> <div id="slide-accordion-4" class="slide-accordion hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty Operations Cloud" class="object-cover w-full h-full col-start-1 row-start-1" width="480" height="247" alt="Benefits of PagerDuty Operations Cloud" src="/wp-content/uploads/2023/09/benefit-ops-cloud.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-content col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col items-start"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 249% <br class="" >ROI </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 12-month <br class="" >payback </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/operations-cloud/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about the Operations Cloud","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/operations-cloud\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about the Operations Cloud<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/operations-cloud/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about the Operations Cloud","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/operations-cloud\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about the Operations Cloud<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 md:hidden "> <h3 id="slide-accordion-nav-mbl-0" class="md:hidden cursor-pointer py-gmd-base text-base sm:text-md font-bold border-t flex flex-row justify-between slide-accordion-nav-mbl">Resolve incidents faster <span class="pointer-events-none icn-plus"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg> </span><span class="pointer-events-none icn-minus hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"/></svg> </span></h3> <div id="slide-accordion-mbl-0" class="slide-accordion-mbl hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of Incident Management" class="object-cover w-full h-full col-start-1 row-start-1" alt="Benefits of Incident Management" src="/wp-content/uploads/2023/09/benefit-process-automation.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-process-automation.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-process-automation.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-process-automation.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-process-automation.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-process-automation.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-pop col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 74% <br class="" >less downtime </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 27% more <br class="" >productive <br class="" >DevOps teams </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/incident-management/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Incident Management","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/incident-management\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Incident Management<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/incident-management/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Incident Management","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/incident-management\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Incident Management<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 md:hidden "> <h3 id="slide-accordion-nav-mbl-1" class="md:hidden cursor-pointer py-gmd-base text-base sm:text-md font-bold border-t flex flex-row justify-between slide-accordion-nav-mbl">Build resilience and reduce risk <span class="pointer-events-none icn-plus"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg> </span><span class="pointer-events-none icn-minus hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"/></svg> </span></h3> <div id="slide-accordion-mbl-1" class="slide-accordion-mbl hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty AIOps" class="object-cover w-full h-full col-start-1 row-start-1" alt="Benefits of PagerDuty AIOps" src="/wp-content/uploads/2023/09/benefit-ir.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-ir.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-ir.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-ir.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-ir.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-ir.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-pop col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 400%+ <br class="" >ROI </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 87% less <br class="" >event noise </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/aiops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about AIOps","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/aiops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about AIOps<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/aiops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about AIOps","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/aiops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about AIOps<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 md:hidden "> <h3 id="slide-accordion-nav-mbl-2" class="md:hidden cursor-pointer py-gmd-base text-base sm:text-md font-bold border-t flex flex-row justify-between slide-accordion-nav-mbl">Improve customer experiences <span class="pointer-events-none icn-plus"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg> </span><span class="pointer-events-none icn-minus hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"/></svg> </span></h3> <div id="slide-accordion-mbl-2" class="slide-accordion-mbl hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty Customer Service Ops" class="object-cover w-full h-full col-start-1 row-start-1" alt="Benefits of PagerDuty Customer Service Ops" src="/wp-content/uploads/2023/09/benefits-csops.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefits-csops.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefits-csops.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefits-csops.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefits-csops.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefits-csops.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-pop col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 60<span style='font-size: 0px;'> </span>x SLA <br class="" >improvement </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 50% CSAT <br class="" >improvement </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/business-ops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Customer Service Ops","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/business-ops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Customer Service Ops<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/business-ops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Customer Service Ops","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/business-ops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Customer Service Ops<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 md:hidden "> <h3 id="slide-accordion-nav-mbl-3" class="md:hidden cursor-pointer py-gmd-base text-base sm:text-md font-bold border-t flex flex-row justify-between slide-accordion-nav-mbl">Automate more work <span class="pointer-events-none icn-plus"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg> </span><span class="pointer-events-none icn-minus hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"/></svg> </span></h3> <div id="slide-accordion-mbl-3" class="slide-accordion-mbl hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty Automation" class="object-cover w-full h-full col-start-1 row-start-1" alt="Benefits of PagerDuty Automation" src="/wp-content/uploads/2023/09/benefit-aiops.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-aiops.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-aiops.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-aiops.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-aiops.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-aiops.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-pop col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 99% faster task <br class="" >completion </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 50% lower <br class="" >support costs </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/automation/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Automation","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/automation\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Automation<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/automation/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about Automation","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/automation\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about Automation<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="col-start-main-start md:col-start-main-1/3 col-end-main-end row-start-auto md:row-start-1 md:hidden "> <h3 id="slide-accordion-nav-mbl-4" class="md:hidden cursor-pointer py-gmd-base text-base sm:text-md font-bold border-t flex flex-row justify-between slide-accordion-nav-mbl">Consolidate software to reduce spend <span class="pointer-events-none icn-plus"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg> </span><span class="pointer-events-none icn-minus hidden"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"/></svg> </span></h3> <div id="slide-accordion-mbl-4" class="slide-accordion-mbl hidden rounded-lg overflow-hidden relative grid"> <img alt="Benefits of PagerDuty Operations Cloud" class="object-cover w-full h-full col-start-1 row-start-1" alt="Benefits of PagerDuty Operations Cloud" src="/wp-content/uploads/2023/09/benefit-ops-cloud.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/09/benefit-ops-cloud.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > <div class="w-2/3 sm:w-1/2 h-full p-gmd-base z-pop col-start-1 row-start-1"> <div class="bg-green-xlight w-full h-full rounded-lg bg-opacity-80 p-gmd-base flex flex-col"> <ul class="flex-grow flex flex-col justify-center gap-gmd-base"> <li class="text-base md:text-md font-bold "> 249% <br class="" >ROI </li> <li class="border-green border-b-4 w-1/2 bg-green"></li> <li class="text-base md:text-md font-bold "> 12-month <br class="" >payback </li> </ul> <div class="hidden md:block"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/operations-cloud/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about the Operations Cloud","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/operations-cloud\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about the Operations Cloud<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> <div class="my-gmd-base md:hidden"> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/operations-cloud/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Learn more about the Operations Cloud","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/operations-cloud\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Learn more about the Operations Cloud<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> </section> </section> <section class="grid-container relative py-glg-xl"> <div class="col-start-body-start col-end-body-end md:col-start-main-start md:col-end-main-end absolute left-0 top-0 w-full z-0 flex"> <svg xmlns="http://www.w3.org/2000/svg" width="1440" height="747" viewBox="0 0 1440 747" fill="none" class="w-full h-full"> <g filter="url(#filter0_d_1067_11076)"> <path d="M1289.53 405.065C1281.08 405.065 1273.05 405.065 1265.03 406.038C1218.98 255.257 1093.93 146.305 947.763 146.305C895.801 146.305 846.796 159.924 802.438 184.73C740.76 102.53 649.51 50 548.12 50C389.278 50 254.937 178.893 220.718 350.103C54.6936 373.449 -75 537.363 -75 734.351V736.783H1622C1598.34 550.009 1458.09 405.065 1289.53 405.065Z" fill="white"/> </g> <defs> <filter id="filter0_d_1067_11076" x="-105" y="0" width="1757" height="746.783" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> <feOffset dy="-20"/> <feGaussianBlur stdDeviation="15"/> <feComposite in2="hardAlpha" operator="out"/> <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1067_11076"/> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1067_11076" result="shape"/> </filter> </defs> </svg> <div class="absolute top-0 hidden md:block w-1/6 h-full z-1 from-transparent to-white left-0 bg-gradient-to-l"></div> <div class="absolute top-0 hidden md:block w-1/6 h-full z-1 from-transparent to-white right-0 bg-gradient-to-r"></div> </div> <div class="col-start-main-start col-end-main-end pb-glg-lg mt-2gut sm:mt-6gut md:mt-10gut relative flex flex-col justify-center items-center cms"> <img alt="Operations Cloud logo" class="w-1/2 sm:w-1/3" width="599" height="210" alt="Operations Cloud logo" src="/wp-content/themes/citizens-band/images/logos/opscloud.png" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/themes/citizens-band/images/logos/opscloud.png 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/themes/citizens-band/images/logos/opscloud.png 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/themes/citizens-band/images/logos/opscloud.png 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/themes/citizens-band/images/logos/opscloud.png 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/themes/citizens-band/images/logos/opscloud.png 2160w" loading="lazy" onerror="onImageError.call(this)" > <h2 class="text-3xl text-cosmic-ocean font-bold text-center"> The AI Operations Platform <br class="hidden sm:inline-block " >for critical work. </h2> <div class="btn-group "> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 border-2 text-white disabled:text-white bg-green disabled:bg-green hover:bg-green-dark border-green border-solid hover:border-green-dark hover:disabled:border-green inline-flex rounded text-base px-glg-lg py-gmd-base " href="/platform/operations-cloud/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Meet the Operations Cloud","variant":"fill","size":"default","bgColor":"default","primary":true,"iconDir":"none","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/operations-cloud\/","target":"_self"},"iconName":""}" > Meet the Operations Cloud </a> </div> </div> <div class="col-start-main-start col-end-main-end pt-glg-lg px-glg-md relative grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-2gut md:gap-6gut"> <div class="flex flex-col justify-end"> <h3 class="text-lg"> AIOps </h3> <p class="text-pretty mt-gut/2" class="mt-gut/2"> Separate signal <br class="hidden md:inline-block " >from noise. </p> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/try-pagerduty-aiops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try for free","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/try-pagerduty-aiops\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Try for free<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="flex flex-col justify-end"> <h3 class="text-lg"> Automation </h3> <p class="text-pretty mt-gut/2" class="mt-gut/2"> Operate at <br class="hidden md:inline-block " >machine speed. </p> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/contact-us/process-automation/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try for free","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/contact-us\/process-automation\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Try for free<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="flex flex-col justify-end"> <h3 class="text-lg"> Incident <br class="hidden md:inline-block " >Management </h3> <p class="text-pretty mt-gut/2" class="mt-gut/2"> Manage incidents <br class="hidden md:inline-block " >end-to-end. </p> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/sign-up/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try for free","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/sign-up\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Try for free<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="flex flex-col justify-end"> <h3 class="text-lg"> Customer <br class="hidden md:inline-block " >Service Ops </h3> <p class="text-pretty mt-gut/2" class="mt-gut/2"> Bridge support <br class="hidden md:inline-block " >and engineering. </p> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/contact-us/customer-service-operations/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try for free","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/contact-us\/customer-service-operations\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Try for free<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </div> </section> <section class="grid-container relative pb-glg-xl px-glg-md overflow-hidden"> <div class="absolute -left-[100vw] sm:left-0 -top-4gut sm:w-full h-full z-0 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1440 1239" class="w-[300vw] sm:w-full"> <g stroke-miterlimit="10" stroke-width="2.11" clip-path="url(#genai-lines-a)" opacity=".15"> <path stroke="#048724" d="M-633.67 862.37S-124.33 924.7 454.1 678.64c680.56-289.5 900.24 114.78 1593.92-459.5"/> <path stroke="#05852A" d="M-628.78 836.2s451.48 86.64 1035.84-163.78c677.99-290.25 929.46 132.86 1620.56-420.78"/> <path stroke="#068331" d="M-623.88 810.04S-230.28 921 360.02 666.2c675.42-291 958.68 150.93 1647.2-382.05"/> <path stroke="#078237" d="M-619 783.88s335.73 135.26 931.97-123.9c672.84-291.74 987.91 169 1673.85-343.32"/> <path stroke="#08803D" d="M-614.1 757.72s277.85 159.57 880.04-103.96c670.27-292.5 1017.12 187.08 1700.48-304.6"/> <path stroke="#097E44" d="M-609.2 731.56s219.99 183.88 828.1-84.02C886.6 354.3 1265.25 852.7 1946.02 381.67"/> <path stroke="#0A7C4A" d="M-604.3 705.4s162.1 208.19 776.15-64.07c665.12-294 1075.57 223.22 1753.77-227.16"/> <path stroke="#0C7A50" d="M-599.4 679.24s104.22 232.5 724.22-44.13C787.37 340.36 1229.6 876.4 1905.22 446.68"/> <path stroke="#0D7857" d="M-594.52 653.07s46.36 256.82 672.29-24.18c659.98-295.49 1134.01 259.37 1807.05-149.7"/> <path stroke="#0E775D" d="M-589.62 626.9s-11.52 281.14 620.35-4.23c657.4-296.24 1163.24 277.44 1833.69-110.98"/> <path stroke="#0F7563" d="M-584.73 600.75s-69.39 305.44 568.42 15.7c654.83-296.98 1192.45 295.52 1860.33-72.25"/> <path stroke="#10736A" d="M-579.84 574.59s-127.25 329.75 516.49 35.64C588.9 312.5 1158.33 923.82 1823.62 576.7"/> <path stroke="#117170" d="M-574.95 548.43S-760.07 902.49-110.39 604c649.69-298.48 1250.9 331.66 1913.62 5.2"/> </g> <g clip-path="url(#genai-lines-b)"> <g clip-path="url(#genai-lines-c)"> <path fill="#117170" d="M716.09 555.7c-3.13-6.32-3.19-6.38-9.36-9.35 6.17-2.97 6.23-3.03 9.36-9.35 3.05 6.09 3.11 6.15 9.36 9.35-6.26 3.2-6.32 3.26-9.36 9.35Z"/> <path fill="#ADF07E" d="M689.21 586.88c-6.85-13.82-6.98-13.95-20.48-20.44 13.5-6.49 13.63-6.62 20.48-20.44 6.66 13.32 6.79 13.45 20.48 20.44-13.69 6.99-13.82 7.12-20.48 20.44Z"/> <path fill="#117170" d="M718.35 630.56c-11.39-23-11.61-23.22-34.09-34.02 22.47-10.8 22.69-11.02 34.09-34.02 11.09 22.16 11.31 22.38 34.09 34.02-22.78 11.64-23 11.86-34.09 34.02Z"/> <path fill="#fff" d="M715.8 602.32h-3.64v6.6h3.64v-6.6Zm10.05-16.95c-1.94-1.04-3.3-1.21-6.49-1.21h-7.19v15.01h7.16c2.84 0 4.97-.17 6.84-1.42 2.04-1.35 3.1-3.6 3.1-6.19 0-2.8-1.3-5.05-3.41-6.19h-.01Zm-5.69 10.65h-4.35v-8.65l4.11-.03c3.74-.03 5.61 1.28 5.61 4.25 0 3.22-2.32 4.43-5.37 4.43Z"/> <path stroke="#fff" stroke-miterlimit="10" stroke-width=".25" d="M668 566.56h41.42m-2.74-20.16h19.06m-9.61-9.38v18.58m2.22 6.58v18.58m0 31.55v18.58m-29.06-84.91v41.04m44.77 9.5h18.58m-68.61 0h18.58"/> </g> </g> <defs> <clipPath id="genai-lines-a"> <path fill="#fff" d="M-696.03 574.1 2002.57 0l121.44 570.8-2698.61 574.1z"/> </clipPath> <clipPath id="genai-lines-b"> <path fill="#fff" d="M668 535h84.7v95.56H668z"/> </clipPath> <clipPath id="genai-lines-c"> <path fill="#fff" d="M668 537h84.64v93.89H668z"/> </clipPath> </defs> </svg> </div> <div class="col-start-main-start col-end-main-end md:col-start-main-1/3 md:col-end-main-2/3 sm:mx-10gut md:mx-0 mt-10gut relative flex flex-col items-center"> <h3 class="text-lg text-center"> PagerDuty Advance </h3> <p class="text-pretty text-center mt-gut/2 md:mt-gut" class="text-center mt-gut/2 md:mt-gut"> From writing status updates to scaling automation jobs, accelerate critical operations work with generative AI. </p> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/platform/generative-ai/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Explore now","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/platform\/generative-ai\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> Explore now<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> </section> <section id="ops-intervention" class="py-glg-xl"> <div class="grid-container"> <div class="col-start-body-start col-end-body-end row-start-1 bg-black"> </div> <div class="col-start-body-start col-end-body-end row-start-1 m-gmd-base bg-volt rounded-lg"> </div> <div class="col-start-main-start col-end-main-end row-start-1 px-gmd-lg my-gmd-base py-glg-xl flex flex-wrap"> <h2 class="text-xl md:text-4xl flex-grow w-full md:w-1/2 mb-gmd-base md:mb-0"> 5 signs you need <br class="hidden lg:inline-block " >an ops intervention. </h2> <div class="md:w-1/2 relative grid content-center md:pl-glg-3xl"> <div class="cms"> <p> Tech outages got your teams up all night? <br class="" >Worried about the risks of operational failure? <br class="" >Not adopting AI and automation fast enough? </p> <a class="hover:no-underline font-normal cta justify-center items-center disabled:opacity-50 border-2 bg-black hover:bg-gray-xdark text-white border-black hover:border-gray-xdark inline-flex rounded-full text-base px-gmd-lg pb-2 pt-1 " href="/intervention/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See how we can help","variant":"fill","size":"default","bgColor":"black","primary":true,"iconDir":"none","shape":"pill","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/intervention\/","target":"_self"},"iconName":""}" > See how we can help </a> </div> </div> </div> </div> </section> <section class="grid-container relative pt-glg-xl pb-glg-xl"> <div class="col-start-main-start col-end-main-end flex flex-col items-center"> <h2 class="text-3xl text-cosmic-ocean font-bold text-center"> Over 700 integrations. </h2> <p class="text-pretty md:text-md text-center mt-gut" class="md:text-md text-center mt-gut"> Automate away toil. Keep teams in flow. </p> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/integrations/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See our integrations","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/integrations\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See our integrations<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="col-start-body-start col-end-body-end flex flex-col mt-gut"> <div class="w-full inline-flex flex-nowrap overflow-hidden "> <ul class="flex items-center py-gut/2" style="animation: infinite-scroll-to-left 50s linear infinite;"> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.54 89.64" class="h-full" id="integrations-scroller/scroller-teams.svg"> <rect width="404.5" height="89.5" fill="#fff" rx="7.75" ry="7.75"/> <circle cx="92.34" cy="25.34" r="8.51" fill="#7b83eb"/> <path fill="#5043b7" d="M91.69 27.166h-7.661v.32a8.553 8.553 0 0 0 10.057 6.143v-3.998a2.45 2.45 0 0 0-2.396-2.465"/> <circle cx="111.48" cy="28.07" r="6.38" fill="#5059c9"/> <path fill="#5059c9" d="M116.943 36.276h-14.319a1.17 1.17 0 0 0-1.17 1.156v14.779a9.11 9.11 0 0 0 9.096 9.458 9.164 9.164 0 0 0 9.123-9.123V39.007a2.786 2.786 0 0 0-2.786-2.786z"/> <path fill="#7b83eb" d="M106.928 39.006V56.32c.002 8.047-6.52 14.571-14.566 14.573a14.57 14.57 0 0 1-12.623-7.288 11.138 11.138 0 0 1-.919-1.825 14.57 14.57 0 0 1-1.059-5.46V39.006a2.786 2.786 0 0 1 2.786-2.786h23.679a2.786 2.786 0 0 1 2.786 2.786z"/> <path fill="#5043b7" d="M94.169 36.276v23.08a2.408 2.408 0 0 1-1.894 2.312 1.385 1.385 0 0 1-.529 0H78.82a14.547 14.547 0 0 1-1.059-5.349V39.005a2.786 2.786 0 0 1 2.786-2.786l13.622.056Z"/> <path fill="#5059c9" d="M166.703 54.012h-2.319V40.681c0-1.057 0-2.351.189-3.865-.15.656-.35 1.299-.599 1.925l-6.815 15.271h-1.136l-6.752-15.224a10.924 10.924 0 0 1-.599-2.035c0 .789.11 2.082.11 3.897v13.299h-2.351V34.134h3.155l5.995 13.867c.361.771.667 1.567.915 2.382h.079c.394-1.089.71-1.909.962-2.445l6.216-13.804h2.919l.032 19.878Zm5.238-17.796a1.421 1.421 0 0 1-1.041-.426 1.373 1.373 0 0 1-.442-1.041 1.452 1.452 0 0 1 1.419-1.483h.064c.391.001.768.147 1.057.41a1.483 1.483 0 0 1-1.057 2.54m1.104 17.795h-2.272V39.813h2.272zm13.426-.646a7.322 7.322 0 0 1-3.881.978 6.422 6.422 0 0 1-4.922-1.972 7.213 7.213 0 0 1-1.862-5.127 7.888 7.888 0 0 1 2.019-5.632 7.02 7.02 0 0 1 5.364-2.13 7.516 7.516 0 0 1 3.297.694v2.335a5.754 5.754 0 0 0-3.376-1.104 4.573 4.573 0 0 0-3.581 1.578 5.93 5.93 0 0 0-1.388 4.102 5.665 5.665 0 0 0 1.309 3.944 4.514 4.514 0 0 0 3.518 1.436 5.69 5.69 0 0 0 3.486-1.231l.016 2.13Zm10.001-11.248a2.858 2.858 0 0 0-1.72-.458 2.916 2.916 0 0 0-2.445 1.373 6.393 6.393 0 0 0-.978 3.755v7.225h-2.272V39.814h2.272v2.934a4.908 4.908 0 0 1 1.483-2.335 3.314 3.314 0 0 1 2.224-.836c.465-.02.93.044 1.373.189zm7.163 12.226a6.566 6.566 0 0 1-5.017-1.988 7.301 7.301 0 0 1-1.877-5.269 7.655 7.655 0 0 1 1.956-5.585 7.018 7.018 0 0 1 5.285-2.019 6.423 6.423 0 0 1 4.954 1.956 7.784 7.784 0 0 1 1.862 5.427 7.668 7.668 0 0 1-1.925 5.443 6.752 6.752 0 0 1-5.238 2.035m.174-12.936a4.322 4.322 0 0 0-3.471 1.483 6.124 6.124 0 0 0-1.278 4.118 5.855 5.855 0 0 0 1.294 3.976 4.43 4.43 0 0 0 3.455 1.451 4.181 4.181 0 0 0 3.392-1.42 6.309 6.309 0 0 0 1.183-4.07 6.313 6.313 0 0 0-1.183-4.102 4.134 4.134 0 0 0-3.392-1.436m8.818 12.1v-2.445a6.757 6.757 0 0 0 4.102 1.373c1.988 0 2.997-.663 2.997-1.988a1.785 1.785 0 0 0-.268-.978 2.633 2.633 0 0 0-.694-.694 5.625 5.625 0 0 0-1.025-.552l-1.262-.505a14.017 14.017 0 0 1-1.578-.757 5.054 5.054 0 0 1-1.199-.852c-.31-.31-.551-.68-.71-1.089a3.634 3.634 0 0 1-.252-1.436 3.475 3.475 0 0 1 .457-1.767c.313-.51.733-.946 1.231-1.278a5.632 5.632 0 0 1 1.735-.789 7.775 7.775 0 0 1 2.019-.268 8.133 8.133 0 0 1 3.297.647v2.303a6.303 6.303 0 0 0-3.613-1.025 4.345 4.345 0 0 0-1.152.142 2.768 2.768 0 0 0-.868.41c-.24.158-.436.375-.568.631-.139.245-.21.523-.205.805-.014.323.056.644.205.931.141.263.34.49.584.663a4.4 4.4 0 0 0 .947.536l1.262.505c.575.217 1.139.465 1.688.741a5.17 5.17 0 0 1 1.278.868c.339.305.613.675.805 1.089a3.974 3.974 0 0 1-.174 3.329c-.314.514-.74.951-1.246 1.278a5.708 5.708 0 0 1-1.783.773 9.424 9.424 0 0 1-2.13.237 8.051 8.051 0 0 1-3.881-.836Zm18 .836a6.61 6.61 0 0 1-5.033-1.988 7.363 7.363 0 0 1-1.877-5.269 7.655 7.655 0 0 1 1.956-5.585 7.036 7.036 0 0 1 5.285-2.019 6.39 6.39 0 0 1 4.954 1.956 7.78 7.78 0 0 1 1.783 5.427 7.668 7.668 0 0 1-1.925 5.443 6.738 6.738 0 0 1-5.143 2.035m.158-12.936a4.309 4.309 0 0 0-3.455 1.483 6.124 6.124 0 0 0-1.278 4.118 5.773 5.773 0 0 0 1.294 3.976 4.368 4.368 0 0 0 3.439 1.451 4.149 4.149 0 0 0 3.392-1.42 6.309 6.309 0 0 0 1.183-4.07 6.313 6.313 0 0 0-1.183-4.102 4.117 4.117 0 0 0-3.392-1.436m16.202-6.421a3.159 3.159 0 0 0-1.578-.363c-1.578 0-2.382.994-2.382 2.997v2.193h3.329v1.94h-3.329v12.258h-2.256V41.753h-2.366v-1.94h2.366V37.51a4.734 4.734 0 0 1 1.294-3.518 4.369 4.369 0 0 1 3.155-1.294c.562-.02 1.123.06 1.656.237z"/> <path fill="#5059c9" d="M254.686 53.885a4.544 4.544 0 0 1-2.13.442c-2.477 0-3.723-1.388-3.723-4.165v-8.409h-2.445v-1.94h2.445v-3.455l2.272-.741v4.196h3.581v1.94h-3.581v8.077a3.261 3.261 0 0 0 .489 2.035c.408.428.988.648 1.578.599a2.418 2.418 0 0 0 1.483-.473l.032 1.893Zm21.581-17.637h-5.727v17.764h-2.335V36.248h-5.727v-2.114h13.788zm10.459 11.232h-10.033a5.366 5.366 0 0 0 1.278 3.66 4.402 4.402 0 0 0 3.36 1.294 6.94 6.94 0 0 0 4.401-1.578v2.13a8.143 8.143 0 0 1-4.938 1.357 5.976 5.976 0 0 1-4.733-1.925 7.887 7.887 0 0 1-1.72-5.443 7.78 7.78 0 0 1 1.877-5.395 5.977 5.977 0 0 1 4.733-2.098 5.333 5.333 0 0 1 4.307 1.798 7.511 7.511 0 0 1 1.578 5.017zm-2.335-1.925a4.734 4.734 0 0 0-.947-3.061 3.267 3.267 0 0 0-2.603-1.089 3.673 3.673 0 0 0-2.729 1.136 5.2 5.2 0 0 0-1.388 3.013zm15.082 8.457h-2.272v-2.209a4.733 4.733 0 0 1-4.37 2.54 4.641 4.641 0 0 1-3.313-1.12 3.851 3.851 0 0 1-1.199-2.982c0-2.65 1.578-4.196 4.733-4.622l4.259-.599c0-2.414-.978-3.613-2.934-3.613a6.94 6.94 0 0 0-4.622 1.735v-2.319a8.678 8.678 0 0 1 4.827-1.341c3.334 0 5.001 1.767 5.001 5.301zm-2.272-7.178-3.423.473a5.388 5.388 0 0 0-2.382.789 2.225 2.225 0 0 0-.805 1.988c-.027.647.247 1.27.741 1.688.55.462 1.255.699 1.972.663a3.673 3.673 0 0 0 2.792-1.183 4.288 4.288 0 0 0 1.104-2.997v-1.42Zm25.873 7.178h-2.288v-8.14a6.159 6.159 0 0 0-.726-3.423 2.775 2.775 0 0 0-2.445-1.041 3.047 3.047 0 0 0-2.477 1.325 5.094 5.094 0 0 0-1.01 3.155v8.093h-2.272v-8.393c0-2.792-1.089-4.181-3.234-4.181a2.984 2.984 0 0 0-2.477 1.246 5.186 5.186 0 0 0-.962 3.266v8.093h-2.272V39.814h2.272v2.256a4.842 4.842 0 0 1 4.417-2.587 4.118 4.118 0 0 1 4.023 2.95 5.032 5.032 0 0 1 4.733-2.95c3.155 0 4.733 1.93 4.733 5.79zm2.587-.505v-2.445a6.675 6.675 0 0 0 4.086 1.373c1.988 0 2.997-.663 2.997-1.988a1.785 1.785 0 0 0-.268-.978 2.633 2.633 0 0 0-.694-.694 5.674 5.674 0 0 0-1.089-.521l-1.262-.505a13.895 13.895 0 0 1-1.656-.757 5.406 5.406 0 0 1-1.199-.852 3.162 3.162 0 0 1-.615-1.041 3.634 3.634 0 0 1-.252-1.436 3.475 3.475 0 0 1 .457-1.767c.313-.51.733-.946 1.231-1.278a5.632 5.632 0 0 1 1.735-.789 7.775 7.775 0 0 1 2.019-.268 8.133 8.133 0 0 1 3.297.647v2.303a6.303 6.303 0 0 0-3.613-1.025 4.233 4.233 0 0 0-1.136.142 2.697 2.697 0 0 0-.883.41c-.24.158-.436.375-.568.631-.139.245-.21.523-.205.805-.014.323.056.644.205.931.141.263.34.49.584.663a4.4 4.4 0 0 0 .947.536l1.262.505c.575.217 1.139.465 1.688.741a5.17 5.17 0 0 1 1.278.868c.339.305.613.675.805 1.089a3.974 3.974 0 0 1-.174 3.329c-.314.514-.74.951-1.246 1.278a5.708 5.708 0 0 1-1.783.773 9.424 9.424 0 0 1-2.13.237 7.884 7.884 0 0 1-3.818-.915Z"/> <path fill="#4b53bc" d="M63.832 28.977h24.264a2.452 2.452 0 0 1 2.424 2.438v24.292a2.453 2.453 0 0 1-2.424 2.438H63.832a2.438 2.438 0 0 1-2.424-2.438V31.415a2.438 2.438 0 0 1 2.424-2.438"/> <path fill="#fff" d="M83.193 37.989h-5.432v14.625h-3.594V37.989h-5.474v-3.538h14.5z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-oracle.svg"> <rect width="269.5" height="89.5" x=".22" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#ec1c24" d="M121.427 50.718h10.98l-5.816-9.376-10.68 16.897h-4.863l12.986-20.306a3.109 3.109 0 0 1 5.064 0l13.036 20.356h-4.863l-2.256-3.76h-11.131zm50.39 3.811V36.88h-4.111v19.354a2.002 2.002 0 0 0 .602 1.454c.402.392.943.608 1.504.602h18.802l2.407-3.76h-19.203Zm-68.139-3.159a7.22 7.22 0 1 0 0-14.44h-18v21.409h4.111V40.69h13.638a3.46 3.46 0 1 1 0 6.92H91.845l12.284 10.73h5.967l-8.273-6.919 1.855-.05Zm-43.37 6.919c-5.926 0-10.73-4.804-10.73-10.73s4.804-10.73 10.73-10.73h12.434c5.926 0 10.73 4.804 10.73 10.73s-4.804 10.73-10.73 10.73zm12.184-3.76a6.92 6.92 0 0 0 0-13.838H60.609a6.92 6.92 0 0 0 0 13.838zm78.217 3.76c-5.926 0-10.73-4.804-10.73-10.73s4.804-10.73 10.73-10.73H165.5l-2.407 3.76H151.01a6.92 6.92 0 0 0 0 13.838h14.841l-2.407 3.76h-12.735v.1Zm50.39-3.76a6.964 6.964 0 0 1-6.668-5.014h17.599l2.407-3.76h-20.056a6.949 6.949 0 0 1 6.668-5.064h12.083l2.407-3.76h-14.791c-5.926 0-10.73 4.804-10.73 10.73s4.804 10.73 10.73 10.73h12.685l2.407-3.76h-14.741v-.1Zm16.695-15.393a1.905 1.905 0 1 1 1.905 1.905 1.905 1.905 0 0 1-1.905-1.905m1.905 2.457a2.377 2.377 0 0 0 2.407-2.346v-.061a2.407 2.407 0 1 0-2.407 2.407m-.251-3.861a2.67 2.67 0 0 1 .702.05.77.77 0 0 1 .501.752.383.383 0 0 1-.05.201.842.842 0 0 1-.351.451c-.05 0-.05.05-.1.05l.602 1.103h-.602l-.552-1.053h-.351v1.053h-.552v-2.708h.752zm.201 1.203a.502.502 0 0 0 .451-.15.38.38 0 0 0 .05-.251.5.5 0 0 0-.201-.351c-.162-.05-.333-.067-.501-.05h-.15v.752h.351z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 134.88 89.64" class="h-full" id="integrations-scroller/scroller-aws.svg"> <rect width="134.5" height="89.5" x=".21" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#272f3d" d="M50.816 40.645a7.194 7.194 0 0 0 .262 2.125c.212.591.467 1.165.764 1.719.106.164.163.354.166.549a.946.946 0 0 1-.452.715l-1.5 1c-.183.131-.4.205-.625.214a1.092 1.092 0 0 1-.716-.334 7.339 7.339 0 0 1-.859-1.125 19.29 19.29 0 0 1-.739-1.407 8.813 8.813 0 0 1-7.013 3.292 6.533 6.533 0 0 1-4.769-1.714A6.124 6.124 0 0 1 33.57 41.1a6.136 6.136 0 0 1 2.171-4.912 8.68 8.68 0 0 1 5.843-1.862c.846.007 1.691.07 2.528.19.882.125 1.79.31 2.75.525V33.3a5.288 5.288 0 0 0-1.125-3.817 5.502 5.502 0 0 0-3.888-1.096c-.868 0-1.733.104-2.576.31-.877.208-1.738.479-2.576.811a7.09 7.09 0 0 1-.835.31c-.123.04-.252.064-.381.071-.335 0-.5-.239-.5-.74V27.98a1.522 1.522 0 0 1 .166-.835c.181-.216.41-.388.669-.5a13.776 13.776 0 0 1 3-1.072 14.422 14.422 0 0 1 3.722-.454c2.838 0 4.913.644 6.249 1.932a7.897 7.897 0 0 1 1.98 5.874v7.728zm-9.684 3.625a7.75 7.75 0 0 0 2.456-.43 5.305 5.305 0 0 0 2.266-1.529c.385-.439.663-.962.811-1.527a8.577 8.577 0 0 0 .239-2.075v-1a19.413 19.413 0 0 0-4.437-.539 5.498 5.498 0 0 0-3.553.954 3.325 3.325 0 0 0-1.169 2.75 3.327 3.327 0 0 0 .882 2.528 3.31 3.31 0 0 0 2.505.87Zm19.15 2.577a1.329 1.329 0 0 1-.906-.239 1.95 1.95 0 0 1-.5-.93L53.273 27.24a4.168 4.168 0 0 1-.215-.955.524.524 0 0 1 .572-.597h2.337c.329-.04.661.045.93.239.241.26.406.582.477.93l4.007 15.79 3.722-15.79c.048-.35.207-.676.452-.93.286-.175.619-.259.954-.239h1.908c.336-.036.675.049.955.239.249.252.408.579.452.93l3.77 15.982 4.124-15.982c.076-.346.24-.667.477-.93.277-.176.602-.259.93-.239h2.218a.53.53 0 0 1 .596.596 3.326 3.326 0 0 1-.214.972l-5.749 18.438a1.818 1.818 0 0 1-.5.93 1.517 1.517 0 0 1-.906.239h-2.05a1.431 1.431 0 0 1-.955-.239 1.69 1.69 0 0 1-.452-.954l-3.697-15.385-3.673 15.368a1.866 1.866 0 0 1-.454.954c-.281.186-.618.27-.954.239H60.28Zm30.651.644a15.72 15.72 0 0 1-3.673-.429 10.824 10.824 0 0 1-2.75-.955 1.705 1.705 0 0 1-.731-.671 1.683 1.683 0 0 1-.144-.667v-1.207c0-.5.191-.739.549-.739.146 0 .291.025.43.071.142.047.357.142.596.239.843.37 1.723.65 2.625.835.934.189 1.885.285 2.838.286a6.43 6.43 0 0 0 3.48-.794 2.57 2.57 0 0 0 1.25-2.266 2.325 2.325 0 0 0-.644-1.67 5.99 5.99 0 0 0-2.41-1.24l-3.458-1.074a7.278 7.278 0 0 1-3.817-2.433 5.68 5.68 0 0 1-1.192-3.458 5.314 5.314 0 0 1 .644-2.647 6.15 6.15 0 0 1 1.717-1.956 7.591 7.591 0 0 1 2.481-1.241 10.385 10.385 0 0 1 3-.405 12 12 0 0 1 1.597.095c.549.071 1.05.167 1.551.262.477.125.93.239 1.36.375.347.108.682.252 1 .43.281.142.526.346.716.596.155.232.23.509.215.787v1.125c0 .5-.191.764-.549.764a2.499 2.499 0 0 1-.907-.286 10.887 10.887 0 0 0-4.579-.931 6.143 6.143 0 0 0-3.172.669 2.3 2.3 0 0 0-1.125 2.125 2.252 2.252 0 0 0 .716 1.694 7.107 7.107 0 0 0 2.625 1.312l3.387 1.074a7.246 7.246 0 0 1 3.697 2.29 5.388 5.388 0 0 1 1.097 3.338 6.125 6.125 0 0 1-.625 2.767 6.428 6.428 0 0 1-1.742 2.1 7.672 7.672 0 0 1-2.647 1.335 11.336 11.336 0 0 1-3.402.501h-.002Z"/> <path fill="#f09b38" fill-rule="evenodd" d="M95.444 59.083c-7.848 5.797-19.247 8.874-29.052 8.874a52.563 52.563 0 0 1-35.469-13.522c-.739-.669-.071-1.575.811-1.05a71.529 71.529 0 0 0 35.495 9.421 70.828 70.828 0 0 0 27.073-5.533c1.31-.599 2.431.856 1.142 1.81"/> <path fill="#f09b38" fill-rule="evenodd" d="M98.712 55.362c-1-1.287-6.632-.625-9.184-.31-.764.095-.882-.572-.191-1.074 4.484-3.148 11.855-2.242 12.713-1.192.859 1.074-.237 8.444-4.436 11.973-.645.549-1.265.262-.979-.452.955-2.362 3.077-7.68 2.076-8.945Z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-datadog.svg"> <defs> <mask id="scroller-datadog_svg-a" width="105.88" height="112.92" x="31.9" y="-1.61" maskUnits="userSpaceOnUse"> <path fill="#fff" stroke-width="0" d="M31.904 111.302h105.879V-1.613H31.904z"/> </mask> </defs> <rect width="269.5" height="89.5" x=".19" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#553389" d="M173.569 53.592h-4.07V41.09h4.07c3.78 0 5.815 1.89 5.815 5.815-.145 4.506-2.035 6.687-5.815 6.687m.436-15.409h-7.995v18.462h7.995c5.815 0 8.722-3.198 8.722-9.74 0-5.815-2.907-8.722-8.722-8.722m-16.282 13.373 2.326 5.088h3.634l-7.995-18.462h-3.78l-7.85 18.462h3.489l6.251-14.973 2.907 6.978h-3.78l-1.163 2.907h5.96Zm-30.092 0 2.326 5.088h3.78l-8.141-18.462h-3.634l-7.85 18.462h3.489l6.106-14.973 3.053 6.978h-3.925l-1.163 2.907zm4.07-10.467h5.379v15.555h3.489V41.089h5.233v-2.907h-14.101zm62.63-2.985c-6.106 0-9.304 3.053-9.304 9.304.291 6.251 3.489 9.304 9.304 9.304 6.105 0 9.158-3.053 9.158-9.304.145-6.251-2.907-9.304-9.158-9.304m0 15.7c-3.78 0-5.815-2.181-5.815-6.396s1.89-6.396 5.815-6.396c3.78 0 5.669 2.181 5.669 6.396s-1.89 6.396-5.669 6.396m-89.086-15.6H97.25v18.462h7.995c5.815 0 8.722-3.198 8.722-9.74 0-5.815-2.907-8.722-8.722-8.722m-.436 15.409h-4.07V41.111h4.07c3.925 0 5.815 1.89 5.815 5.815 0 4.506-2.035 6.687-5.815 6.687m111.019-7.514-1.163 3.053h3.344v4.361c-.727.145-1.454.291-2.181.291-4.216 0-6.396-2.181-6.396-6.687 0-4.07 2.326-6.106 6.687-6.106 1.89 0 3.634.291 5.233 1.018v-3.053c-1.599-.581-3.344-.872-5.379-.872-6.687 0-10.031 3.053-10.031 9.158 0 6.396 3.344 9.594 9.885 9.594 2.326 0 4.07-.291 5.669-1.018v-9.74h-5.669ZM49.677 70.324c-.413-.661-1.156-1.404-2.313-2.313-1.652-1.322-1.074-3.635-.083-5.039 1.239-2.396 7.765-5.535 7.434-9.417-.165-1.404-.33-3.222-1.652-4.543a3.428 3.428 0 0 0 0 .991s-.578-.661-.826-1.652c-.248-.33-.496-.496-.743-.991-.165.578-.165 1.156-.165 1.156s-.413-1.074-.496-1.9c-.248.413-.33 1.156-.33 1.156s-.578-1.652-.413-2.561c-.248-.743-1.074-2.313-.826-5.782 1.404.991 4.543.743 5.782-1.074.413-.578.661-2.23-.165-5.452-.578-2.065-1.983-5.122-2.561-6.278l-.083.083c.33.909.909 2.891 1.156 3.882.661 2.891.909 3.882.578 5.204-.248 1.156-.909 1.9-2.643 2.726-1.652.826-3.965-1.239-4.048-1.322-1.652-1.322-2.891-3.469-3.056-4.461-.165-1.156.661-1.817 1.074-2.726-.578.165-1.239.496-1.239.496s.743-.826 1.735-1.487a8.437 8.437 0 0 0 1.074-.743h-1.074s.991-.578 2.065-.909h-1.487l3.965-1.735c1.239-.496 2.396-.33 3.056.578.909 1.239 1.817 1.9 3.717 2.396 1.156-.496 1.57-.826 3.056-1.239 1.322-1.487 2.396-1.652 2.396-1.652s-.743.661-.826 1.404a18.095 18.095 0 0 1 1.57-1.074s-.33.413-.578.991l.083.083c.909-.496 1.9-.909 1.9-.909s-.33.33-.661.826c.661 0 1.983 0 2.478.083 3.056.083 3.717-3.222 4.874-3.717 1.487-.496 2.148-.826 4.626 1.652 2.148 2.148 3.8 5.865 2.974 6.691-.661.661-2.065-.248-3.635-2.148-.826-.991-1.404-2.23-1.735-3.717-.165-1.239-1.074-1.983-1.074-1.983s.578 1.239.578 2.313c0 .578.083 2.726.991 3.965-.083.165-.165.909-.248.991-1.074-1.322-3.469-2.23-3.8-2.561 1.322 1.074 4.295 3.469 5.452 5.782 1.074 2.23.413 4.213.991 4.709.165.165 2.313 2.809 2.726 4.213.743 2.396.083 4.874-.909 6.361l-2.643.413a3.51 3.51 0 0 1-.991-.33c.165-.33.578-1.156.578-1.322l-.165-.248c-.826 1.156-2.23 2.313-3.387 2.974-1.487.826-3.222.743-4.378.33-3.222-.991-6.278-3.139-6.939-3.717 0 0 0 .413.083.578.826.909 2.643 2.561 4.461 3.717l-3.8.413 1.817 14.043c-.826.083-.909.165-1.817.33-.743-2.726-2.23-4.461-3.882-5.535-1.404-.909-3.387-1.156-5.287-.743l-.083.165c1.322-.165 2.891.083 4.461 1.074 1.57.991 2.809 3.552 3.304 5.039.578 1.983.991 4.048-.578 6.278-1.156 1.57-4.461 2.478-7.104.578.743 1.156 1.652 2.065 2.974 2.23 1.9.248 3.717-.083 5.039-1.322 1.074-1.074 1.652-3.387 1.487-5.865l1.735-.248.578 4.378 28.168-3.387-2.478-22.469-1.404.248-2.809-28.334-46.92 5.452 5.782 46.755 5.535-.826Z"/> <path fill="#553389" d="M71.984 45.749c1.239.908 2.312 1.473 3.387 1.404.661-.082 1.322-1.157 1.735-2.147.331-.661.331-1.404-.164-1.636-.245-.082-1.239-.082-1.964 0-1.404.164-2.808.661-3.139.908-.496.331-.245 1.157.164 1.473m.328-9.682v.082l.082.164c.331.661.661 1.322 1.322 1.636.164 0 .331-.082.496-.082.392-.012.784.044 1.157.165v-.496c-.082-.826.164-2.312-1.473-3.139-.661-.331-1.473-.164-1.8.164h.164c.412.164.164.331.082.496-.082.331-.164.412 0 .992m-7.466.198c.412-.331-1.898-.826-3.718.331-1.322.908-1.322 2.808-.082 3.882.164.082.245.164.331.245.331-.164.826-.331 1.239-.496.826-.245 1.473-.412 2.065-.496.245-.331.578-.826.496-1.735-.082-1.239-1.074-.992-.331-1.735"/> <g mask="url(#scroller-datadog_svg-a)"> <path fill="#fff" d="m88.088 49.012 1.404 17.925-24.864 4.461-2.148-17.925 3.552-.496c.578.248.991.33 1.652.496 1.074.248 2.313.578 4.13-.413.413-.248 1.322-.991 1.652-1.487l14.621-2.561Z"/> </g> <path fill="#553389" d="m83.069 59.463-4.708-3.139-3.965 6.608-4.626-1.404-4.047 6.195.164 1.964 22.138-4.047-1.323-13.795z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-servicenow.svg"> <rect width="269.5" height="89.5" x=".27" fill="#fff" rx="7.75" ry="7.75"/> <path fill-rule="evenodd" d="M86.86 37.806c-2.027 0-3.764.724-5.212 1.882v-1.592h-4.922v18.675h5.067V44.9c.724-1.013 2.461-2.316 4.633-2.316.724 0 1.448.145 2.027.29v-4.777c-.579-.145-1.158-.29-1.592-.29m-43.575 13.17c1.303 1.158 3.33 1.882 5.067 1.882 1.303 0 2.461-.724 2.461-1.592 0-2.895-9.12-1.882-9.12-7.817 0-3.619 3.474-5.791 7.094-5.791 2.461 0 5.067.869 6.37 1.882l-2.316 3.619c-1.013-.579-2.171-1.303-3.619-1.303s-2.461.579-2.461 1.592c0 2.461 9.12 1.448 9.12 7.962 0 3.619-3.474 5.791-7.383 5.791-2.606 0-5.356-.869-7.528-2.461zm31.269-3.764c0-5.212-3.619-9.555-8.831-9.555-5.501 0-9.12 4.633-9.12 9.699 0 5.935 4.198 9.699 9.699 9.699 2.895 0 5.791-1.158 7.673-3.33l-2.895-2.895c-.869 1.013-2.606 2.171-4.633 2.171-2.606 0-4.777-1.882-5.067-4.488h12.884c.29-.29.29-.724.29-1.303Zm-12.739-2.171c.29-1.737 2.027-3.33 4.053-3.33s3.474 1.592 3.764 3.33zm48.641-6.947-8.541 18.675h-3.474L89.9 38.095h5.067l5.212 11.437 5.067-11.437zm4.198-8.83c1.882 0 3.33 1.448 3.33 3.185 0 1.882-1.448 3.185-3.33 3.185s-3.185-1.448-3.185-3.185c0-1.882 1.303-3.185 3.185-3.185"/> <path d="M112.194 38.095h5.067V56.77h-5.067z"/> <path fill-rule="evenodd" d="M137.818 52.859c-2.171 2.895-4.922 4.198-8.396 4.198-5.791 0-9.989-4.343-9.989-9.699 0-5.501 4.343-9.699 9.989-9.699 3.33 0 6.08 1.592 7.817 3.764l-3.33 3.04c-1.013-1.303-2.461-2.171-4.198-2.171-2.895 0-5.067 2.316-5.067 5.067 0 2.895 2.027 5.067 5.067 5.067 2.027 0 3.619-1.158 4.488-2.461l3.619 2.895Zm18.096.868c-1.882 2.171-4.777 3.33-7.673 3.33-5.501 0-9.699-3.764-9.699-9.699 0-5.212 3.474-9.699 9.12-9.699 5.067 0 8.831 4.343 8.831 9.555 0 .579 0 1.013-.145 1.448h-13.029c.29 2.606 2.461 4.488 5.067 4.488 2.027 0 3.764-1.158 4.633-2.171l2.895 2.751Zm-4.633-8.686c-.145-1.592-1.592-3.33-3.764-3.33-2.027 0-3.764 1.592-4.053 3.33zm7.094 11.726V38.092h4.777v1.592c1.448-1.158 3.185-1.882 5.212-1.882 2.606 0 4.922 1.158 6.514 3.04 1.158 1.448 2.027 3.33 2.027 6.514v9.555h-5.067v-9.989c0-1.882-.434-2.895-1.158-3.474-.724-.724-1.592-1.158-2.895-1.158-2.027 0-3.764 1.303-4.633 2.316v12.16h-4.777Z"/> <path fill="#82d562" fill-rule="evenodd" d="M189.789 37.661c-6.08 0-10.857 4.777-10.857 10.857 0 3.185 1.303 6.08 3.33 8.107.724.724 2.027.724 2.895.145 1.158-1.013 2.895-1.592 4.633-1.592 1.882 0 3.33.579 4.633 1.592.869.724 2.027.579 2.895-.29 2.027-2.027 3.33-4.777 3.33-7.962-.145-5.935-4.922-10.857-10.857-10.857m-.145 16.503c-3.33 0-5.501-2.461-5.501-5.501s2.171-5.501 5.501-5.501 5.501 2.461 5.501 5.501-2.171 5.501-5.501 5.501"/> <path fill-rule="evenodd" d="M199.344 38.095h4.922l4.053 10.713 4.054-10.713h4.198l3.909 10.713 4.053-10.713h5.067l-7.383 18.675h-3.764l-4.054-10.568-3.908 10.568h-3.764z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.54 89.64" class="h-full" id="integrations-scroller/scroller-kubernetes.svg"> <rect width="404.5" height="89.5" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#326de5" d="M117.09 34.505c-.232-.743-.789-1.347-1.486-1.718l-14.162-6.779c-.371-.186-.789-.232-1.161-.232s-.789 0-1.161.093l-14.162 6.826a2.495 2.495 0 0 0-1.393 1.718L80.082 49.69a2.929 2.929 0 0 0 .511 2.229l9.797 12.119a3.38 3.38 0 0 0 2.136.975h15.602c.836.093 1.625-.279 2.136-.975l9.797-12.119c.464-.65.65-1.439.557-2.229l-3.529-15.184Z"/> <path fill="#fff" d="M114.907 49.085c-.046 0-.093 0-.093-.046s-.093-.046-.186-.046c-.186-.046-.371-.046-.557-.046-.093 0-.186 0-.279-.046h-.046a9.275 9.275 0 0 1-1.579-.279.56.56 0 0 1-.325-.325c.046 0 0 0 0 0l-.371-.093c.186-1.347.093-2.74-.186-4.086a12.576 12.576 0 0 0-1.625-3.808l.279-.279v-.046c0-.139.046-.325.139-.418.418-.371.836-.65 1.3-.929l.279-.139c.186-.093.325-.186.511-.279.046-.046.093-.046.139-.093.046-.046 0-.046 0-.093.418-.325.511-.882.186-1.3-.139-.186-.418-.325-.65-.325s-.464.093-.65.232l-.046.046c-.046.046-.093.093-.139.093a2.964 2.964 0 0 0-.371.418c-.046.093-.139.139-.186.186a6.135 6.135 0 0 1-1.161 1.022c-.093.046-.186.093-.279.093-.046 0-.139 0-.186-.046h-.046l-.371.232c-.371-.371-.789-.743-1.161-1.114-1.718-1.347-3.854-2.182-6.036-2.415l-.046-.371v.046c-.139-.093-.186-.232-.232-.371 0-.511 0-1.022.093-1.579v-.046c0-.093.046-.186.046-.279.046-.186.046-.371.093-.557v-.279c.046-.464-.325-.929-.789-.975-.279-.046-.557.093-.789.325a.917.917 0 0 0-.279.65v.232c0 .186.046.371.093.557a.596.596 0 0 1 .046.279v.046c.093.511.093 1.022.093 1.579-.046.139-.093.279-.232.371v.093l-.046.371c-.511.046-1.022.139-1.579.232-2.182.464-4.179 1.625-5.711 3.25l-.279-.186h-.046c-.046 0-.093.046-.186.046s-.186-.046-.279-.093a8.583 8.583 0 0 1-1.161-1.068c-.046-.093-.139-.139-.186-.186-.139-.139-.232-.279-.371-.418-.046-.046-.093-.046-.139-.093l-.046-.046a1.112 1.112 0 0 0-.65-.232c-.279 0-.511.093-.65.325a.997.997 0 0 0 .186 1.3c.046 0 .046.046.046.046s.093.093.139.093c.139.093.325.186.511.279l.279.139c.464.279.929.557 1.3.929.093.093.186.279.139.418v-.046l.279.279c-.046.093-.093.139-.139.232-1.439 2.275-2.043 4.968-1.625 7.615l-.371.093c0 .046-.046.046-.046.046-.046.139-.186.232-.325.325a8.709 8.709 0 0 1-1.579.279c-.093 0-.186 0-.279.046-.186 0-.371.046-.557.046-.046 0-.093.046-.186.046q-.046 0-.093.046a.906.906 0 0 0-.743 1.068.862.862 0 0 0 .929.65c.093 0 .139 0 .232-.046q.046 0 .046-.046c0-.046.139 0 .186 0 .186-.046.371-.139.511-.186.093-.046.186-.093.279-.093h.046a8.273 8.273 0 0 1 1.532-.418h.046c.139 0 .279.046.371.139.046 0 .046.046.046.046l.418-.046c.697 2.136 1.997 4.04 3.808 5.433.418.325.789.604 1.254.836l-.232.325c0 .046.046.046.046.046a.546.546 0 0 1 .046.464c-.186.464-.464.929-.743 1.347v.046c-.046.093-.093.139-.186.232s-.186.279-.325.464c-.046.046-.046.093-.093.139 0 0 0 .046-.046.046a.957.957 0 0 0 .371 1.254.869.869 0 0 0 .325.093c.371 0 .697-.232.882-.557s0-.046.046-.046c0-.046.046-.093.093-.139.046-.186.139-.325.186-.511l.093-.279c.139-.511.371-.975.604-1.439a.728.728 0 0 1 .371-.279q.046 0 .046-.046l.186-.371c1.3.511 2.647.743 4.04.743.836 0 1.672-.093 2.507-.325.511-.093 1.022-.279 1.486-.418l.186.325q.046 0 .046.046a.714.714 0 0 1 .371.279c.232.464.464.929.604 1.439v.046l.093.279c.046.186.093.371.186.511.046.046.046.093.093.139 0 0 0 .046.046.046.186.325.511.557.882.557.139 0 .232-.046.371-.093.186-.093.371-.279.418-.511a1.207 1.207 0 0 0-.046-.697c0-.046-.046-.046-.046-.046 0-.046-.046-.093-.093-.139a1.667 1.667 0 0 0-.325-.464c-.046-.093-.093-.139-.186-.232v-.093a5.488 5.488 0 0 1-.743-1.347.553.553 0 0 1 .046-.464c0-.046.046-.046.046-.046l-.139-.371c2.368-1.439 4.179-3.668 5.015-6.315l.371.046c.046 0 .046-.046.046-.046a.526.526 0 0 1 .371-.139h.046a7.787 7.787 0 0 1 1.486.418h.046c.093.046.186.093.279.093.186.093.325.186.511.232.046 0 .093.046.186.046q.046 0 .093.046c.093.046.139.046.232.046.418 0 .789-.279.929-.65a1.094 1.094 0 0 0-.836-.975Zm-13.419-1.439-1.254.604-1.254-.604-.325-1.347.882-1.114h1.393l.882 1.114-.325 1.347Zm7.569-3.018c.232.975.279 1.95.186 2.925l-4.411-1.254c-.418-.093-.65-.511-.557-.929a.746.746 0 0 1 .186-.325l3.483-3.157a9.43 9.43 0 0 1 1.114 2.74Zm-2.507-4.458-3.808 2.693c-.325.186-.789.139-1.022-.186a.421.421 0 0 1-.139-.325l-.279-4.69c2.043.232 3.854 1.114 5.247 2.507Zm-8.404-2.368.929-.186-.232 4.643c0 .418-.371.743-.789.743-.139 0-.232-.046-.371-.093l-3.854-2.74c1.207-1.161 2.693-1.997 4.318-2.368Zm-5.665 4.086 3.436 3.065a.747.747 0 0 1 .093 1.068c-.093.139-.186.186-.371.232l-4.504 1.3a9.774 9.774 0 0 1 1.347-5.665Zm-.789 7.847 4.597-.789c.371 0 .743.232.789.604a.553.553 0 0 1-.046.464l-1.764 4.272c-1.625-1.068-2.925-2.693-3.575-4.55Zm10.54 5.758c-.65.139-1.3.232-1.997.232-.975 0-1.997-.186-2.925-.464l2.275-4.133c.232-.279.604-.371.929-.186.139.093.232.186.371.325l2.229 4.04a7.412 7.412 0 0 0-.882.186m5.665-4.04a8.875 8.875 0 0 1-2.786 2.786l-1.811-4.365a.755.755 0 0 1 .418-.882c.139-.046.279-.093.418-.093l4.643.789c-.232.65-.511 1.254-.882 1.764Z"/> <path d="M305.007 54.797a4.626 4.626 0 0 0 1.95-.279c.371-.186.604-.604.557-1.022-.046-.464-.325-.882-.743-1.022a10.081 10.081 0 0 0-2.275-1.022 18.521 18.521 0 0 1-2.136-.929c-.604-.279-1.114-.65-1.625-1.114a4.418 4.418 0 0 1-1.022-1.579c-.279-.697-.371-1.439-.371-2.182a4.822 4.822 0 0 1 1.857-3.947c1.254-.975 2.925-1.439 5.061-1.439 1.022 0 2.09.093 3.111.325.789.139 1.579.325 2.368.604l-.882 3.947c-.65-.232-1.254-.371-1.904-.557-.743-.186-1.532-.232-2.275-.232-1.579 0-2.368.418-2.368 1.3 0 .186.046.371.093.557.093.186.232.325.418.464s.464.279.789.464c.325.186.789.371 1.347.557.929.325 1.857.743 2.693 1.207.65.325 1.207.743 1.672 1.3.418.418.697.929.882 1.532.186.65.279 1.3.279 1.95a4.453 4.453 0 0 1-1.997 3.993c-1.3.882-3.157 1.347-5.572 1.347a14.115 14.115 0 0 1-3.947-.418c-.743-.186-1.439-.418-2.136-.65l.836-4.086c.836.325 1.718.604 2.6.789.929.046 1.811.139 2.74.139m-25.585-5.108c-.046-1.393.232-2.786.697-4.086.418-1.114 1.068-2.09 1.904-2.972.789-.789 1.672-1.393 2.693-1.764a8.297 8.297 0 0 1 3.157-.604c2.507 0 4.504.789 5.943 2.322 1.439 1.532 2.182 3.808 2.182 6.779 0 .279 0 .604-.046.975 0 .371-.046.65-.046.929h-11.33c.093.975.604 1.904 1.439 2.461a6 6 0 0 0 3.436.929c.882 0 1.811-.093 2.693-.232a9.125 9.125 0 0 0 2.182-.697l.697 4.086c-.325.186-.697.279-1.068.418-.511.139-1.022.279-1.532.325-.557.093-1.114.186-1.764.279-.604.046-1.254.093-1.904.093a10.704 10.704 0 0 1-4.179-.697 8.174 8.174 0 0 1-2.925-1.904c-.789-.836-1.347-1.857-1.718-2.925-.325-1.254-.511-2.507-.511-3.715m11.748-1.904c0-.418-.093-.836-.232-1.254-.093-.418-.325-.743-.557-1.068a3.177 3.177 0 0 0-.975-.789c-.464-.232-.929-.325-1.439-.325s-.975.093-1.439.325c-.371.186-.743.418-1.022.743a3.346 3.346 0 0 0-.65 1.114 6.142 6.142 0 0 0-.279 1.254zm-25.353-11.516 5.015-.789v5.201h6.036v4.179h-6.036v6.222c-.046.882.139 1.764.557 2.507.371.604 1.114.929 2.275.929.557 0 1.114-.046 1.625-.139a8.765 8.765 0 0 0 1.579-.418l.697 3.9c-.65.279-1.347.464-2.043.65-.882.186-1.811.279-2.74.279a8.407 8.407 0 0 1-3.39-.557 5.477 5.477 0 0 1-2.136-1.532c-.557-.697-.929-1.532-1.161-2.415a11.8 11.8 0 0 1-.279-3.111V36.267m-20.291 13.419c-.046-1.393.232-2.786.697-4.086.418-1.114 1.068-2.09 1.904-2.972.789-.789 1.672-1.393 2.693-1.764a8.297 8.297 0 0 1 3.157-.604c2.507 0 4.504.789 5.943 2.322 1.439 1.532 2.182 3.808 2.182 6.779 0 .279 0 .604-.046.975s-.046.65-.046.929h-11.376c.093.975.604 1.904 1.439 2.461a6 6 0 0 0 3.436.929c.882 0 1.811-.093 2.693-.232a10.217 10.217 0 0 0 2.229-.697l.697 4.086c-.325.186-.697.279-1.068.418-.511.139-1.022.279-1.532.325-.557.093-1.114.186-1.764.279-.604.046-1.254.093-1.904.093a10.704 10.704 0 0 1-4.179-.697 8.174 8.174 0 0 1-2.925-1.904c-.789-.836-1.347-1.857-1.718-2.925-.371-1.254-.557-2.507-.511-3.715m11.748-1.904c0-.418-.093-.836-.232-1.254-.093-.418-.325-.743-.557-1.068a3.177 3.177 0 0 0-.975-.789c-.464-.232-.929-.325-1.439-.325s-.975.093-1.439.325a3.032 3.032 0 0 0-.975.743c-.279.325-.511.697-.65 1.114s-.232.836-.279 1.254h6.547m-30.785-6.501a37.604 37.604 0 0 1 3.297-.697 25.919 25.919 0 0 1 4.225-.325c1.254-.046 2.507.186 3.715.604.929.325 1.764.882 2.368 1.625a6.566 6.566 0 0 1 1.254 2.554c.279 1.068.371 2.182.371 3.297v9.983h-4.968v-9.333c0-1.625-.232-2.74-.65-3.436-.418-.65-1.207-1.022-2.368-1.022-.371 0-.743 0-1.161.046-.418 0-.743.046-1.068.093v13.651h-5.015zm-3.529 3.854c-.464-.093-.975-.232-1.579-.325a9.27 9.27 0 0 0-1.95-.186c-.371 0-.743.046-1.161.093-.325.046-.65.093-.975.186v13.512h-5.015v-16.81c1.022-.371 2.09-.65 3.157-.882a15.31 15.31 0 0 1 4.086-.418c.325 0 .65.046.975.046.371 0 .743.046 1.161.139.371.046.743.093 1.161.186.325.046.65.139.975.279zm-31.157 4.55c-.046-1.393.232-2.786.697-4.086.418-1.114 1.068-2.09 1.904-2.972.789-.789 1.672-1.393 2.693-1.764a8.297 8.297 0 0 1 3.157-.604c2.507 0 4.504.789 5.943 2.322 1.439 1.532 2.182 3.808 2.182 6.733 0 .279 0 .604-.046.975s-.046.65-.046.929h-11.376c.093.975.604 1.904 1.439 2.461a6 6 0 0 0 3.436.929c.882 0 1.811-.093 2.693-.232a11.735 11.735 0 0 0 2.182-.65l.697 4.086c-.325.186-.697.279-1.068.418-.511.139-1.022.279-1.532.325-.557.093-1.114.186-1.764.279-.604.046-1.254.093-1.904.093a10.704 10.704 0 0 1-4.179-.697 8.174 8.174 0 0 1-2.925-1.904c-.789-.836-1.347-1.857-1.718-2.925-.279-1.254-.464-2.461-.464-3.715m11.794-1.904c0-.418-.093-.836-.232-1.254-.093-.418-.325-.743-.557-1.068a3.177 3.177 0 0 0-.975-.789c-.464-.232-.929-.325-1.439-.325s-.975.093-1.439.325c-.371.186-.743.418-1.022.743a3.346 3.346 0 0 0-.65 1.114 6.142 6.142 0 0 0-.279 1.254h6.594m-19.92 1.625c0-3.25-1.207-4.829-3.575-4.829-.511 0-1.022.046-1.532.186a3.94 3.94 0 0 0-1.207.511v9.101c.232.046.557.093.929.139s.789.046 1.254.046a3.544 3.544 0 0 0 3.111-1.393 6.655 6.655 0 0 0 1.022-3.761m5.108.186c0 1.3-.186 2.6-.65 3.854a7.84 7.84 0 0 1-1.764 2.925 8.42 8.42 0 0 1-2.879 1.904c-1.254.464-2.554.65-3.9.65-.604 0-1.254-.046-1.904-.093-.65-.046-1.3-.139-1.95-.186a24.932 24.932 0 0 1-1.811-.325c-.604-.093-1.114-.232-1.532-.418V33.061l5.015-.789v8.822a11.143 11.143 0 0 1 1.764-.557 9.27 9.27 0 0 1 1.95-.186c1.161 0 2.275.186 3.343.697a6.76 6.76 0 0 1 2.415 1.857c.697.882 1.207 1.857 1.486 2.925.279 1.161.418 2.461.418 3.761m-21.174 8.172a25.73 25.73 0 0 1-3.297.65 25.919 25.919 0 0 1-4.225.325c-1.3.046-2.554-.186-3.761-.604a6.113 6.113 0 0 1-2.368-1.672 6.955 6.955 0 0 1-1.254-2.647c-.279-1.068-.371-2.229-.371-3.343v-9.797h5.015v9.24c0 1.625.232 2.786.65 3.483s1.207 1.068 2.368 1.068c.371 0 .743 0 1.161-.046s.743-.046 1.068-.139V40.676h5.015v17.088m-29.253-10.68c.511-.557.975-1.114 1.532-1.672.511-.604 1.022-1.161 1.532-1.718.511-.604.975-1.114 1.393-1.625.418-.511.836-.975 1.161-1.347h5.944c-1.207 1.347-2.368 2.693-3.483 3.947-1.161 1.254-2.368 2.554-3.715 3.854.743.697 1.439 1.393 2.09 2.182a64.348 64.348 0 0 1 2.09 2.6c.65.882 1.3 1.811 1.857 2.693a28.468 28.468 0 0 1 1.393 2.461h-5.758c-.371-.604-.789-1.207-1.254-1.904s-.975-1.393-1.439-2.136a22.853 22.853 0 0 0-1.672-2.043 10.998 10.998 0 0 0-1.672-1.625v7.754h-5.015V33.059l5.015-.789v14.812"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-github.svg"> <rect width="269.5" height="89.5" x=".18" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#0f0d0e" d="M127.976 43.848h-8.622a.404.404 0 0 0-.403.403v4.215c0 .222.18.403.403.403h3.363v5.237s-.755.257-2.843.257c-2.463 0-5.904-.9-5.904-8.467s3.583-8.564 6.947-8.564c2.912 0 4.166.513 4.965.76.251.077.483-.173.483-.395l.962-4.073a.375.375 0 0 0-.154-.315c-.324-.231-2.302-1.338-7.298-1.338-5.756 0-11.66 2.449-11.66 14.22s6.76 13.526 12.456 13.526c4.716 0 7.578-2.015 7.578-2.015.118-.065.131-.23.131-.305V44.25a.402.402 0 0 0-.403-.403Zm44.432-10.465a.402.402 0 0 0-.4-.405h-4.855a.403.403 0 0 0-.402.405l.001 9.382h-7.567v-9.382a.402.402 0 0 0-.401-.405h-4.854a.403.403 0 0 0-.401.405v25.403c0 .224.18.406.401.406h4.854a.403.403 0 0 0 .401-.406V47.92h7.567l-.013 10.866c0 .224.18.406.402.406h4.866c.222 0 .4-.182.401-.406zm-35.272 3.333c0-1.748-1.401-3.161-3.131-3.161s-3.13 1.413-3.13 3.161 1.402 3.163 3.13 3.163 3.131-1.416 3.131-3.163m-.347 16.711V41.701a.404.404 0 0 0-.402-.405h-4.839c-.222 0-.421.229-.421.452v16.8c0 .494.308.64.706.64h4.36c.478 0 .596-.235.596-.648zm54.069-12.092h-4.817a.404.404 0 0 0-.401.406v12.456s-1.224.895-2.961.895-2.198-.788-2.198-2.489V41.741a.403.403 0 0 0-.401-.406h-4.889a.404.404 0 0 0-.401.406v11.685c0 5.052 2.816 6.288 6.689 6.288 3.178 0 5.74-1.755 5.74-1.755s.122.925.177 1.035c.055.109.199.22.354.22l3.11-.014a.404.404 0 0 0 .401-.406V41.742a.406.406 0 0 0-.403-.406Zm13.166-.571c-2.736 0-4.597 1.221-4.597 1.221v-8.602a.402.402 0 0 0-.401-.405h-4.868a.403.403 0 0 0-.401.405v25.403c0 .224.18.406.402.406h3.378c.152 0 .267-.078.352-.216.084-.136.205-1.171.205-1.171s1.991 1.886 5.759 1.886c4.424 0 6.961-2.244 6.961-10.074s-4.052-8.853-6.79-8.853m-1.9 14.313c-1.671-.051-2.804-.809-2.804-.809v-8.045s1.118-.685 2.49-.808c1.735-.155 3.406.369 3.406 4.507 0 4.364-.754 5.225-3.092 5.155m-51.383-13.783h-3.642l-.005-4.811c0-.182-.094-.273-.304-.273h-4.962c-.193 0-.296.085-.296.27v4.971s-2.487.6-2.655.649a.404.404 0 0 0-.291.387v3.124c0 .225.179.406.401.406h2.544v7.516c0 5.582 3.916 6.131 6.558 6.131 1.207 0 2.652-.388 2.89-.476.144-.053.228-.202.228-.364l.004-3.437c0-.224-.189-.406-.402-.406s-.755.086-1.314.086c-1.789 0-2.395-.832-2.395-1.908v-7.142h3.642a.404.404 0 0 0 .402-.406v-3.913a.403.403 0 0 0-.402-.405Z"/> <path fill="#0e0c0d" fill-rule="evenodd" d="M74.496 23.319c-12.488 0-22.581 10.093-22.581 22.581 0 10.007 6.5 18.475 15.481 21.469 1.112.171 1.54-.513 1.54-1.112v-3.849c-6.329 1.369-7.612-2.994-7.612-2.994-1.026-2.651-2.48-3.336-2.48-3.336-2.053-1.369.171-1.369.171-1.369 2.309.171 3.421 2.309 3.421 2.309 2.053 3.421 5.303 2.48 6.586 1.882.171-1.454.77-2.48 1.454-2.994-5.046-.599-10.264-2.48-10.264-11.205 0-2.48.855-4.448 2.309-6.073-.257-.599-1.026-2.908.257-5.987 0 0 1.882-.599 6.244 2.309 1.796-.513 3.763-.77 5.645-.77s3.849.257 5.645.77c4.277-2.908 6.244-2.309 6.244-2.309 1.197 3.079.428 5.389.257 5.987 1.454 1.54 2.309 3.592 2.309 6.073 0 8.724-5.303 10.606-10.349 11.119.77.684 1.54 2.053 1.54 4.191v6.158c0 .599.428 1.283 1.54 1.112 8.981-2.994 15.481-11.461 15.481-21.469-.257-12.402-10.349-22.495-22.837-22.495Z"/> </svg> </li> </ul> <ul class="flex items-center py-gut/2" style="animation: infinite-scroll-to-left 50s linear infinite;" aria-hidden="true"> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.54 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-teams.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-oracle.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 134.88 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-aws.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-datadog.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-servicenow.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.54 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-kubernetes.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-github.svg"></use> </svg> </li> </ul> </div> <div class="w-full inline-flex flex-nowrap overflow-hidden justify-end"> <ul class="flex items-center py-gut/2" style="animation: infinite-scroll-to-right 50s linear infinite;"> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.54 89.64" class="h-full" id="integrations-scroller/scroller-crowdstrike.svg"> <rect width="404.5" height="89.5" x="-.01" fill="#fff" rx="7.75" ry="7.75"/> <g fill="#fc0000"> <path d="M117.938 52.625v-.39l-3.55-3.043h-.429c-.975 1.092-2.458 1.872-4.135 1.872-2.614 0-4.681-1.989-4.681-4.759 0-2.731 2.068-4.759 4.681-4.759 1.677 0 3.199.819 4.135 1.872h.429l3.55-3.043v-.429c-1.872-2.263-4.759-3.745-8.075-3.745-6.047 0-10.65 4.291-10.65 10.065 0 .234.039.429.078.663 2.497 1.677 4.681 3.043 6.554 4.291a70.317 70.317 0 0 1 6.71 4.759 9.9 9.9 0 0 0 5.383-3.355m-16.54-.117c1.404 1.755 3.433 3.004 5.773 3.511a82.407 82.407 0 0 1-4.564-2.731c-.429-.234-.78-.507-1.209-.78m36.981 2.576-.897-3.823-.312-.195c-.195.078-.312.195-.78.195-.663 0-1.092-.702-1.443-1.287-.585-.897-1.053-1.365-1.482-1.599 2.146-.936 3.589-2.731 3.589-5.305 0-3.979-2.692-6.476-7.763-6.476h-8.777v19.388h5.812v-6.788h.546c1.287 0 2.965 2.809 3.706 4.057 1.599 2.536 2.848 3.082 5.11 3.082 1.053 0 1.95-.39 2.458-.858l.234-.39Zm-7.217-11.664c0 1.287-.936 1.911-2.029 1.911h-2.692v-3.94h2.692c1.092 0 2.029.702 2.029 2.029m29.764 2.887c0-5.773-4.603-10.065-10.689-10.065s-10.689 4.291-10.689 10.065 4.603 10.064 10.689 10.064 10.689-4.33 10.689-10.064m-5.968 0c0 2.77-2.107 4.759-4.759 4.759-2.614 0-4.759-1.95-4.759-4.759 0-2.77 2.107-4.759 4.759-4.759 2.653.039 4.759 1.989 4.759 4.759m35.148-9.685h-5.579l-3.433 10.728-3.667-10.728h-3.51l-3.628 10.689-3.433-10.689h-5.579l-.273.429 7.139 18.959h3.511l4.018-10.572 4.057 10.572h3.511l7.139-18.959zm21.611 9.674c0-5.773-3.862-9.674-10.143-9.674h-8.933v19.388h8.933c6.281 0 10.143-3.862 10.143-9.713m-5.929 0c0 3.16-1.872 4.915-4.408 4.915h-2.848v-9.83h2.848c2.536 0 4.408 1.755 4.408 4.915m36.825-4.916h5.812v-4.759h-17.476v4.759h5.812v14.629h5.852zm24.459 1.716c0-3.979-2.692-6.476-7.763-6.476h-8.738v19.388h5.851V49.22h1.365l3.628 6.788h5.812l.273-.429-3.901-7.178c2.068-1.014 3.472-2.77 3.472-5.305m-5.929.312c0 1.287-.936 1.911-2.029 1.911h-2.692v-3.94h2.692c1.092 0 2.029.741 2.029 2.029m9.48 12.601h5.812V36.621h-5.812zm20.597-10.728 6.592-8.231-.234-.429h-6.241l-5.384 6.905v-6.905h-5.812v19.388h5.812V50.04l1.054-1.248 4.954 7.217h6.085l.274-.468zm8.699-8.66v19.388h14.668V51.25h-8.856v-2.692h6.671v-4.486h-6.671V41.38h8.778v-4.759zm-78.332 19.632c4.252 0 7.997-2.068 7.997-6.125 0-4.369-3.745-5.5-7.022-6.476-1.287-.39-2.614-.819-2.614-1.794 0-.702.741-1.092 1.872-1.092 1.911 0 3.55 1.209 4.369 1.95h.429l2.731-3.277v-.429c-1.443-1.638-4.369-2.887-7.646-2.887-4.525 0-7.685 2.458-7.685 6.007 0 3.823 3.472 5.5 6.398 6.32 1.911.546 3.199.624 3.199 1.677 0 .741-.897 1.209-2.341 1.209-1.794 0-3.979-1.17-5.032-2.224h-.429l-2.692 3.394v.429c1.716 1.911 4.837 3.316 8.465 3.316M121.058 74.042c-1.404-3.238-4.252-7.373-15.37-13.302-5.11-2.848-13.887-7.217-21.767-15.565.702 3.004 4.369 9.635 20.09 17.866 4.369 2.419 11.742 4.642 17.047 11.001"/> <path d="M120.356 68.502c-1.326-3.823-3.745-8.699-15.253-15.994-5.578-3.667-13.809-8.27-24.576-19.973.78 3.16 4.174 11.391 21.377 22.04 5.656 3.862 12.951 6.203 18.452 13.926"/> </g> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-zendesk.svg"> <rect width="269.5" height="89.5" x=".14" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#14353c" d="M61.912 39.796v22.733H43.085zm0-8.165a9.413 9.413 0 0 1-18.826 0zm3.106 30.898c0-5.199 4.213-9.414 9.412-9.415 5.199 0 9.414 4.213 9.415 9.412v.002zm0-8.165V31.631h18.826zm121.097-2.187a6.076 6.076 0 0 0 4.375-1.701l2.188 2.377a8.62 8.62 0 0 1-6.536 2.566 8.318 8.318 0 1 1-.783-16.609h.297c5.402 0 8.291 4.024 8.102 9.588h-12.559a4.51 4.51 0 0 0 4.915 3.808m3.808-6.455a3.998 3.998 0 0 0-4.202-3.782h-.012a4.294 4.294 0 0 0-4.51 3.781zm-85.856 6.264 9.615-9.777h-9.399v-3.051h13.855v3.105l-9.615 9.777h9.75v3.079h-14.206zm25.009.162a6.106 6.106 0 0 0 4.402-1.701l2.188 2.377a8.726 8.726 0 0 1-6.563 2.566 8.318 8.318 0 0 1-8.958-7.625 8.318 8.318 0 0 1 8.23-8.985h.27c5.402 0 8.291 4.024 8.102 9.588H124.16a4.483 4.483 0 0 0 4.915 3.808m3.808-6.455a3.998 3.998 0 0 0-4.202-3.782h-.012a4.294 4.294 0 0 0-4.51 3.781h8.723Zm24.523 1.35a8.102 8.102 0 0 1 7.911-8.289l.191-.002a6.807 6.807 0 0 1 5.402 2.404v-9.426h3.376v23.308h-3.538V52.88a6.836 6.836 0 0 1-5.402 2.539 8.102 8.102 0 0 1-8.105-8.099c0-.073 0-.146.003-.219m13.504 0a5.079 5.079 0 0 0-10.152.27 5.077 5.077 0 0 0 5.101 4.942 5.05 5.05 0 0 0 5.053-5.048c0-.055 0-.11-.003-.165m25.145 4.618 3.079-1.62a4.618 4.618 0 0 0 4.105 2.35c1.918 0 2.917-.999 2.917-2.107s-1.864-1.566-3.889-1.999c-2.701-.567-5.537-1.458-5.537-4.753a5.401 5.401 0 0 1 6.184-4.807 7.346 7.346 0 0 1 6.455 3.079l-2.863 1.566a4.107 4.107 0 0 0-3.592-1.81c-1.809 0-2.701.891-2.701 1.918s1.485 1.458 3.781 1.972c2.296.513 5.564 1.431 5.564 4.753a5.698 5.698 0 0 1-6.482 5.159 7.536 7.536 0 0 1-7.022-3.7m22.768-3.728-2.701 2.944v4.159h-3.403V31.787h3.403v15.259l7.211-7.913h4.132l-6.265 6.832 6.428 9.129h-3.836zm-71.381-9.182a6.941 6.941 0 0 0-7.427 6.941v9.345h3.457v-8.912a3.781 3.781 0 0 1 3.97-4.186c2.701 0 3.862 1.566 3.862 4.186v8.912h3.43V45.75a6.942 6.942 0 0 0-7.292-6.941"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.54 89.64" class="h-full" id="integrations-scroller/scroller-azure.svg"> <rect width="404.5" height="89.5" x="-.01" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#0089d6" d="M288.45 56.021c-2.749-.176-4.347-1.74-4.77-4.665-.113-.778-.113-.799-.125-5.851l-.011-4.89h2.433l.009 4.73c.009 4.263.014 4.763.055 5.062.165 1.217.494 2.036 1.056 2.623.449.47.975.745 1.703.891.342.069 1.32.069 1.633 0a3.61 3.61 0 0 0 1.851-1.003c.595-.594 1.035-1.437 1.249-2.39l.07-.321.008-4.769.008-4.771h2.484v14.998h-2.458v-1.19c0-.808-.009-1.186-.028-1.18a.974.974 0 0 0-.14.214 4.993 4.993 0 0 1-1.902 1.902c-.926.509-1.856.69-3.126.609Zm27.894-.012a6.457 6.457 0 0 1-2.827-.922c-1.76-1.088-2.802-2.88-3.106-5.345-.106-.854-.119-2-.03-2.725.196-1.621.834-3.212 1.742-4.347.232-.292.76-.819 1.051-1.051a6.55 6.55 0 0 1 2.685-1.28c.57-.124 1.573-.182 2.178-.127 1.521.141 2.912.856 3.859 1.981.963 1.143 1.49 2.74 1.559 4.707l.006 1.201-.013.64-5.323.006-5.323.007v.238c0 .722.175 1.545.479 2.246.262.603.714 1.262 1.083 1.581a4.766 4.766 0 0 0 2.699 1.14c.377.035 1.335-.002 1.763-.067 1.224-.188 2.387-.668 3.324-1.37.111-.084.217-.161.236-.172.027-.017.034.198.033 1.108v1.128l-.253.156a8.834 8.834 0 0 1-3.567 1.235c-.385.047-1.796.068-2.256.034Zm4.632-9.521c0-1.209-.511-2.554-1.233-3.246a3.387 3.387 0 0 0-1.88-.91c-.35-.054-1.089-.033-1.458.04a3.815 3.815 0 0 0-1.991 1.057 5.414 5.414 0 0 0-1.318 2.107 6.79 6.79 0 0 0-.255 1.036l-.017.127h8.152zm-72.208 9.144 4.017-10.54 4.006-10.507h2.574l.107.272c.326.837 8.019 20.787 8.019 20.797 0 .007-.616.012-1.37.012h-1.37l-1.108-2.949-1.11-2.949h-8.928l-.038.101c-.021.054-.495 1.382-1.053 2.948l-1.013 2.849h-1.373c-1.086 0-1.37-.006-1.36-.033Zm12.951-8.114c0-.005-.745-2.025-1.658-4.491-1.706-4.61-1.802-4.888-1.936-5.628-.063-.346-.096-.356-.133-.04a7.333 7.333 0 0 1-.232 1.014c-.045.14-.814 2.246-1.708 4.681a718.185 718.185 0 0 0-1.626 4.451c0 .012 1.641.022 3.646.022s3.646-.004 3.646-.008Zm6.599 7.764v-.385l4.448-6.108 4.448-6.108-4.028-.013-4.026-.013-.007-1.021-.007-1.02h11.649v.689l-4.448 6.141a2229.58 2229.58 0 0 0-4.449 6.153c0 .007 1.978.013 4.395.013h4.396v2.054h-12.37zm32.638.366c-.01-.01-.017-3.397-.017-7.525v-7.508h2.431v1.548c0 .852.01 1.548.022 1.548.013 0 .073-.139.132-.309a5.35 5.35 0 0 1 1.358-2.09 3.527 3.527 0 0 1 1.92-.954c.208-.033.385-.04.802-.029.524.014.797.052 1.115.156l.101.032v2.522l-.287-.143a3.063 3.063 0 0 0-1.61-.322 3.044 3.044 0 0 0-2.494 1.437 7.25 7.25 0 0 0-1.017 2.92c-.02.178-.031 1.633-.036 4.5l-.007 4.237h-1.197c-.659 0-1.205-.008-1.215-.018Z"/> <path fill="#004e8a" d="M84.091 24.082h12.285L83.623 61.868a1.96 1.96 0 0 1-1.856 1.333h-9.561a1.956 1.956 0 0 1-1.854-2.581l11.882-35.206a1.96 1.96 0 0 1 1.856-1.333Z"/> <path fill="#0078d4" d="M101.943 49.427H82.462a.9.9 0 0 0-.616 1.561l12.518 11.684c.365.34.845.529 1.343.529h11.031z"/> <path fill="#38c0f0" d="M99.783 25.412a1.954 1.954 0 0 0-1.853-1.33H84.238c.839 0 1.585.535 1.853 1.33l11.882 35.207a1.956 1.956 0 0 1-1.853 2.582h13.692a1.955 1.955 0 0 0 1.852-2.582z"/> <path fill="#0089d6" d="M144.632 55.466h-2.421V41.551c0-1.103 0-2.454.198-4.034a13.705 13.705 0 0 1-.626 2.009l-7.114 15.94h-1.186l-7.048-15.891a11.479 11.479 0 0 1-.626-2.124c0 .823.115 2.174.115 4.067V55.4h-2.454V34.717h3.293l6.258 14.475c.377.805.696 1.636.955 2.487h.082c.412-1.136.741-1.993 1.005-2.552l6.488-14.409h3.046l.033 20.749Zm5.467-18.576a1.48 1.48 0 0 1-1.087-.445 1.43 1.43 0 0 1-.461-1.087 1.515 1.515 0 0 1 1.481-1.548h.067c.408.001.801.154 1.103.428a1.549 1.549 0 0 1-1.103 2.651Zm1.153 18.575h-2.371V40.644h2.371zm14.014-.675a7.637 7.637 0 0 1-4.051 1.021 6.704 6.704 0 0 1-5.138-2.058 7.525 7.525 0 0 1-1.943-5.352 8.231 8.231 0 0 1 2.108-5.879 7.328 7.328 0 0 1 5.599-2.223 7.834 7.834 0 0 1 3.442.725v2.437a6.016 6.016 0 0 0-3.524-1.153 4.773 4.773 0 0 0-3.738 1.647 6.193 6.193 0 0 0-1.449 4.281 5.91 5.91 0 0 0 1.367 4.117 4.71 4.71 0 0 0 3.672 1.499 5.946 5.946 0 0 0 3.639-1.284zm10.44-11.741a2.983 2.983 0 0 0-1.795-.478 3.045 3.045 0 0 0-2.552 1.433 6.674 6.674 0 0 0-1.021 3.919v7.542h-2.371V40.644h2.371v3.063a5.124 5.124 0 0 1 1.548-2.437 3.46 3.46 0 0 1 2.322-.873c.486-.021.971.046 1.433.198l.066 2.454Zm7.476 12.762a6.851 6.851 0 0 1-5.237-2.075 7.627 7.627 0 0 1-1.96-5.5 7.984 7.984 0 0 1 2.042-5.829 7.33 7.33 0 0 1 5.517-2.108 6.703 6.703 0 0 1 5.171 2.042 8.118 8.118 0 0 1 1.943 5.665 8.003 8.003 0 0 1-2.009 5.681 7.046 7.046 0 0 1-5.467 2.124m.181-13.503a4.513 4.513 0 0 0-3.623 1.548 6.391 6.391 0 0 0-1.334 4.298 6.114 6.114 0 0 0 1.35 4.15 4.627 4.627 0 0 0 3.606 1.515 4.364 4.364 0 0 0 3.54-1.482 6.584 6.584 0 0 0 1.235-4.249 6.584 6.584 0 0 0-1.235-4.281 4.317 4.317 0 0 0-3.54-1.499Zm9.206 12.631v-2.552a7.054 7.054 0 0 0 4.282 1.433c2.075 0 3.129-.692 3.129-2.075.008-.36-.09-.715-.28-1.021a2.747 2.747 0 0 0-.725-.725 5.9 5.9 0 0 0-1.07-.576l-1.317-.527a14.387 14.387 0 0 1-1.647-.79 5.293 5.293 0 0 1-1.252-.889 3.287 3.287 0 0 1-.741-1.136 3.801 3.801 0 0 1-.263-1.499 3.623 3.623 0 0 1 .478-1.844 4.336 4.336 0 0 1 1.284-1.334 5.878 5.878 0 0 1 1.811-.823 8.152 8.152 0 0 1 2.108-.28 8.493 8.493 0 0 1 3.442.675v2.404a6.58 6.58 0 0 0-3.771-1.07 4.51 4.51 0 0 0-1.202.148 2.9 2.9 0 0 0-.906.428 1.75 1.75 0 0 0-.593.659 1.648 1.648 0 0 0-.214.84 1.93 1.93 0 0 0 .214.972c.147.275.355.511.609.692.305.227.637.415.988.56l1.317.527c.601.227 1.189.485 1.762.774.487.234.937.539 1.334.906.354.318.639.705.84 1.136a4.15 4.15 0 0 1-.181 3.475 4.186 4.186 0 0 1-1.301 1.334 5.978 5.978 0 0 1-1.861.807 9.78 9.78 0 0 1-2.223.247 8.395 8.395 0 0 1-4.051-.873Zm18.789.872a6.896 6.896 0 0 1-5.253-2.075 7.69 7.69 0 0 1-1.96-5.5 7.984 7.984 0 0 1 2.042-5.829 7.344 7.344 0 0 1 5.517-2.108 6.67 6.67 0 0 1 5.171 2.042 8.12 8.12 0 0 1 1.861 5.665 8.003 8.003 0 0 1-2.009 5.681 7.03 7.03 0 0 1-5.368 2.124Zm.165-13.503a4.493 4.493 0 0 0-3.606 1.548 6.391 6.391 0 0 0-1.334 4.298 6.031 6.031 0 0 0 1.35 4.15 4.564 4.564 0 0 0 3.59 1.515 4.331 4.331 0 0 0 3.54-1.482 6.584 6.584 0 0 0 1.235-4.249 6.584 6.584 0 0 0-1.235-4.281 4.3 4.3 0 0 0-3.54-1.499m16.911-6.702a3.299 3.299 0 0 0-1.647-.379c-1.647 0-2.487 1.037-2.487 3.129v2.289h3.475v2.025H224.3v12.795h-2.355V42.67h-2.47v-2.025h2.47v-2.404a4.942 4.942 0 0 1 1.35-3.672 4.557 4.557 0 0 1 3.293-1.35 4.95 4.95 0 0 1 1.729.247l.115 2.141Z"/> <path fill="#0089d6" d="M236.47 55.334a4.744 4.744 0 0 1-2.223.461c-2.585 0-3.886-1.449-3.886-4.347v-8.777h-2.552v-2.025h2.552V37.04l2.371-.774v4.38h3.738v2.025h-3.738v8.431a3.408 3.408 0 0 0 .51 2.124 2.041 2.041 0 0 0 1.647.626 2.52 2.52 0 0 0 1.548-.494z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-cloudflare.svg"> <rect width="269.5" height="89.5" x=".36" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#f38020" d="M187.284 47.386a4.583 4.583 0 0 0-.481-4.173 4.962 4.962 0 0 0-3.37-1.765l-27.927-.321c-.16 0-.321-.16-.481-.16a.3.3 0 0 1 0-.481c.16-.321.321-.481.642-.481l28.087-.321a10.097 10.097 0 0 0 8.185-6.099l1.605-4.173c0-.16.16-.321 0-.481-2.213-9.857-11.997-16.053-21.854-13.84a18.29 18.29 0 0 0-13.295 11.914 8.762 8.762 0 0 0-5.778-1.605 8.36 8.36 0 0 0-7.383 7.383 8.767 8.767 0 0 0 .16 2.889c-6.344.175-11.396 5.37-11.395 11.716a6.626 6.626 0 0 0 .16 1.765.512.512 0 0 0 .481.481h51.52c.321 0 .642-.16.642-.481l.481-1.765Z"/> <path fill="#f9ac3f" d="M196.112 29.41h-.802c-.16 0-.321.16-.481.321l-1.123 3.852a4.583 4.583 0 0 0 .481 4.173 4.962 4.962 0 0 0 3.37 1.765l5.938.321c.16 0 .321.16.481.16a.3.3 0 0 1 0 .481c-.16.321-.321.481-.642.481l-6.099.321a10.097 10.097 0 0 0-8.185 6.099l-.321 1.444c-.16.16 0 .481.321.481h21.186a.425.425 0 0 0 .481-.481 17.44 17.44 0 0 0 .642-4.173c-.053-8.399-6.848-15.194-15.247-15.247"/> <path fill="#404041" d="M213.445 58.3a1.444 1.444 0 1 1 .012 0zm0-2.568a1.123 1.123 0 1 0 1.123 1.123 1.096 1.096 0 0 0-1.07-1.123zm.642 1.926h-.321l-.321-.481h-.321v.481h-.321v-1.444h.802a.425.425 0 0 1 .481.481c0 .16-.16.321-.321.481l.321.481Zm-.481-.802q.16 0 .16-.16a.156.156 0 0 0-.154-.16h-.488v.481h.481v-.16ZM69.639 55.412h3.531v9.63h6.099v3.049h-9.63zm13.321 6.259a6.588 6.588 0 0 1 6.902-6.581 6.452 6.452 0 0 1 6.741 6.58 6.588 6.588 0 0 1-6.902 6.581 6.546 6.546 0 0 1-6.741-6.58m10.111 0a3.3 3.3 0 0 0-3.21-3.531 3.375 3.375 0 0 0 0 6.741c1.926.321 3.21-1.284 3.21-3.21m7.864.802v-7.062h3.531v7.062c0 1.765.963 2.728 2.407 2.728a2.246 2.246 0 0 0 2.407-2.568v-7.222h3.531v7.062c0 4.173-2.407 5.938-5.938 5.938-3.691-.16-5.938-1.926-5.938-5.938m17.173-7.062h4.975c4.494 0 7.222 2.568 7.222 6.259s-2.728 6.42-7.222 6.42h-4.815V55.411zm4.975 9.469a3.224 3.224 0 1 0-.001-6.42h-1.444v6.42zm12.198-9.469h10.111v3.049h-6.58v2.086h5.938v2.889h-5.938v4.654h-3.531V55.41Zm15.087 0h3.531v9.63h6.099v3.049h-9.63zm18.778-.16h3.531l5.457 12.84h-3.852l-.963-2.247h-4.975l-.963 2.247h-3.691zm3.21 7.864-1.444-3.531-1.444 3.531h2.889Zm10.272-7.704h5.938a5.49 5.49 0 0 1 4.173 1.444 4.21 4.21 0 0 1-1.445 6.741l3.049 4.494h-4.012l-2.568-3.852h-1.605v3.852h-3.531V55.411Zm5.778 6.099c1.123 0 1.926-.642 1.926-1.444 0-.963-.802-1.444-1.926-1.444h-2.247v3.049h2.247zm10.432-6.099h10.272V58.3h-6.741v1.926h6.099v2.889h-6.099v1.926h6.901v3.049h-10.432zM61.933 63.275a3.172 3.172 0 0 1-2.889 1.926 3.375 3.375 0 0 1 0-6.741 3.365 3.365 0 0 1 3.049 2.086h3.691a6.635 6.635 0 0 0-6.741-5.296 6.685 6.685 0 0 0-6.899 6.464l-.003.116a6.547 6.547 0 0 0 6.51 6.583c.077 0 .154 0 .231-.003a6.932 6.932 0 0 0 6.741-5.136h-3.691Z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76001 89.639999" class="h-full" id="integrations-scroller/scroller-fox.svg"> <rect width="269.76001" height="89.639999" x="2.6875999" fill="#ffffff" rx="7.75" ry="7.75" id="rect1" y="0"/> <g fill="#003998" fill-rule="evenodd" transform="translate(103.5676,30.32)"> <path d="M 0,0 V 29 H 8.18 L 8.159,19.625 h 8.03 V 11.713 H 8.226 V 7.929 H 18 L 17.463,0 Z M 57.98,0 54.461,6.261 51.01,0 H 41.492 L 49.815,13.998 41,28.983 50.251,29 l 4.097,-7.348 4.149,7.331 H 68 L 59.022,13.901 67.181,0 Z" id="path1"/> <path d="m 31.04,22.089 a 2.376,2.376 0 0 1 -2.377,-2.376 l 0.003,-11.47 c 0,-1.311 1.061,-2.485 2.374,-2.485 1.311,0 2.478,1.174 2.478,2.486 v 11.502 c 0,1.313 -1.167,2.343 -2.479,2.343 M 31,0 C 23.268,0 17,6.268 17,14 17,21.732 23.268,28 31,28 38.732,28 45,21.732 45,14 45,6.268 38.733,0 31,0" id="path2"/> </g> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.54 89.64" class="h-full" id="integrations-scroller/scroller-terraform.svg"> <rect width="404.5" height="89.5" x=".16" fill="#fff" rx="7.75" ry="7.75"/> <path d="M173.485 39.867c6.103 0 7.469 3.559 7.469 7.666v4.09h-10.635v.982c.041 2.274.859 3.174 3.755 3.174a19.945 19.945 0 0 0 5.825-.9l.744 3.6a20.439 20.439 0 0 1-7.003 1.211c-5.98 0-8.058-2.773-8.058-7.363v-5.031c0-4.025 1.8-7.428 7.903-7.428Zm40.103-.008c5.98 0 7.747 2.111 7.747 6.88l-.016 12.558h-3.911l-.352-1.293a10.41 10.41 0 0 1-5.669 1.685c-3.477 0-4.966-2.389-4.966-5.669 0-3.87 1.685-5.359 5.555-5.359h4.573v-1.996c0-2.111-.589-2.855-3.641-2.855-1.775.02-3.542.218-5.277.589l-.589-3.641a24.917 24.917 0 0 1 6.545-.9Zm31.701 0c6.528 0 8.287 3.6 8.287 7.51v4.81c.008 3.911-1.759 7.51-8.287 7.51s-8.287-3.6-8.287-7.51v-4.81c0-3.911 1.759-7.51 8.287-7.51m-75.707-6.61v4.344h-7.281v21.704h-4.909l-.016-21.704h-7.273v-4.344zm62.806-1.563c1.382-.005 2.758.18 4.091.548l-.499 3.673a13.955 13.955 0 0 0-2.741-.311c-1.873 0-2.152.818-2.152 2.266v2.389h4.851l-.27 3.796h-4.573v15.249h-4.77V44.047h-3.052v-3.796h3.052v-2.659c0-3.951 1.841-5.907 6.062-5.907Zm50.665 10.21a18.703 18.703 0 0 1 7.666-2.037c3.166 0 4.303 2.225 4.303 5.629v13.81h-4.77V46.004c0-1.014-.434-1.522-1.522-1.522-1.751.193-3.443.75-4.966 1.636v13.18h-4.802V46.004c0-1.014-.434-1.522-1.522-1.522a13.17 13.17 0 0 0-4.966 1.636v13.18h-4.77V40.253h3.641l.466 1.636a19.06 19.06 0 0 1 7.641-2.029 3.617 3.617 0 0 1 3.6 2.037Zm-89.836-2.037.491 4.385a37.501 37.501 0 0 0-5.064 2.773v12.271h-4.77V40.251h4.025l.311 2.111a21.363 21.363 0 0 1 5.007-2.503m11.666 0 .474 4.385a37.49 37.49 0 0 0-5.048 2.773v12.271h-4.77V40.251h4.025l.311 2.111a21.363 21.363 0 0 1 5.007-2.503Zm60.498 0 .475 4.385a37.49 37.49 0 0 0-5.048 2.773v12.271h-4.77V40.251h4.025l.311 2.111a21.325 21.325 0 0 1 5.007-2.503m-48.832 12.239h-3.518c-1.563 0-1.996.434-1.996 1.873s.434 1.914 1.914 1.914a7.51 7.51 0 0 0 3.6-.982zm28.74-8.173c-2.544 0-3.518 1.137-3.518 3.272v5.121c0 2.152.982 3.272 3.518 3.272s3.518-1.137 3.518-3.272v-5.105c0-2.152-.974-3.289-3.518-3.289Zm-71.764-.155c-2.348 0-3.166 1.252-3.166 3.052v.965h6.062v-.965c0-1.8-.548-3.052-2.896-3.052"/> <path fill="#3e44aa" d="m120.251 53.619 13.417-7.739V30.377l-13.417 7.755z"/> <path fill="#5854dc" d="m105.362 30.377 13.417 7.756V53.62l-13.417-7.747V30.378Zm-14.889 6.847 13.417 7.747V29.476l-13.417-7.747zm14.889 25.844 13.417 7.747V55.32l-13.417-7.747z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-gitlab.svg"> <rect width="269.5" height="89.5" x=".15" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#161320" d="M114.575 41.034h5.339c-.891-5.676-5.805-9.63-12.2-9.63-7.567 0-13.246 5.564-13.246 14.881 0 9.151 5.423 14.828 13.4 14.828 7.159 0 12.285-4.605 12.285-12.06V45.58h-11.734v4.094h6.665c-.084 4.125-2.838 6.735-7.188 6.735-4.842 0-8.16-3.628-8.16-10.18 0-6.51 3.375-10.124 8.048-10.124 3.487 0 5.873 1.863 6.792 4.928Zm9.107 19.684h5.111V39.04h-5.111zm2.578-25.123c1.624 0 2.951-1.244 2.951-2.768s-1.326-2.782-2.951-2.782-2.965 1.242-2.965 2.782 1.317 2.768 2.955 2.768zm17.839 3.445h-4.279v-5.207h-5.111v5.207h-3.077v3.954h3.077v12.06c-.028 4.08 2.939 6.093 6.777 5.974a10.358 10.358 0 0 0 3.009-.509l-.862-3.998a6.185 6.185 0 0 1-1.495.199c-1.287 0-2.318-.452-2.318-2.515V42.982h4.279zm3.956 21.678h17.975v-4.392h-12.735V31.799h-5.24zm27.766.438c3.403 0 5.435-1.596 6.367-3.417h.169v2.979h4.921V46.202c0-5.732-4.673-7.455-8.812-7.455-4.561 0-8.062 2.032-9.191 5.985l4.774.68c.506-1.483 1.947-2.754 4.453-2.754 2.374 0 3.672 1.214 3.672 3.347v.084c0 1.467-1.54 1.54-5.367 1.947-4.207.452-8.23 1.708-8.23 6.595-.014 4.265 3.105 6.524 7.244 6.524Zm1.68-3.75c-2.133 0-3.658-.975-3.658-2.852 0-1.964 1.708-2.782 3.984-3.108 1.343-.183 4.026-.523 4.687-1.057v2.554c.014 2.407-1.936 4.455-5.013 4.455zm13.541 3.312h5.027v-3.417h.295c.806 1.582 2.486 3.799 6.215 3.799 5.111 0 8.938-4.054 8.938-11.197 0-7.23-3.939-11.155-8.952-11.155-3.827 0-5.423 2.301-6.201 3.869h-.216V31.799h-5.107v28.919Zm5.013-10.844c0-4.218 1.807-6.935 5.097-6.935 3.403 0 5.156 2.894 5.156 6.935s-1.779 7.031-5.156 7.031c-3.262 0-5.097-2.824-5.097-7.031"/> <path fill="#cf4f36" d="m84.831 41.705-.049-.131-4.968-12.96a1.312 1.312 0 0 0-2.482.134l-3.354 10.267H60.397l-3.354-10.267a1.315 1.315 0 0 0-2.482-.134l-4.966 12.962-.052.129a9.223 9.223 0 0 0 3.061 10.661l.019.014.042.033 7.558 5.664 3.75 2.833 2.278 1.722a1.54 1.54 0 0 0 1.856 0l2.278-1.722 3.75-2.833 7.612-5.697.021-.016a9.224 9.224 0 0 0 3.063-10.658Z"/> <path fill="#e9753c" d="m84.831 41.705-.049-.131a16.77 16.77 0 0 0-6.679 3.004l-10.909 8.249 6.946 5.25 7.612-5.697.021-.016a9.224 9.224 0 0 0 3.058-10.658Z"/> <path fill="#eea446" d="m60.224 58.077 3.75 2.833 2.278 1.722a1.54 1.54 0 0 0 1.856 0l2.278-1.722 3.75-2.833-6.946-5.25z"/> <path fill="#e9753c" d="M56.273 44.578a16.743 16.743 0 0 0-6.677-3.002l-.052.129a9.223 9.223 0 0 0 3.061 10.661l.019.014.042.033 7.558 5.664 6.951-5.25z"/> </svg> </li> </ul> <ul class="flex items-center py-gut/2" style="animation: infinite-scroll-to-right 50s linear infinite;" aria-hidden="true"> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.54 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-crowdstrike.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-zendesk.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.54 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-azure.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-cloudflare.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-fox.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.54 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-terraform.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-gitlab.svg"></use> </svg> </li> </ul> </div> <div class="w-full inline-flex flex-nowrap overflow-hidden "> <ul class="flex items-center py-gut/2" style="animation: infinite-scroll-to-left 50s linear infinite;"> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.48 89.64" class="h-full" id="integrations-scroller/scroller-googlecloud.svg"> <rect width="404.5" height="89.5" x="-.03" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#e64217" d="m101.32 36.1 1.54.04 4.12-4.13.22-1.75a18.48 18.48 0 0 0-30.16 9c.44-.3 1.4-.09 1.4-.09l8.26-1.36s.44-.7.66-.66a10.28 10.28 0 0 1 7.6-3.34c2.32 0 4.56.88 6.36 2.29"/> <path fill="#008fd3" d="M112.73 39.26a18.89 18.89 0 0 0-5.57-9l-5.84 5.84a10.3 10.3 0 0 1 3.82 7.99v1a5.14 5.14 0 0 1 0 10.28H94.87l-1.06 1.06v6.19l1.06 1h10.27c7.37 0 13.39-6.01 13.39-13.39a13.3 13.3 0 0 0-5.8-10.97"/> <path fill="#46ac44" d="M84.55 63.67h10.27V55.4H84.55a4.8 4.8 0 0 1-2.11-.48l-1.5.44-4.12 4.13-.35 1.4a13.03 13.03 0 0 0 8.08 2.77"/> <path fill="#fbbf00" d="M84.55 36.89c-7.38 0-13.4 6.01-13.4 13.39 0 4.34 2.07 8.2 5.32 10.67l5.97-5.97a5.14 5.14 0 1 1 6.8-6.8l5.98-5.98a13.45 13.45 0 0 0-10.67-5.31"/> <path fill="#77797a" d="M260.03 58a11.75 11.75 0 0 1-12.07-12.11c0-3.47 1.14-6.32 3.42-8.65a11.65 11.65 0 0 1 8.65-3.51c3.51 0 6.37 1.27 8.56 3.82l-2.15 2.06c-1.67-2.02-3.82-3.03-6.41-3.03s-4.74.88-6.46 2.6-2.54 3.94-2.54 6.66c0 2.77.83 4.97 2.54 6.68a8.84 8.84 0 0 0 6.46 2.59c2.72 0 5.05-1.14 7.07-3.43l2.2 2.11a11.64 11.64 0 0 1-4.05 3.07 11.93 11.93 0 0 1-5.22 1.14m11.68-23.75h2.98v23.27h-2.98zm5.53 15.28c0-2.46.79-4.48 2.33-6.06 1.58-1.62 3.5-2.41 5.88-2.41s4.3.79 5.84 2.41a8.24 8.24 0 0 1 2.32 6.06c0 2.46-.79 4.48-2.32 6.06-1.54 1.62-3.47 2.42-5.84 2.42s-4.3-.8-5.88-2.42a8.35 8.35 0 0 1-2.33-6.06m2.98 0c0 1.71.49 3.12 1.5 4.17a4.91 4.91 0 0 0 3.68 1.58c1.5 0 2.73-.52 3.7-1.58a5.79 5.79 0 0 0 1.49-4.17c0-1.67-.49-3.07-1.5-4.13-1-1.1-2.24-1.62-3.69-1.62s-2.67.53-3.68 1.62a6.02 6.02 0 0 0-1.5 4.13m29.9 7.99h-2.85v-2.2h-.13a4.78 4.78 0 0 1-2.11 1.94c-.92.53-1.93.79-2.94.79-1.93 0-3.47-.57-4.48-1.67-1.05-1.1-1.58-2.72-1.58-4.74V41.63H299v9.79c.05 2.59 1.36 3.9 3.95 3.9 1.19 0 2.2-.48 2.99-1.44a5.28 5.28 0 0 0 1.19-3.47v-8.78h2.98v15.9m10.15.47a7.07 7.07 0 0 1-5.35-2.45c-1.5-1.67-2.2-3.7-2.2-6.02s.75-4.35 2.2-6.01a6.93 6.93 0 0 1 5.35-2.46c1.19 0 2.24.26 3.21.74s1.71 1.14 2.24 1.98h.13l-.13-2.2v-7.33h2.98v23.27h-2.85v-2.2h-.13a5.47 5.47 0 0 1-2.24 1.98c-.97.48-2.06.7-3.2.7m.48-2.72c1.49 0 2.68-.53 3.6-1.58a5.96 5.96 0 0 0 1.45-4.17c0-1.67-.49-3.03-1.45-4.13s-2.15-1.62-3.6-1.62-2.64.53-3.6 1.62-1.45 2.46-1.45 4.13.48 3.07 1.45 4.13a4.56 4.56 0 0 0 3.6 1.62M148.43 58c-7.25 0-13.35-5.88-13.35-13.12s6.1-13.13 13.35-13.13c4 0 6.85 1.58 9 3.64l-2.55 2.55a9.06 9.06 0 0 0-6.45-2.55 9.45 9.45 0 0 0-9.44 9.58 9.45 9.45 0 0 0 9.44 9.57c3.42 0 5.4-1.36 6.63-2.64a7.33 7.33 0 0 0 1.93-4.52h-8.7v-3.6h12.17c.13.66.17 1.4.17 2.24 0 2.68-.74 6.01-3.12 8.39-2.23 2.32-5.18 3.6-9.08 3.6m30.47-8.48c0 4.87-3.82 8.47-8.48 8.47s-8.47-3.6-8.47-8.47a8.34 8.34 0 0 1 8.47-8.47c4.7.04 8.48 3.6 8.48 8.47m-3.7 0c0-3.03-2.19-5.14-4.78-5.14-2.54 0-4.78 2.07-4.78 5.14 0 3.03 2.2 5.14 4.78 5.14 2.55 0 4.79-2.1 4.79-5.14Zm22.18 0c0 4.87-3.82 8.47-8.47 8.47s-8.48-3.6-8.48-8.47a8.34 8.34 0 0 1 8.48-8.47 8.4 8.4 0 0 1 8.47 8.47m-3.73 0c0-3.03-2.2-5.14-4.79-5.14-2.54 0-4.78 2.07-4.78 5.14 0 3.03 2.2 5.14 4.78 5.14s4.79-2.1 4.79-5.14m21.38-7.94v15.19c0 6.23-3.69 8.82-8.04 8.82a8.1 8.1 0 0 1-7.5-5l3.25-1.37c.57 1.37 1.97 3.03 4.25 3.03 2.77 0 4.53-1.7 4.53-4.96v-1.23h-.14a5.78 5.78 0 0 1-4.43 1.94c-4.21 0-8.12-3.7-8.12-8.43 0-4.79 3.86-8.52 8.12-8.52 2.02 0 3.6.88 4.44 1.89h.13v-1.36h3.5m-3.28 7.99c0-2.99-1.98-5.18-4.53-5.18s-4.7 2.2-4.7 5.18c0 2.94 2.16 5.09 4.7 5.09s4.53-2.15 4.53-5.1Zm5.97-16.95h3.73v24.89h-3.73zm18.13 19.71 2.9 1.93a8.43 8.43 0 0 1-7.07 3.74 8.3 8.3 0 0 1-8.39-8.48c0-5.05 3.6-8.47 8-8.47s6.53 3.51 7.24 5.4l.4.97-11.34 4.7c.88 1.7 2.2 2.54 4.09 2.54s3.2-.92 4.17-2.33m-8.91-3.03 7.55-3.16c-.4-1.05-1.67-1.8-3.16-1.8a4.66 4.66 0 0 0-4.4 4.96Z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-delinea.svg"> <rect width="269.5" height="89.5" x="-.02" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#231556" d="M70.54 30.36h-6.35v5.04h4.77c1.53 0 2.43 0 3.52.24 4.7.9 6.47 5.91 6.47 10.7s-1.77 9.8-6.47 10.7c-1.07.25-2 .25-3.52.25h-4.77v5.04h6.35c10.36 0 14.06-8.52 14.06-15.99s-3.7-15.98-14.06-15.98m124.78 20.65v-.04zm0-.04q0-.05 0 0m0 .1c-1.77.26-3.57.55-5.47.94-2.36.49-5.1 1.29-5.1 3.72 0 1.6 1.19 3.04 3.86 3.04 3.94 0 6.52-2.65 6.67-6.32l.05-1.39m5.32-3.43v14.72h-4.7V59.1c-2.16 2.85-4.83 3.92-8.4 3.92-5.19 0-8.06-3.26-8.06-7.25 0-3.7 1.87-5.98 5.47-7.18 3.14-1 7.08-1.43 10.44-1.94-.22-3.02-1.9-4.04-4.92-4.04-1.92 0-4.5.78-5.23 3.36l-4.88-1.53a9.28 9.28 0 0 1 3.38-4.9c1.65-1.2 3.91-1.84 6.73-1.84 7.6 0 9.73 4.2 10.03 7.05.1.88.14 1.83.14 2.87m-57.58-9.92a9.31 9.31 0 0 0-7.83 3.91v-3.26h-4.8v23.99h5.43v-12.3c0-4.09 1.51-7.32 5.62-7.32 4.45 0 5.6 3.7 5.6 8.1v11.55h5.42v-13.4c0-5.84-2.33-11.27-9.44-11.27m-21.86-1.72h5.35v-5.6h-5.35zm0 26.37h5.35V38.36h-5.35zm-9.25 0h5.35v-32h-5.35zm60.4-14.55c-.41-3.48-1.97-5.42-5.52-5.42s-5.64 1.75-6.3 5.42zm5.45 4.06h-17.37c.37 3.7 2.34 6.16 6.18 6.16 2.63 0 4.57-1.17 5.62-3.43l5.28 1.6c-1.87 4.43-6.06 6.84-10.6 6.84-7.43 0-12.24-5.21-12.24-12.41 0-8.2 5.15-12.94 11.92-12.94 7.88.02 11.8 6 11.2 14.18m-73.65-4.06c-.41-3.48-1.97-5.42-5.52-5.42S93 44.13 92.36 47.8h11.8Zm5.43 4.06H92.2c.37 3.7 2.34 6.16 6.18 6.16 2.63 0 4.55-1.17 5.62-3.44l5.28 1.61c-1.88 4.43-6.06 6.83-10.6 6.83-7.43 0-12.24-5.2-12.24-12.4 0-8.2 5.15-12.94 11.91-12.94 7.89.02 11.8 6 11.22 14.18m-45.4 5.45h-5.44V35.39h5.45v21.92ZM203.24 61v.12h-.46v1.21h-.15v-1.21h-.46V61zm1.46 0v1.36h-.12v-1.05l-.49 1.05h-.1l-.48-1.05v1.05h-.15V61h.12l.54 1.14.53-1.14z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.48 89.64" class="h-full" id="integrations-scroller/scroller-workato.svg"> <rect width="404.5" height="89.5" x="-.09" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#67eadd" d="M138.9 28.35c.07.05.15.06.23.07a7.12 7.12 0 0 1 5.22 2.95c.7.96 1.11 2.03 1.3 3.18.06.37.04.75.05 1.13a7.14 7.14 0 0 1-6.15 7.13c-.4.05-.81.04-1.21.04a6.6 6.6 0 0 1-2.72-.6c-.3-.12-.57-.28-.89-.35a3.03 3.03 0 0 0-1.85.11 3.08 3.08 0 0 0-2 2.44c-.14.77 0 1.52.44 2.2l3.06 4.94c.5.79.9 1.6 1.12 2.51a7.3 7.3 0 0 1-5.32 8.78c-.74.19-1.49.26-2.24.19a7.28 7.28 0 0 1-5.63-3.6l-2.33-3.78-.77-1.24a3.14 3.14 0 0 0-2.1-1.51 2.85 2.85 0 0 0-1.88.23 3.02 3.02 0 0 0-1.64 1.91c-.1.3-.15.6-.15.9a7.2 7.2 0 0 1-6.14 7.2.23.23 0 0 0-.14.08h-1.5c-.07-.02-.14-.06-.2-.06a7.02 7.02 0 0 1-5.41-3.56l-3.57-5.9-4.13-6.79-4.56-7.55a6.82 6.82 0 0 1-.81-1.96c-.09-.37-.15-.74-.22-1.1-.02-.09-.02-.18-.12-.2v-1.01c.03-.03.08-.05.1-.08l.07-.36a7.1 7.1 0 0 1 4.61-5.84c.54-.2 1.1-.33 1.66-.41.07-.01.14-.02.18-.1h1.42c.03.09.1.09.17.1.47.09.93.17 1.38.33a7.16 7.16 0 0 1 3.98 3.34l.8 1.42c.74 1.3 1.49 2.58 2.22 3.88a3.11 3.11 0 0 0 4.06 1.32c.3-.14.57-.31.78-.56.59-.69.94-1.48.95-2.4 0-.5.05-1 .15-1.49a7.16 7.16 0 0 1 6.19-5.84c.07-.01.14-.02.17-.1h1.43c.03.09.1.09.17.1.5.1.99.18 1.46.36 1.68.6 2.95 1.7 3.85 3.23l1.31 2.23 1.79 3.03c.14.24.3.47.5.67a3 3 0 0 0 2.45.93 2.6 2.6 0 0 0 2.05-1.11c.22-.31.38-.66.54-1 .17-.35.25-.73.29-1.12.09-1.03.3-2.04.7-3a6.97 6.97 0 0 1 5.73-4.23c.06-.01.13-.02.18-.08z"/> <path fill="#1c1b1b" d="M231.68 28.35c.06.16.03.33.03.5v18.69c.13.07.17-.03.22-.08l2.46-2.63 4.58-4.9.2-.2c.1-.16.25-.2.43-.2l3.44.01h1.88c.07 0 .14 0 .2.02.05 0 .07.05.05.09l-.2.22-7.44 7.88-1.81 1.92-.14.15c.06.17.19.26.3.37l6.87 7.2 2.26 2.36.16.19c.03.03.01.09-.03.1h-5.44a.76.76 0 0 1-.61-.26l-6.96-7.42-.29-.3c-.01-.01-.05-.02-.07-.01-.02 0-.04.04-.05.06v7.7c-.01.21-.03.23-.25.23h-3.98l-.16-.01c-.04-.01-.07-.05-.08-.09-.02-.03-.01-.08-.01-.12V28.35zm73.46 23.05a9.43 9.43 0 0 1-.99 3.31 9.94 9.94 0 0 1-5.62 5.04 11 11 0 0 1-9.01-.43 9.87 9.87 0 0 1-5.4-6.91c-.48-2.05-.44-4.1.2-6.12a9.86 9.86 0 0 1 6.6-6.63c1.45-.5 2.94-.64 4.46-.53 1.44.1 2.81.44 4.1 1.07a9.95 9.95 0 0 1 5.61 7.4c.04.18.04.37.06.55-.03.1-.01.18.03.27a.4.4 0 0 1 .03.19v2.26c0 .18-.12.35-.07.54Zm-10.7-7.87c-.54.02-1.12.07-1.69.23a5.78 5.78 0 0 0-4.17 4.02 6.6 6.6 0 0 0-.1 3.51 5.87 5.87 0 0 0 3.78 4.4c1.13.43 2.31.5 3.5.27a5.8 5.8 0 0 0 4.45-3.54c.64-1.49.71-3.03.27-4.58a5.67 5.67 0 0 0-3.23-3.73 6.7 6.7 0 0 0-2.8-.58Zm-125.62 2.19-2.54 7.35-2.27 6.6-.09.23c-.03.09-.08.14-.18.14h-3.22c-.3 0-.32.06-.46-.3-.42-1.15-.86-2.3-1.3-3.44L152.61 40c-.05-.14-.1-.26-.13-.38.07-.1.16-.08.24-.08h4.27l.2.01c.07 0 .1.04.13.1l.1.27 4.5 13.13.05.11c-.02.07.03.1.07.1.04 0 .06-.04.04-.08l1.43-4.15 3.14-9.12c.13-.4.05-.37.52-.37h3.63c.16 0 .22.06.27.2l.91 2.65 3.62 10.55.09.23c-.02.07.02.1.07.08.04 0 .06-.04.05-.08l2.61-7.54 2-5.76c.13-.36.1-.33.47-.33h4.1c.1 0 .22-.02.33.04.02.17-.07.3-.12.44-1 2.75-2 5.5-3.02 8.24l-4.17 11.37c-.17.47-.09.41-.58.42h-2.93c-.44 0-.37.02-.52-.38l-1.92-5.35-3-8.33-.1-.27c0-.05 0-.1-.05-.1-.06 0-.1.03-.09.1m93.87 11.55a7.23 7.23 0 0 1-3.82 2.72 10.35 10.35 0 0 1-9.26-1.54A9.8 9.8 0 0 1 246 53.3c-.8-2.64-.76-5.27.28-7.83 1.3-3.2 3.7-5.2 7.04-6.06a9.96 9.96 0 0 1 7.14.84 6.36 6.36 0 0 1 2.23 1.99h.03c.1-.05.06-.14.07-.21v-2.35c0-.08.05-.13.13-.13h4.22c.09 0 .14.03.14.12V59.6c0 .5.06.45-.44.45h-3.81c-.2 0-.24-.03-.24-.25v-2.17l-.02-.34c.05-.03.02-.06-.01-.07-.04 0-.07.01-.06.06Zm-6.3-1.19c.56 0 1.12-.05 1.66-.2a5.87 5.87 0 0 0 4.25-3.67c.42-1.07.53-2.18.39-3.33a5.74 5.74 0 0 0-2.9-4.45 6.47 6.47 0 0 0-5.94-.43c-1.75.7-2.9 2-3.45 3.8-.27.9-.34 1.83-.22 2.77a6.15 6.15 0 0 0 6.2 5.51Zm-59.55-16.99c2.3.03 4.45.6 6.36 1.9a9.78 9.78 0 0 1 4.11 6.1 11.5 11.5 0 0 1-.23 6.15 9.82 9.82 0 0 1-5.37 6.15 10.97 10.97 0 0 1-9.63.03 9.84 9.84 0 0 1-5.6-6.9c-.54-2.2-.48-4.4.28-6.55a9.87 9.87 0 0 1 6.5-6.32c1.16-.39 2.36-.54 3.58-.56m6.23 10.63c0-.42-.03-.83-.1-1.25a5.65 5.65 0 0 0-2.67-3.97 6.45 6.45 0 0 0-5.9-.5 5.6 5.6 0 0 0-3.51 3.88 6.72 6.72 0 0 0-.06 3.51 5.85 5.85 0 0 0 3.78 4.3c1.1.43 2.25.5 3.41.29a5.86 5.86 0 0 0 4.37-3.23c.49-.95.69-1.97.68-3.03m70.68 1.91v-7.9c0-.51.04-.46-.44-.46h-2.8l-.33-.01c-.06 0-.1-.05-.11-.11v-3.47c0-.09.06-.13.13-.13h3.1l.3-.01c.1 0 .15-.05.15-.15v-7.11c0-.58-.06-.5.52-.5h3.9c.08 0 .12.05.12.13v.38l.01 6.65c0 .19-.09.43.06.56.13.11.35.04.53.04h3.56c.19.01.2.02.2.23v3.39a.12.12 0 0 1-.12.1h-3.77l-.33.01c-.09 0-.12.06-.13.14v16.44c-.01.15-.05.19-.21.2h-4.14c-.16-.01-.19-.05-.2-.21zm-49.54-7.62c-.17 0-.28-.08-.41-.14a6.53 6.53 0 0 0-3.23-.47 4.29 4.29 0 0 0-2.88 1.53 6.7 6.7 0 0 0-1.17 2.07c-.34.9-.53 1.84-.66 2.8a23.82 23.82 0 0 0-.18 3.17v6.7c0 .38.04.38-.38.38h-3.94c-.17-.01-.2-.04-.2-.2V39.74c0-.17.02-.19.2-.19h4.05c.27 0 .27 0 .27.29v4.13c.1-.1.14-.2.18-.32.2-.58.44-1.14.74-1.68.3-.52.65-1 1.08-1.43a4.81 4.81 0 0 1 3-1.4 9.17 9.17 0 0 1 3.67.46c.75.32.62.19.5.9l-.54 3.04-.1.48Z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-slack.svg"> <rect width="269.5" height="89.5" x="-.13" fill="#fff" rx="7.75" ry="7.75"/> <path d="m105.54 57.03 1.87-4.36c2.02 1.52 4.7 2.3 7.36 2.3 1.96 0 3.2-.75 3.2-1.9-.03-3.2-11.73-.7-11.82-8.74-.03-4.08 3.59-7.22 8.71-7.22 3.05 0 6.1.75 8.26 2.47l-1.74 4.45a13.17 13.17 0 0 0-6.82-2.18c-1.6 0-2.65.76-2.65 1.72.03 3.15 11.82 1.42 11.94 9.1 0 4.17-3.53 7.1-8.6 7.1-3.7 0-7.11-.87-9.7-2.74m71.73-5.93a5.4 5.4 0 1 1 0-5.32l5.16-2.87a11.34 11.34 0 0 0-9.86-5.8 11.33 11.33 0 0 0 0 22.67c4.25 0 7.93-2.33 9.86-5.8l-5.15-2.88Zm-50.84 8.25h6.45V27.7h-6.45zm58.53-31.65v31.65h6.46v-9.49l7.66 9.49h8.26l-9.74-11.27 9.02-10.52h-7.9l-7.3 8.74V27.7zm-32.9 9.86v2.57c-1.05-1.79-3.67-3.03-6.42-3.03-5.67 0-10.13 5.02-10.13 11.31s4.46 11.37 10.13 11.37c2.75 0 5.37-1.24 6.42-3.03v2.57h6.46V37.56zm0 13.6a5.95 5.95 0 0 1-5.03 2.7 5.4 5.4 0 0 1 0-10.83c2.17 0 4.1 1.2 5.03 2.78z"/> <path fill="#cc375c" d="M65.64 51.13a3.98 3.98 0 1 1-3.98-3.99h3.98v4Zm2 0a3.98 3.98 0 1 1 7.96 0v9.98a3.98 3.98 0 1 1-7.96 0z"/> <path fill="#63c1e9" d="M71.62 35.11a3.98 3.98 0 1 1 3.98-3.99v3.99zm0 2.02a3.98 3.98 0 0 1 0 7.98h-9.99a3.98 3.98 0 0 1 0-7.98z"/> <path fill="#5bb180" d="M87.57 41.13a3.98 3.98 0 1 1 3.98 3.98h-3.98zm-1.99 0a3.98 3.98 0 1 1-7.96 0V31.12a3.98 3.98 0 1 1 7.96 0v10Z"/> <path fill="#e2b14c" d="M81.6 57.12a3.98 3.98 0 1 1-3.98 3.99v-4h3.98Zm0-2a3.98 3.98 0 0 1 0-7.98h9.98a3.98 3.98 0 0 1 0 7.98z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 134.88 89.64" class="h-full" id="integrations-scroller/scroller-salesforce.svg"> <rect width="134.5" height="89.5" x=".19" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#09c" fill-rule="evenodd" d="M61 22.22a15.4 15.4 0 0 1 24.7 3.26 18.72 18.72 0 0 1 7.65-1.63c10.46 0 18.95 8.56 18.95 19.11a19.04 19.04 0 0 1-22.7 18.75 13.87 13.87 0 0 1-18.14 5.7 15.8 15.8 0 0 1-29.35-.7 14.74 14.74 0 0 1-17.67-14.5 14.9 14.9 0 0 1 7.33-12.86 17.06 17.06 0 0 1 29.24-17.11"/> <path fill="#fffffd" fill-rule="evenodd" d="M37.24 47.4c-.06.15.02.18.03.2.17.12.34.2.5.3.9.48 1.75.62 2.63.62 1.8 0 2.93-.96 2.93-2.5v-.03c0-1.43-1.27-1.95-2.45-2.32l-.16-.05c-.9-.3-1.66-.54-1.66-1.13v-.03c0-.5.45-.88 1.15-.88.77 0 1.7.26 2.28.59 0 0 .18.11.24-.06l.37-.99c.04-.1-.02-.16-.09-.2a5.1 5.1 0 0 0-2.58-.7h-.18c-1.65 0-2.8 1-2.8 2.43v.03c0 1.5 1.27 2 2.46 2.34l.2.06c.86.26 1.6.5 1.6 1.1v.03c0 .56-.48.97-1.26.97-.3 0-1.28 0-2.33-.66l-.3-.19c-.04-.03-.17-.09-.23.08zm26.37 0c-.05.14.02.17.04.2.16.12.33.2.5.3.9.48 1.74.62 2.63.62 1.8 0 2.92-.96 2.92-2.5v-.04c0-1.42-1.26-1.94-2.45-2.31l-.15-.05c-.9-.3-1.67-.55-1.67-1.13v-.03c0-.5.45-.88 1.15-.88.78 0 1.7.26 2.3.58 0 0 .17.12.23-.05.03-.1.34-.9.36-.99.04-.1-.02-.16-.08-.2a5.1 5.1 0 0 0-2.59-.7h-.18c-1.65 0-2.8 1-2.8 2.43v.03c0 1.5 1.27 2 2.46 2.33l.2.06c.86.27 1.6.5 1.6 1.1v.04c0 .56-.48.97-1.26.97-.3 0-1.28 0-2.32-.67l-.3-.18c-.03-.02-.18-.08-.24.08z"/> <path fill="#fffffd" d="M83.13 42.76c-.15-.5-.38-.94-.69-1.3-.3-.37-.69-.67-1.15-.88-.46-.22-1-.33-1.62-.33s-1.15.11-1.61.33a3.32 3.32 0 0 0-1.84 2.18 5.7 5.7 0 0 0 0 3.23 3.25 3.25 0 0 0 1.84 2.18c.46.21 1 .32 1.61.32s1.16-.1 1.61-.32c.46-.2.85-.5 1.16-.87.3-.37.54-.8.69-1.3a5.75 5.75 0 0 0 0-3.23Zm-1.5 1.62c0 .87-.17 1.55-.49 2.04-.31.48-.8.72-1.46.72s-1.15-.24-1.46-.72c-.32-.48-.48-1.17-.48-2.04s.16-1.56.48-2.04c.31-.48.79-.7 1.46-.7s1.15.23 1.46.7c.32.48.49 1.17.49 2.04m0 0"/> <path fill="#fffffd" fill-rule="evenodd" d="M95.5 46.9c-.06-.15-.2-.1-.2-.1a3.45 3.45 0 0 1-1.52.26 2.3 2.3 0 0 1-1.73-.64c-.41-.43-.64-1.12-.64-2.06 0-.85.2-1.5.58-1.98.36-.49.92-.74 1.67-.74.62 0 1.09.07 1.59.23 0 0 .12.05.17-.1l.37-1.03c.04-.12-.06-.17-.1-.18a5.9 5.9 0 0 0-3.8 0 3.47 3.47 0 0 0-1.95 2.18 5.2 5.2 0 0 0-.24 1.62c0 1.25.34 2.26 1 3 .67.74 1.67 1.11 2.97 1.11a6.1 6.1 0 0 0 2.13-.38s.1-.05.06-.18l-.37-1.02"/> <path fill="#fffffd" d="M103.2 42.47a3.19 3.19 0 0 0-.66-1.19 2.97 2.97 0 0 0-2.43-1.03 4 4 0 0 0-1.68.32 3.36 3.36 0 0 0-1.86 2.22 5.74 5.74 0 0 0 0 3.25c.16.5.4.94.74 1.3.34.36.77.65 1.29.85.5.2 1.13.3 1.85.3 1.47 0 2.24-.34 2.56-.51.06-.04.1-.09.04-.25l-.33-.93c-.05-.14-.2-.09-.2-.09-.36.14-.87.38-2.08.38-.8 0-1.38-.24-1.75-.6-.37-.38-.56-.92-.59-1.7h5.1s.14 0 .15-.12c0-.06.18-1.05-.15-2.2m-5.08 1.07h-.01zc.08-.49.2-.9.42-1.2.3-.48.78-.74 1.45-.74s1.11.26 1.43.74c.21.31.3.73.34 1.2zm0 0h-.01zm-35.7-1.07a3.19 3.19 0 0 0-.66-1.19 2.97 2.97 0 0 0-2.42-1.03 4 4 0 0 0-1.69.32 3.36 3.36 0 0 0-1.86 2.22 5.74 5.74 0 0 0 0 3.25 3.36 3.36 0 0 0 2.02 2.14c.52.2 1.14.3 1.86.3 1.47 0 2.24-.33 2.56-.5.06-.04.11-.09.04-.25l-.33-.93c-.05-.14-.2-.09-.2-.09-.36.14-.87.38-2.08.38-.8 0-1.38-.24-1.75-.6-.37-.38-.56-.92-.59-1.7h5.1s.14 0 .15-.12c0-.06.18-1.05-.15-2.2m-5.07 1.07h-.02zc.07-.49.2-.9.41-1.2.31-.48.79-.74 1.46-.74s1.1.26 1.42.74c.21.31.3.73.34 1.2zm0 0h-.02zm-6.52-.35c0-1.02-.27-1.78-.81-2.25s-1.32-.7-2.34-.7c-.38 0-1 .05-1.37.12 0 0-1.1.22-1.56.58 0 0-.1.06-.05.2l.36.97c.05.12.17.08.17.08l.08-.04c.98-.53 2.22-.52 2.22-.52.55 0 .98.11 1.26.33.28.21.42.54.42 1.21v.22l-.84-.1v-.01c-.21-.02-.48-.03-.8-.03-.43 0-.86.06-1.25.17-.4.1-.76.27-1.06.49-.31.22-.56.5-.74.84-.18.33-.27.73-.27 1.17 0 .46.07.85.23 1.17.15.31.38.59.66.8.29.2.64.35 1.04.44.4.1.85.14 1.35.14a9.3 9.3 0 0 0 1.55-.13c.43-.07.85-.16 1.28-.25l.36-.09c.12-.03.11-.17.11-.17V43.2Zm-3 3.97c-1.03.06-1.5-.3-1.49-.3a1 1 0 0 1-.3-.3c-.1-.16-.15-.38-.15-.66 0-.45.15-.77.46-.99 0 0 .44-.38 1.48-.36.46 0 .92.04 1.38.11v2.32s-.65.14-1.38.18"/> <path fill="#fffffd" fill-rule="evenodd" d="M89.37 40.65a.14.14 0 0 0-.08-.18 4.51 4.51 0 0 0-.85-.15 2.53 2.53 0 0 0-2.17.85v-.62c0-.08-.06-.15-.15-.15h-1.3c-.09 0-.15.07-.15.15v7.59c0 .08.07.15.15.15h1.34c.09 0 .16-.07.16-.15v-3.81c0-.51.05-1.02.16-1.34.11-.32.26-.57.45-.75.18-.17.4-.3.63-.38.22-.06.45-.1.68-.1.27 0 .56.08.56.08.1 0 .16-.05.19-.14l.38-1.07m-12.49-3.48a4.13 4.13 0 0 0-1.2-.17c-.91 0-1.64.26-2.15.77a4.2 4.2 0 0 0-1.02 2.31l-.06.35h-1.16s-.14 0-.17.15l-.19 1.06c-.01.1.03.16.17.16h1.12l-1.14 6.37a8 8 0 0 1-.3 1.26c-.12.32-.23.55-.36.72a.94.94 0 0 1-.47.36 1.9 1.9 0 0 1-1 .04c-.13-.02-.19-.05-.28-.09 0 0-.13-.04-.18.09-.05.1-.35.93-.38 1.03-.04.1.01.18.08.2a3.72 3.72 0 0 0 1.2.21c.48 0 .9-.06 1.26-.2.35-.12.66-.35.94-.65.3-.33.48-.67.66-1.14.18-.46.33-1.04.45-1.7l1.15-6.5h1.67s.14 0 .17-.15l.2-1.06c0-.1-.04-.16-.17-.16h-1.63c0-.04.08-.61.27-1.15.08-.23.23-.42.36-.54.12-.13.26-.22.42-.27a2.11 2.11 0 0 1 1.23.03c.16.05.19 0 .22-.08l.39-1.07c.04-.12-.06-.16-.1-.18M54.13 48.17c0 .08-.06.15-.14.15h-1.35c-.09 0-.15-.07-.15-.15V37.3c0-.09.06-.16.15-.16h1.35c.08 0 .14.07.14.16z"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-docusign.svg"> <rect width="269.5" height="89.5" x=".12" fill="#fff" rx="7.75" ry="7.75"/> <path d="M72.28 52.56c5.13 0 7.13-3.13 7.13-8.49s-2.34-9.1-6.98-9.1h-5.2v17.6h5.05ZM61.76 30.3H73.1c7.2 0 11.84 5.81 11.84 13.77 0 4.38-1.47 8.23-4.3 10.6-2 1.66-4.6 2.6-8 2.6h-10.9V30.3Zm38.82 17.32c0-3.77-1.78-6.34-4.9-6.34-3.18 0-4.91 2.57-4.91 6.34s1.73 6.3 4.9 6.3c3.13 0 4.9-2.53 4.9-6.3m-15 0c0-5.77 4.1-10.23 10.1-10.23s10.11 4.46 10.11 10.23-4.11 10.23-10.1 10.23-10.12-4.46-10.12-10.23m21.07 0c0-5.77 3.77-10.23 9.66-10.23 5.01 0 8.1 2.91 8.78 7.1h-5.01a3.55 3.55 0 0 0-3.55-2.98c-3.1 0-4.68 2.37-4.68 6.11 0 3.66 1.47 6.11 4.6 6.11 2.08 0 3.55-1.1 3.9-3.28h4.93c-.34 4.11-3.54 7.4-8.71 7.4-6.11 0-9.92-4.46-9.92-10.23m32 9.66v-2.26h-.12a6.2 6.2 0 0 1-5.55 2.79c-4.3 0-6.71-2.76-6.71-6.98v-12.9h5.1v12.03c0 2.26 1.01 3.5 3.2 3.5 2.41 0 3.88-1.8 3.88-4.37V37.92h5.13v19.36h-4.94Zm29.93 0h5.13V37.92h-5.13zm0-22.06h5.13v-4.8h-5.13zm20.8 11.53c0-2.83-1.51-5.24-4.6-5.24-2.6 0-4.34 2.03-4.34 5.28 0 3.28 1.73 5.2 4.37 5.2 3.25 0 4.57-2.37 4.57-5.24m-13.55 11.1h5.1c.41 1.2 1.5 2.15 3.88 2.15 2.9 0 4.3-1.4 4.3-4.04v-2.12h-.11a6.26 6.26 0 0 1-5.06 2.27c-4.3 0-8.52-3.4-8.52-9.24 0-5.78 3.47-9.48 8.37-9.48 2.42 0 4.2.95 5.36 2.57h.08v-2.04h4.94v17.89c0 2.71-.87 4.56-2.3 5.88-1.63 1.51-4.12 2.2-6.98 2.2-5.28 0-8.53-2.27-9.06-6.04m25.56-17.29h.11a6.29 6.29 0 0 1 5.73-3.16c4 0 6.68 3.01 6.68 7.24v12.64h-5.13V45.39c0-2.07-1.2-3.54-3.36-3.54-2.26 0-3.92 1.8-3.92 4.45v10.98h-5.13V37.92h5.02v2.65Zm-44.5.46c-4-.87-5.89-1.51-5.89-3.7 0-1.92 1.93-3.17 4.87-3.17 2.68 0 4.74 1.26 5.16 3.77h5.26c-.54-5.24-4.42-8.1-10.38-8.1-6 0-10.34 2.75-10.34 8.07 0 5.62 4.41 6.9 9.24 8 4.11.94 6.68 1.47 6.68 4.1 0 2.5-2.45 3.48-5.24 3.48-3.85 0-5.7-1.28-6.08-4.53h-5.35c.19 5.7 4.34 8.94 11.65 8.94 6.08 0 10.5-3.05 10.5-8.52 0-5.81-4.54-7.13-10.08-8.34"/> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 269.76 89.64" class="h-full" id="integrations-scroller/scroller-jira.svg"> <rect width="269.5" height="89.5" x=".07" fill="#fff" rx="7.75" ry="7.75"/> <path fill="#253858" d="M142.5 27.24a2.8 2.8 0 0 0-2.7 3 3 3 0 1 0 6 0 2.8 2.8 0 0 0-3-3zM130.1 29l.02 23.15c0 3.28-1.32 5.55-5.12 5.55-1.59.01-3.17-.28-4.65-.85v4.38c1.74.59 3.57.88 5.4.85 6.21 0 8.86-4.18 8.86-10.23V29h-4.5Zm33.47 7.46c-4.3 0-6.6 2.02-7.96 4.78v-4.4h-4.2v25.03h4.2V47.09c0-5.3 3.35-6.97 8.85-6.4v-4.2zm-22.96.39h4.3v25h-4.3zm44.01 0v4.4c-1.5-3.26-4.3-4.9-7.96-4.9-7 0-10.5 5.95-10.5 13 0 7.35 3.35 13 10 13 3.85 0 6.85-1.7 8.45-5v4.5h4.31v-25zm0 13.5c0 5.55-3.45 8-7.3 8-4.46 0-6.86-3-6.88-9.03 0-5.8 2.5-9 7.35-9 3.68 0 6.83 2.45 6.83 8z"/> <path fill="#2684ff" d="M109.15 44.21 90.62 25.68l-1.8-1.8L68.5 44.22a1.7 1.7 0 0 0 0 2.41l12.74 12.74 7.58 7.58 20.33-20.32a1.7 1.7 0 0 0 0-2.4Zm-20.33 7.57-6.36-6.36 6.36-6.37 6.37 6.37z"/> <path fill="#0458d2" d="M88.82 39.05a10.72 10.72 0 0 1-.04-15.11L74.85 37.86l7.58 7.58 6.4-6.39Zm6.38 6.35-6.38 6.38a10.72 10.72 0 0 1 0 15.16l13.97-13.96z"/> </svg> </li> </ul> <ul class="flex items-center py-gut/2" style="animation: infinite-scroll-to-left 50s linear infinite;" aria-hidden="true"> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.48 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-googlecloud.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-delinea.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 404.48 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-workato.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-slack.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 134.88 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-salesforce.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-docusign.svg"></use> </svg> </li> <li class="rounded h-4gut md:h-6gut flex items-center mr-gut" style="box-shadow: 0 0 3px 3px #f1f1f1;"> <svg viewBox="0 0 269.76 89.64" class="h-full"> <use xlink:href="#integrations-scroller/scroller-jira.svg"></use> </svg> </li> </ul> </div> </div> </section> <style> .carousel-wrapper::-webkit-scrollbar { display: none; } </style> <section data-track-organism="carousel-customers" class="grid-container py-glg-xl bg-white dark:bg-gray-xdark " id="customers"> <div class="col-start-main-start col-end-main-end mb-glg-base px-glg-md"> <section class="cms grid justify-items-center text-center " > <h2 class="font-bold text-cosmic-ocean"> Trusted by over 25,000 companies. </h2> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/customers/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See our customers","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/customers\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See our customers<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </section> </div> <div class="col-start-main-start col-end-main-end mb-glg-lg px-glg-md "> <div class="nav flex justify-center md:justify-between gap-gmd-base md:gap-glg-md"> <span id="carcust-nav-mbl-0" class="carcust-nav-mbl md:hidden w-gmd-base h-gmd-base border border-green rounded-full cursor-pointer"></span> <div id="carcust-nav-0" class="carcust-nav hidden hover:bg-gray-xlight md:flex mx-auto border-b-4 border-gray-xdark basis-1/5 justify-center p-2 cursor-pointer"> <span class="pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 433.42 97.42" width="120" height="100"> <path fill="#2d8cff" fill-rule="evenodd" d="M352.89 29.22c1.66 2.86 2.2 6.11 2.38 9.77l.24 4.87v34.08l.24 4.88c.48 7.97 6.36 13.86 14.38 14.36l4.85.24V43.86l.24-4.87c.2-3.62.74-6.93 2.42-9.81a19.45 19.45 0 0 1 33.7.06c1.66 2.86 2.17 6.17 2.37 9.75l.24 4.86v34.09l.24 4.88c.5 8.01 6.33 13.9 14.38 14.36l4.85.24V38.99A38.98 38.98 0 0 0 394.47.02a38.85 38.85 0 0 0-29.22 13.2A38.88 38.88 0 0 0 336.03.02c-8.09 0-15.6 2.45-21.82 6.69-3.79-4.23-12.28-6.69-17.16-6.69v97.4l4.87-.24c8.15-.54 14.04-6.27 14.36-14.36l.26-4.88V43.86l.24-4.87c.2-3.68.72-6.91 2.38-9.79a19.48 19.48 0 0 1 33.72.02h.01ZM19.46 97.18l4.87.24h73.05l-.24-4.86c-.66-8.01-6.33-13.86-14.36-14.38l-4.87-.24H34.09l58.43-58.45-.24-4.85C91.9 6.55 85.99.71 77.92.26L73.05.04 0 .02l.24 4.87c.64 7.93 6.39 13.9 14.36 14.36l4.88.24H63.3L4.87 77.94l.24 4.87c.48 8.03 6.27 13.84 14.36 14.36Zm258.48-82.91a48.7 48.7 0 0 1 0 68.87 48.7 48.7 0 1 1 .01-68.87h-.01Zm-13.78 13.79a29.23 29.23 0 1 1-41.35 41.33 29.23 29.23 0 0 1 41.35-41.33ZM141.25 0a48.7 48.7 0 1 1-34.47 83.14A48.7 48.7 0 0 1 141.2.01h.06-.01Zm20.63 28.04a29.23 29.23 0 1 1-41.35 41.33 29.23 29.23 0 0 1 41.35-41.33Z"/> </svg> </span> </div> <span id="carcust-nav-mbl-1" class="carcust-nav-mbl md:hidden w-gmd-base h-gmd-base border border-green rounded-full cursor-pointer"></span> <div id="carcust-nav-1" class="carcust-nav hidden hover:bg-gray-xlight md:flex mx-auto border-b-4 border-gray-xdark basis-1/5 justify-center p-2 cursor-pointer"> <span class="pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" tabindex="-1" viewBox="0 0 68 29" width="100" height="100"><g fill="#003998" fill-rule="evenodd"><path d="M0 0v29h8.18l-.021-9.375h8.03v-7.912H8.226V7.929H18L17.463 0zM57.98 0l-3.519 6.261L51.01 0h-9.518l8.323 13.998L41 28.983l9.251.017 4.097-7.348 4.149 7.331H68l-8.978-15.082L67.181 0z"/><path d="M31.04 22.089a2.376 2.376 0 0 1-2.377-2.376l.003-11.47c0-1.311 1.061-2.485 2.374-2.485 1.311 0 2.478 1.174 2.478 2.486v11.502c0 1.313-1.167 2.343-2.479 2.343M31 0c-7.732 0-14 6.268-14 14s6.268 14 14 14 14-6.268 14-14S38.733 0 31 0"/></g></svg> </span> </div> <span id="carcust-nav-mbl-2" class="carcust-nav-mbl md:hidden w-gmd-base h-gmd-base border border-green rounded-full cursor-pointer"></span> <div id="carcust-nav-2" class="carcust-nav hidden hover:bg-gray-xlight md:flex mx-auto border-b-4 border-gray-xdark basis-1/5 justify-center p-2 cursor-pointer"> <span class="pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 541.86 166.01" width="150" height="100"> <g fill-rule="evenodd"> <path fill="#00528a" d="M153.95 86.17a31.9 31.9 0 0 1-5.72 2.19 96.05 96.05 0 0 1-7.47 1.71c-2.78.5-5.65.76-8.65.76-6.41 0-12.34-.95-17.77-2.88a36.72 36.72 0 0 1-14.05-8.72 41.08 41.08 0 0 1-9.23-14.32c-2.25-5.66-3.36-12.09-3.36-19.3s1.11-13.66 3.36-19.31a40.43 40.43 0 0 1 9.36-14.32 39.94 39.94 0 0 1 14.42-8.92A53.99 53.99 0 0 1 133.34 0c5.35 0 10.24.57 14.65 1.71a66.5 66.5 0 0 1 11.74 4.15 17.34 17.34 0 0 0-1.58 4.84c-.4 2.03-.72 3.74-.97 5.09l-.73.26a29.13 29.13 0 0 0-3.4-3.45 37.7 37.7 0 0 0-5.12-3.68 31.22 31.22 0 0 0-6.57-3.01 26.05 26.05 0 0 0-8.03-1.19c-4.8 0-9.24.79-13.33 2.41a28.68 28.68 0 0 0-10.72 7.44c-3.03 3.38-5.41 7.62-7.11 12.75-1.71 5.14-2.56 11.24-2.56 18.29s.85 13.14 2.56 18.29c1.7 5.13 4.08 9.38 7.11 12.74A28.48 28.48 0 0 0 120 84.08a35.66 35.66 0 0 0 13.33 2.43c2.91 0 5.62-.39 8.08-1.14a41.68 41.68 0 0 0 12.43-6.18c1.66-1.24 3.05-2.31 4.18-3.25l.5.5-1.09 7.51a15.8 15.8 0 0 1-3.48 2.23m66.36-45.7a27.69 27.69 0 0 0-5.62-10.11 22.5 22.5 0 0 0-8.46-5.92c-3.24-1.27-6.75-1.91-10.53-1.91s-7.19.64-10.43 1.91a22.62 22.62 0 0 0-8.47 5.92 28.14 28.14 0 0 0-5.63 10.11c-1.35 4.07-2.02 8.9-2.02 14.49s.67 10.41 2.02 14.5a27.9 27.9 0 0 0 5.63 10.09 22.42 22.42 0 0 0 8.47 5.92c3.24 1.28 6.71 1.92 10.43 1.92s7.29-.63 10.53-1.92a22.28 22.28 0 0 0 8.46-5.92 27.76 27.76 0 0 0 5.63-10.09c1.35-4.09 2.03-8.91 2.03-14.5s-.68-10.42-2.03-14.49m-57.94-.81a31.77 31.77 0 0 1 7.41-11.36 31.38 31.38 0 0 1 11.39-7.09c4.43-1.6 9.27-2.43 14.52-2.43s10.19.82 14.62 2.43a31.34 31.34 0 0 1 11.4 7.09 31.82 31.82 0 0 1 7.41 11.36c1.76 4.48 2.65 9.58 2.65 15.31s-.88 10.83-2.64 15.3c-1.76 4.48-4.24 8.26-7.41 11.36s-6.97 5.4-11.4 6.93c-4.43 1.51-9.29 2.26-14.62 2.26s-10.09-.76-14.52-2.26a30.1 30.1 0 0 1-11.4-6.93 31.68 31.68 0 0 1-7.41-11.36c-1.77-4.47-2.65-9.59-2.65-15.31s.88-10.82 2.65-15.31m105.83-3.56c2.61-4.31 5.3-9.04 8.07-14.18 1.46.34 2.68.5 3.68.5s2.21-.16 3.67-.5l-11.11 15.55a297.24 297.24 0 0 0-10.51 15.75 930.43 930.43 0 0 0 23 37.61c-.92-.14-1.85-.21-2.78-.21h-5.55c-.94 0-1.86.07-2.78.21a929.97 929.97 0 0 1-7.88-14.9 163.98 163.98 0 0 0-8.98-15.18 288.94 288.94 0 0 0-9.43 15.19c-2.9 5.06-5.75 10.01-8.52 14.9-.64-.13-1.29-.2-1.94-.21h-3.46c-.64 0-1.28.07-1.94.21a571.45 571.45 0 0 0 11.6-16.85 1097 1097 0 0 0 11.3-17.36c-3.4-5.81-6.85-11.6-10.35-17.34-3.54-5.79-7.09-11.58-10.66-17.35.92.13 1.82.25 2.68.35a22.86 22.86 0 0 0 5.34 0c.87-.1 1.75-.22 2.67-.35a211 211 0 0 0 7.05 13.29c2.52 4.37 5.28 9.11 8.33 14.19 2.92-4.37 5.75-8.8 8.48-13.3"/> <path fill="#a6a9ab" d="M20.68 130.86c1.88 0 3.84.03 5.87.09 2.03.08 4 .11 5.88.11 2.03 0 4.06-.02 6.1-.04 2.02-.04 4.06-.1 6.1-.16l-12.08-26.14-11.87 26.14Zm48.22 32a21.5 21.5 0 0 0-2.89-.22h-5.76c-.91 0-1.86.07-2.88.22-.64-1.92-1.33-3.83-2.07-5.72-.93-2.35-1.89-4.68-2.89-7l-3.21-7.4c-1.08-2.51-2.1-4.88-3.04-7.15-2.33-.07-4.69-.12-7.08-.15a430.85 430.85 0 0 0-20.47.15 429.52 429.52 0 0 0-6.31 15.29 157.9 157.9 0 0 0-4.25 11.98c-1.23-.14-2.57-.21-4.02-.21s-2.81.06-4.03.21a2614.4 2614.4 0 0 0 17.2-35.81 5044.05 5044.05 0 0 0 16.88-36.22h2.07a3556.26 3556.26 0 0 0 18.18 41.06c3.58 7.95 7.23 15.87 10.94 23.76a104.8 104.8 0 0 0 3.64 7.21h-.01Zm40.66-47.16a87.2 87.2 0 0 0-.41-8.98l1.72.3a8.68 8.68 0 0 0 4.11-.29 334.7 334.7 0 0 0-.9 15.87l-.34 9.66c-.1 3.2-.18 6.41-.24 9.61a31.62 31.62 0 0 1-1.68 10.17 21.22 21.22 0 0 1-4.55 7.61 18.9 18.9 0 0 1-7.26 4.75 27.84 27.84 0 0 1-9.87 1.61c-8.2 0-14.16-1.92-17.88-5.75-3.72-3.85-5.57-9.93-5.57-18.21 0-2.66.07-5.02.21-7.07.14-2.1.2-4.21.2-6.31 0-4.74-.06-8.95-.17-12.61-.09-3.1-.2-6.21-.32-9.31.65.11 1.36.21 2.13.3.76.09 1.48.12 2.13.12.6 0 1.19-.03 1.77-.12l1.76-.3a158.5 158.5 0 0 0-.32 4.86c-.11 2-.22 4.28-.33 6.82a448.87 448.87 0 0 0-.33 17.36c0 1.92.03 3.92.09 5.97.05 2.07.25 4.07.57 6.02s.85 3.81 1.59 5.59a13.88 13.88 0 0 0 3.15 4.65 14.2 14.2 0 0 0 5.17 3.14c2.08.76 4.65 1.14 7.72 1.14s5.53-.45 7.58-1.35a14.5 14.5 0 0 0 5.04-3.56 16.1 16.1 0 0 0 3.07-5.08 30.13 30.13 0 0 0 1.6-6c.33-2.09.52-4.18.57-6.27.06-1.92.08-3.84.09-5.76 0-8.03-.03-14.2-.09-18.55m27.62-4.98-4.63.03c-1.62.05-3.24.09-4.85.18a90.15 90.15 0 0 0-8.71.69c.28-.98.43-1.86.43-2.63 0-.6-.15-1.44-.43-2.54 3.74.11 7.39.2 10.96.28a435.2 435.2 0 0 0 21.93 0c3.65-.08 7.3-.18 10.96-.28-.28 1.1-.41 1.97-.41 2.63 0 .71.14 1.56.41 2.54a68.24 68.24 0 0 0-4.04-.42c-1.55-.11-3.11-.2-4.67-.27-1.61-.09-3.23-.13-4.84-.18-1.62 0-3.16-.03-4.64-.03-.17 5.66-.25 11.32-.25 16.98v14.12c0 3.61.07 7.17.21 10.66.14 3.51.3 6.96.47 10.34a52.85 52.85 0 0 0-8.34 0c.18-3.38.34-6.83.47-10.34.14-3.49.22-7.05.22-10.66v-14.12c0-5.68-.09-11.35-.26-16.98m75.21 10.51a22.36 22.36 0 0 0-4.89-8.34 19.59 19.59 0 0 0-7.36-4.9c-2.82-1.05-5.87-1.57-9.17-1.57s-6.26.52-9.06 1.57-5.32 2.72-7.37 4.9a22.63 22.63 0 0 0-4.89 8.34c-1.17 3.36-1.76 7.35-1.76 11.97s.58 8.6 1.75 11.98a22.75 22.75 0 0 0 4.89 8.33 19.6 19.6 0 0 0 7.37 4.89 25.47 25.47 0 0 0 9.06 1.58c3.3 0 6.35-.53 9.17-1.58a19.64 19.64 0 0 0 7.36-4.89 22.47 22.47 0 0 0 4.89-8.33c1.17-3.38 1.76-7.37 1.76-11.98s-.59-8.61-1.76-11.97m-50.39-.67a26.44 26.44 0 0 1 6.44-9.38 27.54 27.54 0 0 1 9.91-5.85c3.85-1.33 8.06-2.01 12.62-2.01s8.88.68 12.73 2.01a27.6 27.6 0 0 1 9.91 5.85 26.37 26.37 0 0 1 6.45 9.38c1.52 3.7 2.29 7.91 2.29 12.65s-.76 8.95-2.29 12.65a26.42 26.42 0 0 1-6.45 9.38 26.52 26.52 0 0 1-9.91 5.73c-3.85 1.24-8.08 1.86-12.73 1.86s-8.77-.62-12.62-1.86a26.74 26.74 0 0 1-9.91-5.73 26.22 26.22 0 0 1-6.44-9.38c-1.54-3.7-2.3-7.92-2.3-12.65s.77-8.94 2.3-12.65m84.5 8.12c4.03 7.41 8.11 14.8 12.24 22.15l2.4-4.38a902.3 902.3 0 0 1 3.65-6.58c1.38-2.46 2.86-5.12 4.45-8.01 1.59-2.92 3.2-5.83 4.81-8.74 1.63-2.95 3.25-5.86 4.85-8.7l4.48-7.97h1.09a2513 2513 0 0 1 1.7 14.94 2781.67 2781.67 0 0 0 3.28 27.95 515.2 515.2 0 0 0 1.82 13.48c-.64-.11-1.3-.16-1.95-.17h-3.89c-.64 0-1.29.06-1.95.17-.59-6.92-1.2-13.85-1.84-20.77a543.72 543.72 0 0 0-2.23-20.54h-.17c-3.78 6.71-7.52 13.43-11.23 20.18a299 299 0 0 0-10.49 20.96h-.74a707.34 707.34 0 0 0-10.42-20.33c-3.68-6.91-7.32-13.85-10.91-20.81h-.15L234 132.36c-.89 7.4-1.65 14.81-2.29 22.23-.24 2.75-.37 5.5-.4 8.25a25.5 25.5 0 0 0-5.81 0c.72-4.34 1.46-8.93 2.24-13.76a902.25 902.25 0 0 0 4.23-29.03c.61-4.76 1.13-9.28 1.58-13.57h1.41a780.05 780.05 0 0 0 11.56 22.23m100.58-7.45a22.8 22.8 0 0 0-4.91-8.34 19.55 19.55 0 0 0-7.35-4.9c-2.82-1.05-5.87-1.57-9.15-1.57s-6.26.52-9.07 1.57a19.62 19.62 0 0 0-7.37 4.9 22.63 22.63 0 0 0-4.89 8.34c-1.17 3.36-1.76 7.35-1.76 11.97s.59 8.6 1.76 11.98a22.75 22.75 0 0 0 4.89 8.33 19.68 19.68 0 0 0 7.37 4.89 25.52 25.52 0 0 0 9.07 1.58c3.29 0 6.34-.53 9.15-1.58a19.53 19.53 0 0 0 7.35-4.89 22.92 22.92 0 0 0 4.91-8.33c1.16-3.38 1.75-7.37 1.75-11.98s-.59-8.61-1.75-11.97m-50.4-.67a26.42 26.42 0 0 1 6.43-9.38c2.77-2.58 6.07-4.52 9.92-5.85s8.05-2.01 12.63-2.01 8.85.68 12.71 2.01a27.51 27.51 0 0 1 9.91 5.85 26.22 26.22 0 0 1 6.44 9.38c1.54 3.7 2.29 7.91 2.29 12.65s-.76 8.95-2.29 12.65a26.4 26.4 0 0 1-6.44 9.38 26.52 26.52 0 0 1-9.91 5.73c-3.86 1.24-8.08 1.86-12.71 1.86s-8.78-.62-12.63-1.86a26.7 26.7 0 0 1-9.92-5.73 26.33 26.33 0 0 1-6.43-9.38c-1.54-3.7-2.31-7.92-2.31-12.65s.77-8.94 2.31-12.65m75.37-9.84-4.62.03c-1.62.05-3.24.09-4.85.18-1.62.07-3.17.17-4.67.27-1.5.12-2.85.26-4.03.42.27-.98.42-1.86.42-2.63 0-.6-.16-1.44-.43-2.54 3.73.11 7.39.2 10.96.28a433.83 433.83 0 0 0 21.92 0c3.66-.08 7.31-.17 10.96-.28-.28 1.1-.44 1.97-.44 2.63 0 .71.16 1.56.44 2.54-1.2-.16-2.54-.3-4.04-.42-1.56-.11-3.12-.2-4.68-.27-1.62-.09-3.23-.13-4.84-.18-1.62 0-3.16-.03-4.63-.03-.18 5.66-.27 11.32-.27 16.98v14.12c0 3.61.08 7.17.21 10.66l.47 10.34a52.85 52.85 0 0 0-8.33 0c.17-3.38.33-6.83.48-10.34.13-3.49.21-7.05.21-10.66v-14.12c0-5.68-.09-11.35-.27-16.98m35.61 6.36c-.16-3.47-.33-7.02-.53-10.63.84.11 1.64.2 2.4.28a19.53 19.53 0 0 0 4.59 0l2.4-.28c-.19 3.54-.36 7.08-.52 10.63-.17 3.54-.25 7.08-.25 10.62v14.12c0 3.61.07 7.17.25 10.66.15 3.51.33 6.96.52 10.34a66.87 66.87 0 0 0-9.4 0c.21-3.38.37-6.83.53-10.34.16-3.49.25-7.05.25-10.66v-14.12c0-3.54-.08-7.08-.25-10.62m31.78 36.86a3455.16 3455.16 0 0 0-18.7-46.15c.77.11 1.53.21 2.26.29 1.39.18 2.8.18 4.19 0 .73-.08 1.48-.18 2.26-.29a551.36 551.36 0 0 0 8.76 24.21c1.68 4.3 3.38 8.59 5.08 12.88 1.73 4.34 3.49 8.67 5.27 12.95a520.14 520.14 0 0 0 10.41-26.04l3.4-9.18a428.78 428.78 0 0 0 5.24-14.83c1.23.29 2.26.43 3.1.43s1.87-.14 3.1-.43c-4.3 9.69-8.49 19.43-12.57 29.22-4 9.59-7.86 19.25-11.58 28.95a21.36 21.36 0 0 0-5.54 0c-1.55-4.01-3.11-8.02-4.69-12.02m40.26-36.97c-.14-3.5-.3-7-.48-10.5 2.59.11 5.17.2 7.75.28a221.16 221.16 0 0 0 15.44 0c2.54-.08 5.11-.18 7.7-.28a12 12 0 0 0 0 4.92c-1.84-.1-3.53-.22-5.06-.32a260.46 260.46 0 0 0-10.42-.61c-2.43-.09-4.85-.13-7.28-.12-.05 1.75-.12 3.41-.22 5a98.37 98.37 0 0 0-.12 5.43c0 2.12 0 4.21.05 6.23l.04 4.6c4.12 0 8.25-.1 12.37-.3a213.94 213.94 0 0 0 8.66-.53 12.43 12.43 0 0 0 0 5c-1.74-.18-3.48-.32-5.23-.41a149.3 149.3 0 0 0-5.98-.21l-5.63-.08c-1.4-.02-2.79-.04-4.19-.04 0 .49-.02 1.02-.04 1.59-.04.73-.05 1.45-.05 2.18v8.12c0 3.11.01 5.69.05 7.7.02 2.02.07 3.56.13 4.6h6.05a169.49 169.49 0 0 0 12.42-.46c1.64-.1 3.27-.3 4.89-.61-.12.38-.18.8-.22 1.27l-.03 1.26c0 .89.09 1.6.26 2.14-2.58-.11-5.16-.17-7.74-.17h-15.7c-2.6 0-5.22.06-7.88.17.18-3.5.33-6.99.48-10.45.15-3.54.22-7.09.22-10.63v-14.11c0-3.62-.07-7.17-.22-10.68m46.94-9.21h-3.57v-1.29h9.4v1.29h-3.58v11.23h-2.24v-11.23h-.01Zm13.64 5.85a61.65 61.65 0 0 1-.13-4.9h-.08a58.2 58.2 0 0 1-.98 4.35l-1.51 5.87h-.92l-1.44-5.63a60.03 60.03 0 0 1-1.05-4.6h-.04c.03 1.46-.08 3.22-.15 5l-.25 5.28h-1.26l.75-12.53h1.54l1.42 5.73c.45 1.65.75 2.88 1.01 4.33h.06c.22-1.46.51-2.65.91-4.33l1.41-5.73h1.58l.72 12.53h-1.32l-.27-5.39v.02Z"/> </g> </svg> </span> </div> <span id="carcust-nav-mbl-3" class="carcust-nav-mbl md:hidden w-gmd-base h-gmd-base border border-green rounded-full cursor-pointer"></span> <div id="carcust-nav-3" class="carcust-nav hidden hover:bg-gray-xlight md:flex mx-auto border-b-4 border-gray-xdark basis-1/5 justify-center p-2 cursor-pointer"> <span class="pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 599.99 128.96" width="170" height="100"> <path d="M55.15.04c5.38 2.9 8 7.6 8.74 13.49.12.92.58.6 1.07.45a12.67 12.67 0 0 1 9.96 1.12c.93.51 1.13 1 .52 1.93a12.49 12.49 0 0 1-8.5 5.78c-.87.16-.99.46-.73 1.19 2 5.67 5.48 10.18 10.7 13.22 3.5 2.04 8.56.78 11.33-2.63.27-.33.51-.67.77-1.03.54.15.67.65.94 1a9.77 9.77 0 0 0 12.96 2.17 26.4 26.4 0 0 0 6.43-6.09c.71-.92.5-1.21-.5-1.62a12.24 12.24 0 0 1-6.63-6.61c-.39-.87-.31-1.3.73-1.57A12.5 12.5 0 0 1 112.5 22c.91.51 1.12.39 1.28-.65.82-5.32 4.99-9.52 10.07-10.14-1.09 2.64-2.17 5.22-3.21 7.81-4.57 11.35-7.5 23.15-9.51 35.19-.4 2.41-.78 4.83-1.23 7.23-.51 2.69-2.29 4.46-4.48 5.89-.37.24-.83.45-1.15.06-.27-.33.11-.69.28-1.01.22-.41.51-.79.72-1.21 1.35-2.82.38-5.31-2.57-6.31-3.54-1.2-7.24-1.29-10.91-1.08-12.9.73-25.3 3.71-37.22 8.64-4.14 1.71-8.15 3.7-11.64 6.57-.54.45-1.07.93-1.53 1.46-2.25 2.55-1.71 5.32 1.33 7.16.51.31 1.56.39 1.25 1.22-.25.65-1.18.36-1.79.26-2.53-.4-4.71-1.32-6.33-3.52-5.45-7.39-11.12-14.62-17.63-21.14A172.68 172.68 0 0 0 .74 43.04c-.22-.16-.42-.39-.74-.34v-.28c4.38-1.84 8.16-.41 11.74 2.13.58.41 1.19.8 1.67 1.3.89.94 1.51.98 2.45-.09 2.01-2.28 4.34-4.16 7.36-5.03.93-.27 1.26-.07 1.35.89.31 3.61-.35 6.95-2.75 9.77-.68.79-.35 1.03.37 1.36 2.15 1 4.39 1.67 6.71 2.12 3.72.72 7.02.06 9.68-2.82 1.59-1.72 2.29-3.82 2.56-6.19l.84.38c4.92 2.24 9.97.55 12.51-4.2 1.39-2.6 2.3-5.37 2.63-8.29a21.6 21.6 0 0 0-.19-7.17c-.2-.89-.57-1.27-1.66-.92-3.35 1.09-6.57.59-9.69-1.03-1.19-.61-1.13-1.18-.5-2.15a12.24 12.24 0 0 1 7.86-5.54c.92-.2 1.24-.45.76-1.42a15.66 15.66 0 0 1-1.35-5.44A15.4 15.4 0 0 1 54.6 0h.57l-.02.04Zm176.17 113.59h-31.38c1.44-.79 2.55-1.35 3.49-2.2 2.3-2.09 3.24-4.56 2.21-7.61-.5-1.47-1.05-2.92-1.52-4.4-.21-.66-.58-.86-1.24-.86-4.05.02-8.11.02-12.16 0-.68 0-1.02.26-1.24.88a57.3 57.3 0 0 1-1.19 3.17c-1.89 4.58 0 8.95 4.1 10.9-.52.33-1.04.2-1.5.2h-18.24c-6.08 0-11.77-.05-17.66.02a9.74 9.74 0 0 1-8.3-4c-2.46-3.2-4.1-6.85-5.79-10.48-.87-1.88-1.73-3.76-2.49-5.68-.36-.92-.88-1.2-1.8-1.13-3.66.27-3.13-.6-3.13 3.18 0 3.25-.15 6.49.18 9.74.36 3.59 1.6 6.55 5.52 8.26h-26.61c.79-.7 1.57-1.28 2.21-1.99 2.25-2.51 3.16-5.56 3.17-8.84.04-8.9-.01-17.8-.05-26.7 0-.98-.08-1.99-.29-2.94-.61-2.82-2.05-5.03-4.85-6.39h32.54c3.42 0 6.77.41 9.92 1.86a11.1 11.1 0 0 1 5.74 13.66 13.61 13.61 0 0 1-6.13 7.48c-.67.38-.99.66-.58 1.49 2.89 5.87 5.79 11.73 9.75 16.99a19.3 19.3 0 0 0 4.56 4.59c.62.42 1.13.45 1.8.04a13.85 13.85 0 0 0 5.24-5.39c2.96-5.64 4.91-11.7 7.24-17.6 1.74-4.42 3.4-8.87 5.08-13.3.66-1.73 1.17-3.49.53-5.35-.75-2.18-2.49-3.33-4.78-4.4.7-.04 1.09-.07 1.48-.07 7.92 0 15.84.02 23.76-.03 1.18 0 1.71.33 2.09 1.47 3.65 10.92 7.36 21.82 11.06 32.72 1.75 5.16 4.32 9.72 9.28 12.71h-.02Zm-98.9-33.77v5.22c0 .62.06 1.13.88 1.12 2.2-.04 4.42.19 6.61-.24 2.59-.51 4.27-2.06 4.55-4.51.48-4.26-.69-7.3-5.47-7.83-1.9-.21-3.85-.03-5.77-.03-.74 0-.79.5-.79 1.06v5.22h-.01Zm64.08-1.62h-.39c-1.51 4.67-3.02 9.35-4.55 14.02-.23.7.14.81.7.8h8.34c.61 0 .86-.12.62-.82-1.59-4.66-3.15-9.33-4.72-14Z"/> <path d="M49.62 112.39c3.43-1.97 4.34-5.24 4.39-8.62.15-10.55.07-21.1 0-31.65 0-1.05.27-1.57 1.26-2a113.63 113.63 0 0 1 29.88-8.07c2.62-.34 5.07.85 7.47 1.79 8.36 3.28 12.63 9.75 14.15 18.3 1.58 8.91.63 17.59-3.24 25.77a33.62 33.62 0 0 1-21.05 18.26 58.34 58.34 0 0 1-39.18-1.26c-5.48-2.1-10.17-5.37-13.15-10.62-2.11-3.72-3.07-7.7-1.98-11.95 1.71-6.7 8.13-10.3 15.2-8.59 5.34 1.29 8.93 5.25 9.38 10.35.17 1.95.07 2.03-1.81 1.71a10.67 10.67 0 0 0-3.24-.1c-3.2.43-4.76 2.87-3.71 5.93 1.11 3.26 3.62 5.2 6.62 6.58 2.84 1.31 5.9 1.63 8.97 1.65a37.15 37.15 0 0 0 16.03-3.4c6.34-2.94 10.79-7.49 12.78-14.38 2.37-8.2 2.84-16.3-.67-24.27-1.88-4.27-4.9-7.45-9.6-8.69-1.84-.48-3.73-.47-5.62-.46-.55 0-.76.23-.73.76.02.38 0 .75 0 1.13 0 10.65.03 21.29-.02 31.94a13.2 13.2 0 0 0 3.16 8.83c.69.83.43 1.11-.33 1.51-2.76 1.46-5.79 1.98-8.82 2.33-4.72.55-9.41.42-13.88-1.51a9.3 9.3 0 0 1-2.29-1.27h.02Zm431.04-14.55c.02-.41.05-.82.05-1.23V77.4c0-1.37-.13-2.73-.37-4.07-.54-2.99-1.76-4.75-4.51-6.51h18.73c-3.55 2.13-4.3 5.46-4.32 9.04-.05 9.51-.04 19.02 0 28.54.01 3.64.75 7.02 4.51 9.27h-3.15c-6.13 0-12.25-.03-18.38.03-1.22 0-1.92-.32-2.59-1.39-5.92-9.5-11.92-18.96-17.9-28.43-.27-.43-.56-.84-.85-1.27-.51.3-.32.72-.32 1.05-.01 6.45-.02 12.9 0 19.35 0 1.6.19 3.19.56 4.75.64 2.65 2.4 4.39 5.13 5.82H437.2c4.31-1.66 4.82-5.24 4.87-8.85.12-10.16.44-20.34-.18-30.49-.18-2.99-1.17-5.73-4.18-7.29.33-.34.71-.21 1.04-.21 6.79 0 13.57 0 20.36-.03.96 0 1.51.3 2.03 1.12 5.95 9.38 11.94 18.73 17.91 28.09l1.29 2.01.27-.08h.05Zm65.8-13.19c-4.98-7.18-12.14-10.36-20.38-11.6-3.46-.52-6.63 1.39-8.36 4.82-1.46 2.89-1.7 6.06-1.96 9.19a38.05 38.05 0 0 0 1.07 12.88c.4 1.51.92 2.97 1.81 4.26a7.86 7.86 0 0 0 8.99 2.99 3.84 3.84 0 0 0 2.78-3.58c.12-3.05.1-6.12-.07-9.17-.16-2.66-1.49-4.62-4.18-5.5h24.36c-4.22 2.4-4.91 6.32-4.9 10.56v13.49c-.25.21-.43.15-.58.04-3.09-2.4-6.58-2.56-10.21-1.75-3.9.87-7.6 2.62-11.58 3.07-14.04 1.57-24.08-6.79-25.32-19.86-.37-3.84.04-7.6.84-11.35 1.86-8.66 7.47-13.69 15.71-16.02a29.28 29.28 0 0 1 17.38.44c1.61.53 3.24.94 4.92 1.25 3.11.57 5.99.11 8.8-1.85l.89 17.69Zm48.77-3.43c-1.5-1.49-2.77-2.72-4.02-3.97-4.1-4.11-9.13-5.6-14.8-5.14a10.2 10.2 0 0 0-5.77 2.42c-2.29 1.93-2.28 4.27.03 6.22 1.82 1.53 3.99 2.27 6.28 2.72 3.46.69 6.99.99 10.39 2 2.08.62 4.03 1.54 5.93 2.59 8.24 4.53 9.93 18.32-.76 24.09-3.22 1.74-6.7 2.44-10.31 2.61-3.88.19-7.68-.29-11.46-1.28-4.56-1.2-9.13-1.29-13.59 1.18-.41-3.38-.81-6.62-1.19-9.87-.38-3.22-.74-6.44-1.15-10.05a30.1 30.1 0 0 0 4.04 4.62c4.67 4.17 10 7.02 16.23 7.99 2.29.36 4.6.36 6.8-.62a5 5 0 0 0 2.4-2.09c1.07-1.86.83-3.23-.87-4.57-2.02-1.59-4.43-2.23-6.87-2.8-4.03-.94-8.07-1.84-11.87-3.57a19.71 19.71 0 0 1-5.96-4.2c-4.53-4.6-3.7-14.2 1.55-18.74 3.62-3.13 7.89-4.46 12.56-4.8 3.79-.28 7.51.32 11.23.92 2.84.46 5.71.78 8.53-.09.78-.24.96.05 1.04.75.5 4.43 1.03 8.86 1.6 13.68h.01ZM233.17 66.76h1.66c14.94 0 29.88.02 44.82-.03 1.35 0 1.76.31 1.73 1.7-.1 3.95-.03 7.9-.03 12.33-1.93-3.49-4.72-5.25-8.06-6.25a22.9 22.9 0 0 0-5.97-1.01c-3.67-.09-7.35-.12-11.02-.22-.99-.03-1.3.32-1.28 1.3.05 3.53.04 7.06 0 10.6 0 .84.21 1.21 1.11 1.13.89-.07 1.79-.03 2.68-.05 3.98-.07 6.94-1.81 8.75-5.41l.33-.62.48-.87v20.03l-.61-1.5c-1.23-2.97-3.55-4.57-6.62-5.1a26.04 26.04 0 0 0-5.07-.33c-.56 0-1.05.03-1.03.79.11 4.28-.31 8.58.24 12.84.42 3.24 2.06 5.77 5.27 7.56h-27.16c.03-.52.47-.59.73-.81 2.97-2.58 4.62-5.78 4.62-9.75 0-8.19-.05-16.39.03-24.58.04-4.74-1.19-8.79-5.6-11.73v-.02Zm102.26 16.16c-2.28-5.56-6.79-7.69-12.18-8.56-1.2-.19-2.42-.31-3.66-.31-.89 0-1.11.34-1.11 1.17.02 9.28-.09 18.55.06 27.83.07 4.57 2.02 8.27 6.6 10.52h-28.33c.1-.48.61-.48.94-.68 3.35-2.11 5.24-5.07 5.25-9.09 0-9.37-.03-18.74.04-28.11.01-1.41-.42-1.7-1.74-1.68-2.67.04-5.26.39-7.71 1.45-3.63 1.57-6.3 4.05-7.56 7.97V71.98c0-1.32.06-2.64-.02-3.95-.06-.97.23-1.3 1.24-1.28 3.3.06 6.6.02 9.9.02 12.25 0 24.51.02 36.76-.03 1.22 0 1.59.27 1.57 1.54-.08 4.88-.03 9.77-.03 14.65h-.02Zm9-16.19h16.47v11.49h-16.47z"/> <path d="M425.59 103.81c-.09-9.09-.08-18.18 0-27.27.03-4.02 1.28-7.52 5.17-9.51.03-.02 0-.15 0-.23h-25.89c3.51 2.63 5.04 5.09 5.1 8.69.17 9.98.15 19.97 0 29.95a9.22 9.22 0 0 1-2.34 5.91c-.74.87-1.42 1.09-2.53.53-5.24-2.64-9.47-6.47-13.21-10.89-5.89-6.95-9.9-15.09-14.22-23.02-.37-.68-.04-1.04.32-1.48 2.66-3.18 5.34-6.34 7.97-9.54 2.03-2.47 4.46-4.27 7.61-5.07 1.49-.38 2.92-.95 4.74-1.55h-21.69c.68.3 1.03.44 1.36.6 1.81.87 1.93 1.39.68 2.9l-16.57 20.04c-.28.34-.5.77-1.17.96V72.55l.03-1.62c0-.23 0-.42-.03-.59v-4.35h-22.03a10.67 10.67 0 0 1 5.55 9.37v2.85l.29.12c0 7.46.03 14.93-.02 22.39-.04 5.09-.39 10.12-5.83 12.88h27.13c-2.18-1.59-3.01-2.57-3.8-4.66-1.18-3.13-1.34-6.43-1.41-9.72 0-.31.08-.69.26-.93 1.57-2.11 3.18-4.19 4.87-6.42 1.71 2.73 3.25 5.27 4.86 7.75 2.39 3.67 4.82 7.33 8.13 10.27 2.57 2.29 5.5 3.8 9.03 3.8 14.28 0 28.56-.02 42.84-.04.07 0 .14-.08.3-.18-3.86-2.1-5.47-5.53-5.51-9.67h.01Z"/> </svg> </span> </div> <span id="carcust-nav-mbl-4" class="carcust-nav-mbl md:hidden w-gmd-base h-gmd-base border border-green rounded-full cursor-pointer"></span> <div id="carcust-nav-4" class="carcust-nav hidden hover:bg-gray-xlight md:flex mx-auto border-b-4 border-gray-xdark basis-1/5 justify-center p-2 cursor-pointer"> <span class="pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 388.51 170.14" width="100" height="100"> <path fill="#da2128" d="M387.42 147.09c.38-.31.65-.67.83-1.06.17-.4.26-.99.26-1.78v-57.9c0-.79-.09-1.39-.26-1.8s-.45-.76-.83-1.04c-.88-.69-2.92-1.04-6.1-1.04s-5.32.35-6.2 1.04c-.38.28-.65.63-.83 1.04a4.9 4.9 0 0 0-.26 1.8v57.9c0 1.29.36 2.24 1.09 2.84.88.69 2.95 1.04 6.2 1.04s5.22-.35 6.1-1.04m-43.2.33a21.99 21.99 0 0 0 8.16-4.73c2.13-2.02 3.69-4.41 4.68-7.17s1.49-5.76 1.49-9.01V86.35c0-1.36-.35-2.3-1.04-2.84-.95-.69-2.98-1.04-6.1-1.04s-5.31.35-6.2 1.04c-.41.28-.69.63-.85 1.04a5.2 5.2 0 0 0-.24 1.8v39.97c0 1.58-.28 3.19-.83 4.85s-1.76 3.03-3.62 4.12-4.32 1.63-7.38 1.63c-2.11 0-3.92-.25-5.42-.76-1.5-.5-2.72-1.22-3.67-2.15s-1.64-2.05-2.08-3.36a13.52 13.52 0 0 1-.66-4.33V86.35c0-1.36-.35-2.3-1.04-2.84-.95-.69-2.98-1.04-6.1-1.04s-5.32.35-6.2 1.04c-.41.28-.69.63-.85 1.04a5.2 5.2 0 0 0-.24 1.8v40.16c0 3.25.5 6.25 1.49 9.01s2.55 5.15 4.68 7.17 4.85 3.6 8.16 4.73c3.31 1.14 7.29 1.7 11.92 1.7s8.61-.57 11.92-1.7m-70.76-.33c.38-.31.65-.67.8-1.06.16-.4.24-.99.24-1.78V94.86h14.43c1.07 0 1.94-.1 2.6-.31a2.66 2.66 0 0 0 1.56-1.35c.44-.85.78-2.03 1.02-3.55s.35-2.73.35-3.64a5.9 5.9 0 0 0-.19-1.73 1.84 1.84 0 0 0-.76-.97c-.25-.16-.6-.28-1.04-.35s-1.07-.12-1.89-.12h-44.94c-1.07 0-1.94.1-2.6.31a2.7 2.7 0 0 0-1.56 1.35c-.44.79-.78 1.83-1.02 3.12s-.35 2.63-.35 4.02c0 .79.06 1.38.19 1.77.13.4.39.72.8.97.51.32 1.47.47 2.89.47h16.08v49.39c0 1.36.36 2.3 1.09 2.84.88.69 2.95 1.04 6.2 1.04s5.15-.35 6.1-1.04M10.11 47.4h50.56c4.96 0 8.69 1.57 10.16 8.61 1.63 7.83.96 13.27-7.85 13.9l-15.87 1.13c11.68 73.82 79.99 97.88 117.17 18.37 6.16-13.16 8.17-15.55 14.91-13.88 9.14 2.27 10.39 6.97 6.04 20.23C153.07 193.77 45.01 203.6 23.8 72.71l-12.89.93C.42 74.39 0 65.54 0 60.62 0 50.89 3.62 47.4 10.11 47.4M193.93 0a18.76 18.76 0 1 1 0 37.52 18.76 18.76 0 0 1 0-37.52"/> </svg> </span> </div> </div> </div> <div class="col-start-body-start col-end-body-end md:col-start-main-start md:col-end-main-end flex items-center justify-center"> <div class="carousel-wrapper px-gmd-base md:px-0 pb-gmd-base flex flex-nowrap overflow-x-auto snap-mandatory snap-x "> <div class="carcust-slide w-[94%] sm:w-[45%] md:w-full p-gut/2 md:p-0 flex flex-col flex-none snap-center"> <div class="bg-white text-gray-xdark border-gray-light border md:border-none overflow-hidden h-full w-full shadow-lg md:shadow-none rounded-lg grid items-stretch md:grid-cols-2 md:px-glg-md"> <div class="flex flex-col w-full p-gmd-base place-self-end md:place-self-auto md:pr-glg-xl"> <div class="inline-block md:hidden mx-auto"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 433.42 97.42" width="120" height="100"> <path fill="#2d8cff" fill-rule="evenodd" d="M352.89 29.22c1.66 2.86 2.2 6.11 2.38 9.77l.24 4.87v34.08l.24 4.88c.48 7.97 6.36 13.86 14.38 14.36l4.85.24V43.86l.24-4.87c.2-3.62.74-6.93 2.42-9.81a19.45 19.45 0 0 1 33.7.06c1.66 2.86 2.17 6.17 2.37 9.75l.24 4.86v34.09l.24 4.88c.5 8.01 6.33 13.9 14.38 14.36l4.85.24V38.99A38.98 38.98 0 0 0 394.47.02a38.85 38.85 0 0 0-29.22 13.2A38.88 38.88 0 0 0 336.03.02c-8.09 0-15.6 2.45-21.82 6.69-3.79-4.23-12.28-6.69-17.16-6.69v97.4l4.87-.24c8.15-.54 14.04-6.27 14.36-14.36l.26-4.88V43.86l.24-4.87c.2-3.68.72-6.91 2.38-9.79a19.48 19.48 0 0 1 33.72.02h.01ZM19.46 97.18l4.87.24h73.05l-.24-4.86c-.66-8.01-6.33-13.86-14.36-14.38l-4.87-.24H34.09l58.43-58.45-.24-4.85C91.9 6.55 85.99.71 77.92.26L73.05.04 0 .02l.24 4.87c.64 7.93 6.39 13.9 14.36 14.36l4.88.24H63.3L4.87 77.94l.24 4.87c.48 8.03 6.27 13.84 14.36 14.36Zm258.48-82.91a48.7 48.7 0 0 1 0 68.87 48.7 48.7 0 1 1 .01-68.87h-.01Zm-13.78 13.79a29.23 29.23 0 1 1-41.35 41.33 29.23 29.23 0 0 1 41.35-41.33ZM141.25 0a48.7 48.7 0 1 1-34.47 83.14A48.7 48.7 0 0 1 141.2.01h.06-.01Zm20.63 28.04a29.23 29.23 0 1 1-41.35 41.33 29.23 29.23 0 0 1 41.35-41.33Z"/> </svg> </div> <div class="flex flex-col text-md text-center md:text-left"> <h3> “When every second counts, our business counts on PagerDuty.” </h3> </div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left"> <div class="font-bold text-black"><span class="hidden md:inline-block mr-2">-</span>Eric Yuan, Founder & CEO</div> </div> <div class="hidden md:block"> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/customer/zoom/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See how Zoom uses PagerDuty to power frictionless video conferencing for every customer","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/customer\/zoom\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See how Zoom uses PagerDuty to power frictionless video conferencing for every customer<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="border-t-4 w-1/3 my-gmd-base border-gray-light hidden md:block"></div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left text-black"> <div class="mx-auto md:m-0 mb-2 text-green"> <svg xmlns="http://www.w3.org/2000/svg" id="uuid-c5e52e78-9c99-44ef-8590-0e32371a2e9f" viewBox="0 0 42.6 42.6" width="24" height="24"><g id="uuid-fc2c6dc4-24c8-4873-a956-d939d9a08ff4"><polyline points="21.3 7.69 21.3 20.35 29.02 28.66" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><circle cx="21.3" cy="21.3" r="19.8" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/></g></svg> </div> <div class="text-lg"><1 min</div> <div class="">mean time to <br class="" >acknowledge</div> </div> </div> <div class="w-full place-self-end md:place-self-start md:rounded-lg overflow-hidden"> <img class="h-full w-full" width="1208" height="1000" alt="PagerDuty image" src="/wp-content/uploads/2023/10/customer-zoom.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/10/customer-zoom.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/10/customer-zoom.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/10/customer-zoom.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/10/customer-zoom.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/10/customer-zoom.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > </div> </div> </div> <div class="carcust-slide w-[94%] sm:w-[45%] md:w-full p-gut/2 md:p-0 flex flex-col flex-none snap-center"> <div class="bg-white text-gray-xdark border-gray-light border md:border-none overflow-hidden h-full w-full shadow-lg md:shadow-none rounded-lg grid items-stretch md:grid-cols-2 md:px-glg-md"> <div class="flex flex-col w-full p-gmd-base place-self-end md:place-self-auto md:pr-glg-xl"> <div class="inline-block md:hidden mx-auto"> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" tabindex="-1" viewBox="0 0 68 29" width="100" height="100"><g fill="#003998" fill-rule="evenodd"><path d="M0 0v29h8.18l-.021-9.375h8.03v-7.912H8.226V7.929H18L17.463 0zM57.98 0l-3.519 6.261L51.01 0h-9.518l8.323 13.998L41 28.983l9.251.017 4.097-7.348 4.149 7.331H68l-8.978-15.082L67.181 0z"/><path d="M31.04 22.089a2.376 2.376 0 0 1-2.377-2.376l.003-11.47c0-1.311 1.061-2.485 2.374-2.485 1.311 0 2.478 1.174 2.478 2.486v11.502c0 1.313-1.167 2.343-2.479 2.343M31 0c-7.732 0-14 6.268-14 14s6.268 14 14 14 14-6.268 14-14S38.733 0 31 0"/></g></svg> </div> <div class="flex flex-col text-md text-center md:text-left"> <h3> “It'd be hard for me to say that we have partnerships that are better than the one with PagerDuty.” </h3> </div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left"> <div class="font-bold text-black"><span class="hidden md:inline-block mr-2">-</span>Paul Cheesbrough, CEO Tubi Media Group</div> </div> <div class="hidden md:block"> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/customer/fox/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See how FOX uses PagerDuty to deliver world-class services to audiences. ","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/customer\/fox\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See how FOX uses PagerDuty to deliver world-class services to audiences. <span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="border-t-4 w-1/3 my-gmd-base border-gray-light hidden md:block"></div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left text-black"> <div class="mx-auto md:m-0 mb-2 text-green"> <svg xmlns="http://www.w3.org/2000/svg" id="uuid-8a5a2670-d6ee-46c5-a7a5-9fdc1c5351a2" viewBox="0 0 39.81 42.34" width="24" height="24"><g id="uuid-ad8a5469-ba9f-44cb-bd97-3c8f6ddf2b0c"><line x1="19.8" x2="19.8" y2="35.73" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><polyline points="35.77 21.22 19.8 37.19 3.83 21.22" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line y1="40.84" x2="39.81" y2="40.84" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line x1="19.8" x2="19.8" y2="35.73" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><polyline points="35.77 21.22 19.8 37.19 3.83 21.22" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line y1="40.84" x2="39.81" y2="40.84" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/></g></svg> </div> <div class="text-lg"></div> <div class="">reduced operating costs</div> </div> </div> <div class="w-full place-self-end md:place-self-start md:rounded-lg overflow-hidden"> <img class="h-full w-full" width="1200" height="1000" alt="PagerDuty image" src="/wp-content/uploads/2024/01/customer-fox-corporation.png" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2024/01/customer-fox-corporation.png 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2024/01/customer-fox-corporation.png 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2024/01/customer-fox-corporation.png 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2024/01/customer-fox-corporation.png 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2024/01/customer-fox-corporation.png 2160w" loading="lazy" onerror="onImageError.call(this)" > </div> </div> </div> <div class="carcust-slide w-[94%] sm:w-[45%] md:w-full p-gut/2 md:p-0 flex flex-col flex-none snap-center"> <div class="bg-white text-gray-xdark border-gray-light border md:border-none overflow-hidden h-full w-full shadow-lg md:shadow-none rounded-lg grid items-stretch md:grid-cols-2 md:px-glg-md"> <div class="flex flex-col w-full p-gmd-base place-self-end md:place-self-auto md:pr-glg-xl"> <div class="inline-block md:hidden mx-auto"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 541.86 166.01" width="150" height="100"> <g fill-rule="evenodd"> <path fill="#00528a" d="M153.95 86.17a31.9 31.9 0 0 1-5.72 2.19 96.05 96.05 0 0 1-7.47 1.71c-2.78.5-5.65.76-8.65.76-6.41 0-12.34-.95-17.77-2.88a36.72 36.72 0 0 1-14.05-8.72 41.08 41.08 0 0 1-9.23-14.32c-2.25-5.66-3.36-12.09-3.36-19.3s1.11-13.66 3.36-19.31a40.43 40.43 0 0 1 9.36-14.32 39.94 39.94 0 0 1 14.42-8.92A53.99 53.99 0 0 1 133.34 0c5.35 0 10.24.57 14.65 1.71a66.5 66.5 0 0 1 11.74 4.15 17.34 17.34 0 0 0-1.58 4.84c-.4 2.03-.72 3.74-.97 5.09l-.73.26a29.13 29.13 0 0 0-3.4-3.45 37.7 37.7 0 0 0-5.12-3.68 31.22 31.22 0 0 0-6.57-3.01 26.05 26.05 0 0 0-8.03-1.19c-4.8 0-9.24.79-13.33 2.41a28.68 28.68 0 0 0-10.72 7.44c-3.03 3.38-5.41 7.62-7.11 12.75-1.71 5.14-2.56 11.24-2.56 18.29s.85 13.14 2.56 18.29c1.7 5.13 4.08 9.38 7.11 12.74A28.48 28.48 0 0 0 120 84.08a35.66 35.66 0 0 0 13.33 2.43c2.91 0 5.62-.39 8.08-1.14a41.68 41.68 0 0 0 12.43-6.18c1.66-1.24 3.05-2.31 4.18-3.25l.5.5-1.09 7.51a15.8 15.8 0 0 1-3.48 2.23m66.36-45.7a27.69 27.69 0 0 0-5.62-10.11 22.5 22.5 0 0 0-8.46-5.92c-3.24-1.27-6.75-1.91-10.53-1.91s-7.19.64-10.43 1.91a22.62 22.62 0 0 0-8.47 5.92 28.14 28.14 0 0 0-5.63 10.11c-1.35 4.07-2.02 8.9-2.02 14.49s.67 10.41 2.02 14.5a27.9 27.9 0 0 0 5.63 10.09 22.42 22.42 0 0 0 8.47 5.92c3.24 1.28 6.71 1.92 10.43 1.92s7.29-.63 10.53-1.92a22.28 22.28 0 0 0 8.46-5.92 27.76 27.76 0 0 0 5.63-10.09c1.35-4.09 2.03-8.91 2.03-14.5s-.68-10.42-2.03-14.49m-57.94-.81a31.77 31.77 0 0 1 7.41-11.36 31.38 31.38 0 0 1 11.39-7.09c4.43-1.6 9.27-2.43 14.52-2.43s10.19.82 14.62 2.43a31.34 31.34 0 0 1 11.4 7.09 31.82 31.82 0 0 1 7.41 11.36c1.76 4.48 2.65 9.58 2.65 15.31s-.88 10.83-2.64 15.3c-1.76 4.48-4.24 8.26-7.41 11.36s-6.97 5.4-11.4 6.93c-4.43 1.51-9.29 2.26-14.62 2.26s-10.09-.76-14.52-2.26a30.1 30.1 0 0 1-11.4-6.93 31.68 31.68 0 0 1-7.41-11.36c-1.77-4.47-2.65-9.59-2.65-15.31s.88-10.82 2.65-15.31m105.83-3.56c2.61-4.31 5.3-9.04 8.07-14.18 1.46.34 2.68.5 3.68.5s2.21-.16 3.67-.5l-11.11 15.55a297.24 297.24 0 0 0-10.51 15.75 930.43 930.43 0 0 0 23 37.61c-.92-.14-1.85-.21-2.78-.21h-5.55c-.94 0-1.86.07-2.78.21a929.97 929.97 0 0 1-7.88-14.9 163.98 163.98 0 0 0-8.98-15.18 288.94 288.94 0 0 0-9.43 15.19c-2.9 5.06-5.75 10.01-8.52 14.9-.64-.13-1.29-.2-1.94-.21h-3.46c-.64 0-1.28.07-1.94.21a571.45 571.45 0 0 0 11.6-16.85 1097 1097 0 0 0 11.3-17.36c-3.4-5.81-6.85-11.6-10.35-17.34-3.54-5.79-7.09-11.58-10.66-17.35.92.13 1.82.25 2.68.35a22.86 22.86 0 0 0 5.34 0c.87-.1 1.75-.22 2.67-.35a211 211 0 0 0 7.05 13.29c2.52 4.37 5.28 9.11 8.33 14.19 2.92-4.37 5.75-8.8 8.48-13.3"/> <path fill="#a6a9ab" d="M20.68 130.86c1.88 0 3.84.03 5.87.09 2.03.08 4 .11 5.88.11 2.03 0 4.06-.02 6.1-.04 2.02-.04 4.06-.1 6.1-.16l-12.08-26.14-11.87 26.14Zm48.22 32a21.5 21.5 0 0 0-2.89-.22h-5.76c-.91 0-1.86.07-2.88.22-.64-1.92-1.33-3.83-2.07-5.72-.93-2.35-1.89-4.68-2.89-7l-3.21-7.4c-1.08-2.51-2.1-4.88-3.04-7.15-2.33-.07-4.69-.12-7.08-.15a430.85 430.85 0 0 0-20.47.15 429.52 429.52 0 0 0-6.31 15.29 157.9 157.9 0 0 0-4.25 11.98c-1.23-.14-2.57-.21-4.02-.21s-2.81.06-4.03.21a2614.4 2614.4 0 0 0 17.2-35.81 5044.05 5044.05 0 0 0 16.88-36.22h2.07a3556.26 3556.26 0 0 0 18.18 41.06c3.58 7.95 7.23 15.87 10.94 23.76a104.8 104.8 0 0 0 3.64 7.21h-.01Zm40.66-47.16a87.2 87.2 0 0 0-.41-8.98l1.72.3a8.68 8.68 0 0 0 4.11-.29 334.7 334.7 0 0 0-.9 15.87l-.34 9.66c-.1 3.2-.18 6.41-.24 9.61a31.62 31.62 0 0 1-1.68 10.17 21.22 21.22 0 0 1-4.55 7.61 18.9 18.9 0 0 1-7.26 4.75 27.84 27.84 0 0 1-9.87 1.61c-8.2 0-14.16-1.92-17.88-5.75-3.72-3.85-5.57-9.93-5.57-18.21 0-2.66.07-5.02.21-7.07.14-2.1.2-4.21.2-6.31 0-4.74-.06-8.95-.17-12.61-.09-3.1-.2-6.21-.32-9.31.65.11 1.36.21 2.13.3.76.09 1.48.12 2.13.12.6 0 1.19-.03 1.77-.12l1.76-.3a158.5 158.5 0 0 0-.32 4.86c-.11 2-.22 4.28-.33 6.82a448.87 448.87 0 0 0-.33 17.36c0 1.92.03 3.92.09 5.97.05 2.07.25 4.07.57 6.02s.85 3.81 1.59 5.59a13.88 13.88 0 0 0 3.15 4.65 14.2 14.2 0 0 0 5.17 3.14c2.08.76 4.65 1.14 7.72 1.14s5.53-.45 7.58-1.35a14.5 14.5 0 0 0 5.04-3.56 16.1 16.1 0 0 0 3.07-5.08 30.13 30.13 0 0 0 1.6-6c.33-2.09.52-4.18.57-6.27.06-1.92.08-3.84.09-5.76 0-8.03-.03-14.2-.09-18.55m27.62-4.98-4.63.03c-1.62.05-3.24.09-4.85.18a90.15 90.15 0 0 0-8.71.69c.28-.98.43-1.86.43-2.63 0-.6-.15-1.44-.43-2.54 3.74.11 7.39.2 10.96.28a435.2 435.2 0 0 0 21.93 0c3.65-.08 7.3-.18 10.96-.28-.28 1.1-.41 1.97-.41 2.63 0 .71.14 1.56.41 2.54a68.24 68.24 0 0 0-4.04-.42c-1.55-.11-3.11-.2-4.67-.27-1.61-.09-3.23-.13-4.84-.18-1.62 0-3.16-.03-4.64-.03-.17 5.66-.25 11.32-.25 16.98v14.12c0 3.61.07 7.17.21 10.66.14 3.51.3 6.96.47 10.34a52.85 52.85 0 0 0-8.34 0c.18-3.38.34-6.83.47-10.34.14-3.49.22-7.05.22-10.66v-14.12c0-5.68-.09-11.35-.26-16.98m75.21 10.51a22.36 22.36 0 0 0-4.89-8.34 19.59 19.59 0 0 0-7.36-4.9c-2.82-1.05-5.87-1.57-9.17-1.57s-6.26.52-9.06 1.57-5.32 2.72-7.37 4.9a22.63 22.63 0 0 0-4.89 8.34c-1.17 3.36-1.76 7.35-1.76 11.97s.58 8.6 1.75 11.98a22.75 22.75 0 0 0 4.89 8.33 19.6 19.6 0 0 0 7.37 4.89 25.47 25.47 0 0 0 9.06 1.58c3.3 0 6.35-.53 9.17-1.58a19.64 19.64 0 0 0 7.36-4.89 22.47 22.47 0 0 0 4.89-8.33c1.17-3.38 1.76-7.37 1.76-11.98s-.59-8.61-1.76-11.97m-50.39-.67a26.44 26.44 0 0 1 6.44-9.38 27.54 27.54 0 0 1 9.91-5.85c3.85-1.33 8.06-2.01 12.62-2.01s8.88.68 12.73 2.01a27.6 27.6 0 0 1 9.91 5.85 26.37 26.37 0 0 1 6.45 9.38c1.52 3.7 2.29 7.91 2.29 12.65s-.76 8.95-2.29 12.65a26.42 26.42 0 0 1-6.45 9.38 26.52 26.52 0 0 1-9.91 5.73c-3.85 1.24-8.08 1.86-12.73 1.86s-8.77-.62-12.62-1.86a26.74 26.74 0 0 1-9.91-5.73 26.22 26.22 0 0 1-6.44-9.38c-1.54-3.7-2.3-7.92-2.3-12.65s.77-8.94 2.3-12.65m84.5 8.12c4.03 7.41 8.11 14.8 12.24 22.15l2.4-4.38a902.3 902.3 0 0 1 3.65-6.58c1.38-2.46 2.86-5.12 4.45-8.01 1.59-2.92 3.2-5.83 4.81-8.74 1.63-2.95 3.25-5.86 4.85-8.7l4.48-7.97h1.09a2513 2513 0 0 1 1.7 14.94 2781.67 2781.67 0 0 0 3.28 27.95 515.2 515.2 0 0 0 1.82 13.48c-.64-.11-1.3-.16-1.95-.17h-3.89c-.64 0-1.29.06-1.95.17-.59-6.92-1.2-13.85-1.84-20.77a543.72 543.72 0 0 0-2.23-20.54h-.17c-3.78 6.71-7.52 13.43-11.23 20.18a299 299 0 0 0-10.49 20.96h-.74a707.34 707.34 0 0 0-10.42-20.33c-3.68-6.91-7.32-13.85-10.91-20.81h-.15L234 132.36c-.89 7.4-1.65 14.81-2.29 22.23-.24 2.75-.37 5.5-.4 8.25a25.5 25.5 0 0 0-5.81 0c.72-4.34 1.46-8.93 2.24-13.76a902.25 902.25 0 0 0 4.23-29.03c.61-4.76 1.13-9.28 1.58-13.57h1.41a780.05 780.05 0 0 0 11.56 22.23m100.58-7.45a22.8 22.8 0 0 0-4.91-8.34 19.55 19.55 0 0 0-7.35-4.9c-2.82-1.05-5.87-1.57-9.15-1.57s-6.26.52-9.07 1.57a19.62 19.62 0 0 0-7.37 4.9 22.63 22.63 0 0 0-4.89 8.34c-1.17 3.36-1.76 7.35-1.76 11.97s.59 8.6 1.76 11.98a22.75 22.75 0 0 0 4.89 8.33 19.68 19.68 0 0 0 7.37 4.89 25.52 25.52 0 0 0 9.07 1.58c3.29 0 6.34-.53 9.15-1.58a19.53 19.53 0 0 0 7.35-4.89 22.92 22.92 0 0 0 4.91-8.33c1.16-3.38 1.75-7.37 1.75-11.98s-.59-8.61-1.75-11.97m-50.4-.67a26.42 26.42 0 0 1 6.43-9.38c2.77-2.58 6.07-4.52 9.92-5.85s8.05-2.01 12.63-2.01 8.85.68 12.71 2.01a27.51 27.51 0 0 1 9.91 5.85 26.22 26.22 0 0 1 6.44 9.38c1.54 3.7 2.29 7.91 2.29 12.65s-.76 8.95-2.29 12.65a26.4 26.4 0 0 1-6.44 9.38 26.52 26.52 0 0 1-9.91 5.73c-3.86 1.24-8.08 1.86-12.71 1.86s-8.78-.62-12.63-1.86a26.7 26.7 0 0 1-9.92-5.73 26.33 26.33 0 0 1-6.43-9.38c-1.54-3.7-2.31-7.92-2.31-12.65s.77-8.94 2.31-12.65m75.37-9.84-4.62.03c-1.62.05-3.24.09-4.85.18-1.62.07-3.17.17-4.67.27-1.5.12-2.85.26-4.03.42.27-.98.42-1.86.42-2.63 0-.6-.16-1.44-.43-2.54 3.73.11 7.39.2 10.96.28a433.83 433.83 0 0 0 21.92 0c3.66-.08 7.31-.17 10.96-.28-.28 1.1-.44 1.97-.44 2.63 0 .71.16 1.56.44 2.54-1.2-.16-2.54-.3-4.04-.42-1.56-.11-3.12-.2-4.68-.27-1.62-.09-3.23-.13-4.84-.18-1.62 0-3.16-.03-4.63-.03-.18 5.66-.27 11.32-.27 16.98v14.12c0 3.61.08 7.17.21 10.66l.47 10.34a52.85 52.85 0 0 0-8.33 0c.17-3.38.33-6.83.48-10.34.13-3.49.21-7.05.21-10.66v-14.12c0-5.68-.09-11.35-.27-16.98m35.61 6.36c-.16-3.47-.33-7.02-.53-10.63.84.11 1.64.2 2.4.28a19.53 19.53 0 0 0 4.59 0l2.4-.28c-.19 3.54-.36 7.08-.52 10.63-.17 3.54-.25 7.08-.25 10.62v14.12c0 3.61.07 7.17.25 10.66.15 3.51.33 6.96.52 10.34a66.87 66.87 0 0 0-9.4 0c.21-3.38.37-6.83.53-10.34.16-3.49.25-7.05.25-10.66v-14.12c0-3.54-.08-7.08-.25-10.62m31.78 36.86a3455.16 3455.16 0 0 0-18.7-46.15c.77.11 1.53.21 2.26.29 1.39.18 2.8.18 4.19 0 .73-.08 1.48-.18 2.26-.29a551.36 551.36 0 0 0 8.76 24.21c1.68 4.3 3.38 8.59 5.08 12.88 1.73 4.34 3.49 8.67 5.27 12.95a520.14 520.14 0 0 0 10.41-26.04l3.4-9.18a428.78 428.78 0 0 0 5.24-14.83c1.23.29 2.26.43 3.1.43s1.87-.14 3.1-.43c-4.3 9.69-8.49 19.43-12.57 29.22-4 9.59-7.86 19.25-11.58 28.95a21.36 21.36 0 0 0-5.54 0c-1.55-4.01-3.11-8.02-4.69-12.02m40.26-36.97c-.14-3.5-.3-7-.48-10.5 2.59.11 5.17.2 7.75.28a221.16 221.16 0 0 0 15.44 0c2.54-.08 5.11-.18 7.7-.28a12 12 0 0 0 0 4.92c-1.84-.1-3.53-.22-5.06-.32a260.46 260.46 0 0 0-10.42-.61c-2.43-.09-4.85-.13-7.28-.12-.05 1.75-.12 3.41-.22 5a98.37 98.37 0 0 0-.12 5.43c0 2.12 0 4.21.05 6.23l.04 4.6c4.12 0 8.25-.1 12.37-.3a213.94 213.94 0 0 0 8.66-.53 12.43 12.43 0 0 0 0 5c-1.74-.18-3.48-.32-5.23-.41a149.3 149.3 0 0 0-5.98-.21l-5.63-.08c-1.4-.02-2.79-.04-4.19-.04 0 .49-.02 1.02-.04 1.59-.04.73-.05 1.45-.05 2.18v8.12c0 3.11.01 5.69.05 7.7.02 2.02.07 3.56.13 4.6h6.05a169.49 169.49 0 0 0 12.42-.46c1.64-.1 3.27-.3 4.89-.61-.12.38-.18.8-.22 1.27l-.03 1.26c0 .89.09 1.6.26 2.14-2.58-.11-5.16-.17-7.74-.17h-15.7c-2.6 0-5.22.06-7.88.17.18-3.5.33-6.99.48-10.45.15-3.54.22-7.09.22-10.63v-14.11c0-3.62-.07-7.17-.22-10.68m46.94-9.21h-3.57v-1.29h9.4v1.29h-3.58v11.23h-2.24v-11.23h-.01Zm13.64 5.85a61.65 61.65 0 0 1-.13-4.9h-.08a58.2 58.2 0 0 1-.98 4.35l-1.51 5.87h-.92l-1.44-5.63a60.03 60.03 0 0 1-1.05-4.6h-.04c.03 1.46-.08 3.22-.15 5l-.25 5.28h-1.26l.75-12.53h1.54l1.42 5.73c.45 1.65.75 2.88 1.01 4.33h.06c.22-1.46.51-2.65.91-4.33l1.41-5.73h1.58l.72 12.53h-1.32l-.27-5.39v.02Z"/> </g> </svg> </div> <div class="flex flex-col text-md text-center md:text-left"> <h3> “We have many different tools, but PagerDuty brings them all together.” </h3> </div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left"> <div class="font-bold text-black"><span class="hidden md:inline-block mr-2">-</span>Jason Riggins, AVP Enterprise IT Operations</div> </div> <div class="hidden md:block"> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/customer/coxautomotive/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See how Cox uses PagerDuty to power exceptional car-buying experiences","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/customer\/coxautomotive\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See how Cox uses PagerDuty to power exceptional car-buying experiences<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="border-t-4 w-1/3 my-gmd-base border-gray-light hidden md:block"></div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left text-black"> <div class="mx-auto md:m-0 mb-2 text-green"> <svg xmlns="http://www.w3.org/2000/svg" id="uuid-8a5a2670-d6ee-46c5-a7a5-9fdc1c5351a2" viewBox="0 0 39.81 42.34" width="24" height="24"><g id="uuid-ad8a5469-ba9f-44cb-bd97-3c8f6ddf2b0c"><line x1="19.8" x2="19.8" y2="35.73" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><polyline points="35.77 21.22 19.8 37.19 3.83 21.22" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line y1="40.84" x2="39.81" y2="40.84" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line x1="19.8" x2="19.8" y2="35.73" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><polyline points="35.77 21.22 19.8 37.19 3.83 21.22" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line y1="40.84" x2="39.81" y2="40.84" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/></g></svg> </div> <div class="text-lg">75%</div> <div class="">less <br class="" >downtime</div> </div> </div> <div class="w-full place-self-end md:place-self-start md:rounded-lg overflow-hidden"> <img class="h-full w-full" width="1208" height="1000" alt="PagerDuty image" src="/wp-content/uploads/2023/10/customer-cox.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/10/customer-cox.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/10/customer-cox.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/10/customer-cox.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/10/customer-cox.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/10/customer-cox.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > </div> </div> </div> <div class="carcust-slide w-[94%] sm:w-[45%] md:w-full p-gut/2 md:p-0 flex flex-col flex-none snap-center"> <div class="bg-white text-gray-xdark border-gray-light border md:border-none overflow-hidden h-full w-full shadow-lg md:shadow-none rounded-lg grid items-stretch md:grid-cols-2 md:px-glg-md"> <div class="flex flex-col w-full p-gmd-base place-self-end md:place-self-auto md:pr-glg-xl"> <div class="inline-block md:hidden mx-auto"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 599.99 128.96" width="170" height="100"> <path d="M55.15.04c5.38 2.9 8 7.6 8.74 13.49.12.92.58.6 1.07.45a12.67 12.67 0 0 1 9.96 1.12c.93.51 1.13 1 .52 1.93a12.49 12.49 0 0 1-8.5 5.78c-.87.16-.99.46-.73 1.19 2 5.67 5.48 10.18 10.7 13.22 3.5 2.04 8.56.78 11.33-2.63.27-.33.51-.67.77-1.03.54.15.67.65.94 1a9.77 9.77 0 0 0 12.96 2.17 26.4 26.4 0 0 0 6.43-6.09c.71-.92.5-1.21-.5-1.62a12.24 12.24 0 0 1-6.63-6.61c-.39-.87-.31-1.3.73-1.57A12.5 12.5 0 0 1 112.5 22c.91.51 1.12.39 1.28-.65.82-5.32 4.99-9.52 10.07-10.14-1.09 2.64-2.17 5.22-3.21 7.81-4.57 11.35-7.5 23.15-9.51 35.19-.4 2.41-.78 4.83-1.23 7.23-.51 2.69-2.29 4.46-4.48 5.89-.37.24-.83.45-1.15.06-.27-.33.11-.69.28-1.01.22-.41.51-.79.72-1.21 1.35-2.82.38-5.31-2.57-6.31-3.54-1.2-7.24-1.29-10.91-1.08-12.9.73-25.3 3.71-37.22 8.64-4.14 1.71-8.15 3.7-11.64 6.57-.54.45-1.07.93-1.53 1.46-2.25 2.55-1.71 5.32 1.33 7.16.51.31 1.56.39 1.25 1.22-.25.65-1.18.36-1.79.26-2.53-.4-4.71-1.32-6.33-3.52-5.45-7.39-11.12-14.62-17.63-21.14A172.68 172.68 0 0 0 .74 43.04c-.22-.16-.42-.39-.74-.34v-.28c4.38-1.84 8.16-.41 11.74 2.13.58.41 1.19.8 1.67 1.3.89.94 1.51.98 2.45-.09 2.01-2.28 4.34-4.16 7.36-5.03.93-.27 1.26-.07 1.35.89.31 3.61-.35 6.95-2.75 9.77-.68.79-.35 1.03.37 1.36 2.15 1 4.39 1.67 6.71 2.12 3.72.72 7.02.06 9.68-2.82 1.59-1.72 2.29-3.82 2.56-6.19l.84.38c4.92 2.24 9.97.55 12.51-4.2 1.39-2.6 2.3-5.37 2.63-8.29a21.6 21.6 0 0 0-.19-7.17c-.2-.89-.57-1.27-1.66-.92-3.35 1.09-6.57.59-9.69-1.03-1.19-.61-1.13-1.18-.5-2.15a12.24 12.24 0 0 1 7.86-5.54c.92-.2 1.24-.45.76-1.42a15.66 15.66 0 0 1-1.35-5.44A15.4 15.4 0 0 1 54.6 0h.57l-.02.04Zm176.17 113.59h-31.38c1.44-.79 2.55-1.35 3.49-2.2 2.3-2.09 3.24-4.56 2.21-7.61-.5-1.47-1.05-2.92-1.52-4.4-.21-.66-.58-.86-1.24-.86-4.05.02-8.11.02-12.16 0-.68 0-1.02.26-1.24.88a57.3 57.3 0 0 1-1.19 3.17c-1.89 4.58 0 8.95 4.1 10.9-.52.33-1.04.2-1.5.2h-18.24c-6.08 0-11.77-.05-17.66.02a9.74 9.74 0 0 1-8.3-4c-2.46-3.2-4.1-6.85-5.79-10.48-.87-1.88-1.73-3.76-2.49-5.68-.36-.92-.88-1.2-1.8-1.13-3.66.27-3.13-.6-3.13 3.18 0 3.25-.15 6.49.18 9.74.36 3.59 1.6 6.55 5.52 8.26h-26.61c.79-.7 1.57-1.28 2.21-1.99 2.25-2.51 3.16-5.56 3.17-8.84.04-8.9-.01-17.8-.05-26.7 0-.98-.08-1.99-.29-2.94-.61-2.82-2.05-5.03-4.85-6.39h32.54c3.42 0 6.77.41 9.92 1.86a11.1 11.1 0 0 1 5.74 13.66 13.61 13.61 0 0 1-6.13 7.48c-.67.38-.99.66-.58 1.49 2.89 5.87 5.79 11.73 9.75 16.99a19.3 19.3 0 0 0 4.56 4.59c.62.42 1.13.45 1.8.04a13.85 13.85 0 0 0 5.24-5.39c2.96-5.64 4.91-11.7 7.24-17.6 1.74-4.42 3.4-8.87 5.08-13.3.66-1.73 1.17-3.49.53-5.35-.75-2.18-2.49-3.33-4.78-4.4.7-.04 1.09-.07 1.48-.07 7.92 0 15.84.02 23.76-.03 1.18 0 1.71.33 2.09 1.47 3.65 10.92 7.36 21.82 11.06 32.72 1.75 5.16 4.32 9.72 9.28 12.71h-.02Zm-98.9-33.77v5.22c0 .62.06 1.13.88 1.12 2.2-.04 4.42.19 6.61-.24 2.59-.51 4.27-2.06 4.55-4.51.48-4.26-.69-7.3-5.47-7.83-1.9-.21-3.85-.03-5.77-.03-.74 0-.79.5-.79 1.06v5.22h-.01Zm64.08-1.62h-.39c-1.51 4.67-3.02 9.35-4.55 14.02-.23.7.14.81.7.8h8.34c.61 0 .86-.12.62-.82-1.59-4.66-3.15-9.33-4.72-14Z"/> <path d="M49.62 112.39c3.43-1.97 4.34-5.24 4.39-8.62.15-10.55.07-21.1 0-31.65 0-1.05.27-1.57 1.26-2a113.63 113.63 0 0 1 29.88-8.07c2.62-.34 5.07.85 7.47 1.79 8.36 3.28 12.63 9.75 14.15 18.3 1.58 8.91.63 17.59-3.24 25.77a33.62 33.62 0 0 1-21.05 18.26 58.34 58.34 0 0 1-39.18-1.26c-5.48-2.1-10.17-5.37-13.15-10.62-2.11-3.72-3.07-7.7-1.98-11.95 1.71-6.7 8.13-10.3 15.2-8.59 5.34 1.29 8.93 5.25 9.38 10.35.17 1.95.07 2.03-1.81 1.71a10.67 10.67 0 0 0-3.24-.1c-3.2.43-4.76 2.87-3.71 5.93 1.11 3.26 3.62 5.2 6.62 6.58 2.84 1.31 5.9 1.63 8.97 1.65a37.15 37.15 0 0 0 16.03-3.4c6.34-2.94 10.79-7.49 12.78-14.38 2.37-8.2 2.84-16.3-.67-24.27-1.88-4.27-4.9-7.45-9.6-8.69-1.84-.48-3.73-.47-5.62-.46-.55 0-.76.23-.73.76.02.38 0 .75 0 1.13 0 10.65.03 21.29-.02 31.94a13.2 13.2 0 0 0 3.16 8.83c.69.83.43 1.11-.33 1.51-2.76 1.46-5.79 1.98-8.82 2.33-4.72.55-9.41.42-13.88-1.51a9.3 9.3 0 0 1-2.29-1.27h.02Zm431.04-14.55c.02-.41.05-.82.05-1.23V77.4c0-1.37-.13-2.73-.37-4.07-.54-2.99-1.76-4.75-4.51-6.51h18.73c-3.55 2.13-4.3 5.46-4.32 9.04-.05 9.51-.04 19.02 0 28.54.01 3.64.75 7.02 4.51 9.27h-3.15c-6.13 0-12.25-.03-18.38.03-1.22 0-1.92-.32-2.59-1.39-5.92-9.5-11.92-18.96-17.9-28.43-.27-.43-.56-.84-.85-1.27-.51.3-.32.72-.32 1.05-.01 6.45-.02 12.9 0 19.35 0 1.6.19 3.19.56 4.75.64 2.65 2.4 4.39 5.13 5.82H437.2c4.31-1.66 4.82-5.24 4.87-8.85.12-10.16.44-20.34-.18-30.49-.18-2.99-1.17-5.73-4.18-7.29.33-.34.71-.21 1.04-.21 6.79 0 13.57 0 20.36-.03.96 0 1.51.3 2.03 1.12 5.95 9.38 11.94 18.73 17.91 28.09l1.29 2.01.27-.08h.05Zm65.8-13.19c-4.98-7.18-12.14-10.36-20.38-11.6-3.46-.52-6.63 1.39-8.36 4.82-1.46 2.89-1.7 6.06-1.96 9.19a38.05 38.05 0 0 0 1.07 12.88c.4 1.51.92 2.97 1.81 4.26a7.86 7.86 0 0 0 8.99 2.99 3.84 3.84 0 0 0 2.78-3.58c.12-3.05.1-6.12-.07-9.17-.16-2.66-1.49-4.62-4.18-5.5h24.36c-4.22 2.4-4.91 6.32-4.9 10.56v13.49c-.25.21-.43.15-.58.04-3.09-2.4-6.58-2.56-10.21-1.75-3.9.87-7.6 2.62-11.58 3.07-14.04 1.57-24.08-6.79-25.32-19.86-.37-3.84.04-7.6.84-11.35 1.86-8.66 7.47-13.69 15.71-16.02a29.28 29.28 0 0 1 17.38.44c1.61.53 3.24.94 4.92 1.25 3.11.57 5.99.11 8.8-1.85l.89 17.69Zm48.77-3.43c-1.5-1.49-2.77-2.72-4.02-3.97-4.1-4.11-9.13-5.6-14.8-5.14a10.2 10.2 0 0 0-5.77 2.42c-2.29 1.93-2.28 4.27.03 6.22 1.82 1.53 3.99 2.27 6.28 2.72 3.46.69 6.99.99 10.39 2 2.08.62 4.03 1.54 5.93 2.59 8.24 4.53 9.93 18.32-.76 24.09-3.22 1.74-6.7 2.44-10.31 2.61-3.88.19-7.68-.29-11.46-1.28-4.56-1.2-9.13-1.29-13.59 1.18-.41-3.38-.81-6.62-1.19-9.87-.38-3.22-.74-6.44-1.15-10.05a30.1 30.1 0 0 0 4.04 4.62c4.67 4.17 10 7.02 16.23 7.99 2.29.36 4.6.36 6.8-.62a5 5 0 0 0 2.4-2.09c1.07-1.86.83-3.23-.87-4.57-2.02-1.59-4.43-2.23-6.87-2.8-4.03-.94-8.07-1.84-11.87-3.57a19.71 19.71 0 0 1-5.96-4.2c-4.53-4.6-3.7-14.2 1.55-18.74 3.62-3.13 7.89-4.46 12.56-4.8 3.79-.28 7.51.32 11.23.92 2.84.46 5.71.78 8.53-.09.78-.24.96.05 1.04.75.5 4.43 1.03 8.86 1.6 13.68h.01ZM233.17 66.76h1.66c14.94 0 29.88.02 44.82-.03 1.35 0 1.76.31 1.73 1.7-.1 3.95-.03 7.9-.03 12.33-1.93-3.49-4.72-5.25-8.06-6.25a22.9 22.9 0 0 0-5.97-1.01c-3.67-.09-7.35-.12-11.02-.22-.99-.03-1.3.32-1.28 1.3.05 3.53.04 7.06 0 10.6 0 .84.21 1.21 1.11 1.13.89-.07 1.79-.03 2.68-.05 3.98-.07 6.94-1.81 8.75-5.41l.33-.62.48-.87v20.03l-.61-1.5c-1.23-2.97-3.55-4.57-6.62-5.1a26.04 26.04 0 0 0-5.07-.33c-.56 0-1.05.03-1.03.79.11 4.28-.31 8.58.24 12.84.42 3.24 2.06 5.77 5.27 7.56h-27.16c.03-.52.47-.59.73-.81 2.97-2.58 4.62-5.78 4.62-9.75 0-8.19-.05-16.39.03-24.58.04-4.74-1.19-8.79-5.6-11.73v-.02Zm102.26 16.16c-2.28-5.56-6.79-7.69-12.18-8.56-1.2-.19-2.42-.31-3.66-.31-.89 0-1.11.34-1.11 1.17.02 9.28-.09 18.55.06 27.83.07 4.57 2.02 8.27 6.6 10.52h-28.33c.1-.48.61-.48.94-.68 3.35-2.11 5.24-5.07 5.25-9.09 0-9.37-.03-18.74.04-28.11.01-1.41-.42-1.7-1.74-1.68-2.67.04-5.26.39-7.71 1.45-3.63 1.57-6.3 4.05-7.56 7.97V71.98c0-1.32.06-2.64-.02-3.95-.06-.97.23-1.3 1.24-1.28 3.3.06 6.6.02 9.9.02 12.25 0 24.51.02 36.76-.03 1.22 0 1.59.27 1.57 1.54-.08 4.88-.03 9.77-.03 14.65h-.02Zm9-16.19h16.47v11.49h-16.47z"/> <path d="M425.59 103.81c-.09-9.09-.08-18.18 0-27.27.03-4.02 1.28-7.52 5.17-9.51.03-.02 0-.15 0-.23h-25.89c3.51 2.63 5.04 5.09 5.1 8.69.17 9.98.15 19.97 0 29.95a9.22 9.22 0 0 1-2.34 5.91c-.74.87-1.42 1.09-2.53.53-5.24-2.64-9.47-6.47-13.21-10.89-5.89-6.95-9.9-15.09-14.22-23.02-.37-.68-.04-1.04.32-1.48 2.66-3.18 5.34-6.34 7.97-9.54 2.03-2.47 4.46-4.27 7.61-5.07 1.49-.38 2.92-.95 4.74-1.55h-21.69c.68.3 1.03.44 1.36.6 1.81.87 1.93 1.39.68 2.9l-16.57 20.04c-.28.34-.5.77-1.17.96V72.55l.03-1.62c0-.23 0-.42-.03-.59v-4.35h-22.03a10.67 10.67 0 0 1 5.55 9.37v2.85l.29.12c0 7.46.03 14.93-.02 22.39-.04 5.09-.39 10.12-5.83 12.88h27.13c-2.18-1.59-3.01-2.57-3.8-4.66-1.18-3.13-1.34-6.43-1.41-9.72 0-.31.08-.69.26-.93 1.57-2.11 3.18-4.19 4.87-6.42 1.71 2.73 3.25 5.27 4.86 7.75 2.39 3.67 4.82 7.33 8.13 10.27 2.57 2.29 5.5 3.8 9.03 3.8 14.28 0 28.56-.02 42.84-.04.07 0 .14-.08.3-.18-3.86-2.1-5.47-5.53-5.51-9.67h.01Z"/> </svg> </div> <div class="flex flex-col text-md text-center md:text-left"> <h3> “PagerDuty helps us know about issues before customers do.” </h3> </div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left"> <div class="font-bold text-black"><span class="hidden md:inline-block mr-2">-</span>Josh Engels, Director, Incident and Problem Management</div> </div> <div class="hidden md:block"> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/customer/draftkings/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See how DraftKings uses PagerDuty to power resilience through gameday chaos","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/customer\/draftkings\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See how DraftKings uses PagerDuty to power resilience through gameday chaos<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="border-t-4 w-1/3 my-gmd-base border-gray-light hidden md:block"></div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left text-black"> <div class="mx-auto md:m-0 mb-2 text-green"> <svg xmlns="http://www.w3.org/2000/svg" id="uuid-c5e52e78-9c99-44ef-8590-0e32371a2e9f" viewBox="0 0 42.6 42.6" width="24" height="24"><g id="uuid-fc2c6dc4-24c8-4873-a956-d939d9a08ff4"><polyline points="21.3 7.69 21.3 20.35 29.02 28.66" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><circle cx="21.3" cy="21.3" r="19.8" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/></g></svg> </div> <div class="text-lg">30 min</div> <div class="">mean time <br class="" >to resolve</div> </div> </div> <div class="w-full place-self-end md:place-self-start md:rounded-lg overflow-hidden"> <img class="h-full w-full" width="1208" height="1000" alt="PagerDuty image" src="/wp-content/uploads/2023/10/customer-draft-kings.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/10/customer-draft-kings.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/10/customer-draft-kings.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/10/customer-draft-kings.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/10/customer-draft-kings.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/10/customer-draft-kings.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > </div> </div> </div> <div class="carcust-slide w-[94%] sm:w-[45%] md:w-full p-gut/2 md:p-0 flex flex-col flex-none snap-center"> <div class="bg-white text-gray-xdark border-gray-light border md:border-none overflow-hidden h-full w-full shadow-lg md:shadow-none rounded-lg grid items-stretch md:grid-cols-2 md:px-glg-md"> <div class="flex flex-col w-full p-gmd-base place-self-end md:place-self-auto md:pr-glg-xl"> <div class="inline-block md:hidden mx-auto"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 388.51 170.14" width="100" height="100"> <path fill="#da2128" d="M387.42 147.09c.38-.31.65-.67.83-1.06.17-.4.26-.99.26-1.78v-57.9c0-.79-.09-1.39-.26-1.8s-.45-.76-.83-1.04c-.88-.69-2.92-1.04-6.1-1.04s-5.32.35-6.2 1.04c-.38.28-.65.63-.83 1.04a4.9 4.9 0 0 0-.26 1.8v57.9c0 1.29.36 2.24 1.09 2.84.88.69 2.95 1.04 6.2 1.04s5.22-.35 6.1-1.04m-43.2.33a21.99 21.99 0 0 0 8.16-4.73c2.13-2.02 3.69-4.41 4.68-7.17s1.49-5.76 1.49-9.01V86.35c0-1.36-.35-2.3-1.04-2.84-.95-.69-2.98-1.04-6.1-1.04s-5.31.35-6.2 1.04c-.41.28-.69.63-.85 1.04a5.2 5.2 0 0 0-.24 1.8v39.97c0 1.58-.28 3.19-.83 4.85s-1.76 3.03-3.62 4.12-4.32 1.63-7.38 1.63c-2.11 0-3.92-.25-5.42-.76-1.5-.5-2.72-1.22-3.67-2.15s-1.64-2.05-2.08-3.36a13.52 13.52 0 0 1-.66-4.33V86.35c0-1.36-.35-2.3-1.04-2.84-.95-.69-2.98-1.04-6.1-1.04s-5.32.35-6.2 1.04c-.41.28-.69.63-.85 1.04a5.2 5.2 0 0 0-.24 1.8v40.16c0 3.25.5 6.25 1.49 9.01s2.55 5.15 4.68 7.17 4.85 3.6 8.16 4.73c3.31 1.14 7.29 1.7 11.92 1.7s8.61-.57 11.92-1.7m-70.76-.33c.38-.31.65-.67.8-1.06.16-.4.24-.99.24-1.78V94.86h14.43c1.07 0 1.94-.1 2.6-.31a2.66 2.66 0 0 0 1.56-1.35c.44-.85.78-2.03 1.02-3.55s.35-2.73.35-3.64a5.9 5.9 0 0 0-.19-1.73 1.84 1.84 0 0 0-.76-.97c-.25-.16-.6-.28-1.04-.35s-1.07-.12-1.89-.12h-44.94c-1.07 0-1.94.1-2.6.31a2.7 2.7 0 0 0-1.56 1.35c-.44.79-.78 1.83-1.02 3.12s-.35 2.63-.35 4.02c0 .79.06 1.38.19 1.77.13.4.39.72.8.97.51.32 1.47.47 2.89.47h16.08v49.39c0 1.36.36 2.3 1.09 2.84.88.69 2.95 1.04 6.2 1.04s5.15-.35 6.1-1.04M10.11 47.4h50.56c4.96 0 8.69 1.57 10.16 8.61 1.63 7.83.96 13.27-7.85 13.9l-15.87 1.13c11.68 73.82 79.99 97.88 117.17 18.37 6.16-13.16 8.17-15.55 14.91-13.88 9.14 2.27 10.39 6.97 6.04 20.23C153.07 193.77 45.01 203.6 23.8 72.71l-12.89.93C.42 74.39 0 65.54 0 60.62 0 50.89 3.62 47.4 10.11 47.4M193.93 0a18.76 18.76 0 1 1 0 37.52 18.76 18.76 0 0 1 0-37.52"/> </svg> </div> <div class="flex flex-col text-md text-center md:text-left"> <h3> “PagerDuty Operations Cloud is the single source of truth of what’s actually happening at any given time.” </h3> </div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left"> <div class="font-bold text-black"><span class="hidden md:inline-block mr-2">-</span>Yasin Quareshy, Head of Technology</div> </div> <div class="hidden md:block"> <div class="btn-group "> <a class="hover:no-underline font-normal text-pretty cta justify-center items-center !font-bold text-left disabled:opacity-50 border-2 border-transparent bg-transparent hover:disabled:border-transparent hover:disabled:bg-transparent text-green disabled:text-green dark:text-white dark:disabled:text-white dark:hover:text-white dark:text-white dark:hover:text-white dark:hover:text-opacity-75 hover:text-green-dark group-hover/button:text-green-dark group-hover/button:dark:text-gray-light hover:text-green-dark inline-flex rounded text-base px-0 py-gmd-base " href="/customer/tui/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"See how TUI uses PagerDuty to power outstanding travel experiences","variant":"ghost","size":"default","bgColor":"default","primary":true,"iconDir":"right","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/customer\/tui\/","target":"_self"},"iconName":"arrow-right"}" > <div class="pointer-events-none"> See how TUI uses PagerDuty to power outstanding travel experiences<span class="whitespace-nowrap pointer-events-none"> <span class="inline-block pointer-events-none"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" class="ml-[4px] translate-y-[3px]"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg> </span> </span> </div> </a> </div> </div> <div class="border-t-4 w-1/3 my-gmd-base border-gray-light hidden md:block"></div> <div class="flex flex-col justify-end my-gmd-base text-center md:text-left text-black"> <div class="mx-auto md:m-0 mb-2 text-green"> <svg xmlns="http://www.w3.org/2000/svg" id="uuid-9ef9140c-eb92-43a1-b4b6-32aaecc1da2d" viewBox="0 0 39.82 42.34" width="24" height="24"><g id="uuid-6c0731df-df8e-476a-8e40-9bf4da78723e"><line x1="20.02" y1="42.34" x2="20.02" y2="6.61" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><polyline points="4.05 21.12 20.02 5.16 35.98 21.12" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/><line x1="39.82" y1="1.5" y2="1.5" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="3"/></g></svg> </div> <div class="text-lg">90%</div> <div class="">faster time to recover <br class="" >with auto-remediation</div> </div> </div> <div class="w-full place-self-end md:place-self-start md:rounded-lg overflow-hidden"> <img class="h-full w-full" width="1208" height="1000" alt="PagerDuty image" src="/wp-content/uploads/2023/10/customer-tui-1.jpg" srcset="https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=360//wp-content/uploads/2023/10/customer-tui-1.jpg 360w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=720//wp-content/uploads/2023/10/customer-tui-1.jpg 720w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080//wp-content/uploads/2023/10/customer-tui-1.jpg 1080w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1440//wp-content/uploads/2023/10/customer-tui-1.jpg 1440w, https://www.pagerduty.com/cdn-cgi/image/f=auto,fit=scale-down,w=1080,dpr=2//wp-content/uploads/2023/10/customer-tui-1.jpg 2160w" loading="lazy" onerror="onImageError.call(this)" > </div> </div> </div> </div> </div> </section> <script> (function () { const sectionID = "customers".replace(/\s/g, ""); const container = document.querySelector(`#${sectionID} .carousel-wrapper`), carcustNavElms = document.querySelectorAll(`#${sectionID} .carcust-nav`), carcustNavMblElms = document.querySelectorAll(`#${sectionID} .carcust-nav-mbl`), carcustElms = document.querySelectorAll(`#${sectionID} .carcust-slide`), carcustCount = carcustElms?.length; let containerScrollWidth = 0, viewBoxWidth = 0, carcustElmWidth = 0, currentScrollPos = 0, numScrollPos = 0, elmsOnScreen = 0, currentIndex = 0; let scrollPositions = []; const isScrollendEventSupported = "onscrollend" in window; function initScroll() { containerScrollWidth = container?.scrollWidth; viewBoxWidth = container?.offsetWidth; carcustElmWidth = carcustElms[0]?.offsetWidth; elmsOnScreen = Math.floor((viewBoxWidth + 2) / carcustElmWidth); // Add 2 pixels to allow for borders numScrollPos = (elmsOnScreen < 3) ? carcustCount : carcustCount - 2; // If elms on screen are 3 or more, // the first and last elms don"t need to scroll } function setScrollPositions() { initScroll(); scrollPositions = []; let posMarker = 0; for (let x = 0; x < numScrollPos; x++) { if (x === 0) { pos = 0; } else { if (elmsOnScreen === 2 && (x === 1 || x === numScrollPos - 1)) { // The first and last scroll positions are only half pos = posMarker + (carcustElmWidth / 2); } else { pos = posMarker + carcustElmWidth; } } posMarker = pos; scrollPositions.push(pos); } } let timer = null; function scrolled() { currentScrollPos = container?.scrollLeft; currentIndex = getIndex(currentScrollPos, scrollPositions); if(isScrollendEventSupported) { setCurrentNav(); } else { if(timer !== null) { clearTimeout(timer); } timer = setTimeout(() => { setCurrentNav(); }, 100); } } /** * @arg {number} idx */ function scrollToIndex(idx) { container.scrollTo({ top: 0, left: scrollPositions[currentIndex], behavior: 'smooth' }); } /** * @arg {number} num * @arg {array} arr */ function getNearestScrollPos(num, arr) { let mid = 0, lo = 0, hi = arr.length - 1; while (hi - lo > 1) { mid = Math.floor ((lo + hi) / 2); if (arr[mid] < num) { lo = mid; } else { hi = mid; } } if (num - arr[lo] <= arr[hi] - num) { return arr[lo]; } return arr[hi]; } /** * @arg {number} num * @arg {array} arr */ function getIndex(num, arr) { const nearest = getNearestScrollPos(num, arr); return scrollPositions.indexOf(nearest); } function setCurrentNav() { const navBtnsMbl = document.querySelectorAll(`#${sectionID} .carcust-nav-mbl`); const navBtns = document.querySelectorAll(`#${sectionID} .carcust-nav`); const bgColor = "bg-green"; const borderActive = "border-green"; const borderNotActive = "border-gray-xdark"; for (let x = 0; x < navBtns.length; x++) { if(x == currentIndex) { navBtns[x]?.classList.add(borderActive); navBtns[x]?.classList.remove(borderNotActive); navBtnsMbl[x]?.classList.add(bgColor); } else { navBtns[x]?.classList.add(borderNotActive); navBtns[x]?.classList.remove(borderActive); navBtnsMbl[x]?.classList.remove(bgColor); } } } /** * @arg {event} e */ function handleNavClick(e) { currentIndex = parseInt(e?.target.id.replace("carcust-nav-", "").replace("mbl-","")); scrollToIndex(currentIndex); } container?.addEventListener(isScrollendEventSupported ? "scrollend" : "scroll", scrolled); for (let x = 0; x < carcustNavElms.length; x++) { carcustNavElms[x]?.addEventListener("click", handleNavClick); } for (let x = 0; x < carcustNavMblElms.length; x++) { carcustNavMblElms[x]?.addEventListener("click", handleNavClick); } window.addEventListener("resize", setScrollPositions); setScrollPositions(); scrolled(); })() </script> <section class="grid-container relative px-glg-md text-white "> <div class="col-start-main-start col-end-main-end relative rounded bg-green dark:bg-green-dark overflow-hidden"> <div class=" sm:block absolute right-0 top-0 z-0"> <svg xmlns="http://www.w3.org/2000/svg" width="1162" height="424" viewBox="0 0 1162 424" fill="none" class="w-full h-full"> <g clip-path="url(#clip0_1067_10984)"> <path d="M60.3708 -90.6253C100.075 -91.1851 154.81 -92.191 216.486 -80.8722C321.942 -61.5129 350.636 -22.2132 404.561 -21.745C463.973 -21.2314 499.881 -36.7625 546.89 -27.6455C620.514 -13.3673 651.557 59.8293 714.141 71.3175C783.743 84.0957 878.906 14.8303 914.07 20.326C949.233 25.8216 985.577 35.3691 1054.15 112.015C1122.73 188.661 1125.63 219.172 1292.65 171.264C1380.82 145.975 1560.24 47.6277 1599.75 72.7568" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3714 -91.3347C99.1387 -93.2118 158.119 -101.664 221.779 -89.9757C331.304 -69.8701 358.854 -26.6018 409.223 -19.7507C432.193 -16.626 451.746 -16.1761 472.099 -17.9941C500.21 -20.5077 524.487 -26.0018 552.375 -23.4054C582.438 -20.6032 606.448 -8.85173 629.626 7.64255C661.681 30.4561 687.12 61.2559 722.533 72.7948C750.18 81.8031 781.695 79.0173 813.538 69.3243C858.126 55.7491 899.739 29.6611 922.816 28.742C948.463 27.7237 974.444 30.2389 1010.29 56.3855C1026.43 68.1518 1043.09 87.4678 1062.47 113.517C1123.67 195.751 1124.63 240.963 1279.75 204.386C1367.36 183.724 1541.03 73.8142 1593.46 100.807" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3719 -92.0441C98.206 -95.238 161.424 -111.133 227.072 -99.0792C340.666 -78.2273 367.168 -30.8807 413.882 -17.7571C435.522 -11.6745 454.17 -8.35794 476.056 -9.59731C505.139 -11.2415 529.803 -18.9616 557.858 -19.1699C587.771 -19.3952 612.717 -11.6408 638.162 3.96207C671.98 24.7015 697.043 58.0563 730.918 74.267C757.797 87.1293 788.047 89.9212 820.636 82.056C864.682 71.4237 906.043 42.4578 931.556 37.1491C958.259 31.5927 985.418 30.5072 1021.05 53.9395C1037.54 64.7839 1052.98 86.1827 1070.79 115.014C1124.83 202.472 1124.1 263.517 1266.84 237.499C1354.18 221.579 1521.81 99.9917 1587.18 128.852" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.373 -92.7577C97.2701 -97.2689 164.733 -120.606 232.371 -108.19C350.029 -86.5924 375.54 -35.017 418.544 -15.767C438.885 -6.66263 456.598 -0.566966 480.013 -1.20071C510.065 -2.01143 535.106 -11.8883 563.341 -14.9385C593.086 -18.1507 618.935 -14.3829 646.695 0.280742C682.195 19.0281 706.96 54.9462 739.304 75.7352C765.413 92.518 794.361 100.764 827.739 94.788C871.188 87.0076 912.348 55.4752 940.3 45.5566C968.056 35.7099 996.446 30.7286 1031.82 51.49C1048.69 61.3923 1062.94 84.8102 1079.11 116.507C1126.25 208.907 1124 286.95 1253.93 270.612C1341.3 259.627 1502.59 126.169 1580.89 156.897" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3736 -93.4671C96.3374 -99.295 168.038 -130.075 237.664 -117.294C359.391 -94.9457 383.891 -38.9786 423.203 -13.7733C442.239 -1.56906 459.021 7.20388 483.969 7.20005C514.991 7.19532 540.407 -4.77551 568.826 -10.6984C598.407 -16.8656 625.115 -17.0557 655.234 -3.39522C692.366 13.4388 716.85 51.9149 747.693 77.212C773.006 97.9745 800.652 111.548 834.844 107.525C877.661 102.488 918.718 68.6569 949.047 53.9728C979.376 39.2887 1007.53 30.9069 1042.58 49.053C1059.85 57.9926 1073 83.3896 1087.43 118.013C1127.94 215.169 1124.26 311.37 1241.02 303.738C1328.67 298.008 1483.37 152.355 1574.61 184.952" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3741 -94.1767C95.4047 -101.321 171.347 -139.545 242.957 -126.397C368.752 -103.303 392.158 -42.8 427.861 -11.7799C445.551 3.5887 461.443 14.9546 487.926 15.6005C519.913 16.3775 545.71 2.36896 574.308 -6.45922C603.726 -15.5455 631.261 -19.6631 663.77 -7.07202C702.497 7.92968 726.692 48.9311 756.082 78.6885C780.557 103.471 806.925 122.25 841.946 120.264C884.108 117.873 925.17 81.9456 957.789 62.388C987.856 44.3632 1018.64 31.0198 1053.35 46.6112C1071.03 54.5559 1083.14 81.9236 1095.75 119.514C1129.91 221.322 1124.76 336.83 1228.12 336.855C1316.25 336.877 1464.15 178.537 1568.33 213.002" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3785 -94.8856C94.4715 -103.344 174.655 -149.013 248.258 -135.504C378.123 -111.663 400.318 -46.5394 432.532 -9.78827C448.814 8.79009 463.88 22.6881 491.891 23.9948C524.851 25.5348 551.038 9.53708 579.803 -2.22958C609.074 -14.205 637.407 -22.223 672.32 -10.7584C712.627 2.4758 736.493 45.9646 764.48 80.151C788.08 108.976 813.209 132.856 849.062 132.987C890.57 133.139 931.722 95.2739 966.547 70.786C997.878 48.7524 1029.8 31.0487 1064.12 44.1522C1082.25 51.073 1093.4 80.4279 1104.09 120.998C1132.12 227.424 1128.32 346.185 1215.23 369.959C1301 393.422 1444.95 204.706 1562.06 241.034" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.379 -95.5951C93.5388 -105.37 177.964 -158.482 253.551 -144.607C387.485 -120.02 408.347 -50.2519 437.19 -7.79471C452.002 14.0114 466.304 30.4076 495.848 32.3954C529.779 34.6786 556.377 16.7306 585.285 2.00974C614.428 -12.832 643.534 -24.7072 680.855 -14.4351C722.742 -2.90563 746.235 43.0166 772.865 81.6271C795.543 114.507 819.497 143.387 856.163 145.727C897.039 148.335 938.325 108.653 975.286 79.2008C1007.95 53.1801 1040.96 31.0224 1074.88 41.7139C1093.45 47.5646 1103.72 78.9513 1112.4 122.506C1134.52 233.562 1129.04 377.98 1202.31 403.086C1287.66 432.334 1425.71 230.897 1555.77 269.094" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3796 -96.3047C92.6023 -107.397 181.269 -167.952 258.844 -153.711C396.847 -128.378 416.265 -53.9857 441.848 -5.79733C455.132 19.2274 468.733 38.1161 499.8 40.7992C534.708 43.8147 561.733 23.9464 590.763 6.24844C619.801 -11.4483 649.656 -27.1407 689.387 -18.1124C732.856 -8.23198 755.934 40.0657 781.25 83.1031C802.975 120.036 825.815 153.828 863.261 158.462C903.537 163.448 944.983 122.041 984.025 87.6117C1018.06 57.6029 1052.11 30.9173 1085.64 39.2677C1104.65 44.0054 1114.13 77.4834 1120.71 124.003C1137.09 239.74 1125.82 419.392 1189.4 436.199C1278.34 459.715 1406.49 257.074 1549.48 297.138" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> <path d="M60.3805 -97.0142C91.6699 -109.423 184.578 -177.425 264.138 -162.818C480.524 -123.094 408.868 39.3175 503.758 49.1921C575.313 56.6379 613.402 -37.309 697.928 -21.7924C781.898 -6.37837 787.938 156.061 870.367 171.195C944.357 184.777 1024.85 23.6879 1096.41 36.8234C1163.27 49.0975 1103.71 439.957 1176.5 469.318C1263.88 504.563 1387.28 283.258 1543.21 325.186" stroke="#ADF07E" stroke-width="3" stroke-miterlimit="10"/> </g> <defs> <clipPath id="clip0_1067_10984"> <rect width="1547.64" height="486.24" fill="white" transform="matrix(0.988006 0.154413 0.154413 -0.988006 0 287.408)"/> </clipPath> </defs> </svg> </div> <div class="col-start-main-start col-end-main-end p-glg-lg relative"> <section class="cms " > <h2 class="font-bold hd3"> Ready to get started? </h2> <p class="text-pretty text-md" class="text-md"> Try any product on the Operations Cloud for free. <br class="hidden sm:inline-block " >No credit card required. </p></section> </div> <div class="col-start-main-start col-end-main-end relative px-glg-lg pb-glg-lg"> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-gmd-base md:gap-2gut btn-group"> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 border-2 text-gray-xdark hover:text-gray-xdark disabled:text-gray-xdark bg-white disabled:bg-white hover:bg-gray-xlight border-white border-solid hover:border-gray-xlight inline-flex rounded text-base px-glg-lg py-gmd-base !px-gut" href="/try-pagerduty-aiops/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try [br hide='mbl,lg' show='md']AIOps","variant":"fill","size":"default","bgColor":"default","primary":false,"iconDir":"none","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/try-pagerduty-aiops\/","class":"!px-gut","target":"_self"},"iconName":""}" > Try <br class=" md:inline-block hidden lg:hidden " >AIOps </a> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 border-2 text-gray-xdark hover:text-gray-xdark disabled:text-gray-xdark bg-white disabled:bg-white hover:bg-gray-xlight border-white border-solid hover:border-gray-xlight inline-flex rounded text-base px-glg-lg py-gmd-base !px-gut" href="/contact-us/process-automation/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try Automation","variant":"fill","size":"default","bgColor":"default","primary":false,"iconDir":"none","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/contact-us\/process-automation\/","class":"!px-gut","target":"_self"},"iconName":""}" > Try Automation </a> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 border-2 text-gray-xdark hover:text-gray-xdark disabled:text-gray-xdark bg-white disabled:bg-white hover:bg-gray-xlight border-white border-solid hover:border-gray-xlight inline-flex rounded text-base px-glg-lg py-gmd-base !px-gut" href="/sign-up/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try Incident Management","variant":"fill","size":"default","bgColor":"default","primary":false,"iconDir":"none","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/sign-up\/","class":"!px-gut","target":"_self"},"iconName":""}" > Try Incident Management </a> <a class="hover:no-underline font-normal cta justify-center items-center text-center disabled:opacity-50 border-2 text-gray-xdark hover:text-gray-xdark disabled:text-gray-xdark bg-white disabled:bg-white hover:bg-gray-xlight border-white border-solid hover:border-gray-xlight inline-flex rounded text-base px-glg-lg py-gmd-base !px-gut" href="/contact-us/customer-service-operations/" target="_self" data-track-event="Button Clicked" data-track-props="{"text":"Try Customer Service Ops","variant":"fill","size":"default","bgColor":"default","primary":false,"iconDir":"none","shape":"default","disabled":false,"fullWidth":false,"video":null,"attributes":{"href":"\/contact-us\/customer-service-operations\/","class":"!px-gut","target":"_self"},"iconName":""}" > Try Customer Service Ops </a> </div> </div> </div> </section> </main> <footer class="grid-container pt-gmd-base mx-gmd-base px-gut sm:px-0 text-gray-dark dark:text-gray-light"> <div class="col-start-main-start col-end-main-end"> <div id="footer-columns" class="grid gap-2gut sm:grid-cols-3 md:grid-cols-5 justify-between"> <section class="mb-gut w-full sm:col-span-2 md:col-span-1 " id="footer-platform"> <h2 class="text-md text-gray-xdark dark:text-gray-light uppercase mb-gut mt-2gut">Platform</h2> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/platform/incident-management/" hreflang="en" rel="" >Incident Management </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/platform/aiops/" hreflang="en" rel="" >AIOps </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/platform/automation/" hreflang="en" rel="" >Automation </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/platform/business-ops/" hreflang="en" rel="" >Business Operations </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://developer.pagerduty.com/" hreflang="en" rel="noopener" target="_blank" >Developer Platform </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/platform/enterprise-class/" hreflang="en" rel="" >Enterprise-Class Platform </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/digital-operations-management/" hreflang="en" rel="" >Digital Operations Management </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/platform/generative-ai/" hreflang="en" rel="" >Generative AI </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/whats-new/" hreflang="en" rel="" >What's New </a> </section> <section class="mb-gut w-full " id="footer-solutions"> <h2 class="text-md text-gray-xdark dark:text-gray-light uppercase mb-gut mt-2gut">Solutions</h2> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/incident-management-transformation/" hreflang="en" rel="" >Incident Management Transformation </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/operations-center-modernization/" hreflang="en" rel="" >Operations Center Modernization </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/automation-coe/" hreflang="en" rel="" >Automation Standardization </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/cx-operations/" hreflang="en" rel="" >Customer Experience Operations </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/digital-resilience/" hreflang="en" rel="" >Digital Operations Resiliency </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/scaled-service-ownership/" hreflang="en" rel="" >Scaled Service Ownership </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/solutions/remote-location-operations-automation/" hreflang="en" rel="" >Remote-Location Operations </a> </section> <section class="mb-gut w-full " id="footer-resources"> <h2 class="text-md text-gray-xdark dark:text-gray-light uppercase mb-gut mt-2gut">Resources</h2> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/resources/" hreflang="en" rel="" >Resources Library </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://community.pagerduty.com" hreflang="en" rel="noopener" target="_blank" >Community Forum </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/on-tour/" hreflang="en" rel="" >PagerDuty On Tour </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/customers/" hreflang="en" rel="" >Customer Stories </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/integrations/" hreflang="en" rel="" >Integration Guides </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/automation/" hreflang="en" rel="" >Automation Library </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/blog/" hreflang="en" rel="" >Blog </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/demo/" hreflang="en" rel="" >Watch Demo </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/request-a-demo/" hreflang="en" rel="" >Request a Demo </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/use-cases/" hreflang="en" rel="" >Use Cases </a> </section> <section class="mb-gut w-full " id="footer-company"> <h2 class="text-md text-gray-xdark dark:text-gray-light uppercase mb-gut mt-2gut">Company</h2> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/company/" hreflang="en" rel="" >About PagerDuty </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/in-perspective/" hreflang="en" rel="" >Thought Leadership </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/newsroom/" hreflang="en" rel="" >Newsroom </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/events/" hreflang="en" rel="" >Events </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/foundation/" hreflang="en" rel="" >PagerDuty.org </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://investor.pagerduty.com/" hreflang="en" rel="noopener" target="_blank" >Investor Relations </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/leadership/" hreflang="en" rel="" >Leadership </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/become-a-pagerduty-supplier/" hreflang="en" rel="" >Suppliers </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/careers/" hreflang="en" rel="" >Careers </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/company/awards/" hreflang="en" rel="" >Awards </a> </section> <section class="mb-gut w-full " id="footer-support"> <h2 class="text-md text-gray-xdark dark:text-gray-light uppercase mb-gut mt-2gut">Support</h2> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://status.pagerduty.com/" hreflang="en" rel="noopener" target="_blank" >System Status </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/support/" hreflang="en" rel="" >Help & Support </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/partner-with-pagerduty/" hreflang="en" rel="" >Partner with PagerDuty </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/contact-us/" hreflang="en" rel="" >Contact Us </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/legal/" hreflang="en" rel="" >Legal </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/services/" hreflang="en" rel="" >Services </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/faq/" hreflang="en" rel="" >FAQs </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/accessibility-statement/" hreflang="en" rel="" >Accessibility </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/ops-guides/" hreflang="en" rel="" >Ops Guides </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://www.pagerduty.com/university/" hreflang="en" rel="" >PagerDuty University </a> <a class="block text-base hover:text-green dark:text-gray-light dark:hover:text-blue-light my-1" href="https://support.pagerduty.com" hreflang="en" rel="noopener" target="_blank" >Knowledge Base </a> </section> </div> </div> <div class="col-start-body-start col-end-body-end"> <div class="grid-container grid-rows-3 sm:grid-rows-2 md:grid-rows-1 mt-2gut"> <div class="row-start-1 row-end-2 place-self-start col-start-main-start col-end-main-end sm:col-end-main-1/2 md:col-end-main-1/3"> <label for="lang-selector" class="flex items-center" id="footer-lang-select" > <div class="mr-2"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-gmd-md h-gmd-md"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg> </div> <select title="Language Selector" id="lang-selector" name='lang-switcher' class="py-gut/2 px-gut appearance-none text-green dark:text-blue-light font-bold rounded-sm bg-white dark:bg-gray-xdark"> <option disabled selected> Change language   ▾ </option> <option value="en"> English </option> <option value="fr"> Française </option> <option value="de"> Deutsche </option> <option value="ja"> 日本語 </option> </select> </label> </div> <div class="row-start-3 row-end-4 sm:row-start-2 sm:row-end-3 md:row-start-1 md:row-end-2 col-start-main-start col-end-main-end md:col-start-main-1/3 md:col-end-main-2/3 flex flex-wrap "> <p class="flex flex-wrap w-full justify-center" id="footer-social"> <a class="px-gut py-gut text-gray-dark hover:text-green dark:text-gray-light dark:hover:text-blue-light" href="https://www.facebook.com/PagerDuty/" hreflang="en" target="_blank" rel="noopener"> <svg height="24" width="21" viewbox="-96 0 512 512"> <title>Facebook</title> <path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" fill="currentColor"/> </svg> </a> <a class="px-gut py-gut text-gray-dark hover:text-green dark:text-gray-light dark:hover:text-blue-light" href="https://x.com/pagerduty" hreflang="en" target="_blank" rel="noopener"> <svg height="24" width="19" viewBox="0 0 31.64 28.6"><g> <title>X</title><path fill="currentColor" d="M24.91,0h4.85l-10.6,12.11,12.47,16.48h-9.76l-7.65-10-8.75,10H.62l11.34-12.96L0,0h10.01l6.91,9.14L24.91,0ZM23.21,25.69h2.69L8.55,2.75h-2.88l17.55,22.94Z" stroke-width="0"/></g> </svg> </a> <a class="px-gut py-gut text-gray-dark hover:text-green dark:text-gray-light dark:hover:text-blue-light" href="https://www.instagram.com/pagerduty/" hreflang="en" target="_blank" rel="noopener"> <svg height="24" viewbox="0 0 448 512"> <title>Instagram</title> <path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" fill="currentColor"/> </svg> </a> <a class="px-gut py-gut text-gray-dark hover:text-green dark:text-gray-light dark:hover:text-blue-light" href="https://www.linkedin.com/company/pagerduty" hreflang="en" target="_blank" rel="noopener"> <svg height="24" viewbox="0 0 448 512"> <title>LinkedIn</title> <path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" fill="currentColor"/> </svg> </a> </p> <div class="flex w-full justify-center"> </div> </div> <p class="row-start-2 row-end-3 sm:row-start-1 sm:row-end-2 col-start-main-start col-end-main-end sm:col-start-main-1/2 md:col-start-main-2/3 md:col-end-main-end md:px-gut py-gut text-gray-dark dark:text-gray-light sm:text-right"> © 2025 PagerDuty, Inc. All rights reserved.<br> </p> </div> <div class="footer_terms flex flex-wrap justify-center border-t border-t-1 items-baseline container mx-auto text-sm mt-gut mb-2gut pt-gut divide-x divide-black"> <a class="cursor-pointer mb-gut px-gut hover:text-green dark:hover:text-blue-light" href="https://www.pagerduty.com/privacy-policy/" > Privacy policy </a> <a class="cursor-pointer mb-gut px-gut hover:text-green dark:hover:text-blue-light" href="https://www.pagerduty.com/website-terms-of-use/" > Website Terms of Use </a> <a class="cursor-pointer mb-gut px-gut hover:text-green dark:hover:text-blue-light" href="https://www.pagerduty.com/privacy-policy/#ccpa" > California Privacy Notice </a> <a class="cursor-pointer mb-gut px-gut hover:text-green dark:hover:text-blue-light" href="https://www.pagerduty.com/assets/uk-modern-slavery-act-statement.pdf" > Modern Slavery Act </a> <a class="cursor-pointer mb-gut px-gut hover:text-green dark:hover:text-blue-light" href="https://www.pagerduty.com/ccpa/" > CCPA </a> <a class="cursor-pointer mb-gut px-gut hover:text-green dark:hover:text-blue-light ot-sdk-show-settings" > Cookie Settings </a> </div> </div> </footer> </body> </html>