@font-face{
    font-family:"Soehne";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-buch.woff2") format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Soehne";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-buch-kursiv.woff2") format("woff2");
    font-weight:normal;
    font-style:italic;
    font-display:swap;
}
@font-face{
    font-family:"Soehne";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-leicht.woff2") format("woff2");
    font-weight:100 300;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Soehne";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-kraftig.woff2") format("woff2");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Soehne";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-halbfett.woff2") format("woff2");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Soehne Mono";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-mono-buch.woff2") format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Soehne Mono";
    src:url("https://try.newrelic.com/rs/341-XKP-310/images/soehne-mono-kraftig.woff2") format("woff2");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}   

.logo {
        background-image: url(https://try.newrelic.com/rs/341-XKP-310/images/new_relic_logo_horizontal.png);
        height: 32px;
        width: 170px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
      }


.main {
    min-height: calc(100vh - 106px);
    background-image: url(https://try.newrelic.com/rs/341-XKP-310/images/abstract-background.svg);
        background-repeat: no-repeat;
        ;;;;;background-position: bottom right;;;;;;
;;;;;;;;;;;;;background-size: 50%;;;;;;;;;;;;;;
}
body {
        background: #f9fafa;
        font-family: Soehne,Open Sans,Corbel,Arial,sans-serif !important;
      }
      #bodyText {
        margin-bottom: 6rem;
    }
.footer__meta-links {
        grid-template-columns: auto auto;
      }

      .footer__meta-links {
        display: grid;
        grid-row-gap: 1.5rem;
        grid-column-gap: 1.5rem;
      }
      
      .footer__meta-items {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-column-gap: 1.5rem;
        grid-auto-flow: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
      }
      .footer__meta-items--right {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
      }
      .footer__meta-link {
        font-family: Open Sans,Open Sans,Corbel,Arial,sans-serif;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.7143;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
        text-decoration: none;
      }
      .footer__meta-link {
        color: #eeefef;
      }
      .footer {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #2c2c2c;
        color: #eeefef;
        font-family: Open Sans,Open Sans,Corbel,Arial,sans-serif;
        font-weight: 400;
        font-size: 0.875rem;
        padding: 1rem 0;
        line-height: 1.7143;
      }
      .footer__copyright {
        color: #cbcfcf;
        padding: 0;
        margin-top: 1.125rem;
      }

.mktoFormRow {
    width: 100% !important;
}

.mktoForm {
    width: 100% !important;
}

.form-container {
    background: white;
    padding: 2.25rem;
    border-radius: 1rem;
    border: 1px solid #e4e5e6;
    box-shadow: 0px 16px 32px rgb(19 25 29 / 10%);
}

.mktoForm input, .mktoForm select{
    width: 100% !important;
    padding: 1.1875rem 1.5rem !important;
    border-radius: 0.25rem;
    border: 1px solid rgb(29 37 44);
    outline: none;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem !Important;
}

.formPreheader h3, .formPreheader h4, .formPreheader h2 {
    margin-top: 0 !important;
}

.mktoForm label {
    width: 100% !important;
}

.mktoForm {
    width: 100% !important;
    position: relative;
}

.mktoAsterix {
    display: none !important;
}

.mktoGutter.mktoHasWidth {
    display: none !important;
}

.mktoOffset {
    display: none !important;
}

.mktoFieldDescriptor {
    width: 100% !important;
    margin: 0 !important;
}

.mktoFieldWrap {
    width: 100% !important;
}

 .mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    display: none;
    cursor: pointer;
  }
  .mktoForm .mktoRadioList > label,.mktoForm .mktoCheckboxList > label{
    width: calc(100% - 4rem) !important;
    display: flex;
    margin: .5rem 2.5rem 0  !important;
    height: 2rem !important;
    align-items: center;
  }
  .mktoForm .mktoCheckboxList > label:before {
    content:
    "";
    width: 2rem;
    height: 2rem;
    padding: .25rem;
    font-size: 2rem;
    left: 0rem !Important;
    top: auto;
    text-align: center;
    line-height: 20px;
    margin-left: 0;
    border-radius: 5px;
    border: 1px solid #cbcfcf;
    color: white;
    position: absolute;
    transition: ease all .2s;
    cursor:    pointer;
  }

.mktoForm .mktoCheckboxList input:checked + label:before
{
    content:"âœ“";
    font-size: 1.2rem;
    line-height:1.2rem;
    padding-top:7px;
    /* text-align: center; */
    background: #1d252c !important;
    border: 0px solid transparent;
    color: white;
  }
.mktoForm .mktoRadioList{
    display:inline-block;
    position:relative;
    width: 100% !important;
  margin-bottom:1rem;
}
.mktoForm .mktoRadioList > label:before {
    content:
    "";
    width: 2rem;
    height: 2rem;
    padding: .25rem;
    font-size: 2rem;
    left: -2.5rem !Important;
    top: auto;
    text-align: center;
    line-height: 20px;
    margin-left: 0;
    border-radius: 5px;
    border: 1px solid #cbcfcf;
    color: white;
    position: absolute;
    transition: ease all .2s;
    cursor:    pointer;
  }

.mktoForm .mktoRadioList input[type="radio"]:checked + label:before
{
    content:
    "âœ“";
    font-size: 1.2rem;
    line-height:1.2rem;
    padding-top:7px;
    /* text-align: center; */
    background: #1d252c !important;
    border: 0px solid transparent;
    color: white;
  }

.mktoForm .mktoRadioList > label {
    width: calc(100% - 3rem) !important;
    display: flex;
    position: relative;
    /* margin: 0 !important; */
    height: 2rem !important;
    align-items: center;
}
.mktoButtonWrap {
    width:100% !important;
    display: inline-block !important;
    margin: 0 !important;
    background: #1d252c;
    height: 4rem;
    padding: 0 4rem !important;
    text-align: center !important;
    border-radius: .25rem;
}
.mktoButtonWrap:hover {
    background: black;
}

button.mktoButton {
    border: none;
    background: initial;
    color: white;
    height: 1.75rem;
    margin-top: 1rem !important;
    font-size: 1rem;
    border-bottom: 1px solid white;
}

.mktoButtonRow {
    width: 100% !important;
    text-align: center;
}

.mktoCheckboxList {
    margin-bottom: 1rem !important;
    width: 100% !important;!i;!;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.mktoValid {}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.mktoValid {}

.row {
    margin: 2rem 0;
}

.container {
    padding: 0 1rem;
}
.mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}