html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

details,
footer,
header,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

[type=button],
[type=reset],
button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:after,
.w-container:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
}

.wf-layout-layout {
    display: grid
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

body {
    color: #101113;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 20px
}

h1 {
    margin-top: 44px;
    margin-bottom: 24px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.25em
}

h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em
}

h3 {
    margin-top: 44px;
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4em
}

h4 {
    color: #17232c;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em
}

h5 {
    color: #17232c;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em
}

h6 {
    color: #a5afb8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em
}

a {
    color: #1c8be3;
    text-decoration: none;
    transition: color .2s
}

a:hover {
    color: #1463a3
}

img {
    max-width: 100%;
    display: inline-block
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden
}

.basic-section {
    z-index: 0;
    height: auto;
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

.basic-section.blue {
    color: #fff;
    background-color: #1c8be3
}

.basic-section.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.basic-section.no-padding.mobile-hidden.pagerduty {
    background-color: #f7fbff
}

.basic-section.center-align {
    justify-content: center;
    align-items: center;
    display: flex
}

.basic-section.blog-page {
    padding-top: 160px;
    padding-bottom: 40px
}

.basic-section.status-page_section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex
}

.button {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.button:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.button:active {
    background-color: #104d7f
}

.button.no-margin {
    margin-left: 0;
    margin-right: 0
}

.spacer {
    height: 48px;
    background-color: #b1c5d3
}

.spacer._64 {
    width: 64px;
    height: 64px;
    background-color: transparent
}

.spacer._32 {
    width: 32px;
    height: 32px;
    text-align: left;
    background-color: transparent;
    border-radius: 6px
}

.spacer._24 {
    width: 24px;
    height: 24px;
    background-color: transparent
}

.spacer._48 {
    width: 48px;
    background-color: transparent;
    border-radius: 6px
}

.spacer._128 {
    width: 128px;
    height: 128px;
    background-color: transparent
}

.spacer._80 {
    width: 80px;
    height: 80px;
    background-color: transparent
}

.spacer._96 {
    width: 96px;
    height: 96px;
    height: 96px;
    background-color: rgba(94, 178, 244, 0)
}

.spacer._32 {
    height: 32px;
    background-color: transparent
}

.spacer._16 {
    width: 16px;
    height: 16px;
    background-color: transparent
}

.container {
    width: 100%;
    max-width: 90vw;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative
}

.container.flex {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
    display: flex
}

.container.flex.padding.center {
    min-height: 50px;
    align-items: center
}

.container.flex.padding.center.space {
    max-width: 90vw;
    border-bottom: 1px #000;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.container.flex.footer-bottom {
    max-width: 90vw;
    border-top: 1px solid #c6d0e4;
    justify-content: flex-start;
    padding: 30px 0
}

.container.mobile-border {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0
}

.container.call-routing,
.container.center-align {
    align-items: center;
    display: flex
}

.container.center-align.faq {
    min-height: 500px;
    justify-content: flex-start
}

.container.center-align.compare {
    flex-direction: row;
    align-items: flex-start
}

.container.blog-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -41px;
    display: flex
}

.container.legal-container {
    max-width: 640px;
    background-color: #fff;
    border: 1px #e7eaec;
    padding: 40px 40px 30px;
    display: flex
}

.logo-div {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: block
}

.nav-logo {
    transition: opacity .2s
}

.nav-logo:hover {
    opacity: .75
}

.footer-logo {
    margin-bottom: 20px
}

.footer-logo.no-margin {
    width: 100%;
    max-width: 350px
}

.footer-link {
    color: #6c7983;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block
}

.footer-link:hover {
    opacity: 1;
    color: #1c8be3
}

.footer-link.w--current {
    opacity: 1;
    font-weight: 500
}

.footer-links-container {
    flex-direction: column;
    margin-bottom: 24px;
    display: flex
}

.footer {
    z-index: 0;
    border-top: 1px solid #c6d0e4;
    padding-top: 30px;
    padding-bottom: 0;
    position: relative
}

.icon {
    width: 48px;
    height: 48px;
    color: #fff;
    margin-bottom: 40px;
    font-size: 24px
}

.logo-container {
    width: 16.7%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex
}

.partner-logo {
    max-height: 90px;
    max-width: 150px;
    opacity: 1;
    filter: none
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0
}

.no-margin.center {
    color: #17232c;
    text-align: center
}

.no-margin.center.compare-pagerduty {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    line-height: 1.5em
}

.pricing-grid {
    margin-left: auto;
    margin-right: auto
}

.pricing-grid-section {
    margin-top: 20px;
    margin-bottom: 40px
}

.nav-container {
    width: 90vw;
    max-width: 90vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    top: 0;
    left: 0;
    right: 0
}

.logo {
    width: 120px;
    min-width: 100px
}

.nav-link {
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 8px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    transition: transform .2s, color .1s
}

.nav-link:hover {
    color: #1c8be3
}

.nav-link.w--current {
    color: #303030
}

.footer-header {
    color: #17232c;
    text-transform: none;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 500
}

._2-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

._1-2-grid {
    max-width: 1000px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

._1-2-5-grid {
    max-width: 1000px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

._3-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

.grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

._2-5-1-grid {
    max-width: 1000px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

._2-1-grid {
    max-width: 1000px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

.basic-heading {
    color: #17232c;
    margin-top: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.5em
}

.basic-heading.h1 {
    font-size: 45px;
    line-height: 1.25em
}

.basic-heading.h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em
}

.basic-heading.h3 {
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em
}

.basic-heading.h3.footer-desc {
    color: #17232c;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.basic-heading.h4 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em
}

.basic-heading.h5 {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em
}

.basic-heading.h5.blue {
    color: #1c8be3;
    padding-left: 0;
    padding-right: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 700
}

.basic-heading.h5.blue.center {
    text-align: center;
    margin-bottom: 0
}

.basic-heading.h6 {
    font-size: 13px;
    line-height: 1.5em
}

.basic-heading.center-align {
    text-align: center;
    font-weight: 800
}

.basic-heading.center-align.product {
    font-size: 36px;
    display: block
}

.basic-heading.pricing {
    margin-bottom: 0
}

.basic-heading.pricing-features-text {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600
}

.basic-heading.on-call {
    text-align: center;
    font-size: 36px
}

.button-text {
    display: inline
}

.div-block {
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.icon-grid {
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

.icon-text {
    color: #2c323a;
    margin-bottom: 8px;
    margin-left: 12px;
    font-size: 15px
}

.div-block-hidden {
    display: none
}

.footer-contact-item-wrapper {
    align-items: center;
    display: flex
}

.footer-contact-item-wrapper.mob-vertical {
    align-items: flex-start
}

.footer-contact-item-wrapper.center {
    align-items: center
}

.footer-contact-item-wrapper.h,
.footer-contact-item-wrapper.pricing {
    height: 100px;
    max-width: 400px;
    background-color: #fff;
    border-radius: 16px;
    align-items: center;
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.footer-contact-item-wrapper.germany-text {
    min-width: 250px
}

.footer-icon.social {
    margin-left: 6px
}

.extreme-right {
    align-items: center;
    margin-left: auto;
    margin-right: 80px;
    display: block
}

.text-block {
    color: #1c8be3
}

.div-block-5 {
    color: #212529;
    border: 1px solid #bec1c9;
    padding: 25px 32px 23px
}

.height-40 {
    height: 40%;
    flex-direction: column;
    justify-content: space-between;
    display: flex
}

.text-span {
    font-size: 12px;
    position: relative;
    top: 1px
}

.basic-container {
    height: 100%;
    max-width: 90vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

.basic-container.padding {
    flex-direction: column;
    padding: 140px 140px 120px
}

.basic-container.partner-program-features {
    max-width: 90vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.basic-container.partner-program-faq {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.basic-container.legal-container {
    min-height: 400px;
    padding-top: 70px
}

.basic-container.features-page_container {
    flex-direction: column;
    flex: 1;
    justify-content: space-between
}

.basic-container.status-page_container {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 50px
}

.brand-section {
    z-index: 0;
    background-color: #f8fbff;
    border-top: 0 #dee2e6;
    padding: 120px 20px;
    position: relative
}

.brand-section.blue {
    color: #fff;
    background-color: #1c8be3
}

.brand-section.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.features-grid {
    max-width: 1000px
}

.integrations-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
    overflow: hidden
}

.integrations-header {
    color: #17232c;
    font-family: "Gilroy", sans-serif;
    font-size: 38px;
    line-height: 1.5em
}

.basic-button {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.basic-button:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.basic-button:active {
    background-color: #104d7f
}

.basic-button.no-margin {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

.basic-button.blue {
    box-shadow: none;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 600
}

.basic-button.blue:hover {
    color: #fff;
    background-color: #1463a3
}

.basic-button.blue.about-us {
    width: 250px
}

.basic-button.blue.about-us:hover,
.basic-button.blue.partner-program:hover {
    color: #fff;
    background-color: #1463a3
}

.basic-button.border-blue {
    box-shadow: none;
    color: #1c8be3;
    background-color: #fff;
    border: 1px solid #1c8be3;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    transition: color .2s, background-color .2s
}

.basic-button.border-blue:hover {
    color: #fff;
    background-color: #1463a3
}

.basic-button.border-blue.no-margin {
    margin-left: 0
}

.features-link {
    font-size: 17px;
    font-weight: 400
}

.footer-follow-us {
    color: #6c7983;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    right: 16px
}

.footer-follow-us.no-margin {
    margin-left: 0
}

.basic-body {
    color: #17232c;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    line-height: 1.5em
}

.call-routing-text-wrapper {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.call-routing-text {
    width: 90%;
    color: #6c7983;
    text-align: center;
    font-family: "Gilroy", sans-serif;
    font-weight: 400
}

.product-basic-body {
    font-family: "Gilroy", sans-serif;
    font-weight: 500
}

.product-basic-section {
    z-index: 0;
    padding: 160px 20px 80px 0;
    position: relative
}

.product-basic-section.blue {
    color: #fff;
    background-color: #1c8be3
}

.product-basic-section.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.integrations-grid {
    max-width: 90vw;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center
}

.pricing-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex
}

.pricing-header-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.pricing-button {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.pricing-button:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.pricing-button:active {
    background-color: #104d7f
}

.pricing-button.no-margin {
    margin-left: 0;
    margin-right: 0
}

.heading-2 {
    margin-bottom: -2px
}

.footer-links-wrapper {
    flex-direction: column;
    margin-bottom: 24px;
    display: flex
}

.icon-text-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 26px;
    display: flex
}

.pricing-features {
    align-items: center;
    padding-left: 60px;
    display: flex
}

.pricing-features.center {
    align-items: center
}

.pricing-features.h,
.pricing-features.pricing {
    height: 100px;
    max-width: 400px;
    background-color: #fff;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.button-2 {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.button-2:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.button-2:active {
    background-color: #104d7f
}

.spacer-2 {
    height: 48px;
    background-color: #b1c5d3
}

.spacer-2._32 {
    width: 32px;
    height: 32px;
    text-align: left;
    background-color: transparent;
    border-radius: 6px
}

.spacer-2._16 {
    width: 16px;
    height: 16px;
    background-color: transparent
}

.spacer-2._24 {
    width: 24px;
    height: 24px;
    background-color: transparent
}

.link-2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em
}

.footer-icon-wrapper {
    width: 20px;
    justify-content: center;
    align-items: center;
    display: flex
}

.button-icon {
    margin-right: 8px
}

.about-us-svg-wrapper {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.basic-button-2 {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.basic-button-2:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.basic-button-2:active {
    background-color: #104d7f
}

.basic-button-2.blue {
    font-size: 1.2vw;
    font-weight: 500
}

.basic-button-2.blue:hover {
    box-shadow: none;
    background-color: #1463a3
    color: #FFFFFF;
}

.basic-heading-2 {
    color: #17232c;
    font-family: "Gilroy", sans-serif;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.5em
}

.basic-heading-2.h3 {
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em
}

.basic-heading-2.h3.footer-desc {
    color: #17232c;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em
}

.basic-heading-2.h5 {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em
}

.basic-heading-2.h5.blue {
    color: #1c8be3;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600
}

.footer-link-2 {
    color: #6c7983;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: block
}

.footer-link-2:hover {
    opacity: 1;
    color: #1c8be3
}

.footer-link-2.w--current {
    opacity: 1;
    font-weight: 500
}

.basic-section-2 {
    z-index: 0;
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

.basic-section-2.blog-page {
    padding-top: 140px;
    padding-bottom: 40px
}

.blue {
    padding-left: 10px;
    padding-right: 10px
}

.blue-badge {
    color: #fff;
    background-color: #6c7983;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.blue-badge_nav {
    width: 6px;
    height: 6px;
    color: #fff;
    background-color: #1c8be3;
    background-image: linear-gradient(278deg, rgba(20, 99, 163, .68), rgba(92, 170, 235, .43));
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    position: absolute;
    top: auto;
    bottom: 60%;
    left: 90%;
    right: auto
}

.reliable-header {
    color: #17232c;
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: "Gilroy", sans-serif;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.5em
}

.reliable-header.h1 {
    font-size: 45px;
    line-height: 1.25em
}

.reliable-header.h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em
}

.reliable-header.h3 {
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em
}

.reliable-header.h3.footer-desc {
    color: #17232c;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.reliable-header.h4 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em
}

.reliable-header.h5 {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em
}

.reliable-header.h5.blue {
    color: #1c8be3;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600
}

.reliable-header.h5.blue.center {
    text-align: center;
    margin-bottom: 0
}

.reliable-header.h6 {
    font-size: 13px;
    line-height: 1.5em
}

.reliable-header.center-align {
    text-align: center;
    font-weight: 800
}

.reliable-header.center-align.product {
    font-size: 36px
}

.reliable-header.pricing {
    margin-bottom: 0
}

.reliable-header.pricing-features-text {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600
}

.reliable-header.on-call {
    text-align: center;
    font-size: 36px
}

.on-call_heading {
    color: #17232c;
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: "Gilroy", sans-serif;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.5em
}

.on-call_heading.h1 {
    font-size: 45px;
    line-height: 1.25em
}

.on-call_heading.h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3em
}

.on-call_heading.h3 {
    margin-bottom: 10px;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em
}

.on-call_heading.h3.footer-desc {
    color: #17232c;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.on-call_heading.h4 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em
}

.on-call_heading.h5 {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em
}

.on-call_heading.h5.blue {
    color: #1c8be3;
    font-family: "Gilroy", sans-serif;
    font-size: 22px;
    font-weight: 600
}

.on-call_heading.h5.blue.center {
    text-align: center;
    margin-bottom: 0
}

.on-call_heading.h6 {
    font-size: 13px;
    line-height: 1.5em
}

.on-call_heading.center-align {
    text-align: center;
    font-weight: 800
}

.on-call_heading.center-align.product {
    font-size: 36px
}

.on-call_heading.pricing {
    margin-bottom: 0
}

.on-call_heading.pricing-features-text {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600
}

.on-call_heading.on-call {
    text-align: center;
    font-size: 36px
}

.pricing-section {
    z-index: 0;
    height: auto;
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

.pricing-section.blue {
    color: #fff;
    background-color: #1c8be3
}

.pricing-section.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.pricing-section.no-padding.mobile-hidden.pagerduty {
    background-color: #f7fbff
}

.pricing-section.center-align {
    justify-content: center;
    align-items: center;
    display: flex
}

.pricing-section.blog-page {
    padding-top: 140px;
    padding-bottom: 40px
}

.status-page_vertical-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex
}

.status-page_h3 {
    max-width: 750px;
    text-align: center
}

.status-page_h4 {
    max-width: 750px;
    text-align: left;
    margin-bottom: 8px;
    font-family: "Gilroy", sans-serif;
    font-size: 24px
}

.status-page_text-grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 16px;
    display: grid
}

.status-page_h5 {
    max-width: 750px;
    text-align: left;
    margin-bottom: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 700
}

.status-link {
    cursor: pointer;
    border-radius: 5px;
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 8px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    transition: transform .2s, color .1s
}

.status-link:hover {
    color: #1c8be3
}

.status-link.w--current {
    color: #303030
}

.basic-button-3 {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.basic-button-3:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.basic-button-3:active {
    background-color: #104d7f
}

.basic-button-3.blue {
    border: 1px solid #1c8be3;
    font-size: 1.2vw;
    font-weight: 600
}

.basic-button-3.blue:hover {
    background-color: #1c8be3
}

.basic-button-3.border-blue {
    box-shadow: none;
    color: #1c8be3;
    background-color: #fff;
    border: 1px solid #1c8be3;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 1.2vw;
    font-weight: 600;
    transition: color .2s, background-color .2s
}

.basic-button-3.border-blue.no-margin {
    margin-left: 0
}

.basic-container-2 {
    max-width: 90vw;
    justify-content: center;
    align-items: center;
    display: flex
}

.basic-heading-3 {
    color: #17232c;
    margin-top: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 3.5rem
}

.basic-heading-3.h5 {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em
}

.basic-heading-3.h5.blue {
    color: #1c8be3;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 800
}

.icon-2 {
    width: 48px;
    height: 48px;
    color: #fff;
    margin-bottom: 48px;
    font-size: 24px
}

.center-align {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.wrapper-store-badges {
    grid-column-gap: .5rem;
    align-items: center;
    margin-bottom: 0;
    padding-left: 1rem;
    display: flex
}

.store-badge-link {
    transition-property: all
}
.footer-link
.store-badge-link:hover {
    transform: translateY(-2px)
}

.store-badge {
    width: auto;
    height: 40px
}

.basic-heading-4 {
    color: #17232c;
    margin-top: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 3.5rem
}

.basic-heading-4.h5 {
    color: #535d66;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em
}

.basic-heading-4.h5.blue {
    color: #1c8be3;
    color: #1c8be3;
    padding-left: 0;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 800
}

.padding-vertical {
    padding-left: 0;
    padding-right: 0
}

.github-link {
    width: auto;
    grid-column-gap: .5rem;
    opacity: .38;
    align-items: center;
    margin-right: .5rem;
    transition-property: all;
    display: none;
    transform: translate(0)
}

.github-link:hover {
    opacity: .56;
    transform: translateY(-1px)
}

.github-link_logo {
    width: 20px
}

.github-link_text {
    color: #000;
    display: none
}

.pricing-button-2 {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 5px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.pricing-button-2:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.pricing-button-2:active {
    background-color: #104d7f
}

.pricing-button-3 {
    color: #fff;
    text-align: center;
    background-color: #1c8be3;
    border-radius: 12px;
    flex: none;
    margin-bottom: 16px;
    padding: 15px 25px;
    font-weight: 700;
    line-height: 1.5;
    transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.pricing-button-3:hover {
    color: #f4f8fa;
    background-color: #1463a3;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2)
}

.pricing-button-3:active {
    background-color: #104d7f
}

.pricing-header {
    max-width: 100%;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.footer-legal-link {
    color: #6c7983;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500
}

.footer-legal-link.no-margin {
    margin-left: 0
}

.div-block-7 {
    position: relative
}

.text-align-center {
    text-align: center
}

.align-center-left {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.wrapper-badges {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    display: flex
}

.iso-logo {
    height: 40px
}

.footer-contact-items_icons {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    align-items: center;
    display: flex
}

.flex-align-right {
    align-items: flex-end
}

.text-align-right {
    text-align: right
}

.flex-block {
    padding: 1rem
}

.flex-block-2,
.flex-block-3 {
    padding-left: 1rem
}

.footer-navigation-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid #c6d0e4;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2rem 1rem 1rem;
    display: grid
}

.grid-2-c {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.padding-left-40 {
    padding-left: 2.5rem
}

.padding-left-80 {
    padding-left: 5rem
}

.margin-left-32 {
    margin-left: 32px
}

.margin-left-64 {
    margin-left: 64px
}

.margin-left-96 {
    margin-left: 96px
}

.margin-left-128 {
    margin-left: 128px
}

@media screen and (min-width:1280px) {
    .button {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .button.no-margin.mobile-margin {
        margin-left: 60px
    }

    .container {
        max-width: 1100px
    }

    .container.flex.padding.center.space {
        max-width: 1100px;
        justify-content: flex-start
    }

    .container.flex.footer-bottom,
    .container.mobile-border {
        max-width: 1100px
    }

    .container.legal-container {
        max-width: 700px
    }

    .footer-logo.no-margin {
        max-width: 350px
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .logo-container {
        width: 16.7%
    }

    .basic-text {
        color: #fff
    }

    .nav-container {
        max-width: 1100px;
        padding-left: 0;
        padding-right: 0
    }

    .nav-link {
        color: #17232c
    }

    .basic-heading.h3.footer-desc {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .basic-container {
        max-width: 1100px
    }

    .basic-container.partner-program-features {
        max-width: 1100px
    }

    .brand-section {
        border-top: 1px solid #dee2e6
    }

    .features-grid {
        max-width: 1100px
    }

    .integrations-header {
        font-size: 38px
    }

    .basic-button {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .basic-button.no-margin.mobile-margin {
        margin-left: 60px
    }

    .basic-button.blue,
    .basic-button.border-blue {
        font-size: 16px
    }

    .pricing-button {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .pricing-button.no-margin.mobile-margin {
        margin-left: 60px
    }

    .compare-header.h3.footer-desc {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .button-2 {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .basic-text-2 {
        color: #fff
    }

    .partner-program-header.h3.footer-desc {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .basic-button-2 {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .basic-button-2.blue {
        font-size: 16px
    }

    .basic-heading-2.h3.footer-desc {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .reliable-header.h3.footer-desc {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .on-call_heading.h3.footer-desc {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .status-link {
        color: #17232c
    }

    .basic-button-3 {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .basic-button-3.blue {
        font-size: 16px
    }

    .basic-button-3.border-blue {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px
    }

    .basic-container-2 {
        max-width: 1100px
    }

    .github-link {
        margin-right: 1rem
    }

    .github-link_text {
        font-size: 16px
    }

    .pricing-button-2 {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }

    .pricing-button-3 {
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 700
    }
}

@media screen and (min-width:1440px) {
    h3 {
        font-weight: 600
    }

    h5,
    h6 {
        color: #17232c;
        font-weight: 600
    }

    .button {
        padding-left: 40px;
        padding-right: 40px
    }

    .container {
        max-width: 1400px
    }

    .container.flex.footer-bottom,
    .container.flex.padding.center.space,
    .container.mobile-border {
        max-width: 1400px
    }

    .container.blog-header-wrapper {
        max-width: 1100px
    }

    .container.legal-container {
        max-width: 809px
    }

    .footer-link {
        font-weight: 400
    }

    .nav-container {
        max-width: 1400px;
        min-width: 1400px
    }

    .basic-heading.h3 {
        margin-bottom: 10px
    }

    .basic-heading.h3.footer-desc {
        margin-right: 60px
    }

    .footer-contact-item-wrapper {
        align-items: center
    }

    .basic-container {
        max-width: 1400px
    }

    .basic-container.partner-program-features {
        max-width: 1400px
    }

    .basic-container.partner-program-faq {
        flex-direction: column;
        justify-content: center;
        display: flex
    }

    .brand-section.compare {
        border-top-style: none
    }

    .features-grid {
        max-width: 1400px
    }

    .integrations-section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .integrations-header {
        font-size: 43px
    }

    .basic-button {
        padding-left: 40px;
        padding-right: 40px
    }

    .basic-button.blue {
        border: 1px solid #1c8be3;
        font-size: 18px;
        transition: all .3s
    }

    .basic-button.blue.about-us {
        max-width: 320px
    }

    .basic-button.blue.partner-program {
        padding-left: 23px;
        padding-right: 23px
    }

    .basic-button.border-blue {
        transition: all .3s
    }

    .basic-button.border-blue:hover {
        color: #fff;
        background-color: #1463a3
    }

    .footer-german-flag-2 {
        margin-left: 20px
    }

    .pricing-button {
        padding-left: 40px;
        padding-right: 40px
    }

    .div-block-6 {
        z-index: 2;
        width: 120px;
        background-color: #1463a3;
        border-radius: 20px;
        position: relative;
        left: -14px
    }

    .compare-header {
        width: 100%;
        font-size: 43px
    }

    .compare-header.h3 {
        margin-bottom: 10px
    }

    .pricing-features {
        align-items: center
    }

    .text-block-3 {
        display: inline
    }

    .button-2 {
        padding-left: 40px;
        padding-right: 40px
    }

    .partner-program-section {
        height: 75vh
    }

    .partner-program-header {
        font-size: 46px
    }

    .partner-program-header.h3 {
        margin-bottom: 10px
    }

    .partner-program-header.compare {
        padding-bottom: 0
    }

    .basic-button-2 {
        padding-left: 40px;
        padding-right: 40px
    }

    .basic-button-2.blue {
        font-size: 18px;
        transition: all .3s
    }

    .basic-heading-2.h3 {
        margin-bottom: 10px
    }

    .basic-heading-2.h3.footer-desc {
        margin-right: 60px
    }

    .footer-link-2 {
        font-weight: 400
    }

    .reliable-header {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .reliable-header.h3 {
        margin-bottom: 10px
    }

    .reliable-header.h3.footer-desc {
        margin-right: 60px
    }

    .on-call_heading {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .on-call_heading.h3 {
        margin-bottom: 10px
    }

    .on-call_heading.h3.footer-desc {
        margin-right: 60px
    }

    .basic-button-3 {
        color: #fff;
        padding-left: 40px;
        padding-right: 40px
    }

    .basic-button-3:hover {
        color: #fff
    }

    .basic-button-3.blue {
        box-shadow: none;
        color: #fff;
        border: 1px solid #1c8be3;
        font-size: 18px;
        transition: all .3s
    }

    .basic-button-3.blue:hover {
        box-shadow: none
    }

    .basic-button-3.border-blue {
        font-size: 18px;
        transition: all .3s
    }

    .basic-button-3.border-blue:hover {
        color: #fff;
        background-color: #1463a3
    }

    .basic-container-2 {
        max-width: 1400px
    }

    .github-link {
        margin-right: 1.5rem
    }

    .pricing-button-2 {
        padding-left: 40px;
        padding-right: 40px
    }

    .pricing-button-3 {
        padding-left: 40px;
        padding-right: 40px
    }

    .grid-2-c {
        align-items: center
    }
}

@media screen and (max-width:991px) {
    .basic-section {
        padding-left: 0;
        padding-right: 0
    }

    .basic-section.pricing-features-section {
        padding-top: 50px
    }

    .basic-section.status-page_section {
        min-height: 600px;
        padding-top: 0;
        padding-bottom: 0
    }

    .button {
        position: relative
    }

    .button.no-margin.mobile-margin {
        margin-top: 10px
    }

    .button.hidden {
        display: none
    }

    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .container.flex.padding {
        padding-right: 30px
    }

    .container.flex.padding.center.space {
        height: auto;
        max-width: 90vw;
        flex-direction: column;
        align-items: flex-start
    }

    .container.flex.footer-bottom {
        border-top-color: rgba(198, 208, 228, .5);
        flex-direction: column-reverse;
        padding-right: 30px
    }

    .container.mobile-border {
        max-width: 90vw;
        border: 1px #c6d0e4
    }

    .container.center-align.compare {
        flex-direction: column;
        align-items: center
    }

    .container.blog-header-wrapper {
        align-items: center;
        margin-bottom: 16px
    }

    .container.legal-container {
        align-items: center
    }

    .logo-div {
        flex: 0 auto;
        position: relative;
        left: -20%
    }

    .nav-logo {
        width: 120px;
        flex: 1
    }

    .footer-logo {
        margin-bottom: 40px
    }

    .footer-logo.no-margin {
        width: 100%;
        max-width: none;
        margin-bottom: 8px
    }

    .footer-link.contact {
        font-size: 17px
    }

    .footer-links-container {
        flex-direction: column;
        align-items: flex-start;
        display: flex
    }

    .footer {
        padding-bottom: 10px
    }

    .icon {
        width: 74px
    }

    .logo-container {
        width: 29.6%;
        justify-content: center;
        display: flex
    }

    .partner-logo {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .no-margin.center.compare-pagerduty {
        font-size: 28px
    }

    .nav-container {
        width: 100vw;
        max-width: none;
        background-color: #fff;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0
    }

    .nav-link {
        color: #17232c;
        margin: 4px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 17px
    }

    ._1-2-5-grid,
    ._1-2-grid,
    ._2-grid,
    ._3-grid,
    .grid {
        margin-left: 0
    }

    ._2-1-grid,
    ._2-5-1-grid {
        margin-left: 0
    }

    .basic-heading {
        text-align: center;
        font-size: 24px
    }

    .basic-heading.h3.footer-desc {
        text-align: left;
        margin-bottom: 9px
    }

    .basic-heading.h5.blue {
        text-align: center
    }

    .basic-heading.pricing {
        font-size: 18px;
        font-weight: 500
    }

    .basic-heading.pricing-features-text {
        font-size: 18px;
        font-weight: 600
    }

    .footer-contact-item-wrapper.mob-vertical {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px
    }

    .footer-contact-item-wrapper.center.mob-vertical.left-align {
        flex-direction: column;
        align-items: stretch
    }

    .footer-contact-item-wrapper.h {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 17px;
        font-size: 14px
    }

    .footer-contact-item-wrapper.pricing {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        align-items: center;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 14px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .2)
    }

    .extreme-right {
        width: 100%;
        margin-left: 0
    }

    .text-span {
        position: absolute;
        top: auto;
        right: -2px
    }

    .basic-container {
        flex-direction: column
    }

    .basic-container.partner-program-features {
        max-width: 90vw;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .basic-container.partner-program-faq {
        justify-content: center
    }

    .brand-section {
        padding-left: 0;
        padding-right: 0
    }

    .integrations-section {
        padding-bottom: 0
    }

    .integrations-header {
        text-align: center;
        font-size: 28px
    }

    .basic-button {
        position: relative
    }

    .basic-button.no-margin.mobile-margin {
        margin-top: 10px
    }

    .basic-button.blue {
        width: 100%;
        font-size: 18px
    }

    .basic-button.border-blue {
        margin-left: 0
    }

    .footer-follow-us {
        right: 0
    }

    .integrations-button-wrapper {
        flex-direction: column;
        display: flex
    }

    .product-basic-section {
        padding-left: 0;
        padding-right: 0
    }

    .pricing-button {
        position: relative
    }

    .pricing-button.no-margin.mobile-margin {
        margin-top: 10px
    }

    .heading {
        color: #17232c
    }

    .footer-links-wrapper {
        flex-direction: column;
        align-items: flex-start;
        display: flex
    }

    .compare-text-wrapper {
        width: 100%;
        align-items: center
    }

    .compare-img {
        width: 100%;
        max-width: none;
        margin-bottom: 20px
    }

    .compare-header {
        text-align: center;
        font-size: 32px
    }

    .compare-header.h3.footer-desc {
        text-align: left
    }

    .compare-header.h5.blue {
        text-align: center
    }

    .compare-header.compare {
        text-align: center;
        line-height: 35px
    }

    .pricing-features {
        flex-direction: column;
        padding-left: 0
    }

    .pricing-features.mob-vertical {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px
    }

    .pricing-features.center.mob-vertical.left-align {
        flex-direction: column;
        align-items: stretch
    }

    .pricing-features.h {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 17px;
        font-size: 14px
    }

    .pricing-features.pricing {
        width: auto;
        height: auto;
        max-width: none;
        flex-direction: column;
        align-items: center;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 14px
    }

    .button-2 {
        position: relative
    }

    .mobile-hidden {
        display: none
    }

    .about-us-brand-img {
        width: 29%;
        max-width: 20%
    }

    .partner-program-section {
        height: 100vh;
        min-height: 800px
    }

    .partner-program-header {
        text-align: center;
        font-size: 28px
    }

    .partner-program-header.h3.footer-desc {
        text-align: left
    }

    .partner-program-header.h5.blue {
        text-align: center
    }

    .partner-program-header.compare {
        text-align: center;
        margin-bottom: 32px;
        padding-right: 0;
        font-size: 32px;
        line-height: 1.5em
    }

    .partner-program-faq-item {
        width: 100%;
        margin-top: 22px;
        margin-bottom: 22px
    }

    .basic-button-2 {
        position: relative
    }

    .basic-button-2.blue {
        width: 100%;
        font-size: 18px
    }

    .basic-heading-2 {
        text-align: center;
        font-size: 24px
    }

    .basic-heading-2.h3.footer-desc {
        text-align: left;
        margin-bottom: 9px
    }

    .basic-heading-2.h5.blue {
        text-align: center
    }

    .basic-section-2 {
        padding-left: 0;
        padding-right: 0
    }

    .reliable-header {
        text-align: center;
        font-size: 24px
    }

    .reliable-header.h3.footer-desc {
        text-align: left;
        margin-bottom: 9px
    }

    .reliable-header.h5.blue {
        text-align: center
    }

    .reliable-header.pricing {
        font-size: 18px;
        font-weight: 500
    }

    .reliable-header.pricing-features-text {
        font-size: 18px;
        font-weight: 600
    }

    .on-call_heading {
        text-align: center;
        font-size: 24px
    }

    .on-call_heading.h3.footer-desc {
        text-align: left;
        margin-bottom: 9px
    }

    .on-call_heading.h5.blue {
        text-align: center
    }

    .on-call_heading.pricing {
        font-size: 18px;
        font-weight: 500
    }

    .on-call_heading.pricing-features-text {
        font-size: 18px;
        font-weight: 600
    }

    .pricing-section {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0
    }

    .pricing-section.pricing-features-section {
        padding-top: 50px
    }

    .status-page_h3 {
        max-width: 600px;
        margin-top: 0
    }

    .status-page_text_wrapper {
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .status-page_h4 {
        max-width: 600px;
        text-align: center;
        margin-bottom: 8px
    }

    .status-page_h5 {
        max-width: 600px
    }

    .status-link {
        color: #17232c;
        margin: 4px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 17px
    }

    .basic-button-3 {
        position: relative
    }

    .basic-button-3.blue {
        width: 100%;
        font-size: 18px
    }

    .basic-button-3.border-blue {
        width: 100%;
        margin-left: 0;
        font-size: 18px
    }

    .basic-container-2 {
        flex-direction: column
    }

    .basic-heading-3 {
        text-align: center;
        font-size: 24px
    }

    .basic-heading-3.h5.blue {
        text-align: center
    }

    .icon-2 {
        width: 74px
    }

    .basic-heading-4 {
        text-align: center;
        font-size: 24px;
        line-height: 2rem
    }

    .basic-heading-4.h5.blue {
        text-align: center;
        text-align: center
    }

    .github-link {
        justify-content: center;
        margin: .5rem auto;
        padding-top: .5rem;
        padding-bottom: .5rem;
        display: flex
    }

    .github-link_text {
        display: block
    }

    .pricing-button-2 {
        position: relative
    }

    .pricing-button-3 {
        position: relative
    }

    .footer-navigation-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 36px
    }

    h2 {
        font-size: 32px
    }

    h3 {
        font-size: 22px
    }

    .basic-section.mobile-hidden {
        display: none
    }

    .basic-section.no-padding.mobile-hidden.pagerduty {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        display: flex
    }

    .button {
        width: 100%;
        height: auto;
        margin-bottom: 8px
    }

    .button.no-margin.mobile-margin {
        margin-top: 10px;
        margin-bottom: 32px
    }

    .spacer {
        height: 32px
    }

    .spacer._64 {
        height: 48px
    }

    .container.flex {
        flex-direction: column
    }

    .logo-div {
        margin-right: auto;
        left: auto
    }

    .footer-logo {
        padding-left: 0
    }

    .footer-logo.no-margin {
        margin-bottom: 8px
    }

    .footer-links-container {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
        display: flex
    }

    .footer {
        padding-bottom: 15px
    }

    .logo-container {
        width: 40%
    }

    .partner-logo {
        flex: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .basic-text {
        font-size: 15px
    }

    .nav-container {
        max-width: 90vw;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .logo {
        width: 120px
    }

    .nav-link {
        text-align: center;
        font-size: 16px;
        margin: 0 auto 12px
    }

    .nav-link:hover {
        transform: none
    }

    .blog-container {
        text-align: left
    }

    ._1-2-5-grid,
    ._1-2-grid,
    ._2-grid {
        grid-template-columns: 2fr;
        margin-left: 0
    }

    ._3-grid,
    .grid {
        grid-template-columns: 1fr 1fr;
        margin-left: 0
    }

    ._2-1-grid,
    ._2-5-1-grid {
        grid-template-columns: 2fr;
        margin-left: 0
    }

    .basic-heading.h1 {
        font-size: 38px
    }

    .basic-heading.h3 {
        text-align: left
    }

    .basic-heading.h3.footer-desc {
        margin-bottom: 5px;
        line-height: 1.5em
    }

    .basic-heading.h4 {
        font-size: 18px
    }

    .basic-container.padding {
        padding: 63px
    }

    .brand-section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .brand-section.mobile-hidden {
        display: none
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .basic-button {
        width: 100%;
        height: auto
    }

    .basic-button.no-margin.mobile-margin {
        margin-top: 10px;
        margin-bottom: 32px
    }

    .call-routing-text-wrapper {
        width: 100%
    }

    .product-basic-section.mobile-hidden {
        display: none
    }

    .product-basic-section.compare {
        padding-top: 120px;
        padding-bottom: 40px
    }

    .html-embed {
        width: 100%;
        margin-bottom: 10px
    }

    .pricing-button {
        width: 100%;
        height: auto;
        margin-bottom: 8px
    }

    .pricing-button.no-margin.mobile-margin {
        margin-top: 10px;
        margin-bottom: 32px
    }

    .footer-links-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
        display: flex
    }

    .compare-header.h1 {
        font-size: 38px
    }

    .compare-header.h3 {
        text-align: left
    }

    .compare-header.h4 {
        font-size: 18px
    }

    .footer-text {
        font-weight: 500
    }

    .button-2 {
        width: 100%;
        height: auto;
        margin-bottom: 8px
    }

    .spacer-2 {
        height: 32px
    }

    .basic-text-2 {
        font-size: 15px
    }

    .partner-program-section {
        height: 90vh;
        min-height: 800px
    }

    .partner-program-header.h1 {
        font-size: 38px
    }

    .partner-program-header.h3 {
        text-align: left
    }

    .partner-program-header.h4 {
        font-size: 18px
    }

    .basic-button-2 {
        width: 100%;
        height: auto
    }

    .basic-heading-2.h3 {
        text-align: left
    }

    .basic-heading-2.h3.footer-desc {
        margin-bottom: 5px;
        line-height: 1.5em
    }

    .reliable-header.h1 {
        font-size: 38px
    }

    .reliable-header.h3 {
        text-align: left
    }

    .reliable-header.h3.footer-desc {
        margin-bottom: 5px;
        line-height: 1.5em
    }

    .reliable-header.h4 {
        font-size: 18px
    }

    .on-call_heading.h1 {
        font-size: 38px
    }

    .on-call_heading.h3 {
        text-align: left
    }

    .on-call_heading.h3.footer-desc {
        margin-bottom: 5px;
        line-height: 1.5em
    }

    .on-call_heading.h4 {
        font-size: 18px
    }

    .pricing-section.mobile-hidden {
        display: none
    }

    .pricing-section.no-padding.mobile-hidden.pagerduty {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        display: flex
    }

    .status-link {
        text-align: center;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 16px
    }

    .status-link:hover {
        transform: none
    }

    .basic-button-3 {
        width: 100%;
        height: auto
    }

    .pricing-button-2 {
        width: 100%;
        height: auto;
        margin-bottom: 8px
    }

    .pricing-button-3 {
        width: 100%;
        height: auto;
        margin-bottom: 8px
    }

    .footer-legal-link {
        font-weight: 500
    }
}

@media screen and (max-width:479px) {
    body {
        font-size: 14px
    }

    .basic-section {
        padding-top: 60px
    }

    .basic-section.pricing {
        padding-top: 0
    }

    .basic-section.status-page_section {
        min-height: 600px
    }

    .button {
        font-size: 16px
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .container.flex.padding {
        padding-right: 20px
    }

    .container.flex.footer-bottom {
        flex-direction: column-reverse
    }

    .container.center-align {
        padding-left: 0;
        padding-right: 0
    }

    .container.blog-header-wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .container.legal-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .partner-logo {
        width: 90px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .nav-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .nav-link {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0
    }
}