@charset "utf-8";
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        -webkit-transition: none;
        transition: none
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(clientlib-formsPage/css/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(clientlib-formsPage/css/fonts/slick.eot);
    src: url(clientlib-formsPage/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(clientlib-formsPage/css/fonts/slick.woff) format("woff"), url(clientlib-formsPage/css/fonts/slick.ttf) format("truetype"), url(clientlib-formsPage/css/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.marketingPopup {
    position: fixed;
    right: 50px;
    width: 520px;
    height: auto;
    background: #fff;
    z-index: 2000;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.08), 0px 0px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.08), 0px 0px 12px rgba(0, 0, 0, 0.08);
    opacity: 1
}

.marketingPopup.hidden {
    opacity: 0
}

.marketingPopup .headerSection {
    height: 26px;
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/background/marketing-popup/bg-marketing-popup-header.svg);
    background-repeat: no-repeat;
    position: relative
}

.marketingPopup .headerSection .collapsed-title {
    padding-left: 26px;
    padding-right: 32px
}

.marketingPopup .headerSection .collapsed-title img {
    width: 14px;
    height: 14px
}

.marketingPopup .headerSection .collapsed-title .splunk2-h5 {
    padding-bottom: 0;
    line-height: 1em
}

.marketingPopup.collapsed .headerSection {
    height: 51px
}

.marketingPopup.collapsed .headerSection .collapsed-title {
    display: block;
    padding-top: 16px
}

.marketingPopup .headerSection a.stateBtn {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 24px;
    height: 24px;
    text-align: center
}

.marketingPopup.reopen .content {
    -webkit-animation-name: slideDownPopupContentReopen;
    animation-name: slideDownPopupContentReopen;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.marketingPopup.open .headerSection .collapsed-title {
    display: none
}

.marketingPopup.open .headerSection a span {
    color: #656c76
}

.marketingPopup.open .headerSection a.collapse {
    display: inline-block
}

.marketingPopup.open .headerSection a.close,
.marketingPopup.open.noncollapsible .headerSection a.collapse {
    display: none
}

.marketingPopup.open.noncollapsible .headerSection a.close {
    display: inline-block
}

.marketingPopup .headerSection a.collapse img {
    width: 18px;
    height: 11px
}

.marketingPopup .headerSection a.close img {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px
}

.marketingPopup.collapsed .headerSection a.collapse {
    display: none
}

.marketingPopup.collapsed .headerSection a.close {
    display: inline-block;
    top: 16px;
    right: 22px
}

.marketingPopup.collapsed .headerSection .collapsed-title a span.expand {
    opacity: 0;
    position: relative;
    top: -1px;
    left: 8px
}

.marketingPopup.collapsed .headerSection .collapsed-title a:hover {
    color: #0c1724;
    text-decoration: none
}

.marketingPopup.collapsed .headerSection .collapsed-title a:hover span.expand {
    opacity: 1
}

.marketingPopup.collapsed .headerSection .collapsed-title a:focus {
    color: #0c1724
}

.marketingPopup.collapsed.isTabbing .headerSection .collapsed-title a:focus span.expand {
    opacity: 1
}

.marketingPopup.collapsed .content {
    opacity: 0;
    -webkit-animation-name: slideDownPopupContentCollapsed;
    animation-name: slideDownPopupContentCollapsed;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.marketingPopup .content {
    padding: 16px 26px 40px
}

.marketingPopup .content ul.splunk-list.splunk-body {
    padding-left: 0;
    margin-bottom: 0
}

.marketingPopup .content ul.splunk-list li {
    margin-bottom: 10px
}

.marketingPopup .content ul li:last-child {
    margin-bottom: 0px
}

.marketingPopup .content ul li span.body-small {
    padding-bottom: 0
}

.marketingPopup .content p.body-small {
    padding-bottom: 16px
}

.marketingPopup.mixed .splunk-image,
.marketingPopup .splunk-image.splunk-image-fullwidth {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 180px;
    max-width: 180px;
    min-height: 148px;
    height: inherit
}

.marketingPopup.mixed .splunk-tni-wrapper .tni__image .img-link {
    height: 100%
}

.marketingPopup.mixed .splunk-tni-wrapper .tni__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.marketingPopup.list .text-image .splunk-tni-wrapper,
.marketingPopup.mixed .text-image:nth-child(2) .splunk-tni-wrapper,
.marketingPopup.p .text-image .splunk-tni-wrapper {
    padding-bottom: 16px;
    min-height: calc(270px - 26px - 40px - 44px - 16px)
}

.marketingPopup.mixed .text-image:first-child .splunk-tni-wrapper {
    padding-bottom: 0px
}

.marketingPopup.mixed .splunk-tni-wrapper picture.splunk-picture-wrapper.top-left-alignment {
    display: block;
    width: 100%;
    height: 100%
}

.marketingPopup.mixed .splunk-tni-wrapper .tni .tni__desc p.body-small,
.marketingPopup.p .text-image .splunk-tni-wrapper p.body-small {
    padding-bottom: 16px !important
}

.marketingPopup.mixed .splunk-tni-wrapper .tni .tni__desc p.body-small:last-child,
.marketingPopup.p .text-image .splunk-tni-wrapper p.body-small:last-child {
    padding-bottom: 0px !important
}

@-webkit-keyframes slideDownPopupContentReopen {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slideDownPopupContentReopen {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slideDownPopupContentCollapsed {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes slideDownPopupContentCollapsed {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media (min-width:768px) {
    .marketingPopup.mixed .splunk-tni-wrapper .tni.tni--image-left>.tni__desc {
        padding: 14px;
        margin-left: 0px;
        background-color: #f0f3f7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .marketingPopup {
        right: 20px;
        width: calc(100% - 40px)
    }
    .marketingPopup .content {
        padding: 16px 26px 20px
    }
    .marketingPopup .content .root.responsivegrid.container {
        padding: 0
    }
    .marketingPopup.open .headerSection .collapsed-title {
        display: block
    }
    .marketingPopup.open .headerSection .collapsed-title .splunk2-h5 {
        display: block;
        padding-top: 13px;
        color: #0c1724;
        text-decoration: none
    }
    .marketingPopup.open .headerSection .collapsed-title .splunk2-h5 .expand {
        display: none
    }
    .marketingPopup.list .text-image .splunk-tni-wrapper,
    .marketingPopup.mixed .text-image:nth-child(2) .splunk-tni-wrapper,
    .marketingPopup.p .text-image .splunk-tni-wrapper {
        padding-bottom: 20px;
        min-height: calc(270px - 26px - 16px - 20px - 44px)
    }
    .marketingPopup.list .text-image .splunk-tni-wrapper .splunk2-h5,
    .marketingPopup.mixed .text-image .splunk-tni-wrapper .splunk2-h5,
    .marketingPopup.p .text-image .splunk-tni-wrapper .splunk2-h5 {
        display: none
    }
    .marketingPopup .content ul.splunk-list li {
        margin-bottom: 12px
    }
    .marketingPopup .content ul li:last-child {
        margin-bottom: 0px
    }
    .marketingPopup .headerSection a.stateBtn {
        position: absolute;
        top: 8px;
        right: 12px
    }
    .marketingPopup.mixed .splunk-image,
    .marketingPopup .splunk-image.splunk-image-fullwidth {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
        min-height: 148px;
        height: inherit
    }
    .marketingPopup.mixed .splunk-tni-wrapper .tni.tni--image-left .tni__desc {
        margin-top: 12px
    }
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(90deg)
}

@font-face {
    font-family: splunk_data_sans;
    font-style: normal;
    font-weight: 400;
    src: url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff2/splunkdatasans_w_rg.woff2) format("woff2"), url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff/splunkdatasans_w_rg.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: splunk_data_sans;
    font-weight: 700;
    src: url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff2/splunkdatasans_w_bd.woff2) format("woff2"), url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff/splunkdatasans_w_bd.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: splunk_data_sans;
    font-weight: 200;
    src: url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff2/splunkdatasans_w_lt.woff2) format("woff2"), url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff/splunkdatasans_w_lt.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: splunk_data_sans;
    font-weight: 600;
    src: url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff2/splunkdatasans_w_md.woff2) format("woff2"), url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff/splunkdatasans_w_md.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: splunk_data_sans;
    font-weight: 800;
    src: url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff2/splunkdatasans_w_blk.woff2) format("woff2"), url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff/splunkdatasans_w_blk.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: splunk_data_sans;
    font-weight: 900;
    src: url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff2/splunkdatasans_w_xbd.woff2) format("woff2"), url(clientlib-formsPage/resources/resources/fonts/splunkdatasans/woff/splunkdatasans_w_xbd.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: VideoJS;
    src: url(clientlib-formsPage/resources/resources/fonts/videoJS/VideoJS.eot?#iefix) format("eot");
    font-display: swap
}

@font-face {
    font-family: splunk_list;
    font-style: normal;
    font-weight: 400;
    src: url(clientlib-formsPage/resources/resources/fonts/splunklistfont/splunk_list_icons.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url(clientlib-formsPage/resources/resources/fonts/icomoon/icomoon-v1.eot);
    src: url(clientlib-formsPage/resources/resources/fonts/icomoon/icomoon-v1.eot) format("embedded-opentype"), url(../../../../etc.clientlibs/splunk/core/clientlibs/clientlib-site/resources/resources/fonts/icomoon/icomoon-v1.ttf) format("truetype"), url(../../../../etc.clientlibs/splunk/core/clientlibs/clientlib-site_bs3/resources/resources/fonts/icomoon/icomoon-v1.woff) format("woff"), url(clientlib-formsPage/resources/resources/fonts/icomoon/icomoon-v1.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],
[class^=icon-],
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon-cie-communications:before {
    content: "\e942"
}

.icon-cie-healthcare:before {
    content: "\e943"
}

.icon-cie-online-services:before {
    content: "\e944"
}

.icon-cie-others:before {
    content: "\e945"
}

.icon-finance:before {
    content: "\e933"
}

.icon-jp-yen:before {
    content: "\e934"
}

.icon-manufacturing:before {
    content: "\e935"
}

.icon-users-medium:before {
    content: "\e936"
}

.icon-public-sector:before {
    content: "\e937"
}

.icon-retail:before {
    content: "\e938"
}

.icon-users-small:before {
    content: "\e939"
}

.icon-transportation:before {
    content: "\e93a"
}

.icon-uk-pound:before {
    content: "\e93b"
}

.icon-us-dollar:before {
    content: "\e93c"
}

.icon-euro:before {
    content: "\e93d"
}

.icon-commercial:before {
    content: "\e93e"
}

.icon-users-big:before {
    content: "\e93f"
}

.icon-expanded-splunk-facebook:before {
    content: "\e929"
}

.icon-expanded-splunk-googleplus:before {
    content: "\e92a"
}

.icon-expanded-splunk-instagram:before {
    content: "\e92b"
}

.icon-expanded-splunk-linkedIn:before {
    content: "\e92c"
}

.icon-expanded-splunk-twitter:before {
    content: "\e92d"
}

.icon-expanded-splunk-youtube:before {
    content: "\e92e"
}

.icon-toggle-close:before {
    content: "\e940"
}

.icon-toggle-open:before {
    content: "\e941"
}

.icon-expanded-splunktv:before {
    content: "\e932"
}

.icon-expanded-splunkcom:before {
    content: "\e92f"
}

.icon-expanded-support:before {
    content: "\e930"
}

.icon-expanded-training:before {
    content: "\e931"
}

.icon-splunkcom-hamburger:before {
    content: "\e928";
    color: #fff
}

.icon-expanded-close-btn:before {
    content: "\e922"
}

.icon-expanded-languages-globe:before {
    content: "\e946"
}

.icon-expanded-search-icon:before {
    content: "\e924"
}

.icon-expanded-splunk-logo:before {
    content: "\e925"
}

.icon-expanded-splunk-sites-launchpad:before {
    content: "\e926"
}

.icon-expanded-user-icon:before {
    content: "\e947"
}

.icon-expanded-answers:before {
    content: "\e919"
}

.icon-expanded-blogs:before {
    content: "\e91a"
}

.icon-expanded-community:before {
    content: "\e91b"
}

.icon-expanded-conf:before {
    content: "\e91c"
}

.icon-expanded-dev:before {
    content: "\e91d"
}

.icon-expanded-docs:before {
    content: "\e91e"
}

.icon-expanded-splunkbase:before {
    content: "\e91f"
}

.icon-expanded-splunklive:before {
    content: "\e920"
}

.icon-expanded-usergroups:before {
    content: "\e921"
}

.icon-splunk-events-icon:before {
    content: "\e917"
}

.icon-splunk-blogs-icon:before {
    content: "\e918"
}

.icon-splunk-bookmark:before {
    content: "\e903"
}

.icon-splunk-newspaper:before {
    content: "\e904"
}

.icon-splunk-pdf:before {
    content: "\e905"
}

.icon-splunk-video:before {
    content: "\e906"
}

.icon-arrow-right:before {
    content: "\e907"
}

.icon-arrow-left:before {
    content: "\e908"
}

.icon-plus-circle:before {
    content: "\e909"
}

.icon-minus-circle:before {
    content: "\e90a"
}

.icon-check:before {
    content: "\e90b"
}

.icon-question-circle:before {
    content: "\e90c"
}

.icon-chevron-down:before {
    content: "\e90d"
}

.icon-chevron-up:before {
    content: "\e90e"
}

.icon-check-circle:before {
    content: "\e90f"
}

.icon-cloud:before {
    content: "\e910"
}

.icon-download:before {
    content: "\e911"
}

.icon-envelope:before {
    content: "\e912"
}

.icon-splunk-home:before {
    content: "\e913"
}

.icon-print:before {
    content: "\e914"
}

.icon-close:before {
    content: "\e915"
}

.icon-film:before {
    content: "\e916"
}

.icon-social-facebook-circular:before {
    content: "\e900"
}

.icon-social-twitter-circular:before {
    content: "\e901"
}

.icon-social-linkedin-circular:before {
    content: "\e902"
}

.icon-expanded-user-icon-hd:before {
    content: "\e947"
}

#kss-node .kss-title__permalink {
    margin-bottom: 16px
}

.splunk2-h1 {
    font-size: 45px
}

.splunk2-h1,
.splunk2-h2 {
    color: #0c1724;
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 0px
}

.splunk2-h2 {
    font-size: 35px
}

.splunk2-h3 {
    font-size: 27px
}

.splunk2-h3,
.splunk2-h4 {
    color: #0c1724;
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 0px
}

.splunk2-h4 {
    font-size: 20px
}

.splunk2-h5 {
    font-size: 16px
}

.splunk2-h5,
.splunk2-h6 {
    color: #0c1724;
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 0px
}

.splunk2-h6 {
    font-size: 14px
}

.splunk2-h7 {
    color: #0c1724;
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 0px;
    display: block;
    letter-spacing: .25px
}

@media (min-width:768px) {
    .splunk2-h1 {
        font-size: 55px
    }
    .splunk2-h1,
    .splunk2-h2 {
        color: #0c1724;
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 110%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 16px;
        margin-bottom: 0;
        margin-top: 0px
    }
    .splunk2-h2 {
        font-size: 40px
    }
    .splunk2-h3 {
        font-size: 30px
    }
    .splunk2-h3,
    .splunk2-h4 {
        color: #0c1724;
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 110%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 16px;
        margin-bottom: 0;
        margin-top: 0px
    }
    .splunk2-h4 {
        font-size: 21px
    }
    .splunk2-h5 {
        font-size: 18px
    }
    .splunk2-h5,
    .splunk2-h6 {
        color: #0c1724;
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 110%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 16px;
        margin-bottom: 0;
        margin-top: 0px
    }
    .splunk2-h6 {
        font-size: 16px
    }
    .splunk2-h7 {
        color: #0c1724;
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 16px;
        margin-bottom: 0;
        margin-top: 0px
    }
}

.splunk-h1 {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 110%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 35px;
    margin-bottom: 16px;
    margin-top: 0px
}

.splunk-h2 {
    font-size: 30px
}

.splunk-h2,
.splunk-h3 {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 110%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 25px;
    margin-bottom: 16px;
    margin-top: 0px
}

.splunk-h3 {
    font-size: 33px
}

.splunk-h4 {
    font-size: 22px
}

.splunk-h4,
.splunk-h5 {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 120%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 15px;
    margin-bottom: 16px;
    margin-top: 0px
}

.splunk-h5 {
    font-size: 20px
}

.splunk-h6 {
    font-size: 18px;
    line-height: 130%
}

.splunk-h6,
.splunk-h7 {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialias;
    padding-bottom: 15px;
    margin-bottom: 16px;
    margin-top: 0px
}

.splunk-h7 {
    font-size: 16px;
    line-height: 120%;
    display: block;
    letter-spacing: .25px
}

@media (min-width:480px) {
    .splunk-h1 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 45px;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 35px;
        margin-bottom: 16px;
        margin-top: 0px
    }
}

@media (min-width:768px) {
    .splunk-h1 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 60px;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 35px;
        margin-bottom: 16px;
        margin-top: 0px
    }
}

@media (min-width:480px) {
    .splunk-h2 {
        line-height: 110%;
        padding-bottom: 25px
    }
    .splunk-h2,
    .splunk-h3 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 45px;
        -webkit-font-smoothing: antialias;
        margin-bottom: 16px;
        margin-top: 0px
    }
    .splunk-h3 {
        line-height: 120%;
        padding-bottom: 35px
    }
    .splunk-h4 {
        font-size: 28px
    }
    .splunk-h4,
    .splunk-h5 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 25px;
        margin-bottom: 16px;
        margin-top: 0px
    }
    .splunk-h5 {
        font-size: 24px
    }
    .splunk-h6 {
        font-size: 20px;
        padding-bottom: 25px
    }
    .splunk-h6,
    .splunk-h7 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        margin-bottom: 16px;
        margin-top: 0px
    }
    .splunk-h7 {
        font-size: 18px;
        padding-bottom: 15px
    }
}

@media (min-width:1200px) {
    .splunk-h2 {
        font-size: 50px
    }
    .splunk-h2,
    .splunk-h3 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 35px;
        margin-bottom: 16px;
        margin-top: 0px
    }
    .splunk-h3 {
        font-size: 45px
    }
    .splunk-h4 {
        font-size: 30px
    }
    .splunk-h4,
    .splunk-h5 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        padding-bottom: 25px;
        margin-bottom: 16px;
        margin-top: 0px
    }
    .splunk-h5 {
        font-size: 24px
    }
    .splunk-h6 {
        font-size: 20px;
        padding-bottom: 25px
    }
    .splunk-h6,
    .splunk-h7 {
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 120%;
        -webkit-font-smoothing: antialias;
        margin-bottom: 16px;
        margin-top: 0px
    }
    .splunk-h7 {
        font-size: 18px;
        padding-bottom: 15px
    }
}

body {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialias;
    color: #363c44
}

.splunk2-lead-lg {
    color: #363c44;
    font-weight: 600
}

.splunk2-lead-lg,
.splunk2-lead-lg p {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 24px;
    line-height: 120%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 20px
}

.splunk2-lead-lg p:last-child {
    padding-bottom: 0
}

.splunk2-lead-md {
    color: #363c44;
    font-weight: 600
}

.splunk2-lead-md,
.splunk2-lead-md p {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 120%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 20px
}

.splunk2-lead-md p:last-child {
    padding-bottom: 0
}

.splunk2-lead {
    color: #363c44;
    font-weight: 600
}

.splunk2-lead,
.splunk2-lead p {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 120%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 20px
}

.splunk2-lead p:last-child {
    padding-bottom: 0
}

.splunk-lead {
    padding-bottom: 25px
}

.splunk-lead,
.splunk-lead p {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 110%;
    -webkit-font-smoothing: antialias
}

.splunk-lead p:last-child {
    padding-bottom: 0
}

.splunk-body {
    padding-bottom: 20px
}

.splunk-body,
.splunk-body p {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 140%;
    -webkit-font-smoothing: antialias
}

.splunk-body p:last-child {
    padding-bottom: 0
}

p {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    -webkit-font-smoothing: antialias;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #363c44
}

p:last-child {
    padding-bottom: 0
}

p.small {
    font-size: 14px
}

small {
    font-size: 12px
}

.splunk2-eyebrow {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    color: #656c76;
    padding-bottom: 10px;
    text-transform: uppercase
}

h1.splunk2-eyebrow,
h2.splunk2-eyebrow,
h3.splunk2-eyebrow,
h4.splunk2-eyebrow,
h5.splunk2-eyebrow,
h6.splunk2-eyebrow {
    margin: 0px
}

p.splunk2-eyebrow {
    padding-bottom: 12px !important
}

.splunk2-category-tag {
    display: inline-block;
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    padding: 2px 7px 1px;
    margin-bottom: 15px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #ce0070
}

.splunk2-category-tag.splunk2-background.splunk-black {
    background-color: #000;
    color: #fff
}

.splunk2-subhead-lg {
    font-size: 24px
}

.splunk2-subhead-lg,
.splunk2-subhead-md {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialias
}

.splunk2-subhead-md {
    font-size: 21px
}

.splunk2-subhead-sm {
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialias
}

.body-small,
.body-small p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    padding-bottom: 20px
}

.body-small p {
    -webkit-font-smoothing: antialias
}

.body-small p:last-child {
    padding-bottom: 0
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

:focus:not(:focus-visible) {
    outline: none
}

a .splunk-icon,
a:hover {
    color: #0064da
}

a:hover {
    text-decoration: underline
}

a:hover .splunk-icon {
    color: #0064da
}

a:active,
a:focus {
    color: #0064da;
    text-decoration: inherit
}

.inverted,
.inverted .splunk2-h1,
.inverted .splunk2-h2,
.inverted .splunk2-h3,
.inverted .splunk2-h4,
.inverted .splunk2-h5,
.inverted .splunk2-h6,
.inverted .splunk2-h7,
.inverted div,
.inverted p {
    color: #fff
}

.line-through {
    text-decoration: line-through
}

@media (min-width:768px) {
    body {
        font-size: 18px
    }
    .body-small,
    .body-small p {
        font-size: 15px
    }
    .splunk2-lead-lg,
    .splunk2-lead-lg p {
        font-size: 30px;
        line-height: 120%;
        padding-bottom: 20px
    }
    .splunk2-lead-md,
    .splunk2-lead-md p {
        font-size: 21px;
        line-height: 120%;
        padding-bottom: 20px
    }
    .splunk2-lead,
    .splunk2-lead p {
        font-size: 18px;
        line-height: 120%;
        padding-bottom: 20px
    }
    .splunk-lead,
    .splunk-lead p {
        font-size: 20px;
        line-height: 140%
    }
    .splunk-body,
    .splunk-body p {
        font-size: 18px;
        line-height: 140%
    }
    .splunk-body p {
        padding-bottom: 25px;
        margin-bottom: 0px
    }
    .splunk-body p:last-child {
        padding-bottom: 0
    }
    p {
        font-size: 18px;
        line-height: 140%
    }
    p.small {
        font-size: 16px
    }
    .splunk2-subhead-lg {
        font-size: 30px;
        padding-bottom: 20px
    }
    .splunk2-subhead-md {
        font-size: 24px;
        padding-bottom: 20px
    }
    .splunk2-subhead-sm {
        font-size: 21px;
        padding-bottom: 20px
    }
    .splunk2-eyebrow {
        font-size: 14px;
        line-height: 100%
    }
    .splunk2-category-tag {
        margin-bottom: 20px
    }
}

.splunk-icon {
    color: #2d2d2d
}

.splunk-icon.success {
    color: #65a637
}

.splunk-icon.blue {
    color: #0064da
}

.splunk-icon.gray {
    color: #969daa
}

.sp-icon-size.sm {
    width: 48px !important;
    height: 48px !important
}

.sp-icon-size.md {
    width: 64px !important;
    height: 64px !important
}

.sp-icon-size.lg {
    width: 80px !important;
    height: 80px !important
}

ul.splunk-list {
    list-style: none;
    padding-left: 16px;
    padding-bottom: 0
}

ul.splunk-list.splunk-upper-case-alphabet-list {
    list-style: upper-alpha;
    margin-left: 16px
}

ul.splunk-list.splunk-lower-case-alphabet-list {
    list-style: lower-alpha;
    margin-left: 16.0px
}

ul.splunk-list.splunk-upper-roman-list {
    list-style: upper-roman;
    margin-left: 16.0px
}

ul.splunk-list.splunk-lower-roman-list {
    list-style: lower-roman;
    margin-left: 16.0px
}

ul.splunk-list.splunk-ordered-list {
    list-style: auto;
    padding-top: 10px
}

ul.splunk-list.splunk-ordered-list li {
    padding-left: 5px
}

ul.splunk-list.splunk-lower-case-alphabet-list li,
ul.splunk-list.splunk-lower-roman-list li,
ul.splunk-list.splunk-upper-case-alphabet-list li,
ul.splunk-list.splunk-upper-roman-list li {
    padding-left: 7px
}

ul.splunk-list li {
    padding-left: 14px;
    text-align: left;
    margin-bottom: 12px;
    position: relative
}

ul.splunk-list li:before {
    font-size: 1.5em;
    content: "• ";
    display: inline-block;
    left: 0;
    width: 1.3em;
    position: absolute;
    top: -2.5px;
    color: #000
}

ul.splunk-list li ul.splunk-body {
    padding-bottom: 0;
    padding-top: 8px
}

ul.splunk-list.splunk-white li:before {
    color: #fff
}

ul.splunk-list.splunk-body.list-arrow {
    padding-left: 16px
}

ul.splunk-list.splunk-body.list-arrow li {
    padding: 0 0 0 14px;
    list-style-type: none
}

ul.splunk-list.splunk-body.list-arrow li:before {
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: .6em;
    color: #000;
    width: .6em;
    position: absolute;
    top: 0
}

ul.splunk-list.splunk-body.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk-body.list-arrow2 li {
    padding: 0 0 0 22px;
    list-style-type: none
}

ul.splunk-list.splunk-body.list-arrow2 li:before {
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: .6em;
    color: #000;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0
}

ul.splunk-list.splunk-body.list-check {
    padding-left: 16px
}

ul.splunk-list.splunk-body.list-check li {
    padding-left: 16px;
    list-style-type: none
}

ul.splunk-list.splunk-body.list-check li:before {
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: .6em;
    color: #000;
    width: 1em;
    position: absolute;
    top: 1px
}

ul.splunk-list.splunk-body.list-pdf {
    padding-left: 13px
}

ul.splunk-list.splunk-body.list-pdf li {
    padding-left: 30px;
    list-style-type: none
}

ul.splunk-list.splunk-body.list-pdf li:before {
    font-size: 1em;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 30px
}

ul.splunk-list.splunk-list-gray li:before {
    color: #97999b
}

ul.splunk-list.splunk-list-gray-darker li:before {
    color: #363c44
}

ul.splunk-list.splunk-list-green li:before {
    color: #65a637
}

ul.splunk-list.splunk-list-cta-green li:before {
    color: #2eb50b
}

ul.splunk-list.splunk-education-list-green {
    padding-left: 0
}

ul.splunk-list.splunk-list-blue li:before {
    color: #0f7bb8
}

ul.splunk-list.splunk-list-blue-light li:before {
    color: #00a9e0
}

ul.splunk-list.splunk-list-black li:before {
    color: #2d2d2d
}

ul.splunk-list.splunk-list-pink-darker li:before,
ul.splunk-list.splunk-list-pink li:before {
    color: #ce0070
}

ul.splunk-list.inverted li:before {
    color: #fff !important
}

ul.splunk-list.list-arrow2 li:before,
ul.splunk-list.list-arrow li:before {
    content: "";
    font-family: splunk_list;
    font-size: .6em;
    color: #000
}

ul.splunk-list.list-arrow2.splunk-list-black li:before,
ul.splunk-list.list-arrow.splunk-list-black li:before {
    color: #000
}

ul.splunk-list.list-arrow2.splunk-list-pink li:before,
ul.splunk-list.list-arrow.splunk-list-pink li:before {
    color: #ce0070
}

ul.splunk-list.list-arrow2.splunk-list-gray-darker li:before,
ul.splunk-list.list-arrow.splunk-list-gray-darker li:before {
    color: #363c44
}

ul.splunk-list.list-arrow2.splunk-list-white li:before,
ul.splunk-list.list-arrow.splunk-list-white li:before {
    color: #fff
}

ul.splunk-list.list-arrow2.splunk-list-pink-darker li:before,
ul.splunk-list.list-arrow.splunk-list-pink-darker li:before {
    color: #ce0070
}

ul.splunk-list.list-arrow2.inverted li:before,
ul.splunk-list.list-arrow.inverted li:before {
    color: #fff !important
}

ul.splunk-list.list-check li:before {
    content: "";
    color: #000
}

ul.splunk-list.list-check.splunk-list-black li:before {
    color: #000
}

ul.splunk-list.list-check.splunk-list-pink li:before {
    color: #ce0070
}

ul.splunk-list.list-check.splunk-list-white li:before {
    color: #fff
}

ul.splunk-list.list-check.splunk-list-pink-darker li:before {
    color: #ce0070
}

ul.splunk-list.list-check.inverted li:before {
    color: #fff !important
}

ul li.splunk-list.list-arrow2:before,
ul li.splunk-list.list-arrow:before {
    content: "";
    font-family: splunk_list;
    font-size: .6em;
    color: #000
}

ul li.splunk-list.list-arrow2.splunk-list-black:before,
ul li.splunk-list.list-arrow.splunk-list-black:before {
    color: #000
}

ul li.splunk-list.list-arrow2.splunk-list-pink:before,
ul li.splunk-list.list-arrow.splunk-list-pink:before {
    color: #ce0070
}

ul li.splunk-list.list-arrow2.splunk-list-white:before,
ul li.splunk-list.list-arrow.splunk-list-white:before {
    color: #fff
}

ul li.splunk-list.list-arrow2.inverted:before,
ul li.splunk-list.list-arrow.inverted:before {
    color: #fff !important
}

ul li.splunk-list.list-check:before {
    content: "";
    font-family: splunk_list;
    font-size: .6em;
    color: #000
}

ul li.splunk-list.list-check.splunk-list-black:before {
    color: #000
}

ul li.splunk-list.list-check.splunk-list-pink:before {
    color: #ce0070
}

ul li.splunk-list.list-check.splunk-list-white:before {
    color: #fff
}

ul li.splunk-list.list-check.inverted:before {
    color: #fff !important
}

ul.splunk-list.splunk2-h1 li,
ul.splunk-list.splunk-h1 li {
    padding-left: 38px
}

ul.splunk-list.splunk2-h1 li:before,
ul.splunk-list.splunk-h1 li:before {
    left: -14px;
    top: -5px
}

ul.splunk-list.splunk2-h1.list-arrow,
ul.splunk-list.splunk-h1.list-arrow {
    padding-left: 13px
}

ul.splunk-list.splunk2-h1.list-arrow li,
ul.splunk-list.splunk-h1.list-arrow li {
    padding: 0 0 0 57px;
    list-style-type: none
}

ul.splunk-list.splunk2-h1.list-arrow li:before,
ul.splunk-list.splunk-h1.list-arrow li:before {
    font-size: inherit !important;
    font-family: splunk_list;
    display: inline-block;
    left: -8px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h1.list-check,
ul.splunk-list.splunk-h1.list-check {
    padding-left: 63px
}

ul.splunk-list.splunk2-h1.list-check li,
ul.splunk-list.splunk-h1.list-check li {
    padding: 0 0 0 16px;
    list-style-type: none
}

ul.splunk-list.splunk2-h1.list-check li:before,
ul.splunk-list.splunk-h1.list-check li:before {
    font-family: splunk_list;
    font-size: inherit !important;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -3px;
    left: 18px
}

ul.splunk-list.splunk2-h1.list-pdf,
ul.splunk-list.splunk-h1.list-pdf {
    padding-left: 65px
}

ul.splunk-list.splunk2-h1.list-pdf li,
ul.splunk-list.splunk-h1.list-pdf li {
    padding: 0 0 0 21px;
    list-style-type: none
}

ul.splunk-list.splunk2-h1.list-pdf li:before,
ul.splunk-list.splunk-h1.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 23px
}

ul.splunk-list.splunk2-h1.list-arrow2,
ul.splunk-list.splunk-h1.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h1.list-arrow2 li,
ul.splunk-list.splunk-h1.list-arrow2 li {
    padding: 0 0 0 57px;
    list-style-type: none
}

ul.splunk-list.splunk2-h1.list-arrow2 li:before,
ul.splunk-list.splunk-h1.list-arrow2 li:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h2 li,
ul.splunk-list.splunk-h2 li {
    padding-left: 30px
}

ul.splunk-list.splunk2-h2 li:before,
ul.splunk-list.splunk-h2 li:before {
    left: -11px;
    top: -5px
}

ul.splunk-list.splunk2-h2.list-arrow,
ul.splunk-list.splunk-h2.list-arrow {
    padding-left: 10px
}

ul.splunk-list.splunk2-h2.list-arrow li,
ul.splunk-list.splunk-h2.list-arrow li {
    padding: 0 0 0 53px;
    list-style-type: none
}

ul.splunk-list.splunk2-h2.list-arrow li:before,
ul.splunk-list.splunk-h2.list-arrow li:before {
    font-size: inherit !important;
    display: inline-block;
    left: 0px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h2.list-check,
ul.splunk-list.splunk-h2.list-check {
    padding-left: 53px
}

ul.splunk-list.splunk2-h2.list-check li,
ul.splunk-list.splunk-h2.list-check li {
    padding: 0 0 0 18px;
    list-style-type: none
}

ul.splunk-list.splunk2-h2.list-check li:before,
ul.splunk-list.splunk-h2.list-check li:before {
    font-size: inherit !important;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -3px;
    left: 19px
}

ul.splunk-list.splunk2-h2.list-pdf,
ul.splunk-list.splunk-h2.list-pdf {
    padding-left: 53px
}

ul.splunk-list.splunk2-h2.list-pdf li,
ul.splunk-list.splunk-h2.list-pdf li {
    padding: 0 0 0 19px;
    list-style-type: none
}

ul.splunk-list.splunk2-h2.list-pdf li:before,
ul.splunk-list.splunk-h2.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 23px
}

ul.splunk-list.splunk2-h2.list-arrow2,
ul.splunk-list.splunk-h2.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h2.list-arrow2 li,
ul.splunk-list.splunk-h2.list-arrow2 li {
    padding: 0 0 0 53px;
    list-style-type: none
}

ul.splunk-list.splunk2-h2.list-arrow2 li:before,
ul.splunk-list.splunk-h2.list-arrow2 li:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h3 li,
ul.splunk-list.splunk-h3 li {
    padding-left: 25px
}

ul.splunk-list.splunk2-h3 li:before,
ul.splunk-list.splunk-h3 li:before {
    left: -10px;
    top: -5px
}

ul.splunk-list.splunk2-h3.list-arrow,
ul.splunk-list.splunk-h3.list-arrow {
    padding-left: 13px
}

ul.splunk-list.splunk2-h3.list-arrow li,
ul.splunk-list.splunk-h3.list-arrow li {
    padding: 0 0 0 48px;
    list-style-type: none
}

ul.splunk-list.splunk2-h3.list-arrow li:before,
ul.splunk-list.splunk-h3.list-arrow li:before {
    font-size: inherit !important;
    left: -2px;
    margin-right: -1px;
    width: 1.3em;
    position: absolute;
    top: -3px
}

ul.splunk-list.splunk2-h3.list-check,
ul.splunk-list.splunk-h3.list-check {
    padding-left: 48px
}

ul.splunk-list.splunk2-h3.list-check li,
ul.splunk-list.splunk-h3.list-check li {
    padding: 0 0 0 18px;
    list-style-type: none
}

ul.splunk-list.splunk2-h3.list-check li:before,
ul.splunk-list.splunk-h3.list-check li:before {
    font-size: inherit !important;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -2px;
    left: 19px
}

ul.splunk-list.splunk2-h3.list-pdf,
ul.splunk-list.splunk-h3.list-pdf {
    padding-left: 53px
}

ul.splunk-list.splunk2-h3.list-pdf li,
ul.splunk-list.splunk-h3.list-pdf li {
    padding: 0 0 0 18px;
    list-style-type: none
}

ul.splunk-list.splunk2-h3.list-pdf li:before,
ul.splunk-list.splunk-h3.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 19px
}

ul.splunk-list.splunk2-h3.list-arrow2,
ul.splunk-list.splunk-h3.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h3.list-arrow2 li,
ul.splunk-list.splunk-h3.list-arrow2 li {
    padding: 0 0 0 48px;
    list-style-type: none
}

ul.splunk-list.splunk2-h3.list-arrow2 li:before,
ul.splunk-list.splunk-h3.list-arrow2 li:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h4 li,
ul.splunk-list.splunk-h4 li {
    padding-left: 20px
}

ul.splunk-list.splunk2-h4 li:before,
ul.splunk-list.splunk-h4 li:before {
    left: -6px;
    top: -2px
}

ul.splunk-list.splunk2-h4.list-arrow,
ul.splunk-list.splunk-h4.list-arrow {
    padding-left: 13px
}

ul.splunk-list.splunk2-h4.list-arrow li,
ul.splunk-list.splunk-h4.list-arrow li {
    padding: 0 0 0 38px;
    list-style-type: none
}

ul.splunk-list.splunk2-h4.list-arrow li:before,
ul.splunk-list.splunk-h4.list-arrow li:before {
    font-size: inherit !important;
    display: inline-block;
    left: 3px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h4.list-check,
ul.splunk-list.splunk-h4.list-check {
    padding-left: 33px
}

ul.splunk-list.splunk2-h4.list-check li,
ul.splunk-list.splunk-h4.list-check li {
    padding: 0 0 0 23px;
    list-style-type: none
}

ul.splunk-list.splunk2-h4.list-check li:before,
ul.splunk-list.splunk-h4.list-check li:before {
    font-size: inherit !important;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 20px
}

ul.splunk-list.splunk2-h4.list-pdf,
ul.splunk-list.splunk-h4.list-pdf {
    padding-left: 33px
}

ul.splunk-list.splunk2-h4.list-pdf li,
ul.splunk-list.splunk-h4.list-pdf li {
    padding: 0 0 0 23px;
    list-style-type: none
}

ul.splunk-list.splunk2-h4.list-pdf li:before,
ul.splunk-list.splunk-h4.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 20px
}

ul.splunk-list.splunk2-h4.list-arrow2,
ul.splunk-list.splunk-h4.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h4.list-arrow2 li,
ul.splunk-list.splunk-h4.list-arrow2 li {
    padding: 0 0 0 38px;
    list-style-type: none
}

ul.splunk-list.splunk2-h4.list-arrow2 li:before,
ul.splunk-list.splunk-h4.list-arrow2 li:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h5 li,
ul.splunk-list.splunk-h5 li {
    padding-left: 18px
}

ul.splunk-list.splunk2-h5 li:before,
ul.splunk-list.splunk-h5 li:before {
    left: -4px;
    top: -1px
}

ul.splunk-list.splunk2-h5.list-arrow,
ul.splunk-list.splunk-h5.list-arrow {
    padding-left: 13px
}

ul.splunk-list.splunk2-h5.list-arrow li,
ul.splunk-list.splunk-h5.list-arrow li {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul.splunk-list.splunk2-h5.list-arrow li:before,
ul.splunk-list.splunk-h5.list-arrow li:before {
    font-size: inherit !important;
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h5.list-check,
ul.splunk-list.splunk-h5.list-check {
    padding-left: 13px
}

ul.splunk-list.splunk2-h5.list-check li,
ul.splunk-list.splunk-h5.list-check li {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul.splunk-list.splunk2-h5.list-check li:before,
ul.splunk-list.splunk-h5.list-check li:before {
    font-size: inherit !important;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 35px
}

ul.splunk-list.splunk2-h5.list-pdf,
ul.splunk-list.splunk-h5.list-pdf {
    padding-left: 13px
}

ul.splunk-list.splunk2-h5.list-pdf li,
ul.splunk-list.splunk-h5.list-pdf li {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul.splunk-list.splunk2-h5.list-pdf li:before,
ul.splunk-list.splunk-h5.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 35px
}

ul.splunk-list.splunk2-h5.list-arrow2,
ul.splunk-list.splunk-h5.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h5.list-arrow2 li,
ul.splunk-list.splunk-h5.list-arrow2 li {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul.splunk-list.splunk2-h5.list-arrow2 li:before,
ul.splunk-list.splunk-h5.list-arrow2 li:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h6 li:before,
ul.splunk-list.splunk-h6 li:before {
    top: -2px
}

ul.splunk-list.splunk2-h6.list-arrow,
ul.splunk-list.splunk-h6.list-arrow {
    padding-left: 13px
}

ul.splunk-list.splunk2-h6.list-arrow li,
ul.splunk-list.splunk-h6.list-arrow li {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul.splunk-list.splunk2-h6.list-arrow li:before,
ul.splunk-list.splunk-h6.list-arrow li:before {
    font-size: inherit !important;
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h6.list-check,
ul.splunk-list.splunk-h6.list-check {
    padding-left: 13px
}

ul.splunk-list.splunk2-h6.list-check li,
ul.splunk-list.splunk-h6.list-check li {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul.splunk-list.splunk2-h6.list-check li:before,
ul.splunk-list.splunk-h6.list-check li:before {
    font-size: inherit !important;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 32px
}

ul.splunk-list.splunk2-h6.list-pdf,
ul.splunk-list.splunk-h6.list-pdf {
    padding-left: 13px
}

ul.splunk-list.splunk2-h6.list-pdf li,
ul.splunk-list.splunk-h6.list-pdf li {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul.splunk-list.splunk2-h6.list-pdf li:before,
ul.splunk-list.splunk-h6.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 32px
}

ul.splunk-list.splunk2-h6.list-arrow2,
ul.splunk-list.splunk-h6.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h6.list-arrow2 li,
ul.splunk-list.splunk-h6.list-arrow2 li {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul.splunk-list.splunk2-h6.list-arrow2 li:before,
ul.splunk-list.splunk-h6.list-arrow2 li:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.splunk-list.splunk2-h7.list-arrow,
ul.splunk-list.splunk-h7.list-arrow {
    padding-left: 13px
}

ul.splunk-list.splunk2-h7.list-arrow li,
ul.splunk-list.splunk-h7.list-arrow li {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul.splunk-list.splunk2-h7.list-arrow li:before,
ul.splunk-list.splunk-h7.list-arrow li:before {
    font-size: inherit !important;
    display: inline-block;
    left: 8px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0
}

ul.splunk-list.splunk2-h7.list-check,
ul.splunk-list.splunk-h7.list-check {
    padding-left: 13px
}

ul.splunk-list.splunk2-h7.list-check li,
ul.splunk-list.splunk-h7.list-check li {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul.splunk-list.splunk2-h7.list-check li:before,
ul.splunk-list.splunk-h7.list-check li:before {
    font-size: inherit !important;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 30px
}

ul.splunk-list.splunk2-h7.list-pdf,
ul.splunk-list.splunk-h7.list-pdf {
    padding-left: 13px
}

ul.splunk-list.splunk2-h7.list-pdf li,
ul.splunk-list.splunk-h7.list-pdf li {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul.splunk-list.splunk2-h7.list-pdf li:before,
ul.splunk-list.splunk-h7.list-pdf li:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 30px
}

ul.splunk-list.splunk2-h7.list-arrow2,
ul.splunk-list.splunk-h7.list-arrow2 {
    padding-left: 0px
}

ul.splunk-list.splunk2-h7.list-arrow2 li,
ul.splunk-list.splunk-h7.list-arrow2 li {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul.splunk-list.splunk2-h7.list-arrow2 li:before,
ul.splunk-list.splunk-h7.list-arrow2 li:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul.special-bullet {
    padding-left: 0 !important;
    padding-bottom: 16px;
    margin-bottom: 0
}

ul.special-bullet.splunk-list.list-arrow li,
ul.special-bullet.splunk-list li {
    padding-left: 16px
}

ul {
    list-style: none
}

ul li.splunk-list {
    padding-left: 18px;
    text-align: left;
    margin-bottom: 12px;
    position: relative
}

ul li.splunk-list:before {
    font-size: 1.5em;
    content: "• ";
    display: inline-block;
    left: -2px;
    margin-right: -15px;
    width: 1.3em;
    position: absolute;
    top: 0;
    color: #000
}

ul li.splunk-body {
    padding-bottom: 0px
}

ul li.splunk-body.list-arrow {
    padding: 0 0 0 30px;
    list-style-type: none;
    margin-left: -12px
}

ul li.splunk-body.list-arrow:before {
    font-size: 0.6em;
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0
}

ul li.splunk-body.list-arrow2 {
    padding: 0 0 0 22px;
    list-style-type: none;
    margin-left: -25px
}

ul li.splunk-body.list-arrow2:before {
    font-size: 0.6em;
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.splunk-body.list-check {
    padding: 0 0 0 30px;
    list-style-type: none;
    margin-left: -12px
}

ul li.splunk-body.list-check:before {
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 26px
}

ul li.splunk-body.list-pdf {
    padding: 0 0 0 30px;
    list-style-type: none;
    margin-left: -12px
}

ul li.splunk-body.list-pdf:before {
    font-size: 1em;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 30px
}

ul li.splunk-list-gray:before {
    color: #97999b
}

ul li.splunk-list-green:before {
    color: #65a637
}

ul li.splunk-list-cta-green:before {
    color: #2eb50b
}

ul li.splunk-education-list-green {
    padding-left: 0
}

ul li.splunk-list-blue:before {
    color: #0f7bb8
}

ul li.splunk-list-blue-light:before {
    color: #00a9e0
}

ul li.splunk-list-black:before {
    color: #2d2d2d
}

li.special-bullet.splunk-list.list-pdf ul {
    padding-left: 30px
}

ul li.special-bullet.splunk-list.splunk2-h1,
ul li.special-bullet.splunk-list.splunk-h1 {
    padding-left: 38px;
    margin-left: -5px
}

ul li.special-bullet.splunk-list.splunk2-h1:before,
ul li.special-bullet.splunk-list.splunk-h1:before {
    left: -14px;
    top: -5px
}

ul li.special-bullet.splunk-list.splunk2-h1.list-arrow,
ul li.special-bullet.splunk-list.splunk-h1.list-arrow {
    margin-left: -13px;
    padding: 0 0 0 57px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h1.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h1.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: -8px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h1.list-check,
ul li.special-bullet.splunk-list.splunk-h1.list-check {
    margin-left: -3px;
    padding: 0 0 0 57px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h1.list-check:before,
ul li.special-bullet.splunk-list.splunk-h1.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: -8px;
    margin-right: -1px;
    width: 1.3em;
    position: absolute;
    top: -3px
}

ul li.special-bullet.splunk-list.splunk2-h1.list-pdf,
ul li.special-bullet.splunk-list.splunk-h1.list-pdf {
    padding: 0 0 0 68px;
    margin-left: -30px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h1.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h1.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    left: -8px;
    margin-right: -1px;
    width: 1.3em;
    position: absolute;
    top: -3px
}

ul li.special-bullet.splunk-list.splunk2-h1.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h1.list-arrow2 {
    margin-left: -25px;
    padding: 0 0 0 57px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h1.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h1.list-arrow2:before {
    display: inline-block;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h2,
ul li.special-bullet.splunk-list.splunk-h2 {
    padding-left: 30px
}

ul li.special-bullet.splunk-list.splunk2-h2:before,
ul li.special-bullet.splunk-list.splunk-h2:before {
    left: -11px;
    top: -5px
}

ul li.special-bullet.splunk-list.splunk2-h2.list-arrow,
ul li.special-bullet.splunk-list.splunk-h2.list-arrow {
    padding: 0 0 0 53px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h2.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h2.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: 0px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h2.list-check,
ul li.special-bullet.splunk-list.splunk-h2.list-check {
    padding: 0 0 0 18px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h2.list-check:before,
ul li.special-bullet.splunk-list.splunk-h2.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -3px;
    left: 19px
}

ul li.special-bullet.splunk-list.splunk2-h2.list-pdf,
ul li.special-bullet.splunk-list.splunk-h2.list-pdf {
    padding: 0 0 0 19px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h2.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h2.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 23px
}

ul li.special-bullet.splunk-list.splunk2-h2.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h2.list-arrow2 {
    padding: 0 0 0 53px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h2.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h2.list-arrow2:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h3,
ul li.special-bullet.splunk-list.splunk-h3 {
    padding-left: 25px
}

ul li.special-bullet.splunk-list.splunk2-h3:before,
ul li.special-bullet.splunk-list.splunk-h3:before {
    left: -10px;
    top: -5px
}

ul li.special-bullet.splunk-list.splunk2-h3.list-arrow,
ul li.special-bullet.splunk-list.splunk-h3.list-arrow {
    padding: 0 0 0 48px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h3.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h3.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: -2px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h3.list-check,
ul li.special-bullet.splunk-list.splunk-h3.list-check {
    padding: 0 0 0 18px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h3.list-check:before,
ul li.special-bullet.splunk-list.splunk-h3.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -2px;
    left: 19px
}

ul li.special-bullet.splunk-list.splunk2-h3.list-pdf,
ul li.special-bullet.splunk-list.splunk-h3.list-pdf {
    padding: 0 0 0 18px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h3.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h3.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 19px
}

ul li.special-bullet.splunk-list.splunk2-h3.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h3.list-arrow2 {
    padding: 0 0 0 48px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h3.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h3.list-arrow2:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h4,
ul li.special-bullet.splunk-list.splunk-h4 {
    padding-left: 20px
}

ul li.special-bullet.splunk-list.splunk2-h4:before,
ul li.special-bullet.splunk-list.splunk-h4:before {
    left: -6px;
    top: -2px
}

ul li.special-bullet.splunk-list.splunk2-h4.list-arrow,
ul li.special-bullet.splunk-list.splunk-h4.list-arrow {
    padding: 0 0 0 38px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h4.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h4.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: 3px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h4.list-check,
ul li.special-bullet.splunk-list.splunk-h4.list-check {
    padding: 0 0 0 23px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h4.list-check:before,
ul li.special-bullet.splunk-list.splunk-h4.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 20px
}

ul li.special-bullet.splunk-list.splunk2-h4.list-pdf,
ul li.special-bullet.splunk-list.splunk-h4.list-pdf {
    padding: 0 0 0 23px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h4.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h4.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 20px
}

ul li.special-bullet.splunk-list.splunk2-h4.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h4.list-arrow2 {
    padding: 0 0 0 38px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h4.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h4.list-arrow2:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h5,
ul li.special-bullet.splunk-list.splunk-h5 {
    padding-left: 18px
}

ul li.special-bullet.splunk-list.splunk2-h5:before,
ul li.special-bullet.splunk-list.splunk-h5:before {
    left: -4px;
    top: -1px
}

ul li.special-bullet.splunk-list.splunk2-h5.list-arrow,
ul li.special-bullet.splunk-list.splunk-h5.list-arrow {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h5.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h5.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h5.list-check,
ul li.special-bullet.splunk-list.splunk-h5.list-check {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h5.list-check:before,
ul li.special-bullet.splunk-list.splunk-h5.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 35px
}

ul li.special-bullet.splunk-list.splunk2-h5.list-pdf,
ul li.special-bullet.splunk-list.splunk-h5.list-pdf {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h5.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h5.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 35px
}

ul li.special-bullet.splunk-list.splunk2-h5.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h5.list-arrow2 {
    padding: 0 0 0 35px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h5.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h5.list-arrow2:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h6:before,
ul li.special-bullet.splunk-list.splunk-h6:before {
    top: -2px
}

ul li.special-bullet.splunk-list.splunk2-h6.list-arrow,
ul li.special-bullet.splunk-list.splunk-h6.list-arrow {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h6.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h6.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h6.list-check,
ul li.special-bullet.splunk-list.splunk-h6.list-check {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h6.list-check:before,
ul li.special-bullet.splunk-list.splunk-h6.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 32px
}

ul li.special-bullet.splunk-list.splunk2-h6.list-pdf,
ul li.special-bullet.splunk-list.splunk-h6.list-pdf {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h6.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h6.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: -1px;
    left: 32px
}

ul li.special-bullet.splunk-list.splunk2-h6.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h6.list-arrow2 {
    padding: 0 0 0 32px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h6.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h6.list-arrow2:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

ul li.special-bullet.splunk-list.splunk2-h7.list-arrow,
ul li.special-bullet.splunk-list.splunk-h7.list-arrow {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h7.list-arrow:before,
ul li.special-bullet.splunk-list.splunk-h7.list-arrow:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    left: 8px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0
}

ul li.special-bullet.splunk-list.splunk2-h7.list-check,
ul li.special-bullet.splunk-list.splunk-h7.list-check {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h7.list-check:before,
ul li.special-bullet.splunk-list.splunk-h7.list-check:before {
    font-size: inherit !important;
    display: inline-block;
    font-family: splunk_list;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 30px
}

ul li.special-bullet.splunk-list.splunk2-h7.list-pdf,
ul li.special-bullet.splunk-list.splunk-h7.list-pdf {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h7.list-pdf:before,
ul li.special-bullet.splunk-list.splunk-h7.list-pdf:before {
    font-size: inherit !important;
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 3px;
    width: 1.3em;
    position: absolute;
    top: 0;
    left: 30px
}

ul li.special-bullet.splunk-list.splunk2-h7.list-arrow2,
ul li.special-bullet.splunk-list.splunk-h7.list-arrow2 {
    padding: 0 0 0 30px;
    list-style-type: none
}

ul li.special-bullet.splunk-list.splunk2-h7.list-arrow2:before,
ul li.special-bullet.splunk-list.splunk-h7.list-arrow2:before {
    display: inline-block;
    font-family: splunk_list;
    left: 6px;
    margin-right: -1px;
    width: .9em;
    position: absolute;
    top: 0px
}

.rte-container ol {
    list-style: none
}

ol,
ol.splunk-numbered-list {
    list-style: none;
    counter-reset: splunk-counter;
    padding: 0 0 0 20.5px;
    margin-bottom: 10px
}

ol.splunk-numbered-list.splunk-upper-case-alphabet-list,
ol.splunk-upper-case-alphabet-list {
    list-style: upper-alpha;
    margin-left: 16px
}

ol.splunk-lower-case-alphabet-list,
ol.splunk-numbered-list.splunk-lower-case-alphabet-list {
    list-style: lower-alpha;
    margin-left: 16.0px
}

ol.splunk-numbered-list.splunk-upper-roman-list,
ol.splunk-upper-roman-list {
    list-style: upper-roman;
    margin-left: 16.0px
}

ol.splunk-lower-roman-list,
ol.splunk-numbered-list.splunk-lower-roman-list {
    list-style: lower-roman;
    margin-left: 16.0px
}

ol.splunk-numbered-list.splunk-ordered-list,
ol.splunk-ordered-list {
    list-style: auto;
    padding-top: 10px
}

ol.splunk-numbered-list.splunk-ordered-list li,
ol.splunk-ordered-list li {
    padding-left: 5px
}

ol.splunk-numbered-list .splunk-unordered-list,
ol .splunk-unordered-list {
    padding-top: 10px
}

ol.splunk-numbered-list .splunk-unordered-list li,
ol .splunk-unordered-list li {
    padding-left: 0px
}

ol.splunk-numbered-list>li,
ol.splunk-numbered-list>li.splunk-numbered-list,
ol>li,
ol>li.splunk-numbered-list {
    text-align: left;
    padding-left: 25.5px;
    margin-bottom: 16px
}

ol.splunk-numbered-list>li.splunk-numbered-list:last-child,
ol.splunk-numbered-list>li:last-child,
ol>li.splunk-numbered-list:last-child,
ol>li:last-child {
    margin-bottom: 10px
}

ol.splunk-numbered-list>li.splunk-numbered-list ul,
ol.splunk-numbered-list>li ul,
ol>li.splunk-numbered-list ul,
ol>li ul {
    padding-top: 15px
}

ol.splunk-numbered-list>li.splunk-numbered-list span,
ol.splunk-numbered-list>li span,
ol>li.splunk-numbered-list span,
ol>li span {
    display: block;
    overflow: hidden
}

ol.splunk-numbered-list>li.splunk-numbered-list:before,
ol.splunk-numbered-list>li:before,
ol>li.splunk-numbered-list:before,
ol>li:before {
    counter-increment: splunk-counter;
    content: counter(splunk-counter) ".";
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    width: 0px;
    height: auto;
    line-height: inherit;
    position: relative;
    top: -0.5px;
    border-radius: 0px;
    border: 0px solid #000;
    background-color: none;
    color: inherit;
    text-align: center;
    margin-right: -13px;
    float: left;
    left: -25px
}

ol.splunk-numbered-list>li.splunk-numbered-list:after,
ol.splunk-numbered-list>li:after,
ol>li.splunk-numbered-list:after,
ol>li:after {
    content: " ";
    display: block;
    clear: both
}

ol.splunk-green>li:before,
ol.splunk-numbered-list.splunk-green>li:before {
    color: #fff;
    background-color: #65a637;
    border-color: #65a637
}

ol.splunk-black>li:before,
ol.splunk-numbered-list.splunk-black>li:before {
    color: #fff;
    background-color: #000;
    border-color: #000
}

ol.splunk-gray>li:before,
ol.splunk-numbered-list.splunk-gray>li:before {
    color: #fff;
    background-color: #969daa;
    border-color: #969daa
}

ol.splunk-list-pink-darker>li:before,
ol.splunk-list-pink>li:before,
ol.splunk-numbered-list.splunk-list-pink-darker>li:before,
ol.splunk-numbered-list.splunk-list-pink>li:before {
    color: #ce0070
}

ol.inverted>li:before,
ol.splunk-numbered-list.inverted>li:before,
ol.splunk-numbered-list.splunk-white>li:before,
ol.splunk-white>li:before {
    color: #fff
}

ol.special-bullet.splunk-numbered-list {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px
}

ol.special-bullet.splunk-numbered-list li {
    padding-left: 30px
}

ol.special-bullet.splunk-numbered-list li:last-child {
    margin-bottom: 16px
}

ol.special-bullet.splunk-numbered-list li:before {
    left: -30px
}

@media (max-width:767px) {
    ol.splunk-numbered-list {
        padding-right: 15px;
        padding-top: 8px
    }
    ol.splunk-numbered-list li {
        margin-bottom: 16px
    }
    ol.splunk-numbered-list li:before {
        font-size: 17px;
        height: 32px;
        line-height: 32px;
        top: -4.5px;
        border-radius: 32px
    }
}

ol.splunk-numbered-list.splunk-lower-case-alphabet-list>li,
ol.splunk-numbered-list.splunk-lower-roman-list>li,
ol.splunk-numbered-list.splunk-upper-case-alphabet-list>li,
ol.splunk-numbered-list.splunk-upper-roman-list>li {
    padding-left: 7px
}

ol.splunk-numbered-list.splunk-lower-case-alphabet-list>li:before,
ol.splunk-numbered-list.splunk-lower-roman-list>li:before,
ol.splunk-numbered-list.splunk-upper-case-alphabet-list>li:before,
ol.splunk-numbered-list.splunk-upper-roman-list>li:before {
    display: none
}

.splunk-list .splunk-lower-case-alphabet-list .splunk-lower-roman-list.indent-list,
.splunk-list .splunk-upper-case-alphabet-list.indent-list,
.splunk-list .splunk-upper-roman-list.indent-list {
    margin-left: 0;
    padding-top: 7px
}

ul.splunk-unordered-list {
    list-style: disc;
    padding-top: 10px
}

ul.splunk-unordered-list li {
    padding-left: 5px
}

.splunk-list.splunk-lower-case-alphabet-list li:before,
.splunk-list.splunk-lower-roman-list li:before,
.splunk-list.splunk-unordered-list li:before,
.splunk-list.splunk-upper-case-alphabet-list li:before,
.splunk-list.splunk-upper-roman-list li:before {
    content: ""
}

.splunk-tni-wrapper .tni .tni__desc span.splunk-lower-case-alphabet-list,
.splunk-tni-wrapper .tni .tni__desc span.splunk-lower-roman-list,
.splunk-tni-wrapper .tni .tni__desc span.splunk-upper-case-alphabet-list,
.splunk-tni-wrapper .tni .tni__desc span.splunk-upper-roman-list {
    display: block !important
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, 0.2)
}

.col-splunk-1,
.col-splunk-2,
.col-splunk-3,
.col-splunk-4,
.col-splunk-5,
.col-splunk-6,
.col-splunk-7,
.col-splunk-8,
.col-splunk-9,
.col-splunk-10,
.col-splunk-11,
.col-splunk-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:480px) {
    .col-splunk-1,
    .col-splunk-2,
    .col-splunk-3,
    .col-splunk-4,
    .col-splunk-5,
    .col-splunk-6,
    .col-splunk-7,
    .col-splunk-8,
    .col-splunk-9,
    .col-splunk-10,
    .col-splunk-11,
    .col-splunk-12 {
        float: left
    }
    .col-splunk-12 {
        width: 100%
    }
    .col-splunk-11 {
        width: 91.66666667%
    }
    .col-splunk-10 {
        width: 83.33333333%
    }
    .col-splunk-9 {
        width: 75%
    }
    .col-splunk-8 {
        width: 66.66666667%
    }
    .col-splunk-7 {
        width: 58.33333333%
    }
    .col-splunk-6 {
        width: 50%
    }
    .col-splunk-5 {
        width: 41.66666667%
    }
    .col-splunk-4 {
        width: 33.33333333%
    }
    .col-splunk-3 {
        width: 25%
    }
    .col-splunk-2 {
        width: 16.66666667%
    }
    .col-splunk-1 {
        width: 8.33333333%
    }
}

.show-grid img {
    background-color: #effaff
}

.col-lg-1.bleed-right,
.col-lg-2.bleed-right,
.col-lg-3.bleed-right,
.col-lg-4.bleed-right,
.col-lg-5.bleed-right,
.col-lg-6.bleed-right,
.col-lg-7.bleed-right,
.col-lg-8.bleed-right,
.col-lg-9.bleed-right,
.col-lg-10.bleed-right,
.col-lg-11.bleed-right,
.col-lg-12.bleed-right,
.col-splunk-1.bleed-right,
.col-splunk-2.bleed-right,
.col-splunk-3.bleed-right,
.col-splunk-4.bleed-right,
.col-splunk-5.bleed-right,
.col-splunk-6.bleed-right,
.col-splunk-7.bleed-right,
.col-splunk-8.bleed-right,
.col-splunk-9.bleed-right,
.col-splunk-10.bleed-right,
.col-splunk-11.bleed-right,
.col-splunk-12.bleed-right,
.col-xs-1.bleed-right,
.col-xs-2.bleed-right,
.col-xs-3.bleed-right,
.col-xs-4.bleed-right,
.col-xs-5.bleed-right,
.col-xs-6.bleed-right,
.col-xs-7.bleed-right,
.col-xs-8.bleed-right,
.col-xs-9.bleed-right,
.col-xs-10.bleed-right,
.col-xs-11.bleed-right,
.col-xs-12.bleed-right {
    padding-right: 0px
}

.col-lg-1.bleed-left,
.col-lg-2.bleed-left,
.col-lg-3.bleed-left,
.col-lg-4.bleed-left,
.col-lg-5.bleed-left,
.col-lg-6.bleed-left,
.col-lg-7.bleed-left,
.col-lg-8.bleed-left,
.col-lg-9.bleed-left,
.col-lg-10.bleed-left,
.col-lg-11.bleed-left,
.col-lg-12.bleed-left,
.col-splunk-1.bleed-left,
.col-splunk-2.bleed-left,
.col-splunk-3.bleed-left,
.col-splunk-4.bleed-left,
.col-splunk-5.bleed-left,
.col-splunk-6.bleed-left,
.col-splunk-7.bleed-left,
.col-splunk-8.bleed-left,
.col-splunk-9.bleed-left,
.col-splunk-10.bleed-left,
.col-splunk-11.bleed-left,
.col-splunk-12.bleed-left,
.col-xs-1.bleed-left,
.col-xs-2.bleed-left,
.col-xs-3.bleed-left,
.col-xs-4.bleed-left,
.col-xs-5.bleed-left,
.col-xs-6.bleed-left,
.col-xs-7.bleed-left,
.col-xs-8.bleed-left,
.col-xs-9.bleed-left,
.col-xs-10.bleed-left,
.col-xs-11.bleed-left,
.col-xs-12.bleed-left {
    padding-left: 0px
}

.desktop-img,
.retina-image {
    display: none
}

@media (min-width:768px) {
    .desktop-img {
        display: inline-block
    }
    .mobile-img {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .normal-image {
        display: none
    }
    .retina-image {
        display: inherit
    }
}

.data-popover-content {
    position: absolute;
    left: -20000px;
    top: -20000px;
    height: 0;
    overflow: hidden
}

.popover-sentence {
    font-size: 14px;
    color: #474444
}

.popover-text {
    color: #00a9e0;
    cursor: pointer;
    display: inline-block
}

.popover.splunk-popover {
    width: auto !important;
    max-width: 200px;
    background-color: #d5dce5;
    color: #0c1724;
    border: 1px solid #d5dce5;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.popover.splunk-popover .arrow,
.popover.splunk-popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-bottom: 0 transparent;
    border-style: solid
}

.popover.splunk-popover .arrow {
    border-top-color: #d5dce5;
    bottom: -8px
}

.popover.splunk-popover .arrow:after {
    border-top-color: #d5dce5;
    bottom: -12px;
    content: "";
    margin-left: -10px;
    border-width: 10px
}

.popover.splunk-popover .popover-body {
    padding: 8px
}

.splunk2-padding-lg {
    padding-top: 50px !important;
    padding-bottom: 40px !important
}

.splunk2-padding-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.splunk2-padding-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.splunk2-padding-top-lg {
    padding-top: 40px !important
}

.splunk2-padding-top-md {
    padding-top: 20px !important
}

.splunk2-padding-top-sm {
    padding-top: 15px !important
}

.splunk2-padding-btm-lg {
    padding-bottom: 40px !important
}

.splunk2-padding-btm-md {
    padding-bottom: 20px !important
}

.splunk2-padding-btm-sm {
    padding-bottom: 15px !important
}

@media (min-width:768px) {
    .splunk2-padding-lg {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }
    .splunk2-padding-md {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .splunk2-padding-sm {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
    .splunk2-padding-top-lg {
        padding-top: 80px !important
    }
    .splunk2-padding-top-md {
        padding-top: 40px !important
    }
    .splunk2-padding-top-sm {
        padding-top: 20px !important
    }
    .splunk2-padding-btm-lg {
        padding-bottom: 80px !important
    }
    .splunk2-padding-btm-md {
        padding-bottom: 40px !important
    }
    .splunk2-padding-btm-sm {
        padding-bottom: 20px !important
    }
}

.splunk-padding {
    padding-top: 35px;
    padding-bottom: 35px
}

@media (min-width:768px) {
    .splunk-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.image-top-padding {
    padding-top: 35px
}

.image-bottom-padding {
    padding-bottom: 25px
}

.splunk-button {
    display: inline-block;
    width: auto !important;
    min-width: 50px
}

.splunk-button.content-button {
    display: block
}

.splunk-content-btn {
    color: unset
}

.splunk-content-btn:hover {
    color: unset;
    text-decoration: unset
}

.splunk-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 12px 22px 13px;
    min-width: 108px;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.2px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 24px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    white-space: nowrap;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splunk-btn.btn-medium {
    padding: 10px 35px
}

.splunk-btn.btn-large,
.splunk-btn.btn-medium {
    font-size: 15px;
    line-height: 100%;
    border-radius: 24px
}

.splunk-btn.btn-large {
    padding: 20px 35px
}

.splunk-btn.btn-small {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 24px
}

.splunk-btn.btn-full-width {
    width: 100%
}

.splunk-btn.whiteSpaceBreak span {
    white-space: break-spaces
}

.splunk-btn.focus,
.splunk-btn:focus,
.splunk-btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none
}

.splunk-btn.active,
.splunk-btn:active {
    outline: 0;
    background-image: none
}

.splunk-btn.disabled,
.splunk-btn[disabled],
fieldset[disabled] .splunk-btn {
    cursor: default;
    opacity: .5;
    filter: "alpha(opacity=50)"
}

.splunk-btna.disabled,
fieldset[disabled] .splunk-btna {
    pointer-events: none
}

.splunk-btn.spacing-right {
    margin-right: 16px
}

.splunk-btn.spacing-bottom {
    margin-bottom: 16px
}

.splunk-button-aem {
    display: inline-block
}

.splunk-button-aem.sp-btn-borderless {
    padding: 12px 12px 12px 0 !important;
    margin-top: 1px
}

.splunk-button-aem.sp-btn-borderless:after {
    content: ""
}

.splunk-btn.sp-btn-solid {
    background-color: #ce0070;
    border-color: #ce0070;
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-icon {
    padding-right: 42px
}

.splunk-btn.sp-btn-solid.sp-btn-icon:after {
    position: absolute;
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: 15px;
    font-weight: 400;
    color: #ce0070;
    padding: 13px 0 1px;
    bottom: 12px;
    right: 20px
}

.splunk-btn.sp-btn-solid.sp-btn-icon.sp-btn-icon-play:after {
    content: ""
}

.splunk-btn.sp-btn-solid.sp-btn-icon.sp-btn-icon-pdf:after {
    content: ""
}

.splunk-btn.sp-btn-solid.sp-btn-icon.sp-btn-icon-download:after {
    font-size: 13px;
    content: ""
}

.splunk-btn.sp-btn-solid.sp-btn-icon.sp-btn-icon-cloud:after {
    font-size: 9px;
    bottom: 10px;
    content: ""
}

.splunk-btn.sp-btn-solid.focus,
.splunk-btn.sp-btn-solid:active,
.splunk-btn.sp-btn-solid:focus,
.splunk-btn.sp-btn-solid:hover {
    background-color: #a8005b;
    border-color: #a8005b
}

.splunk-btn.sp-btn-solid.sp-btn-pink {
    background-color: #ce0070;
    border-color: #ce0070;
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-pink.focus,
.splunk-btn.sp-btn-solid.sp-btn-pink:focus,
.splunk-btn.sp-btn-solid.sp-btn-pink:hover {
    background-color: #a8005b;
    border-color: #a8005b;
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-pink.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-darkGray {
    background-color: #0c1724;
    border-color: #0c1724;
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-darkGray.focus,
.splunk-btn.sp-btn-solid.sp-btn-darkGray:focus,
.splunk-btn.sp-btn-solid.sp-btn-darkGray:hover {
    background-color: #363c44;
    border-color: #363c44
}

.splunk-btn.sp-btn-solid.sp-btn-darkGray.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #ce0070
}

.splunk-btn.sp-btn-solid.sp-btn-white.focus,
.splunk-btn.sp-btn-solid.sp-btn-white:active,
.splunk-btn.sp-btn-solid.sp-btn-white:active:focus,
.splunk-btn.sp-btn-solid.sp-btn-white:active:hover,
.splunk-btn.sp-btn-solid.sp-btn-white:focus,
.splunk-btn.sp-btn-solid.sp-btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #a8005b
}

.splunk-btn.sp-btn-solid.sp-btn-white.sp-btn-icon:after {
    color: #ce0070
}

.splunk-btn.sp-btn-solid.sp-btn-inverted {
    background-color: #fff;
    border-color: #fff;
    color: #0c1724
}

.splunk-btn.sp-btn-solid.sp-btn-inverted.focus,
.splunk-btn.sp-btn-solid.sp-btn-inverted:focus,
.splunk-btn.sp-btn-solid.sp-btn-inverted:hover {
    background-color: #fff;
    border-color: #fff;
    color: #363c44
}

.splunk-btn.sp-btn-solid.sp-btn-inverted.sp-btn-icon:after {
    color: #0c1724
}

.splunk-btn.sp-btn-solid.sp-btn-black,
.splunk-btn.sp-btn-solid.sp-btn-black.focus,
.splunk-btn.sp-btn-solid.sp-btn-black:focus,
.splunk-btn.sp-btn-solid.sp-btn-black:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.splunk-btn.sp-btn-solid.sp-btn-black.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-hollow {
    background-color: transparent !important;
    border-color: #ce0070;
    color: #ce0070
}

.splunk-btn.sp-btn-hollow.sp-btn-icon {
    padding-right: 42px
}

.splunk-btn.sp-btn-hollow.sp-btn-icon:after {
    position: absolute;
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: 15px;
    font-weight: 400;
    color: #ce0070;
    padding: 13px 0 1px;
    bottom: 12px;
    right: 20px
}

.splunk-btn.sp-btn-hollow.sp-btn-icon.sp-btn-icon-play:after {
    content: ""
}

.splunk-btn.sp-btn-hollow.sp-btn-icon.sp-btn-icon-pdf:after {
    content: ""
}

.splunk-btn.sp-btn-hollow.sp-btn-icon.sp-btn-icon-download:after {
    font-size: 13px;
    content: ""
}

.splunk-btn.sp-btn-hollow.sp-btn-icon.sp-btn-icon-cloud:after {
    font-size: 9px;
    bottom: 10px;
    content: ""
}

.splunk-btn.sp-btn-hollow:active,
.splunk-btn.sp-btn-hollow:hover {
    background-color: #a8005b;
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-pink {
    border-color: #ce0070;
    color: #ce0070
}

.splunk-btn.sp-btn-hollow.sp-btn-pink:active,
.splunk-btn.sp-btn-hollow.sp-btn-pink:hover {
    border-color: #a8005b;
    background-color: #a8005b !important;
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-pink:active.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-pink:hover.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-pink.sp-btn-icon:after {
    color: #ce0070
}

.splunk-btn.sp-btn-hollow.sp-btn-darkGray {
    border-color: #0c1724;
    color: #0c1724
}

.splunk-btn.sp-btn-hollow.sp-btn-darkGray:active,
.splunk-btn.sp-btn-hollow.sp-btn-darkGray:hover {
    background-color: #363c44 !important;
    border-color: #363c44;
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-darkGray:active.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-darkGray:hover.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-darkGray.sp-btn-icon:after {
    color: #0c1724
}

.splunk-btn.sp-btn-hollow.sp-btn-white {
    border-color: #fff;
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-white:active,
.splunk-btn.sp-btn-hollow.sp-btn-white:active:focus,
.splunk-btn.sp-btn-hollow.sp-btn-white:active:hover,
.splunk-btn.sp-btn-hollow.sp-btn-white:focus,
.splunk-btn.sp-btn-hollow.sp-btn-white:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #a8005b
}

.splunk-btn.sp-btn-hollow.sp-btn-white:active.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-white:active:focus.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-white:active:hover.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-white:focus.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-white:hover.sp-btn-icon:after {
    color: #a8005b
}

.splunk-btn.sp-btn-hollow.sp-btn-white.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-inverted {
    border-color: #fff;
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-inverted:active,
.splunk-btn.sp-btn-hollow.sp-btn-inverted:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #363c44
}

.splunk-btn.sp-btn-hollow.sp-btn-inverted:active.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-inverted:hover.sp-btn-icon:after {
    color: #363c44
}

.splunk-btn.sp-btn-hollow.sp-btn-inverted.sp-btn-icon:after {
    color: #fff
}

.splunk-btn.sp-btn-hollow.sp-btn-black {
    color: #000 !important;
    border-color: #000
}

.splunk-btn.sp-btn-hollow.sp-btn-black.sp-btn-icon:after,
.splunk-btn.sp-btn-hollow.sp-btn-black:hover,
.splunk-btn.sp-btn-hollow.sp-btn-black:hover span {
    color: #000 !important
}

.splunk-btn.sp-btn-borderless {
    display: inline-block;
    border-radius: 0;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ce0070;
    font-weight: 700 !important;
    white-space: unset;
    line-height: 100%;
    min-width: auto;
    text-align: left;
    padding: 12px 12px 12px 0 !important;
    border: none;
    margin-top: 1px
}

.splunk-btn.sp-btn-borderless:not(.multiline) {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 75%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.splunk-btn.sp-btn-borderless:not(.multiline):after {
    position: absolute;
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: 8px;
    font-weight: 700;
    color: #ce0070;
    padding: 13px 0 1px;
    bottom: 11px;
    right: 0
}

.splunk-btn.sp-btn-borderless:not(.multiline).focus,
.splunk-btn.sp-btn-borderless:not(.multiline):focus,
.splunk-btn.sp-btn-borderless:not(.multiline):hover {
    text-decoration: none !important;
    color: #a8005b;
    outline: none;
    background-size: 100% 1px
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon:after {
    position: absolute;
    display: inline-block;
    content: "";
    font-family: splunk_list;
    font-size: 15px;
    font-weight: 400;
    color: #ce0070;
    padding: 13px 0 1px
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-play {
    padding-right: 21px !important
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-play:after {
    content: "";
    right: 0;
    top: -1px
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-pdf {
    padding-right: 21px !important
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-pdf:after {
    content: "";
    right: 2px;
    top: -1px
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-download {
    padding-right: 21px !important
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-download:after {
    font-size: 13px;
    content: "";
    right: 1px;
    top: -1px
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-cloud {
    padding-right: 24px !important
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-icon.sp-btn-icon-cloud:after {
    font-size: 9px;
    content: "";
    right: 3px;
    top: 1px
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:after {
    color: #ce0070
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink.focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink.focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:hover,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:hover:after {
    color: #a8005b
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink.focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-pink:hover:before {
    background-color: #a8005b
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:after {
    color: #0c1724
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray.focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray.focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:hover,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:hover:after {
    color: #363c44
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray.focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkGray:hover:before {
    background-color: #363c44
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:after {
    color: #363c44
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray.focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray.focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:hover,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:hover:after {
    color: #656c76
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray.focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-darkerGray:hover:before {
    background-color: #656c76
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:after {
    color: #fff
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted.focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:active:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:active:hover,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:hover,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white.focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:active:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:active:hover,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:focus,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:hover {
    color: #fff !important
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted.focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:active:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:active:hover:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:hover:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white.focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:active:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:active:hover:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:focus:after,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:hover:after {
    color: #fff
}

.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted.focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:active:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:active:hover:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-inverted:hover:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white.focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:active:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:active:hover:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:focus:before,
.splunk-btn.sp-btn-borderless:not(.multiline).sp-btn-white:hover:before {
    background-color: #fff
}

.splunk-btn.sp-btn-borderless.multiline {
    padding-right: 0 !important;
    margin-top: 0;
    padding-top: 13px !important;
    padding-bottom: 14px !important
}

.splunk-btn.sp-btn-borderless.multiline>span {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.splunk-btn.sp-btn-borderless.multiline>span.thanks-download-link {
    line-height: 140%
}

.splunk-btn.sp-btn-borderless.multiline>span:after {
    position: relative;
    content: "";
    font-family: splunk_list;
    font-size: 8px;
    font-weight: 700;
    color: #ce0070;
    bottom: 1px;
    left: 0px;
    padding-left: 4px
}

.splunk-btn.sp-btn-borderless.multiline.focus,
.splunk-btn.sp-btn-borderless.multiline:focus,
.splunk-btn.sp-btn-borderless.multiline:hover {
    color: transparent
}

.splunk-btn.sp-btn-borderless.multiline.focus span,
.splunk-btn.sp-btn-borderless.multiline:focus span,
.splunk-btn.sp-btn-borderless.multiline:hover span {
    text-decoration: none !important;
    color: #a8005b;
    outline: none;
    background-size: 100% 1px
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-icon span:after {
    position: relative;
    content: "";
    font-family: splunk_list;
    font-size: 14px;
    font-weight: 400;
    color: #ce0070;
    bottom: 1px;
    left: 0px;
    padding-left: 4px
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-icon.sp-btn-icon-play span:after {
    content: "";
    right: 0;
    top: -1px
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-icon.sp-btn-icon-pdf span:after {
    content: "";
    right: 0;
    top: -1px
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-icon.sp-btn-icon-download span:after {
    font-size: 13px;
    content: "";
    right: 0;
    top: -1px
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-icon.sp-btn-icon-cloud span:after {
    font-size: 9px;
    content: "";
    right: 0;
    top: 0
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:after {
    color: #ce0070
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span.focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span.focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:hover,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:hover:after {
    color: #a8005b
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span.focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-pink span:hover:before {
    background-color: #a8005b
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:after {
    color: #0c1724
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span.focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span.focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:hover,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:hover:after {
    color: #363c44
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span.focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkGray span:hover:before {
    background-color: #363c44
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span {
    color: #363c44;
    padding-left: 15px
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:before {
    position: absolute;
    content: "";
    font-family: splunk_list;
    font-size: 8px;
    font-weight: 700;
    color: #363c44;
    left: 0px;
    bottom: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:after {
    color: #363c44;
    display: none
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span.sp-btn-icon:after {
    color: #363c44
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span.focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:hover {
    color: #656c76
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span.focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:hover:after {
    color: #656c76;
    display: none
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span.focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-darkerGray span:hover:before {
    color: #656c76
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span.sp-btn-icon:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:after {
    color: #fff
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span.focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:active:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:active:hover,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:hover,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span.focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:active:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:active:hover,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:focus,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:hover {
    color: #fff !important
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span.focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:active:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:active:hover:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:hover:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span.focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:active:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:active:hover:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:focus:after,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:hover:after {
    color: #fff
}

.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span.focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:active:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:active:hover:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-inverted span:hover:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span.focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:active:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:active:hover:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:focus:before,
.splunk-btn.sp-btn-borderless.multiline.sp-btn-white span:hover:before {
    background-color: #fff
}

.splunk-btn.splunk-image-btn {
    padding: 0;
    color: #fff
}

.splunk-btn.splunk-image-btn.sp-btn-icon img {
    max-width: 100%
}

.splunk-btn.splunk-image-btn.sp-btn-icon:after {
    position: absolute;
    display: inline-block;
    font-family: splunk_list;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 13px 0 1px;
    bottom: 12px;
    right: 20px
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-play:after {
    content: ""
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-pdf:after {
    content: ""
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-download:after {
    font-size: 13px;
    content: ""
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-cloud:after {
    font-size: 9px;
    bottom: 10px;
    content: ""
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-video:after {
    width: 50px;
    height: 50px;
    background-color: #ce0070;
    border-radius: 25px;
    padding: 0;
    bottom: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1px;
    -ms-flex: 1px;
    flex: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: bottom .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
    transition: bottom .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-video.bottomLeft:after {
    left: 16px;
    right: auto
}

.splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-video:after {
    content: "";
    padding-left: 14px;
    font-size: 28px
}

.splunk-btn.splunk-image-btn:active.sp-btn-icon-video:after,
.splunk-btn.splunk-image-btn:hover.sp-btn-icon-video:after {
    bottom: calc(50% - 50px);
    right: calc(50% - 25px)
}

.splunk-btn.splunk-image-btn:active.sp-btn-icon-video.bottomLeft:after,
.splunk-btn.splunk-image-btn:hover.sp-btn-icon-video.bottomLeft:after {
    left: calc(50% - 25px);
    right: auto
}

.sp-btn-default {
    color: #fff;
    background-color: #00a9e0;
    border-color: #0064da
}

.sp-btn-default.focus,
.sp-btn-default:focus {
    color: #fff;
    background-color: #0083ad;
    border-color: #002a5b
}

.sp-btn-default.active,
.sp-btn-default .open>.dropdown-toggle,
.sp-btn-default:active,
.sp-btn-default:hover {
    color: #fff;
    background-color: #0083ad;
    border-color: #00489d
}

.sp-btn-default.active.focus,
.sp-btn-default.active:focus,
.sp-btn-default.active:hover,
.sp-btn-default .open>.dropdown-toggle.focus,
.sp-btn-default .open>.dropdown-toggle:focus,
.sp-btn-default .open>.dropdown-toggle:hover,
.sp-btn-default:active.focus,
.sp-btn-default:active:focus,
.sp-btn-default:active:hover {
    color: #fff;
    background-color: #006889;
    border-color: #002a5b
}

.sp-btn-default.active,
.sp-btn-default .open>.dropdown-toggle,
.sp-btn-default:active {
    background-image: none
}

.sp-btn-default.disabled.focus,
.sp-btn-default.disabled:focus,
.sp-btn-default.disabled:hover,
.sp-btn-default[disabled].focus,
.sp-btn-default[disabled]:focus,
.sp-btn-default[disabled]:hover,
fieldset[disabled] .sp-btn-default.focus,
fieldset[disabled] .sp-btn-default:focus,
fieldset[disabled] .sp-btn-default:hover {
    background-color: #00a9e0;
    border-color: #0064da
}

.sp-btn-default .badge {
    color: #00a9e0;
    background-color: #fff
}

.sp-btn-default:hover {
    background-color: #0064da;
    border-color: #0064da
}

.sp-btn-blue {
    color: #fff;
    background-color: #00a9e0;
    border-color: #0064da
}

.sp-btn-blue.focus,
.sp-btn-blue:focus {
    color: #fff;
    background-color: #0083ad;
    border-color: #002a5b
}

.sp-btn-blue.active,
.sp-btn-blue .open>.dropdown-toggle,
.sp-btn-blue:active,
.sp-btn-blue:hover {
    color: #fff;
    background-color: #0083ad;
    border-color: #00489d
}

.sp-btn-blue.active.focus,
.sp-btn-blue.active:focus,
.sp-btn-blue.active:hover,
.sp-btn-blue .open>.dropdown-toggle.focus,
.sp-btn-blue .open>.dropdown-toggle:focus,
.sp-btn-blue .open>.dropdown-toggle:hover,
.sp-btn-blue:active.focus,
.sp-btn-blue:active:focus,
.sp-btn-blue:active:hover {
    color: #fff;
    background-color: #006889;
    border-color: #002a5b
}

.sp-btn-blue.active,
.sp-btn-blue .open>.dropdown-toggle,
.sp-btn-blue:active {
    background-image: none
}

.sp-btn-blue.disabled.focus,
.sp-btn-blue.disabled:focus,
.sp-btn-blue.disabled:hover,
.sp-btn-blue[disabled].focus,
.sp-btn-blue[disabled]:focus,
.sp-btn-blue[disabled]:hover,
fieldset[disabled] .sp-btn-blue.focus,
fieldset[disabled] .sp-btn-blue:focus,
fieldset[disabled] .sp-btn-blue:hover {
    background-color: #00a9e0;
    border-color: #0064da
}

.sp-btn-blue .badge {
    color: #00a9e0;
    background-color: #fff
}

.sp-btn-blue:hover {
    background-color: #0064da;
    border-color: #0064da
}

.sp-btn-green {
    color: #fff;
    background-color: #2eb50b;
    border-color: #2eb50b
}

.sp-btn-green.focus,
.sp-btn-green:focus {
    color: #fff;
    background-color: #228508;
    border-color: #0f3d04
}

.sp-btn-green.active,
.sp-btn-green .open>.dropdown-toggle,
.sp-btn-green:active,
.sp-btn-green:hover {
    color: #fff;
    background-color: #228508;
    border-color: #1f7b07
}

.sp-btn-green.active.focus,
.sp-btn-green.active:focus,
.sp-btn-green.active:hover,
.sp-btn-green .open>.dropdown-toggle.focus,
.sp-btn-green .open>.dropdown-toggle:focus,
.sp-btn-green .open>.dropdown-toggle:hover,
.sp-btn-green:active.focus,
.sp-btn-green:active:focus,
.sp-btn-green:active:hover {
    color: #fff;
    background-color: #196306;
    border-color: #0f3d04
}

.sp-btn-green.active,
.sp-btn-green .open>.dropdown-toggle,
.sp-btn-green:active {
    background-image: none
}

.sp-btn-green.disabled.focus,
.sp-btn-green.disabled:focus,
.sp-btn-green.disabled:hover,
.sp-btn-green[disabled].focus,
.sp-btn-green[disabled]:focus,
.sp-btn-green[disabled]:hover,
fieldset[disabled] .sp-btn-green.focus,
fieldset[disabled] .sp-btn-green:focus,
fieldset[disabled] .sp-btn-green:hover {
    background-color: #2eb50b;
    border-color: #2eb50b
}

.sp-btn-green .badge {
    color: #2eb50b;
    background-color: #fff
}

.sp-btn-green:hover {
    background-color: #43d220;
    border-color: #2eb50b
}

.sp-btn-black {
    background-color: #0c1724;
    border-color: #0c1724;
    color: #fff
}

.sp-btn-black:hover {
    background-color: #363c44;
    border-color: #363c44
}

.sp-btn-gray {
    color: #fff;
    background-color: #00a9e0;
    border-color: #0064da
}

.sp-btn-gray.focus,
.sp-btn-gray:focus {
    color: #fff;
    background-color: #0083ad;
    border-color: #002a5b
}

.sp-btn-gray.active,
.sp-btn-gray .open>.dropdown-toggle,
.sp-btn-gray:active,
.sp-btn-gray:hover {
    color: #fff;
    background-color: #0083ad;
    border-color: #00489d
}

.sp-btn-gray.active.focus,
.sp-btn-gray.active:focus,
.sp-btn-gray.active:hover,
.sp-btn-gray .open>.dropdown-toggle.focus,
.sp-btn-gray .open>.dropdown-toggle:focus,
.sp-btn-gray .open>.dropdown-toggle:hover,
.sp-btn-gray:active.focus,
.sp-btn-gray:active:focus,
.sp-btn-gray:active:hover {
    color: #fff;
    background-color: #006889;
    border-color: #002a5b
}

.sp-btn-gray.active,
.sp-btn-gray .open>.dropdown-toggle,
.sp-btn-gray:active {
    background-image: none
}

.sp-btn-gray.disabled.focus,
.sp-btn-gray.disabled:focus,
.sp-btn-gray.disabled:hover,
.sp-btn-gray[disabled].focus,
.sp-btn-gray[disabled]:focus,
.sp-btn-gray[disabled]:hover,
fieldset[disabled] .sp-btn-gray.focus,
fieldset[disabled] .sp-btn-gray:focus,
fieldset[disabled] .sp-btn-gray:hover {
    background-color: #00a9e0;
    border-color: #0064da
}

.sp-btn-gray .badge {
    color: #00a9e0;
    background-color: #fff
}

.sp-btn-gray:hover {
    background-color: #0064da;
    border-color: #0064da
}

.sp-btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.sp-btn-white.active,
.sp-btn-white.active.focus,
.sp-btn-white.active:focus,
.sp-btn-white.active:hover,
.sp-btn-white.focus,
.sp-btn-white .open>.dropdown-toggle,
.sp-btn-white .open>.dropdown-toggle.focus,
.sp-btn-white .open>.dropdown-toggle:focus,
.sp-btn-white .open>.dropdown-toggle:hover,
.sp-btn-white:active,
.sp-btn-white:active.focus,
.sp-btn-white:active:focus,
.sp-btn-white:active:hover,
.sp-btn-white:focus,
.sp-btn-white:hover {
    color: #0064da;
    background-color: #fff;
    border-color: #fff
}

.sp-btn-white.active,
.sp-btn-white .open>.dropdown-toggle,
.sp-btn-white:active {
    background-image: none
}

.sp-btn-white.disabled.focus,
.sp-btn-white.disabled:focus,
.sp-btn-white.disabled:hover,
.sp-btn-white[disabled].focus,
.sp-btn-white[disabled]:focus,
.sp-btn-white[disabled]:hover,
fieldset[disabled] .sp-btn-white.focus,
fieldset[disabled] .sp-btn-white:focus,
fieldset[disabled] .sp-btn-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.sp-btn-white .badge {
    color: #fff;
    background-color: #000
}

.sp-btn-white-black {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.sp-btn-white-black.focus,
.sp-btn-white-black:focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.sp-btn-white-black.active,
.sp-btn-white-black .open>.dropdown-toggle,
.sp-btn-white-black:active,
.sp-btn-white-black:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.sp-btn-white-black.active.focus,
.sp-btn-white-black.active:focus,
.sp-btn-white-black.active:hover,
.sp-btn-white-black .open>.dropdown-toggle.focus,
.sp-btn-white-black .open>.dropdown-toggle:focus,
.sp-btn-white-black .open>.dropdown-toggle:hover,
.sp-btn-white-black:active.focus,
.sp-btn-white-black:active:focus,
.sp-btn-white-black:active:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #bfbfbf
}

.sp-btn-white-black.active,
.sp-btn-white-black .open>.dropdown-toggle,
.sp-btn-white-black:active {
    background-image: none
}

.sp-btn-white-black.disabled.focus,
.sp-btn-white-black.disabled:focus,
.sp-btn-white-black.disabled:hover,
.sp-btn-white-black[disabled].focus,
.sp-btn-white-black[disabled]:focus,
.sp-btn-white-black[disabled]:hover,
fieldset[disabled] .sp-btn-white-black.focus,
fieldset[disabled] .sp-btn-white-black:focus,
fieldset[disabled] .sp-btn-white-black:hover {
    background-color: #fff;
    border-color: #fff
}

.sp-btn-white-black .badge {
    color: #fff;
    background-color: #000
}

.sp-btn-clear {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600
}

.sp-btn-clear,
.sp-btn-clear.active,
.sp-btn-clear.active.focus,
.sp-btn-clear.active:focus,
.sp-btn-clear.active:hover,
.sp-btn-clear.focus,
.sp-btn-clear .open>.dropdown-toggle,
.sp-btn-clear .open>.dropdown-toggle.focus,
.sp-btn-clear .open>.dropdown-toggle:focus,
.sp-btn-clear .open>.dropdown-toggle:hover,
.sp-btn-clear:active,
.sp-btn-clear:active.focus,
.sp-btn-clear:active:focus,
.sp-btn-clear:active:hover,
.sp-btn-clear:focus,
.sp-btn-clear:hover {
    color: #0064da;
    background-color: transparent;
    border-color: transparent
}

.sp-btn-clear.active,
.sp-btn-clear .open>.dropdown-toggle,
.sp-btn-clear:active {
    background-image: none
}

.sp-btn-clear.disabled.focus,
.sp-btn-clear.disabled:focus,
.sp-btn-clear.disabled:hover,
.sp-btn-clear[disabled].focus,
.sp-btn-clear[disabled]:focus,
.sp-btn-clear[disabled]:hover,
fieldset[disabled] .sp-btn-clear.focus,
fieldset[disabled] .sp-btn-clear:focus,
fieldset[disabled] .sp-btn-clear:hover {
    background-color: transparent;
    border-color: transparent
}

.sp-btn-clear .badge {
    color: transparent;
    background-color: #0064da
}

.sp-btn-clear:hover {
    text-decoration: underline
}

.sp-btn-green-clear {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600
}

.sp-btn-green-clear,
.sp-btn-green-clear.active,
.sp-btn-green-clear.active.focus,
.sp-btn-green-clear.active:focus,
.sp-btn-green-clear.active:hover,
.sp-btn-green-clear.focus,
.sp-btn-green-clear .open>.dropdown-toggle,
.sp-btn-green-clear .open>.dropdown-toggle.focus,
.sp-btn-green-clear .open>.dropdown-toggle:focus,
.sp-btn-green-clear .open>.dropdown-toggle:hover,
.sp-btn-green-clear:active,
.sp-btn-green-clear:active.focus,
.sp-btn-green-clear:active:focus,
.sp-btn-green-clear:active:hover,
.sp-btn-green-clear:focus,
.sp-btn-green-clear:hover {
    color: #2eb50b;
    background-color: transparent;
    border-color: transparent
}

.sp-btn-green-clear.active,
.sp-btn-green-clear .open>.dropdown-toggle,
.sp-btn-green-clear:active {
    background-image: none
}

.sp-btn-green-clear.disabled.focus,
.sp-btn-green-clear.disabled:focus,
.sp-btn-green-clear.disabled:hover,
.sp-btn-green-clear[disabled].focus,
.sp-btn-green-clear[disabled]:focus,
.sp-btn-green-clear[disabled]:hover,
fieldset[disabled] .sp-btn-green-clear.focus,
fieldset[disabled] .sp-btn-green-clear:focus,
fieldset[disabled] .sp-btn-green-clear:hover {
    background-color: transparent;
    border-color: transparent
}

.sp-btn-green-clear .badge {
    color: transparent;
    background-color: #2eb50b
}

.sp-btn-green-clear:hover {
    text-decoration: underline
}

.sp-btn-black-clear {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600
}

.sp-btn-black-clear,
.sp-btn-black-clear.active,
.sp-btn-black-clear.active.focus,
.sp-btn-black-clear.active:focus,
.sp-btn-black-clear.active:hover,
.sp-btn-black-clear.focus,
.sp-btn-black-clear .open>.dropdown-toggle,
.sp-btn-black-clear .open>.dropdown-toggle.focus,
.sp-btn-black-clear .open>.dropdown-toggle:focus,
.sp-btn-black-clear .open>.dropdown-toggle:hover,
.sp-btn-black-clear:active,
.sp-btn-black-clear:active.focus,
.sp-btn-black-clear:active:focus,
.sp-btn-black-clear:active:hover,
.sp-btn-black-clear:focus,
.sp-btn-black-clear:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent
}

.sp-btn-black-clear.active,
.sp-btn-black-clear .open>.dropdown-toggle,
.sp-btn-black-clear:active {
    background-image: none
}

.sp-btn-black-clear.disabled.focus,
.sp-btn-black-clear.disabled:focus,
.sp-btn-black-clear.disabled:hover,
.sp-btn-black-clear[disabled].focus,
.sp-btn-black-clear[disabled]:focus,
.sp-btn-black-clear[disabled]:hover,
fieldset[disabled] .sp-btn-black-clear.focus,
fieldset[disabled] .sp-btn-black-clear:focus,
fieldset[disabled] .sp-btn-black-clear:hover {
    background-color: transparent;
    border-color: transparent
}

.sp-btn-black-clear .badge {
    color: transparent;
    background-color: #000
}

.sp-btn-black-clear:hover {
    text-decoration: underline
}

.sp-btn-blue-hollow {
    color: #00a9e0;
    background-color: transparent;
    border-color: #00a9e0
}

.sp-btn-blue-hollow.active,
.sp-btn-blue-hollow.active.focus,
.sp-btn-blue-hollow.active:focus,
.sp-btn-blue-hollow.active:hover,
.sp-btn-blue-hollow.focus,
.sp-btn-blue-hollow .open>.dropdown-toggle,
.sp-btn-blue-hollow .open>.dropdown-toggle.focus,
.sp-btn-blue-hollow .open>.dropdown-toggle:focus,
.sp-btn-blue-hollow .open>.dropdown-toggle:hover,
.sp-btn-blue-hollow:active,
.sp-btn-blue-hollow:active.focus,
.sp-btn-blue-hollow:active:focus,
.sp-btn-blue-hollow:active:hover,
.sp-btn-blue-hollow:focus,
.sp-btn-blue-hollow:hover {
    color: #fff;
    background-color: #00a9e0;
    border-color: #fff
}

.sp-btn-blue-hollow.active,
.sp-btn-blue-hollow .open>.dropdown-toggle,
.sp-btn-blue-hollow:active {
    background-image: none
}

.sp-btn-blue-hollow.disabled.focus,
.sp-btn-blue-hollow.disabled:focus,
.sp-btn-blue-hollow.disabled:hover,
.sp-btn-blue-hollow[disabled].focus,
.sp-btn-blue-hollow[disabled]:focus,
.sp-btn-blue-hollow[disabled]:hover,
fieldset[disabled] .sp-btn-blue-hollow.focus,
fieldset[disabled] .sp-btn-blue-hollow:focus,
fieldset[disabled] .sp-btn-blue-hollow:hover {
    color: #00a9e0;
    background-color: transparent;
    border-color: #00a9e0
}

.sp-btn-blue-hollow .badge {
    color: transparent;
    background-color: #00a9e0
}

.sp-btn-blue-hollow.dark-bg:active,
.sp-btn-blue-hollow.dark-bg:focus,
.sp-btn-blue-hollow.dark-bg:hover {
    border-color: #75dafa !important;
    background-color: #75dafa !important;
    color: #001d29 !important
}

.sp-btn-green-hollow {
    color: #2eb50b;
    background-color: transparent;
    border-color: #2eb50b
}

.sp-btn-green-hollow.active,
.sp-btn-green-hollow.active.focus,
.sp-btn-green-hollow.active:focus,
.sp-btn-green-hollow.active:hover,
.sp-btn-green-hollow.focus,
.sp-btn-green-hollow .open>.dropdown-toggle,
.sp-btn-green-hollow .open>.dropdown-toggle.focus,
.sp-btn-green-hollow .open>.dropdown-toggle:focus,
.sp-btn-green-hollow .open>.dropdown-toggle:hover,
.sp-btn-green-hollow:active,
.sp-btn-green-hollow:active.focus,
.sp-btn-green-hollow:active:focus,
.sp-btn-green-hollow:active:hover,
.sp-btn-green-hollow:focus,
.sp-btn-green-hollow:hover {
    color: #fff;
    background-color: #2eb50b;
    border-color: #2eb50b
}

.sp-btn-green-hollow.active,
.sp-btn-green-hollow .open>.dropdown-toggle,
.sp-btn-green-hollow:active {
    background-image: none
}

.sp-btn-green-hollow.disabled.focus,
.sp-btn-green-hollow.disabled:focus,
.sp-btn-green-hollow.disabled:hover,
.sp-btn-green-hollow[disabled].focus,
.sp-btn-green-hollow[disabled]:focus,
.sp-btn-green-hollow[disabled]:hover,
fieldset[disabled] .sp-btn-green-hollow.focus,
fieldset[disabled] .sp-btn-green-hollow:focus,
fieldset[disabled] .sp-btn-green-hollow:hover {
    color: #2eb50b;
    background-color: transparent;
    border-color: #2eb50b
}

.sp-btn-green-hollow .badge {
    color: transparent;
    background-color: #2eb50b
}

.sp-btn-black-hollow {
    border-color: #0c1724;
    color: #0c1724
}

.sp-btn-black-hollow.focus,
.sp-btn-black-hollow:focus,
.sp-btn-black-hollow:hover {
    background-color: #363c44 !important;
    border-color: #363c44;
    color: #fff
}

.sp-btn-black-hollow.disabled {
    opacity: 0.5
}

.sp-btn-gray-hollow {
    color: #00a9e0;
    background-color: transparent;
    border-color: #00a9e0
}

.sp-btn-gray-hollow.active,
.sp-btn-gray-hollow.active.focus,
.sp-btn-gray-hollow.active:focus,
.sp-btn-gray-hollow.active:hover,
.sp-btn-gray-hollow.focus,
.sp-btn-gray-hollow .open>.dropdown-toggle,
.sp-btn-gray-hollow .open>.dropdown-toggle.focus,
.sp-btn-gray-hollow .open>.dropdown-toggle:focus,
.sp-btn-gray-hollow .open>.dropdown-toggle:hover,
.sp-btn-gray-hollow:active,
.sp-btn-gray-hollow:active.focus,
.sp-btn-gray-hollow:active:focus,
.sp-btn-gray-hollow:active:hover,
.sp-btn-gray-hollow:focus,
.sp-btn-gray-hollow:hover {
    color: #fff;
    background-color: #00a9e0;
    border-color: #fff
}

.sp-btn-gray-hollow.active,
.sp-btn-gray-hollow .open>.dropdown-toggle,
.sp-btn-gray-hollow:active {
    background-image: none
}

.sp-btn-gray-hollow.disabled.focus,
.sp-btn-gray-hollow.disabled:focus,
.sp-btn-gray-hollow.disabled:hover,
.sp-btn-gray-hollow[disabled].focus,
.sp-btn-gray-hollow[disabled]:focus,
.sp-btn-gray-hollow[disabled]:hover,
fieldset[disabled] .sp-btn-gray-hollow.focus,
fieldset[disabled] .sp-btn-gray-hollow:focus,
fieldset[disabled] .sp-btn-gray-hollow:hover {
    color: #00a9e0;
    background-color: transparent;
    border-color: #00a9e0
}

.sp-btn-gray-hollow .badge {
    color: transparent;
    background-color: #00a9e0
}

.sp-btn-gray-hollow.dark-bg:active,
.sp-btn-gray-hollow.dark-bg:focus,
.sp-btn-gray-hollow.dark-bg:hover {
    border-color: #75dafa !important;
    background-color: #75dafa !important;
    color: #001d29 !important
}

.sp-btn-white-hollow {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.sp-btn-white-hollow.active,
.sp-btn-white-hollow.active.focus,
.sp-btn-white-hollow.active:focus,
.sp-btn-white-hollow.active:hover,
.sp-btn-white-hollow.focus,
.sp-btn-white-hollow .open>.dropdown-toggle,
.sp-btn-white-hollow .open>.dropdown-toggle.focus,
.sp-btn-white-hollow .open>.dropdown-toggle:focus,
.sp-btn-white-hollow .open>.dropdown-toggle:hover,
.sp-btn-white-hollow:active,
.sp-btn-white-hollow:active.focus,
.sp-btn-white-hollow:active:focus,
.sp-btn-white-hollow:active:hover,
.sp-btn-white-hollow:focus,
.sp-btn-white-hollow:hover {
    color: #0064da;
    background-color: #fff;
    border-color: #fff
}

.sp-btn-white-hollow.active,
.sp-btn-white-hollow .open>.dropdown-toggle,
.sp-btn-white-hollow:active {
    background-image: none
}

.sp-btn-white-hollow.disabled.focus,
.sp-btn-white-hollow.disabled:focus,
.sp-btn-white-hollow.disabled:hover,
.sp-btn-white-hollow[disabled].focus,
.sp-btn-white-hollow[disabled]:focus,
.sp-btn-white-hollow[disabled]:hover,
fieldset[disabled] .sp-btn-white-hollow.focus,
fieldset[disabled] .sp-btn-white-hollow:focus,
fieldset[disabled] .sp-btn-white-hollow:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.sp-btn-white-hollow .badge {
    color: transparent;
    background-color: #fff
}

.sp-btn-white-hollow.disabled {
    opacity: 0.5
}

.sp-btn-clear-hollow {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.sp-btn-clear-hollow:hover {
    text-decoration: underline
}

.sp-btn-clear-hollow.active,
.sp-btn-clear-hollow.active.focus,
.sp-btn-clear-hollow.active:focus,
.sp-btn-clear-hollow.active:hover,
.sp-btn-clear-hollow.focus,
.sp-btn-clear-hollow .open>.dropdown-toggle,
.sp-btn-clear-hollow .open>.dropdown-toggle.focus,
.sp-btn-clear-hollow .open>.dropdown-toggle:focus,
.sp-btn-clear-hollow .open>.dropdown-toggle:hover,
.sp-btn-clear-hollow:active,
.sp-btn-clear-hollow:active.focus,
.sp-btn-clear-hollow:active:focus,
.sp-btn-clear-hollow:active:hover,
.sp-btn-clear-hollow:focus,
.sp-btn-clear-hollow:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.sp-btn-clear-hollow.active,
.sp-btn-clear-hollow .open>.dropdown-toggle,
.sp-btn-clear-hollow:active {
    background-image: none
}

.sp-btn-clear-hollow.disabled.focus,
.sp-btn-clear-hollow.disabled:focus,
.sp-btn-clear-hollow.disabled:hover,
.sp-btn-clear-hollow[disabled].focus,
.sp-btn-clear-hollow[disabled]:focus,
.sp-btn-clear-hollow[disabled]:hover,
fieldset[disabled] .sp-btn-clear-hollow.focus,
fieldset[disabled] .sp-btn-clear-hollow:focus,
fieldset[disabled] .sp-btn-clear-hollow:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.sp-btn-clear-hollow .badge {
    color: transparent;
    background-color: #fff
}

.splunk-btn:not(.sp-btn-borderless) .splunk-icon {
    margin-right: 5px
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-green .splunk-icon {
    color: #fff
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-green-hollow .splunk-icon {
    color: #2eb50b
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-blue .splunk-icon,
.splunk-btn:not(.sp-btn-borderless).sp-btn-green-hollow:hover .splunk-icon {
    color: #fff
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-blue-hollow .splunk-icon {
    color: #0064da
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-blue-hollow:hover .splunk-icon {
    color: #fff
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-white .splunk-icon {
    color: #0064da
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-white.focus,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white:active,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white:active:focus,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white:active:hover,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white:focus,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #a8005b
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow .splunk-icon {
    color: #fff
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow:hover .splunk-icon {
    color: #0064da
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow.focus,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow:active,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow:active:focus,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow:active:hover,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow:focus,
.splunk-btn:not(.sp-btn-borderless).sp-btn-white-hollow:hover {
    background-color: #fff;
    border-color: #fff;
    color: #a8005b
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-green-clear .splunk-icon {
    color: #2eb50b
}

.splunk-btn:not(.sp-btn-borderless).sp-btn-clear .splunk-icon {
    color: #0064da
}

.splunk-play {
    height: 50px;
    width: 50px;
    opacity: 0.8;
    background-color: #fff;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    border-radius: 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.splunk-play:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff
}

.splunk-play span {
    left: 2px;
    font-size: 22px;
    color: #000
}

.splunk-video-hover {
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.splunk-video-hover:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.splunk-video-hover:hover .splunk-play {
    text-decoration: none;
    opacity: 1;
    color: #fff
}

.splunk-btn.sp-btn-anchor {
    display: inline-block;
    border-radius: 0;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ce0070;
    font-weight: 700 !important;
    white-space: unset;
    line-height: 17px;
    min-width: auto;
    text-align: left;
    padding: 12px 12px 12px 0 !important;
    border: none;
    margin-top: 1px
}

.splunk-btn.sp-btn-anchor.multiline {
    padding-right: 0 !important;
    margin-top: 0;
    padding-top: 13px !important;
    padding-bottom: 14px !important
}

.splunk-btn.sp-btn-anchor.multiline>span {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.splunk-btn.sp-btn-anchor.multiline.focus,
.splunk-btn.sp-btn-anchor.multiline:focus,
.splunk-btn.sp-btn-anchor.multiline:hover {
    color: transparent
}

.splunk-btn.sp-btn-anchor.multiline.focus span,
.splunk-btn.sp-btn-anchor.multiline:focus span,
.splunk-btn.sp-btn-anchor.multiline:hover span {
    text-decoration: none !important;
    color: #a8005b;
    outline: none;
    background-size: 100% 1px
}

.splunk-btn.sp-btn-anchor.sp-btn-white,
.splunk-btn.sp-btn-anchor.sp-btn-white:hover,
.splunk-btn.sp-btn-anchor.sp-btn-white:hover span {
    color: #fff !important
}

.splunk-btn.sp-btn-anchor.sp-btn-black,
.splunk-btn.sp-btn-anchor.sp-btn-black:hover,
.splunk-btn.sp-btn-anchor.sp-btn-black:hover span {
    color: #0c1724 !important
}

@media (max-width:480px) {
    .splunk-btn.splunk-image-btn.sp-btn-icon:after {
        position: absolute;
        display: inline-block;
        font-family: splunk_list;
        font-size: 15px;
        font-weight: 400;
        color: #ce0070;
        padding: 13px 0 1px;
        bottom: 12px;
        right: 20px
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-play:after {
        content: ""
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-pdf:after {
        content: ""
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-download:after {
        font-size: 13px;
        content: ""
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-cloud:after {
        font-size: 9px;
        bottom: 10px;
        content: ""
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-video:after {
        width: 40px;
        height: 40px;
        bottom: 0px;
        right: 0px;
        color: #fff
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-video.bottomLeft:after {
        left: 0px;
        right: auto
    }
    .splunk-btn.splunk-image-btn.sp-btn-icon.sp-btn-icon-video:after {
        content: "";
        padding-left: 11px;
        font-size: 22px
    }
    .splunk-btn.splunk-image-btn:active.sp-btn-icon-video:after,
    .splunk-btn.splunk-image-btn:hover.sp-btn-icon-video:after {
        bottom: auto;
        right: auto
    }
    .splunk-btn.splunk-image-btn:active.sp-btn-icon-video.bottomLeft:after,
    .splunk-btn.splunk-image-btn:hover.sp-btn-icon-video.bottomLeft:after {
        left: auto;
        right: auto
    }
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton-container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 95px;
    height: 95px;
    border: 3px solid transparent;
    border-radius: 100%
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-9px, -9px);
    transform: translate(-9px, -9px);
    right: -28px;
    bottom: -28px
}

a.splunk-btn[data-toggle=modal].bottomLeft .splunk-btn-animation-ctabutton-container {
    right: calc(100% - 124px)
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0.5em rgba(213, 220, 229, 0.5);
    box-shadow: 0 0 0 0.5em rgba(213, 220, 229, 0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: scale(100%);
    transform: scale(100%)
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-foreground {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 50%;
    padding-bottom: 1px
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow-container.bottom {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow {
    position: relative;
    display: block;
    background-color: #0c1724;
    width: 3px;
    height: 14px;
    border-radius: 5px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: background-color 250ms ease, -webkit-transform 250ms ease;
    transition: background-color 250ms ease, -webkit-transform 250ms ease;
    transition: transform 250ms ease, background-color 250ms ease;
    transition: transform 250ms ease, background-color 250ms ease, -webkit-transform 250ms ease
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow:after,
a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 3px;
    background-color: #0c1724;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 2px
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow:before {
    -webkit-transform: rotate(45deg) translateX(0px);
    transform: rotate(45deg) translateX(0px)
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow:after {
    -webkit-transform: rotate(-45deg) translateX(-1px);
    transform: rotate(-45deg) translateX(-1px)
}

a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow.startAnimation .animation-arrow:after,
a.splunk-btn[data-toggle=modal] .splunk-btn-animation-ctabutton .animation-arrow.startAnimation .animation-arrow:before {
    -webkit-animation-name: arrowHandsAnimation;
    animation-name: arrowHandsAnimation;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

a.splunk-btn[data-toggle=modal]:focus .splunk-btn-animation-ctabutton-container .splunk-btn-animation-background,
a.splunk-btn[data-toggle=modal]:hover .splunk-btn-animation-ctabutton-container .splunk-btn-animation-background {
    -webkit-box-shadow: 0 0 0 1em rgba(213, 220, 229, 0.6);
    box-shadow: 0 0 0 1em rgba(213, 220, 229, 0.6)
}

a.splunk-btn[data-toggle=modal]:focus .splunk-btn-animation-ctabutton-container .animation-arrow-container .animation-arrow,
a.splunk-btn[data-toggle=modal]:hover .splunk-btn-animation-ctabutton-container .animation-arrow-container .animation-arrow {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    background-color: #ce0070
}

a.splunk-btn[data-toggle=modal]:focus .splunk-btn-animation-ctabutton-container .animation-arrow-container .animation-arrow:after,
a.splunk-btn[data-toggle=modal]:focus .splunk-btn-animation-ctabutton-container .animation-arrow-container .animation-arrow:before,
a.splunk-btn[data-toggle=modal]:hover .splunk-btn-animation-ctabutton-container .animation-arrow-container .animation-arrow:after,
a.splunk-btn[data-toggle=modal]:hover .splunk-btn-animation-ctabutton-container .animation-arrow-container .animation-arrow:before {
    background-color: #ce0070
}

a.splunk-btn[data-toggle=modal]:focus {
    outline: none !important
}

a.splunk-btn[data-toggle=modal]:focus .splunk-btn-animation-ctabutton-container {
    border-color: #0064da
}

a.splunk-btn[data-toggle=modal]:focus .splunk-btn-animation-ctabutton-container:before {
    border: 5px solid #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    right: 0px
}

.splunk-blockquote {
    margin-bottom: 25px
}

.splunk-blockquote .twitterquote,
.splunk-blockquote blockquote {
    background: transparent;
    border-left: 1px solid transparent;
    margin: 0;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding: 10px 0px;
    position: relative;
    color: #f99d1c;
    display: inline
}

.splunk-blockquote .twitterquote p,
.splunk-blockquote blockquote p {
    display: inline;
    font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0
}

.splunk-blockquote .twitterquote *,
.splunk-blockquote blockquote * {
    color: #f99d1c
}

.splunk-blockquote .twitterquote:after,
.splunk-blockquote .twitterquote:before,
.splunk-blockquote blockquote:after,
.splunk-blockquote blockquote:before {
    color: #f99d1c;
    font-size: 30px;
    font-weight: 800;
    margin-right: 0em;
    vertical-align: -0.4em;
    line-height: 0px
}

.splunk-blockquote .twitterquote:before,
.splunk-blockquote blockquote:before {
    content: open-quote;
    position: absolute;
    left: -29px;
    top: 19px;
    display: inline
}

.splunk-blockquote .twitterquote:after,
.splunk-blockquote blockquote:after {
    content: close-quote;
    position: relative;
    left: 6px;
    top: -4px;
    display: inline
}

.splunk-blockquote .author {
    color: #363c44;
    border-left: 1px solid transparent;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    display: block
}

.splunk-blockquote .author.splunk-color.splunk-black {
    color: #000 !important
}

.splunk-blockquote .author.inverted,
.splunk-blockquote .author.splunk-color.splunk-white {
    color: #fff !important
}

.splunk-blockquote .author.splunk-color.splunk-green {
    color: #65a637 !important
}

.splunk-blockquote.large .twitterquote,
.splunk-blockquote.large blockquote {
    font-size: 24px;
    line-height: 135%;
    quotes: "\201C" "\201D" "\2018" "\2019";
    padding-bottom: 24px
}

.splunk-blockquote.large .twitterquote:before,
.splunk-blockquote.large blockquote:before {
    top: 24px;
    left: -30px
}

.splunk-blockquote.large .twitterquote:after,
.splunk-blockquote.large blockquote:after {
    top: -9px;
    left: 6px
}

.splunk-blockquote.large .author {
    font-size: 16px
}

.splunk-blockquote.large .author:before {
    content: none;
    position: relative !important;
    left: auto
}

.splunk-blockquote.splunk-color.splunk-black *,
.splunk-blockquote.splunk-color.splunk-black .author:before {
    color: #000 !important
}

.splunk-blockquote.inverted *,
.splunk-blockquote.inverted .author:before,
.splunk-blockquote.splunk-color.splunk-white *,
.splunk-blockquote.splunk-color.splunk-white .author:before {
    color: #fff !important
}

.splunk-blockquote.splunk-color.splunk-green *,
.splunk-blockquote.splunk-color.splunk-green .author:before {
    color: #65a637 !important
}

.splunk-blockquote .twitterquote.splunk-color.splunk-black {
    color: #000 !important
}

.splunk-blockquote .twitterquote.inverted,
.splunk-blockquote .twitterquote.splunk-color.splunk-white {
    color: #fff !important
}

.splunk-blockquote .twitterquote.splunk-color.splunk-green {
    color: #65a637 !important
}

@media (min-width:768px) {
    .splunk-blockquote .twitterquote,
    .splunk-blockquote .twitterquote p,
    .splunk-blockquote blockquote,
    .splunk-blockquote blockquote p {
        font-size: 21px
    }
    .splunk-blockquote .twitterquote:after,
    .splunk-blockquote .twitterquote:before,
    .splunk-blockquote blockquote:after,
    .splunk-blockquote blockquote:before {
        font-size: 45px
    }
    .splunk-blockquote .twitterquote:before,
    .splunk-blockquote blockquote:before {
        left: -25px;
        top: 23px
    }
    .splunk-blockquote .twitterquote:after,
    .splunk-blockquote blockquote:after {
        top: -9px;
        left: 6px
    }
    .splunk-blockquote.large .twitterquote,
    .splunk-blockquote.large .twitterquote p,
    .splunk-blockquote.large blockquote,
    .splunk-blockquote.large blockquote p {
        font-size: 30px
    }
    .splunk-blockquote.large .twitterquote:before,
    .splunk-blockquote.large blockquote:before {
        top: 24px;
        left: -25px
    }
    .splunk-blockquote.large .twitterquote:after,
    .splunk-blockquote.large blockquote:after {
        top: -9px;
        left: 6px
    }
}

.splunk-blockquote-carousel,
.splunk-single-blockquote {
    text-align: center
}

.splunk-blockquote-carousel.align-left .splunk-blockquote blockquote,
.splunk-single-blockquote.align-left .splunk-blockquote blockquote {
    display: inline-block;
    text-align: left !important
}

.splunk-blockquote-carousel .splunk-image img,
.splunk-single-blockquote .splunk-image img {
    max-height: 160px
}

.splunk-single-blockquote .splunk-blockquote .twitterquote,
.splunk-single-blockquote .splunk-blockquote blockquote {
    background: transparent;
    border-left: 1px solid transparent;
    padding-bottom: 10px;
    margin: 0
}

.splunk-single-blockquote .splunk-blockquote blockquote .author:before {
    content: "\2014";
    position: relative !important;
    left: auto
}

@media screen and (max-width:991px) and (min-width:768px) {
    .Sticky-Side-Nav .splunk-blockquote {
        margin-bottom: 25px
    }
    .Sticky-Side-Nav .splunk-blockquote .twitterquote,
    .Sticky-Side-Nav .splunk-blockquote blockquote {
        background: transparent;
        border-left: 1px solid transparent;
        margin: 0;
        quotes: "\201C" "\201D" "\2018" "\2019";
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
        padding: 10px 0px;
        position: relative;
        color: #f99d1c;
        display: inline
    }
    .Sticky-Side-Nav .splunk-blockquote .twitterquote p,
    .Sticky-Side-Nav .splunk-blockquote blockquote p {
        display: inline;
        font-family: splunk_data_sans, Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: 0
    }
    .Sticky-Side-Nav .splunk-blockquote .twitterquote *,
    .Sticky-Side-Nav .splunk-blockquote blockquote * {
        color: #f99d1c
    }
    .Sticky-Side-Nav .splunk-blockquote .twitterquote:after,
    .Sticky-Side-Nav .splunk-blockquote .twitterquote:before,
    .Sticky-Side-Nav .splunk-blockquote blockquote:after,
    .Sticky-Side-Nav .splunk-blockquote blockquote:before {
        color: #f99d1c;
        font-size: 30px;
        font-weight: 800;
        margin-right: 0em;
        vertical-align: -0.4em;
        line-height: 0px
    }
    .Sticky-Side-Nav .splunk-blockquote .twitterquote:before,
    .Sticky-Side-Nav .splunk-blockquote blockquote:before {
        content: "";
        position: absolute;
        left: -29px;
        top: 19px;
        display: inline
    }
    .Sticky-Side-Nav .splunk-blockquote .twitterquote:after,
    .Sticky-Side-Nav .splunk-blockquote blockquote:after {
        content: "";
        position: relative;
        left: 6px;
        top: -4px;
        display: inline
    }
}

.splunk-table {
    width: 100%;
    line-height: 120%
}

.splunk-table td,
.splunk-table th {
    padding: 10px 20px
}

.splunk-table th {
    font-weight: 700;
    font-size: 15px;
    height: 40px;
    background-color: #0c1724;
    vertical-align: middle !important;
    color: #fff
}

.splunk-table td {
    font-size: 15px;
    line-height: 120%;
    color: #0c1724
}

.splunk-table>tbody>tr:nth-child(2n+3)>td {
    background-color: #f5f6f9
}

.splunkCustomSelect {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #656c76;
    background-color: #fff;
    background: transparent url(clientlib-formsPage/resources/resources/images/icons/icon-chevron-down-blue.svg) right 0.5em center/1.4rem 0.5rem no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px
}

.splunkCustomSelect .splunkCustomSelectInner {
    width: 100% !important
}

.iphone-fix {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important
}

.splunk-form .splunk-datepicker-container {
    color: #000;
    overflow: visible !important;
    z-index: 111
}

.splunk-form .splunk-datepicker-container .glyphicon {
    color: #000
}

.splunk-form .doi-checkbox {
    display: none
}

.splunk-form .subtitle {
    font-size: 15px;
    line-height: 130%
}

.splunk-form .btn-small {
    position: relative;
    top: 6px;
    margin-left: 5px
}

.splunk-form .splunk-h5 {
    padding-bottom: 5px
}

.splunk-form .splunk2-h4 {
    padding-bottom: 24px !important
}

.splunk-form a.splunk-btn.disabled,
.splunk-form fieldset[disabled] a.splunk-btn {
    pointer-events: none
}

.splunk-form .col-xs-6:first-child {
    padding-right: 5px
}

.splunk-form .col-xs-6:last-child {
    padding-left: 4px
}

.splunk-form label.splunk-input,
.splunk-form label.splunk-input-generic {
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 3px
}

.splunk-form label.splunk-input-generic input,
.splunk-form label.splunk-input-generic textarea,
.splunk-form label.splunk-input input,
.splunk-form label.splunk-input textarea {
    border: none;
    font-size: 16px;
    background-color: transparent;
    height: 50px;
    text-indent: 11px;
    width: 100%;
    padding-left: 2px
}

.splunk-form label.splunk-input-generic input:focus,
.splunk-form label.splunk-input-generic textarea:focus,
.splunk-form label.splunk-input input:focus,
.splunk-form label.splunk-input textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.splunk-form label.splunk-input-generic .input-wrap,
.splunk-form label.splunk-input .input-wrap {
    position: relative;
    z-index: 2
}

.splunk-form label.splunk-input-generic .placeholder,
.splunk-form label.splunk-input .placeholder {
    -webkit-transition: top 0.3s, font-size 0.3s;
    transition: top 0.3s, font-size 0.3s;
    position: absolute;
    padding-left: 12px;
    top: 17px;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    cursor: text
}

.splunk-form label.splunk-input-generic .feedback,
.splunk-form label.splunk-input .feedback {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    display: none
}

.splunk-form label.splunk-input-generic.focus .feedback,
.splunk-form label.splunk-input.focus .feedback {
    display: none
}

.splunk-form select.splunk-custom-select {
    width: 100% !important;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%
}

.splunk-form select.splunk-custom-select option {
    color: #000
}

.splunk-form .splunk-custom-select-span {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 18px 12px 13px
}

.splunk-form .splunk-custom-select-span .splunk-custom-select-spanInner {
    width: 92% !important;
    font-size: 16px
}

.splunk-form .splunk-custom-select-span:after {
    font-family: icomoon;
    content: "\e90d";
    position: absolute;
    top: 10px;
    right: 5px;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 0 7px;
    background: transparent;
    color: #fff;
    pointer-events: none
}

.splunk-form .splunk-custom-select-span.success span {
    font-weight: 700
}

.splunk-form .control {
    font-size: 16px;
    line-height: 130%;
    position: relative;
    display: block;
    margin-bottom: 9px;
    padding-left: 24px;
    cursor: pointer;
    font-weight: 400
}

.splunk-form .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.splunk-form .control__indicator {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #969daa !important;
    border-radius: 1px
}

.splunk-form :focus+.splunk-custom-select-span,
.splunk-form input[type=checkbox]:focus+div.control__indicator {
    outline: 1px solid #00f;
    outline-offset: 2px
}

.splunk-form .control--radio .control__indicator {
    border-radius: 50%;
    border: 1px solid #969daa !important
}

.splunk-form .control:hover input~.control__indicator,
.splunk-form .control input:focus~.control__indicator {
    background: transparent
}

.splunk-form .control input:checked~.control__indicator {
    background: transparent;
    border: 1px solid #08e045 !important
}

.splunk-form .control:hover input:not([disabled]):checked~.control__indicator,
.splunk-form .control input:checked:focus~.control__indicator {
    background: transparent
}

.splunk-form .control input:disabled~.control__indicator {
    pointer-events: none;
    opacity: 0.6;
    background: #e6e6e6
}

.splunk-form .control__indicator:after {
    position: absolute;
    display: none;
    content: ""
}

.splunk-form .control input:checked~.control__indicator:after {
    display: block
}

.splunk-form .control--checkbox .control__indicator:after {
    top: -2px;
    left: 5px;
    width: 6px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.splunk-form .control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.splunk-form .splunk-radio-container {
    width: 100%
}

.splunk-form .splunk-radio {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    font-weight: 400;
    border-radius: 3px;
    font-size: 16px;
    padding: 17px 12px 12px 54px;
    cursor: pointer
}

.splunk-form .splunk-radio:focus {
    outline: 0
}

.splunk-form .splunk-radio .splunk-icon {
    position: absolute;
    left: 12px;
    top: 12px
}

.splunk-form .splunk-radio-container [type=radio] {
    display: none
}

.splunk-form .splunk-submit .glyphicon {
    margin-right: 7px
}

.splunk-form .re-captcha {
    max-width: 250px;
    margin-bottom: 15px
}

.splunk-form .input-spinner {
    position: absolute;
    right: 10px;
    top: 23px;
    font-size: 12px;
    display: none
}

.security-image,
.splunk-form .g-recaptcha {
    padding: 20px 0px
}

.security-image.float-right {
    float: right
}

.dark-theme-form-container {
    position: relative;
    border-radius: 0;
    padding: 24px 20px;
    background: #000 !important;
    border-top: 5px solid #ce0070
}

.dark-theme-form-container .input-spinner {
    color: #fff
}

.dark-theme-form-container .foobar {
    color: foo
}

.dark-theme-form-container input:-webkit-autofill,
.dark-theme-form-container select:-webkit-autofill,
.dark-theme-form-container textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0c1724 inset !important;
    background-color: #0c1724 !important;
    -webkit-text-fill-color: #f0f3f7 !important;
    -webkit-appearance: none
}

.dark-theme-form-container input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #0c1724 inset !important;
    -webkit-border-radius: 3px !important
}

.dark-theme-form-container .splunk-h5,
.dark-theme-form-container p {
    color: #fff
}

.dark-theme-form-container .overlay-message {
    background: #005f86;
    background: -webkit-gradient(linear, left top, left bottom, from(#005f86), color-stop(0%, #005f86), color-stop(90%, #001d29));
    background: linear-gradient(180deg, #005f86 0%, #005f86 0, #001d29 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005f86", endColorstr="#001d29", GradientType=0);
    color: #fff
}

.dark-theme-form-container .overlay-message.hide {
    display: none;
    visibility: hidden
}

.dark-theme-form-container .overlay-message.show {
    display: block;
    visibility: visible
}

.dark-theme-form-container .btn-small {
    position: relative;
    top: 6px;
    margin-left: 5px
}

.dark-theme-form-container .main-icon {
    fill: #fff
}

.dark-theme-form-container .main-icon.email-icon {
    stroke: #fff
}

.dark-theme-form-container .subtitle {
    color: #fff
}

.dark-theme-form-container .tooltip.in {
    opacity: 1
}

.dark-theme-form-container .tooltip-content {
    padding: 8px;
    background-color: #5ea5c2;
    border-radius: 0
}

.dark-theme-form-container .tooltip-content .splunk-icon {
    color: #fff;
    margin-right: 5px;
    visibility: hidden
}

.dark-theme-form-container .tooltip-content span {
    color: #fff !important
}

.dark-theme-form-container .tooltip.top .tooltip-arrow {
    border-top-color: #5ea5c2;
    bottom: -4px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0
}

.dark-theme-form-container .tooltip.top {
    margin-top: -6px
}

.dark-theme-form-container .modal {
    color: #0c1724
}

.dark-theme-form-container label {
    display: block
}

.dark-theme-form-container label.splunk-input,
.dark-theme-form-container label.splunk-input-generic {
    border: 1px solid #969daa;
    overflow: hidden
}

.dark-theme-form-container label.splunk-input-generic input,
.dark-theme-form-container label.splunk-input-generic textarea,
.dark-theme-form-container label.splunk-input input,
.dark-theme-form-container label.splunk-input textarea {
    color: #fff;
    text-indent: 11px;
    width: 100%
}

.dark-theme-form-container label.splunk-input-generic .placeholder,
.dark-theme-form-container label.splunk-input .placeholder {
    color: #fff
}

.dark-theme-form-container label.splunk-input-generic.success,
.dark-theme-form-container label.splunk-input.success {
    border-color: #08e045;
    background-color: #363c44
}

.dark-theme-form-container label.splunk-input-generic.success .feedback,
.dark-theme-form-container label.splunk-input.success .feedback {
    color: #08e045
}

.dark-theme-form-container label.splunk-input-generic.error,
.dark-theme-form-container label.splunk-input.error {
    border-color: #c72e2e;
    background-color: transparent
}

.dark-theme-form-container label.splunk-input-generic.error .feedback,
.dark-theme-form-container label.splunk-input.error .feedback {
    color: #c72e2e
}

.dark-theme-form-container label.splunk-input-generic.focus,
.dark-theme-form-container label.splunk-input.focus {
    background-color: #363c44;
    border: 1px solid #f0f3f7
}

.dark-theme-form-container label.splunk-input-generic.focus.success,
.dark-theme-form-container label.splunk-input.focus.success {
    border-color: #08e045
}

.dark-theme-form-container label.splunk-input-generic.focus.error,
.dark-theme-form-container label.splunk-input.focus.error {
    border-color: #c72e2e
}

.dark-theme-form-container label.splunk-input-generic.input-select,
.dark-theme-form-container label.splunk-input.input-select {
    border: none;
    overflow: visible;
    margin-bottom: 10px
}

.dark-theme-form-container .input-select {
    border: none !important
}

.dark-theme-form-container .splunk-custom-select-span {
    border: 1px solid #327b99
}

.dark-theme-form-container .splunk-custom-select-spanFocus {
    background-color: transparent
}

.dark-theme-form-container .splunk-custom-select-span.success {
    border-color: #08e045
}

.dark-theme-form-container .splunk-custom-select-span.success span {
    font-weight: 700
}

.dark-theme-form-container .splunk-custom-select-span.error {
    border-color: #c72e2e
}

.dark-theme-form-container .splunk-radio {
    border: 1px solid #969daa
}

.dark-theme-form-container .splunk-radio .splunk-icon {
    color: #fff;
    font-size: 28px;
    font-weight: 400
}

.dark-theme-form-container :checked+.splunk-radio {
    border: 1px solid #2eb50b
}

@media (max-width:767px) {
    .splunk-form .col-xs-6:first-child {
        padding-right: 5px;
        padding-left: 15px
    }
    .splunk-form .col-xs-6:last-child {
        padding-left: 5px;
        padding-right: 15px
    }
}

@media (max-width:332px) {
    .splunk-form .control,
    .splunk-form label.splunk-input .placeholder {
        font-size: 14px
    }
}

.light-theme-form-container {
    padding: 24px 20px;
    position: relative;
    border: 1px solid #d5dce5;
    border-top: 5px solid #ce0070;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 20px
}

.light-theme-form-container+div>div>img {
    float: right !important
}

.light-theme-form-container .input-spinner {
    color: #2d2d2d
}

.light-theme-form-container input:-webkit-autofill,
.light-theme-form-container select:-webkit-autofill,
.light-theme-form-container textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f0f3f7 inset !important;
    -webkit-appearance: none
}

.light-theme-form-container input:-webkit-autofill .placeholder,
.light-theme-form-container select:-webkit-autofill .placeholder,
.light-theme-form-container textarea:-webkit-autofill .placeholder {
    color: #000
}

.light-theme-form-container input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f0f3f7 inset !important;
    -webkit-border-radius: 3px !important
}

.light-theme-form-container .overlay-message {
    background: #005f86;
    background: -webkit-gradient(linear, left top, left bottom, from(#005f86), color-stop(0%, #fffdfd), color-stop(90%, #efefef));
    background: linear-gradient(180deg, #005f86 0%, #fffdfd 0, #efefef 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005f86", endColorstr="#efefef", GradientType=0)
}

.light-theme-form-container .overlay-message.transparent {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffdfd), color-stop(60%, #f5f5f5), to(hsla(0, 0%, 93.7%, 0.54)));
    background: linear-gradient(180deg, #fffdfd 0%, #f5f5f5 60%, hsla(0, 0%, 93.7%, 0.54));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffdfd", endColorstr="#8aefefef", GradientType=0)
}

.light-theme-form-container .btn-small {
    position: relative;
    top: 6px;
    margin-left: 5px
}

.light-theme-form-container .modal {
    color: #0c1724
}

.light-theme-form-container .main-icon {
    fill: #2d2d2d
}

.light-theme-form-container .main-icon.email-icon {
    stroke: #2d2d2d
}

.light-theme-form-container label {
    display: block
}

.light-theme-form-container label.splunk-input,
.light-theme-form-container label.splunk-input-generic {
    border: 1px solid #969daa;
    overflow: hidden
}

.light-theme-form-container label.splunk-input-generic input,
.light-theme-form-container label.splunk-input-generic textarea,
.light-theme-form-container label.splunk-input input,
.light-theme-form-container label.splunk-input textarea {
    font-weight: 600;
    text-indent: 11px;
    width: 100%
}

.light-theme-form-container label.splunk-input-generic .placeholder,
.light-theme-form-container label.splunk-input .placeholder {
    color: #656c76
}

.light-theme-form-container label.splunk-input-generic.success,
.light-theme-form-container label.splunk-input.success {
    border-color: green;
    background-color: transparent
}

.light-theme-form-container label.splunk-input-generic.success .feedback,
.light-theme-form-container label.splunk-input.success .feedback {
    color: green
}

.light-theme-form-container label.splunk-input-generic.error,
.light-theme-form-container label.splunk-input.error {
    border-color: #c72e2e;
    background-color: transparent
}

.light-theme-form-container label.splunk-input-generic.error .feedback,
.light-theme-form-container label.splunk-input.error .feedback {
    color: #c72e2e
}

.light-theme-form-container label.splunk-input-generic.focus,
.light-theme-form-container label.splunk-input.focus {
    background: transparent;
    border: 1px solid #363c44
}

.light-theme-form-container label.splunk-input-generic.focus.success,
.light-theme-form-container label.splunk-input.focus.success {
    border-color: green
}

.light-theme-form-container label.splunk-input-generic.focus.error,
.light-theme-form-container label.splunk-input.focus.error {
    border-color: #c72e2e
}

.light-theme-form-container label.splunk-input-generic.input-select,
.light-theme-form-container label.splunk-input.input-select {
    border: none;
    overflow: visible;
    margin-bottom: 16px
}

.light-theme-form-container textarea {
    min-height: 200px;
    border: none;
    width: 100%;
    outline: none;
    margin-top: 0px;
    resize: none;
    font-weight: 600;
    margin-bottom: -6px
}

.light-theme-form-container .splunk-radio {
    border: 1px solid #969daa;
    color: #2d2d2d
}

.light-theme-form-container .splunk-radio .splunk-icon {
    color: #2d2d2d;
    font-size: 28px;
    font-weight: 400
}

.light-theme-form-container :checked+.splunk-radio {
    border: 1px solid #2eb50b
}

.light-theme-form-container .splunk-custom-select-span {
    border: 1px solid #969daa;
    color: #72777a
}

.light-theme-form-container .splunk-custom-select-span .splunk-custom-select-spanInner {
    font-size: 16px;
    font-weight: 700
}

.light-theme-form-container .splunk-custom-select-span.success {
    border-color: green
}

.light-theme-form-container .splunk-custom-select-span.success span {
    color: #000;
    font-weight: 600
}

.light-theme-form-container .splunk-custom-select-span.error {
    border-color: #c72e2e
}

.light-theme-form-container .splunk-form .splunk-custom-select-span:after {
    color: #000;
    top: 12px !important
}

.light-theme-form-container .splunk-custom-select-spanFocus {
    background-color: transparent
}

.light-theme-form-container .splunk-form .control--radio .control__indicator,
.light-theme-form-container .splunk-form .control__indicator {
    border: 1px solid #969daa !important
}

.light-theme-form-container .splunk-form .control input:checked~.control__indicator {
    background: transparent;
    border: 1px solid green !important
}

.light-theme-form-container .splunk-form :checked+.splunk-radio {
    border: 1px solid #65a637
}

.light-theme-form-container .splunk-form .control--checkbox .control__indicator:after {
    top: -2px;
    left: 5px;
    width: 6px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #000;
    border-width: 0 2px 2px 0
}

.light-theme-form-container .tooltip:focus .tooltip:active {
    color: #fff
}

.light-theme-form-container .tooltip.in {
    opacity: 1
}

.light-theme-form-container .tooltip-content {
    color: #2d2d2d;
    padding: 8px;
    background-color: #d1d1d2;
    border-radius: 0
}

.light-theme-form-container .tooltip-content .splunk-icon {
    color: #fff;
    margin-right: 5px;
    visibility: hidden
}

.light-theme-form-container .tooltip-content span {
    color: #2d2d2d !important
}

.light-theme-form-container .tooltip.top .tooltip-arrow {
    border-top-color: #d1d1d2;
    bottom: -4px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0
}

.light-theme-form-container .tooltip.top {
    margin-top: -6px
}

.light-theme-form-container .tooltip.bottom .tooltip-arrow,
.light-theme-form-container .tooltip.left .tooltip-arrow,
.light-theme-form-container .tooltip.right .tooltip-arrow,
.light-theme-form-container .tooltip.top .tooltip-arrow {
    border-top-color: #d1d1d2
}

.dark-theme-form-container,
.light-theme-form-container {
    width: 100%
}

.dark-theme-form-container #overlay-form-close-btn,
.light-theme-form-container #overlay-form-close-btn {
    z-index: 201;
    color: #fff;
    position: relative;
    cursor: pointer;
    float: right;
    width: 18px
}

.dark-theme-form-container button.sp-btn-hollow.sp-btn-white[type=submit]:disabled:hover,
.light-theme-form-container button.sp-btn-hollow.sp-btn-white[type=submit]:disabled:hover {
    background-color: transparent !important;
    border-color: #fff;
    color: #fff
}

.dark-theme-form-container button.sp-btn-hollow.sp-btn-darkGray[type=submit]:disabled:hover,
.light-theme-form-container button.sp-btn-hollow.sp-btn-darkGray[type=submit]:disabled:hover {
    background-color: transparent !important;
    color: #0c1724;
    border-color: #0c1724
}

.dark-theme-form-container.iframe-overlay-form .close-icon-wrapper,
.light-theme-form-container.iframe-overlay-form .close-icon-wrapper {
    display: block;
    height: 20px
}

.dark-theme-form-container.iframe-overlay-form .splunk2-h1,
.dark-theme-form-container.iframe-overlay-form .splunk2-h2,
.dark-theme-form-container.iframe-overlay-form .splunk2-h3,
.dark-theme-form-container.iframe-overlay-form .splunk2-h4,
.light-theme-form-container.iframe-overlay-form .splunk2-h1,
.light-theme-form-container.iframe-overlay-form .splunk2-h2,
.light-theme-form-container.iframe-overlay-form .splunk2-h3,
.light-theme-form-container.iframe-overlay-form .splunk2-h4 {
    padding-bottom: 0px
}

.dark-theme-form-container.iframe-overlay-form .splunk2-h4,
.light-theme-form-container.iframe-overlay-form .splunk2-h4 {
    font-size: 21px
}

.dark-theme-form-container.iframe-overlay-form .splunk2-h3,
.light-theme-form-container.iframe-overlay-form .splunk2-h3 {
    font-size: 30px
}

.overlay-splunk-body {
    padding-bottom: 0px
}

.overlay-btn-small {
    top: 4px;
    font-size: 14px;
    position: relative;
    margin-left: 5px
}

.light-gray-tooltip .tooltip-content span {
    color: #000 !important
}

.dark-gray-tooltip .tooltip-content span {
    color: #fff !important
}

.light-gray-tooltip+.tooltip>.tooltip-inner,
.light-gray-tooltip .tooltip-content {
    background-color: #f0f3f7;
    color: #000;
    padding: 10px;
    border-radius: 0px;
    max-width: 100%
}

.light-gray-tooltip .tooltip-content div {
    color: #000
}

.light-gray-tooltip+.tooltip.top>.tooltip-arrow,
.light-gray-tooltip.tooltip.top .tooltip-arrow {
    border-top-color: #f0f3f7
}

.tooltip {
    width: auto
}

.dark-gray-tooltip+.tooltip>.tooltip-inner,
.dark-gray-tooltip .tooltip-content {
    background-color: #0c1724;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
    max-width: 100%
}

.dark-gray-tooltip+.tooltip.top>.tooltip-arrow,
.dark-gray-tooltip.tooltip.top .tooltip-arrow {
    border-top-color: #0c1724
}

.security-image {
    padding-bottom: 15px;
    padding-top: 15px
}

.step2 {
    display: none
}

.btn-continue.disabled {
    cursor: not-allowed
}

.light-theme-form-container button.btn-continue {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 15px
}

.light-theme-form-container a.btn-continue.disabled,
.light-theme-form-container button.btn-continue:disabled {
    border-color: #000;
    color: #000
}

.light-theme-form-container a.btn-continue {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 15px
}

.light-theme-form-container .splunk-custom-select-span .splunk-custom-select-spanInner {
    font-weight: 400
}

.dark-theme-form-container a.btn-continue,
.dark-theme-form-container button.btn-continue {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 15px
}

.inFocus,
:focus-visible {
    outline: 5px auto !important;
    outline: 5px auto -webkit-focus-ring-color !important
}

.inFocus.error,
.inFocus.success {
    outline: none !important
}

.modal-open {
    overflow: hidden;
    width: 100%
}

.gly-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.warning-modal {
    margin-top: 50px
}

.warning-modal .modal-content {
    border-radius: 4px
}

.warning-modal .modal-body {
    padding: 15px 25px
}

.warning-modal .modal-header {
    border-bottom: 1px solid transparent !important;
    padding: 18px
}

.warning-modal a.close {
    opacity: 1 !important;
    margin-right: -1px;
    margin-top: -3px;
    width: 20px;
    height: 20px
}

.curriculum-track .modal {
    color: #2d2d2d
}

.curriculum-track .modal span.padding-button-20 {
    color: #474444;
    margin-bottom: 0px;
    padding-bottom: 20px
}

.curriculum-track .splunk-h7 {
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000;
    font-weight: 700
}

.curriculum-track .alternate-email {
    background-color: transparent;
    height: 35px;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
    color: #72777a;
    font-weight: 600;
    cursor: text;
    border: none
}

.curriculum-track input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #72777a !important;
    -webkit-text-fill-font-weight: 600
}

.curriculum-track input[type=radio] {
    margin-top: -1px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: relative;
    visibility: hidden
}

.curriculum-track input[type=radio]:before {
    background: transparent
}

.curriculum-track input[type=radio]+label:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #97999b
}

.curriculum-track input[type=radio]:checked+label:before {
    content: "";
    position: relative;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #65a637
}

.curriculum-track label {
    color: #474444
}

.curriculum-track label.splunk-input {
    width: 60%;
    border: 1px solid #00a9e0;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.curriculum-track label.splunk-input.error {
    border-color: #b84756;
    background-color: transparent;
    border-radius: 5px
}

.curriculum-track label.splunk-input.error .alternate-email:focus {
    outline-color: #b84756
}

.curriculum-track label.splunk-input.error .feedback {
    color: #b84756;
    display: block
}

.curriculum-track label.splunk-input .feedback {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    display: none
}

.curriculum-track .curriculum-conditions {
    font-size: 16px
}

@media (min-width:768px) {
    .curriculum-track .splunk-education-course-modal .modal-dialog {
        width: 650px
    }
}

.curriculum-track .splunk-education-course-modal .modal-header {
    padding: 10px 15px
}

.curriculum-track .splunk-education-course-modal .modal-header button {
    margin-top: -10px;
    opacity: .5;
    font-size: 45px;
    font-weight: 100
}

.curriculum-track .splunk-education-course-modal .modal-body p {
    font-size: 18px;
    color: #474444
}

.curriculum-track .splunk-education-course-modal .modal-body .splunk-h7,
.curriculum-track .splunk-education-course-modal .modal-body p b {
    font-weight: 700;
    color: #000
}

.curriculum-track .splunk-education-course-modal .modal-body span {
    font-weight: 400
}

.curriculum-track .splunk-education-course-modal .modal-body .primary-span {
    margin-right: 20px
}

.curriculum-track .splunk-education-course-modal .modal-body .alternate-container {
    margin-top: 20px
}

.curriculum-track .splunk-education-course-modal .modal-body a:link {
    display: inline-block
}

.curriculum-track .splunk-education-course-modal .download-modal-row-white p {
    padding-left: 0px;
    color: #474444
}

.curriculum-track .splunk-education-course-modal .download-modal-row-white p b {
    font-weight: 700;
    color: #000
}

.curriculum-track .splunk-education-course-modal .download-modal-row-white small strong p {
    color: #2d2d2d
}

.curriculum-track .splunk-education-course-modal .download-modal-row-white h3 {
    padding-bottom: 0px;
    margin-bottom: 0px
}

.curriculum-track .splunk-education-course-modal .download-modal-row-white h3 small {
    color: #2d2d2d
}

.curriculum-track .splunk-education-course-modal .download-modal-row-white span .sessionEmail {
    font-weight: 600
}

.curriculum-track .splunk-education-course-modal .control .control__indicator.checked {
    background: transparent;
    border: 1px solid #65a637 !important
}

.curriculum-track .splunk-education-course-modal .control .control__indicator.checked:after {
    position: absolute;
    content: "";
    top: 1px;
    left: 3px;
    width: 4px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #000;
    border-width: 0 2px 2px 0
}

.curriculum-track .splunk-partner-modal .modal-open.modal,
.curriculum-track .splunk-thankyou-modal .modal-open.modal {
    overflow-y: hidden
}

.curriculum-track .splunk-partner-modal .modal-header,
.curriculum-track .splunk-thankyou-modal .modal-header {
    padding: 10px 15px
}

.curriculum-track .splunk-partner-modal .modal-header button,
.curriculum-track .splunk-thankyou-modal .modal-header button {
    margin-top: -10px;
    opacity: .5;
    font-size: 45px;
    font-weight: 100
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white {
    text-align: center;
    padding-bottom: 50px
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white .splunk-h4,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white .splunk-h4 {
    padding-bottom: 0px
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white a.splunk-btn:link,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white a.splunk-btn:link {
    color: #09c;
    display: inline-block
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white a.splunk-btn:link:hover,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white a.splunk-btn:link:hover {
    color: #fff
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white p,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white p {
    font-size: 18px
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white h3,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white h3 {
    margin-top: 0px;
    margin-bottom: 0px
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white h3 small,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white h3 small {
    color: #2d2d2d
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white .splunk-h4 strong,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white .splunk-h4 strong {
    padding-bottom: 0px
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white .splunk-h4.bigTitle,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white .splunk-h4.bigTitle {
    padding-bottom: 10px
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white .splunk-btn,
.curriculum-track .splunk-thankyou-modal .modal-body .download-modal-row-white .splunk-btn {
    display: inline-block
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white {
    text-align: left !important
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white a:link {
    color: #09c;
    display: inline-block !important
}

.curriculum-track .splunk-partner-modal .modal-body .download-modal-row-white a:link:hover {
    color: #09c
}

.curriculum-track form .control__indicator {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #97999b;
    border-radius: 3px
}

.curriculum-track form .splunk-submit {
    margin-top: 25px
}

.curriculum-track .control {
    line-height: 130%;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    cursor: pointer;
    font-weight: 400
}

.curriculum-track .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.curriculum-track #privacy-policy,
.curriculum-track #terms-and-conditions {
    left: 15px
}

.modal.promoband-modal.training .modal-body .rte-container p b {
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: -15px
}

.modal.promoband-modal.training .modal-body .rte-container p:last-child {
    padding-bottom: 15px
}

@media (max-width:479px) {
    .curriculum-track .curriculum-conditions {
        font-size: 14px
    }
}

.textImage .media-and-text .rte-container p a:hover {
    cursor: pointer
}

.textImage .promoband-modal .modal-header {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px 15px
}

.textImage .promoband-modal .modal-header button {
    margin-top: -10px;
    opacity: .5;
    font-size: 45px;
    font-weight: 100
}

.textImage .promoband-modal .modal-body {
    margin-top: 50px !important
}

.textImage .promoband-modal .modal-body p {
    font-size: 18px
}

.textImage .promoband-modal .modal-body .login-toggle.section span {
    padding-left: 0px
}

@media (max-width:479px) {
    .textImage .promoband-modal .modal-body p {
        font-size: 16px
    }
}

.rte-container {
    width: 100%
}

html #onetrust-consent-sdk #onetrust-banner-sdk {
    width: calc(100% - 30px) !important;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.1)
}

html .onetrust-pc-dark-filter {
    opacity: 0.8500000238418579;
    background: #fff
}

html #onetrust-consent-sdk #onetrust-policy-title {
    color: #0c1724;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding: 0 0 20px;
    width: 100%
}

html #onetrust-consent-sdk #onetrust-policy-text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0
}

html #onetrust-consent-sdk #onetrust-policy-text .banner-policy-link {
    color: #0064da !important;
    text-decoration: underline
}

html #onetrust-pc-sdk .ot-desc-cntr {
    margin-top: 0
}

html #onetrust-pc-sdk .ot-always-active {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #656c76
}

@media (min-width:768px) {
    html #onetrust-pc-sdk .ot-desc-cntr .ot-grp-hdr1 {
        padding-top: 0
    }
}

html #onetrust-banner-sdk #onetrust-button-group {
    margin-top: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

html #onetrust-pc-sdk .ot-desc-cntr:active {
    outline: none
}

html #onetrust-banner-sdk #onetrust-policy {
    margin: 0 !important
}

html #onetrust-banner-sdk .ot-sdk-container {
    padding: 40px 34px 40px 40px
}

html #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 0
}

html #onetrust-banner-sdk button,
html #onetrust-pc-sdk button,
html #ot-sdk-cookie-policy button,
html .ot-pc-footer .ot-btn-container button {
    margin-bottom: 0;
    padding: 12px 22px 13px !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 0.2px !important;
    border-radius: 24px !important;
    color: #0c1724 !important
}

html #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
html #onetrust-consent-sdk #onetrust-pc-btn-handler:hover,
html #onetrust-consent-sdk #onetrust-reject-all-handler:hover {
    background-color: #0c1724 !important;
    color: #fff !important;
    opacity: 1
}

html #onetrust-pc-sdk .ot-pc-header {
    border: 0
}

html #onetrust-pc-sdk .ot-close-cntr {
    display: none
}

html #onetrust-consent-sdk #onetrust-pc-sdk h3 {
    border-left: 4px solid transparent;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    color: #656c76
}

html #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu h3 {
    border-color: #ce0070;
    color: #0c1724
}

html #onetrust-pc-sdk .category-menu-switch-handler {
    border-width: 0 !important;
    padding-top: 6.5px;
    padding-bottom: 6.5px
}

html #onetrust-pc-sdk .category-menu-switch-handler,
html #onetrust-pc-sdk .ot-pc-footer {
    border-bottom: 0;
    border-top: 0
}

html #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus,
html #onetrust-consent-sdk #onetrust-pc-sdk :focus {
    outline: none
}

html #onetrust-pc-sdk {
    width: 100%;
    max-width: 920px
}

html #onetrust-pc-sdk .ot-pc-footer-logo {
    display: none
}

html #onetrust-consent-sdk #onetrust-pc-sdk {
    padding: 40px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: table
}

html #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
    max-width: 100%
}

html #onetrust-pc-sdk .ot-tab-desc {
    margin-left: 25px
}

html #onetrust-pc-sdk .ot-desc-cntr h4 {
    color: #0c1724;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

html #onetrust-pc-sdk .ot-grp-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

html #onetrust-pc-sdk .privacy-notice-link {
    text-decoration: underline
}

@media (min-width:768px) {
    html #onetrust-pc-sdk #ot-pc-content {
        height: auto !important
    }
}

html #onetrust-pc-sdk .ot-pc-footer {
    position: relative
}

html #onetrust-pc-sdk .ot-btn-subcntr {
    float: none
}

html .ot-btn-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

html #onetrust-consent-sdk #onetrust-pc-sdk button {
    color: #0c1724 !important;
    background-color: #fff !important;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-right: 16px
}

html #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler,
html #onetrust-consent-sdk #onetrust-pc-sdk button:hover {
    color: #fff !important;
    background-color: #0c1724 !important;
    opacity: 1
}

html #onetrust-pc-sdk .ot-switch-nob:before {
    background-color: #656c76;
    top: 0;
    outline: none !important
}

html #onetrust-pc-sdk .ot-switch-nob {
    border: 1px solid #656c76;
    background: #c4c4c4;
    height: 20px
}

html #onetrust-pc-sdk .ot-switch {
    width: 40px;
    height: 20px
}

html #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    border-color: #ce0070;
    background-color: transparent
}

html #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: #c2006b;
    -webkit-transform: translateX(18px);
    transform: translateX(18px)
}

@media (max-width:767px) {
    html #onetrust-banner-sdk #onetrust-button-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    html #onetrust-pc-sdk #ot-pc-title,
    html #onetrust-pc-sdk .ot-pc-header {
        padding: 0;
        width: 100%
    }
    html #onetrust-pc-sdk .ot-always-active {
        font-size: 20px
    }
    html #onetrust-banner-sdk #onetrust-button-group-parent .banner-actions-container,
    html #onetrust-banner-sdk #onetrust-button-group-parent button {
        width: 100% !important;
        max-width: 100%;
        min-width: 100% !important;
        float: none !important;
        margin: 8px 0 !important
    }
    html #onetrust-banner-sdk #onetrust-button-group-parent .banner-actions-container {
        padding: 0;
        margin: 0 !important
    }
    html #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        margin: 0 !important
    }
    html #onetrust-banner-sdk .ot-sdk-container {
        padding: 15px 20px 12px
    }
    html #onetrust-banner-sdk #onetrust-group-container,
    html #onetrust-consent-sdk #onetrust-policy-text {
        width: 100%
    }
    html #onetrust-consent-sdk #onetrust-policy-text {
        margin-bottom: 10px
    }
    html #ot-pc-content .ot-cat-grp {
        max-height: 538px
    }
    html #onetrust-consent-sdk #onetrust-pc-sdk h3 {
        border: 0;
        padding: 0;
        color: #0c1724;
        font-size: 20px
    }
    html #onetrust-consent-sdk #onetrust-pc-sdk h3:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23363C44' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12.912h10v-2H7v2z' fill='%23363C44'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6.912v10h2v-10h-2z' fill='%23363C44'/%3E%3C/svg%3E");
        content: "";
        position: absolute;
        height: 24px;
        width: 24px;
        right: 0%
    }
    html #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu h3:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23363C44' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12.912h10v-2H7v2z' fill='%23363C44'/%3E%3C/svg%3E")
    }
    html #onetrust-pc-sdk .ot-cat-grp li {
        border-bottom: 1px solid #d5dce5;
        padding: 20px 0 22px
    }
    html #onetrust-pc-sdk .ot-cat-grp li:first-of-type {
        border-top: 1px solid #d5dce5
    }
    html #onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
        padding-left: 0;
        position: relative
    }
    html #onetrust-consent-sdk #onetrust-pc-sdk {
        height: calc(100% - 14px);
        width: calc(100% - 16px);
        padding: 15px 20px
    }
    html #onetrust-pc-sdk .ot-cat-header+.ot-tgl,
    html #onetrust-pc-sdk .ot-grp-hdr1 {
        float: none;
        padding-left: 0
    }
    html #onetrust-pc-sdk .ot-desc-cntr {
        width: 100%;
        margin: 0
    }
    html #onetrust-pc-sdk .ot-grp-desc {
        padding: 0 !important
    }
    html #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    html #onetrust-consent-sdk #onetrust-pc-sdk button {
        margin: 8px 0 !important;
        width: 100% !important
    }
    html #onetrust-pc-sdk .ot-pc-footer .ot-pc-footer-logo {
        display: block;
        height: 20px;
        margin-top: -2px
    }
    html #onetrust-pc-sdk .ot-pc-footer-logo a,
    html #onetrust-pc-sdk .ot-pc-footer-logo img {
        height: 20px;
        margin-top: 0
    }
    html #onetrust-pc-sdk .ot-grp-hdr1 .ot-cat-header {
        display: none
    }
    html #onetrust-pc-sdk #ot-pc-content {
        height: calc(100% - 250px) !important
    }
    html #onetrust-pc-sdk .ot-grp-desc {
        font-size: 16px
    }
    html #onetrust-consent-sdk #onetrust-policy-text .banner-policy-link,
    html #onetrust-pc-sdk .privacy-notice-link {
        text-decoration: none
    }
}

:root {
    --none: url()
}

.column .container .container {
    width: 100%
}

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

.column .title {
    word-wrap: break-word
}

.column .promoband.small-promo-band .container,
.column .socialband .container {
    width: 100%
}

.column .textImage .media-and-text.float-left .image-container {
    float: left
}

.column .textImage .media-and-text.float-right .image-container {
    float: right
}

.column .textImage .media-and-text:not(.float-left):not(.float-right):not(.unwrap-text) .image-container {
    padding: 15px 0
}

.column .textImage .media-and-text .author {
    margin-top: 10px;
    font-size: 15px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    padding-left: 12px;
    display: block;
    margin-left: 39px
}

.column .textImage .media-and-text .author:before {
    content: "—" " ";
    position: absolute;
    left: 0
}

.column .textImage .media-and-text .image-container {
    padding: 0 15px 15px;
    text-align: center
}

.column .textImage .media-and-text .image-container img {
    width: 100%
}

.column .textImage .media-and-text .image-container.image-container-circle {
    text-align: center;
    padding: 0 !important
}

.column .textImage .media-and-text .image-container.image-container-circle .circle-image-wrapper {
    overflow: hidden;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    padding: 0 !important;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 25px #e5e5e5;
    box-shadow: 0px 0px 25px #e5e5e5;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.column .textImage .media-and-text.width-28 .image-container {
    width: 28%
}

.column .textImage .media-and-text.width-50 .image-container {
    width: 50%
}

.column .textImage .media-and-text.width-33 .image-container {
    width: 33%
}

.column .textImage .bottom-margin-40 {
    margin-bottom: 40px
}

.column .textImage .bottom-margin-20 {
    margin-bottom: 20px
}

.column .textImage .bottom-padding-40 {
    padding-bottom: 40px
}

.column .textImage .bottom-padding-20 {
    padding-bottom: 20px
}

.column .textImage .bottom-padding-80 {
    padding-bottom: 80px
}

.column .textImage .border-bottom {
    border-bottom: 1px solid #65a637;
    padding-bottom: 25px
}

.column .textImage .border-top {
    border-top: 1px solid #65a637;
    padding-top: 25px
}

.column .textImage .border-top-bottom {
    border-top: 1px solid #65a637;
    border-bottom: 1px solid #65a637;
    padding: 25px 0
}

.column .textImage .rte-container {
    padding-bottom: 30px !important
}

.column .textImage .rte-container li.special-bullet {
    margin-left: -45px
}

.column .textImage .rte-container ul.splunk-list {
    padding-left: 0
}

.column .image-multi .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.column .image-multi .flexbox.flexbox-horizontal-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.column .image-multi .flexbox .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.column .image-multi .flexbox.flexbox-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.column .col-full-width {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.column .gateway-boxes .flexbox3 .col-gateway-box {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1
}

.column .prod-pricing+.textImage .rte-container {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px !important
}

.column .prod-pricing+.textImage .rte-container p {
    font-size: 14px;
    font-weight: 600
}

.column .splunk2-background {
    background-image: var(--none), var(--none), var(--bg-columnbackground-url)
}

.column .splunk2-background.stripe-background {
    background-image: var(--bg-stripeleft-url), var(--bg-striperight-url), var(--bg-columnbackground-url);
    background-repeat: no-repeat !important;
    background-position: 0 100%, 100% 0, 50%;
    background-size: auto, auto, cover
}

@media (max-width:767px) {
    .column .splunk2-background.stripe-background.stripe-disable-mobile {
        background-image: var(--none), var(--none), var(--bg-columnbackground-url)
    }
}

@media (min-width:481px) {
    .column .col-full-width {
        width: 50%;
        padding-left: 20px;
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .column .row-flex,
    .column .row-flex .col-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .column .row-flex .col-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .column .media-and-text.unwrap-text.width-28 .rte-container {
        width: 100%
    }
    .column .media-and-text.unwrap-text.width-50 .rte-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }
    .column .media-and-text.unwrap-text.width-33 .image-container {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
    .column .media-and-text.unwrap-text.width-33 .rte-container {
        width: 100%
    }
    .column .media-and-text.unwrap-text.unwrap-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .column .media-and-text.unwrap-text.unwrap-text.float-right .image-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .column .media-and-text.unwrap-text.unwrap-text>.div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .column .media-and-text.unwrap-text.unwrap-text.width-28 .image-container {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%
    }
    .column .media-and-text.unwrap-text.unwrap-text.width-28 .rte-container {
        width: 72%
    }
    .column .media-and-text.unwrap-text.unwrap-text.width-50 .image-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .column .media-and-text.unwrap-text.unwrap-text.width-50 .rte-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%
    }
    .column .media-and-text.unwrap-text.unwrap-text.width-33 .image-container {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
    .column .media-and-text.unwrap-text.unwrap-text.width-33 .rte-container {
        width: 67%
    }
    .column .media-and-text .bottom-margin-40 {
        margin-bottom: 40px
    }
    .column .media-and-text .bottom-margin-20 {
        margin-bottom: 20px
    }
    .column .media-and-text .bottom-padding-40 {
        padding-bottom: 40px
    }
    .column .media-and-text .bottom-padding-20 {
        padding-bottom: 20px
    }
    .column .media-and-text .bottom-padding-80 {
        padding-bottom: 80px
    }
    .column .media-and-text .border-bottom {
        border-bottom: 1px solid #65a637;
        padding-bottom: 25px
    }
    .column .media-and-text .border-top {
        border-top: 1px solid #65a637;
        padding-top: 25px
    }
    .column .media-and-text .border-top-bottom {
        border-top: 1px solid #65a637;
        border-bottom: 1px solid #65a637;
        padding: 25px 0
    }
    .column .image-multi .flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .column .image-multi .flexbox.flexbox-horizontal-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .column .image-multi .flexbox .flex-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .column .image-multi .flexbox.flexbox-vertical-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .column .row-flex-col-direction-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:767px) {
    .column .media-and-text.unwrap-text.width-28 .rte-container {
        width: 100%
    }
    .column .media-and-text.unwrap-text.width-50 .rte-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }
    .column .media-and-text.unwrap-text.width-33 .image-container {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
    .column .media-and-text.unwrap-text.width-33 .rte-container {
        width: 100%
    }
}

@media (max-width:480px) {
    .column .media-and-text.unwrap-text {
        display: block
    }
    .column .media-and-text.unwrap-text.bootstrap-responsiveness-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .column .media-and-text.unwrap-text .image-container {
        width: 100% !important;
        float: none
    }
    .column .image-multi .flexbox {
        display: block
    }
    .column .image-multi .flexbox .flex-item {
        width: 100%;
        padding-bottom: 25px
    }
}

@media (min-width:1200px) {
    .column .row-flex-row-direction-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@-webkit-keyframes expand-width {
    0% {
        width: 0%
    }
    to {
        width: 100%
    }
}

@keyframes expand-width {
    0% {
        width: 0%
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes in-view {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes in-view {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes inactive-in-view {
    0% {
        opacity: 0
    }
    to {
        opacity: 0.65
    }
}

@keyframes inactive-in-view {
    0% {
        opacity: 0
    }
    to {
        opacity: 0.65
    }
}

@-webkit-keyframes slide-left {
    0% {
        left: 0
    }
    to {
        left: 100%
    }
}

@keyframes slide-left {
    0% {
        left: 0
    }
    to {
        left: 100%
    }
}

@-webkit-keyframes slideup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideup-60 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideup-80 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideup-80 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slidedown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes slidedown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        opacity: 0.5;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes slideup-60 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-in-top-bottom {
    0% {
        opacity: 0;
        top: -300px
    }
    to {
        opacity: 1;
        top: 0px
    }
}

@keyframes fade-in-top-bottom {
    0% {
        opacity: 0;
        top: -300px
    }
    to {
        opacity: 1;
        top: 0px
    }
}

@-webkit-keyframes fade-in-bottom-top {
    0% {
        opacity: 0;
        bottom: -300px
    }
    to {
        opacity: 1;
        bottom: 0px
    }
}

@keyframes fade-in-bottom-top {
    0% {
        opacity: 0;
        bottom: -300px
    }
    to {
        opacity: 1;
        bottom: 0px
    }
}

@-webkit-keyframes fade-in-right-left {
    0% {
        opacity: 0;
        right: -300px
    }
    to {
        opacity: 1;
        right: 0px
    }
}

@keyframes fade-in-right-left {
    0% {
        opacity: 0;
        right: -300px
    }
    to {
        opacity: 1;
        right: 0px
    }
}

@-webkit-keyframes fade-in-left-right {
    0% {
        opacity: 0;
        left: -300px
    }
    to {
        opacity: 1;
        left: 0px
    }
}

@keyframes fade-in-left-right {
    0% {
        opacity: 0;
        left: -300px
    }
    to {
        opacity: 1;
        left: 0px
    }
}

@-webkit-keyframes slide-in-top-bottom {
    0% {
        top: -300px
    }
    to {
        top: 0px
    }
}

@keyframes slide-in-top-bottom {
    0% {
        top: -300px
    }
    to {
        top: 0px
    }
}

@-webkit-keyframes slide-in-bottom-top {
    0% {
        bottom: -300px
    }
    to {
        bottom: 0px
    }
}

@keyframes slide-in-bottom-top {
    0% {
        bottom: -300px
    }
    to {
        bottom: 0px
    }
}

@-webkit-keyframes slide-in-right-left {
    0% {
        right: -300px
    }
    to {
        right: 0px
    }
}

@keyframes slide-in-right-left {
    0% {
        right: -300px
    }
    to {
        right: 0px
    }
}

@-webkit-keyframes slide-in-left-right {
    0% {
        left: -300px
    }
    to {
        left: 0px
    }
}

@keyframes slide-in-left-right {
    0% {
        left: -300px
    }
    to {
        left: 0px
    }
}

@media (max-width:767px) {
    .container.aem-GridColumn {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:767px) and (max-width:767px) {
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--12,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
        width: 100%
    }
}

@media (max-width:767px) {
    .container.no-gutter,
    .container.no-padding {
        padding: 0
    }
}

body,
html {
    overflow-x: hidden
}

html.holdTheScroll {
    overflow: hidden !important
}

.container-fluid-max {
    max-width: 1450px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

iframe#drift-widget.drift-widget-welcome-online {
    right: 10px !important;
    bottom: 60px !important
}

@media (min-width:768px) {
    iframe#drift-widget.drift-widget-welcome-online {
        bottom: 80px !important
    }
}

body.modal-open iframe#drift-widget {
    display: none !important
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.splunk-fullBleed-width {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.splunk-grid-container {
    margin-right: auto;
    margin-left: auto;
    width: auto
}

.splunk-grid-container.with-a-row {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .splunk-grid-container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .splunk-grid-container {
        max-width: 970px
    }
}

@media (min-width:1200px) {
    .splunk-grid-container,
    .splunk-grid-container.homepage-container {
        max-width: 1140px
    }
}

span.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1002;
    right: 20px;
    bottom: 20px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px 0px;
    box-shadow: 0 0 12px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    text-align: center;
    opacity: 0.95
}

@media print {
    span.back-to-top {
        display: none
    }
}

span.back-to-top svg {
    width: 20px;
    height: 13px;
    top: 10px;
    position: relative;
    fill: #474444;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

span.back-to-top:hover {
    opacity: 1;
    border-radius: 33px;
    -webkit-box-shadow: 0 0 10px 0;
    box-shadow: 0 0 10px 0
}

span.back-to-top:hover svg {
    opacity: 1;
    fill: #000
}

@media (max-width:767px) {
    span.back-to-top {
        width: 40px;
        height: 40px
    }
    span.back-to-top svg {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 20px;
        top: 5px
    }
    span.back-to-top:hover svg {
        opacity: 1
    }
}

main.container {
    padding: .5em 1em
}

#iframe-modal .overlay-form.overlay {
    background-color: #fff
}

footer.experiencefragment {
    padding: .5em 1em;
    border-top: 1px solid #202020
}

footer.experiencefragment .cmp-separator__horizontal-rule {
    margin: 0;
    border: 0
}

header.experiencefragment {
    padding: .5em 1em;
    border-bottom: 1px solid #202020
}

header.experiencefragment a {
    color: #202020;
    text-decoration: none
}

header.experiencefragment a:focus,
header.experiencefragment a:hover {
    color: #2020e0;
    text-decoration: underline
}

header.experiencefragment .cmp-container {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr
}

header.experiencefragment .cmp-navigation__group {
    margin: 0;
    padding: 0;
    list-style: none
}

header.experiencefragment .cmp-navigation__item--level-0 {
    display: grid;
    grid-template-columns: 1fr 3fr
}

header.experiencefragment .cmp-navigation__item--level-0>.cmp-navigation__group {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

header.experiencefragment .cmp-navigation__item-link {
    display: block
}

header.experiencefragment .cmp-navigation__item--active>.cmp-navigation__item-link {
    font-weight: 700
}

header.experiencefragment .cmp-languagenavigation {
    position: relative
}

header.experiencefragment .cmp-languagenavigation:before {
    content: " ";
    display: block;
    height: 1.5em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="${color-foreground-rgb}" d="M12.1,0.2h-0.1c-3.1,0-6.1,1.3-8.3,3.5C1.4,6,0.2,8.9,0.2,12.1c0,3.1,1.3,6.1,3.5,8.3c2.2,2.2,5.1,3.4,8.3,3.4 c0,0,0,0,0.1,0c6.5,0,11.7-5.3,11.7-11.8C23.7,5.5,18.5,0.3,12.1,0.2z M18.3,11.5c-0.1-1.4-0.3-2.8-0.7-4.1C18.5,7,19.4,6.5,20.3,6 c1.1,1.6,1.9,3.5,2,5.5H18.3z M22.2,12.5c-0.1,2.1-0.8,4-2,5.5c-0.8-0.6-1.7-1-2.6-1.4c0.3-1.1,0.6-2.2,0.7-3.3c0-0.3,0-0.5,0-0.8 H22.2z M19.6,5.2c-0.8,0.5-1.6,0.9-2.4,1.3c-0.6-1.4-1.4-2.7-2.3-3.8c-0.2-0.2-0.4-0.4-0.6-0.6C16.4,2.5,18.3,3.7,19.6,5.2z M12.8,22.2c-0.1,0-0.2,0-0.3,0v-5.7c1.3,0,2.6,0.3,3.8,0.7C15.6,19.1,14.3,20.8,12.8,22.2z M9.9,20.8c-0.9-1.1-1.7-2.3-2.2-3.6 c1.2-0.4,2.5-0.6,3.8-0.7v5.7c-0.1,0-0.2,0-0.3,0C10.7,21.8,10.3,21.3,9.9,20.8z M11.4,1.8c0,0,0.1,0,0.1,0v5.7 c-1.3,0-2.6-0.3-3.8-0.7C8.5,4.9,9.7,3.2,11.4,1.8z M14.1,3.3c0.9,1.1,1.6,2.3,2.2,3.5c-1.2,0.4-2.5,0.6-3.8,0.7V1.8 c0.1,0,0.1,0,0.2,0C13.2,2.2,13.7,2.7,14.1,3.3z M16.7,7.7c0.4,1.2,0.6,2.5,0.7,3.8h-4.8V8.4C13.9,8.4,15.3,8.2,16.7,7.7z M11.5,8.4 v3.1H6.7C6.7,10.2,7,9,7.4,7.7C8.7,8.2,10.1,8.4,11.5,8.4z M11.5,12.5v3.1c-1.4,0-2.8,0.3-4.2,0.7c-0.4-1.2-0.6-2.5-0.7-3.8H11.5z M12.5,15.6v-3.1h4.8c0,0.2,0,0.5,0,0.7c-0.1,1.1-0.3,2.1-0.6,3.1C15.3,15.8,13.9,15.6,12.5,15.6z M9.6,2C8.4,3.3,7.4,4.8,6.8,6.5 C5.9,6.1,5.1,5.7,4.4,5.2c0.1-0.1,0.2-0.3,0.4-0.4C6.1,3.4,7.8,2.5,9.6,2z M5.7,11.5H1.8c0.1-2,0.8-3.9,1.9-5.5 C4.6,6.5,5.5,7,6.4,7.4C6,8.7,5.7,10.1,5.7,11.5z M6.4,16.6C5.5,17,4.6,17.5,3.7,18c-1.2-1.6-1.9-3.5-1.9-5.5h3.9 C5.7,13.9,5.9,15.3,6.4,16.6z M4.4,18.8c0.8-0.5,1.5-0.9,2.4-1.3c0.6,1.4,1.4,2.7,2.4,3.9c0.1,0.2,0.3,0.3,0.4,0.5 c-1.8-0.4-3.4-1.3-4.7-2.7C4.6,19.1,4.5,19,4.4,18.8z M14.5,21.9c1.2-1.3,2.1-2.8,2.8-4.4c0.8,0.3,1.6,0.8,2.4,1.2 C18.3,20.3,16.5,21.4,14.5,21.9z"/></svg>');
    background-repeat: no-repeat
}

header.experiencefragment .cmp-languagenavigation>.cmp-languagenavigation__group {
    visibility: hidden;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    position: absolute;
    top: 34px;
    width: 20em;
    padding: 0 8px;
    border: 1px solid #202020;
    border-top: 0;
    background: #ececec
}

header.experiencefragment .cmp-languagenavigation:hover>.cmp-languagenavigation__group {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

header.experiencefragment .cmp-languagenavigation__group {
    margin: 0;
    padding: 0;
    list-style: none
}

header.experiencefragment .cmp-languagenavigation__item-title {
    font-size: x-small;
    text-transform: uppercase
}

header.experiencefragment .cmp-languagenavigation__item--level-0 {
    margin-bottom: .5em
}

header.experiencefragment .cmp-languagenavigation__item--level-1 {
    display: inline
}

header.experiencefragment .cmp-languagenavigation__item--level-1:not(:first-child):before {
    content: " | "
}

header.experiencefragment .cmp-languagenavigation__item--active>.cmp-languagenavigation__item-link {
    font-weight: 700
}

header.experiencefragment .cmp-search__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -3px 0
}

header.experiencefragment .cmp-search__input {
    height: 26px
}

.container.aem-GridColumn {
    width: 100%;
    max-width: 100%
}

@media (max-width:767px) {
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11,
    .container.aem-GridColumn .aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.container.no-gutter,
.container.no-padding {
    padding: 0
}

.container.container-padding {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.container .aem-GridColumn.aem-GridColumn--default--1 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--1 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--1 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--1.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--1.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--1 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--1 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--1 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--1.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--1.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--2 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--2 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--2 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--2.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--2.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--2 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--2 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--2 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--2.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--2.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--3 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--3 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--3 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--3.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--3.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--3 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--3 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--3 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--3.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--3.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--4 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--4 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--4 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--4.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--4.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--4 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--4 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--4 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--4.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--4.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--5 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--5 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--5 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--5.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--5.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--5 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--5 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--5 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--5.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--5.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--6 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--6 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--6 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--6.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--6.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--6 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--6 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--6 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--6.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--6.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--7 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--7 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--7 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--7.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--7.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--7 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--7 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--7 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--7.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--7.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--8 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--8 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--8 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--8.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--8.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--8 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--8 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--8 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--8.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--8.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--9 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--9 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--9 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--9.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--9.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--9 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--9 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--9 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--9.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--9.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--10 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--10 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--10 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--10.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--10.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--10 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--10 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--10 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--10.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--10.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.container .aem-GridColumn.aem-GridColumn--default--11 .mosaicbox-wrapper .box,
.container .aem-GridColumn.aem-GridColumn--default--11 .promo-band-section,
.container .aem-GridColumn.aem-GridColumn--default--11 .splunk2-background {
    margin-left: -15px;
    margin-right: -15px
}

.container .aem-GridColumn.aem-GridColumn--default--11.hero-component .splunk2-background,
.container .aem-GridColumn.aem-GridColumn--default--11.parallax-component .parallax-block {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.container .aem-GridColumn.aem-GridColumn--default--11 .mosaicbox-wrapper .box.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--11 .promo-band-section.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--11 .splunk2-background.bg-gutters,
.container .aem-GridColumn.aem-GridColumn--default--11.no-padding .splunk2-background {
    margin-left: 0;
    margin-right: 0
}

.container .aem-GridColumn.aem-GridColumn--default--11.no-padding .splunk2-background.bg-gutters {
    margin-left: 15px;
    margin-right: 15px
}

.splunk-container[data-background-position=bottom] {
    background-position: bottom !important
}

.splunk-container[data-background-position=top] {
    background-position: top !important
}

.splunk-container[data-background-position=left] {
    background-position: 0 !important
}

.splunk-container[data-background-position=right] {
    background-position: 100% !important
}

.splunk-container__border-top.border-splunk-gradient {
    border-top: none
}

.splunk-container__border-bottom.border-splunk-gradient {
    border-bottom: none
}

.splunk-container__bg {
    overflow: visible;
    position: relative
}

.splunk-container__bg__image-left {
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%
}

.splunk-container__bg__image-right {
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: 50%
}

.splunk-container__bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: visible
}

.splunk-container__bg__video video {
    width: 100%
}

.splunk-container__border-top {
    border-top: 1px solid grey
}

.splunk-container__border-bottom {
    border-bottom: 1px solid grey
}

.splunk-container.border-splunk-gray-lightest {
    border-color: #f0f3f7 !important
}

.splunk-container.border-splunk-gradient {
    border-color: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%) !important
}

.splunk-container.border-splunk-gray-light {
    border-color: #d5dce5 !important
}

.splunk-container__main-content {
    position: relative
}

@media (max-width:767px) {
    .splunk-container__main-content.padding-top-sm-mobile {
        padding-top: 15px !important
    }
    .splunk-container__main-content.padding-bottom-sm-mobile {
        padding-bottom: 15px !important
    }
    .splunk-container__main-content.padding-top-md-mobile {
        padding-top: 20px !important
    }
    .splunk-container__main-content.padding-bottom-md-mobile {
        padding-bottom: 20px !important
    }
    .splunk-container__main-content.padding-top-lg-mobile {
        padding-top: 40px !important
    }
    .splunk-container__main-content.padding-bottom-lg-mobile {
        padding-bottom: 40px !important
    }
}

.splunk-container__main-content .img {
    width: 100%;
    height: 100%
}

.splunk-container .splunk-fixedWidth-container {
    margin: 0 calc(50% - 50vw)
}

.splunk-container .gradient-bottom-border-bg,
.splunk-container .gradient-top-border-bg {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 30;
    background: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%)
}

.splunk-container .gradient-bottom-border-bg {
    bottom: 0
}

.splunk-container .gradient-top-border-bg {
    top: 0
}

.splunk-container.thick-border .gradient-bottom-border-bg,
.splunk-container.thick-border .gradient-top-border-bg {
    height: 4px !important;
    line-height: 4px !important
}

.splunk-container.thick-border .gradient-top-border-bg {
    top: -4px
}

.splunk-container.thick-border .gradient-bottom-border-bg {
    bottom: -4px
}

.splunk-container.bg-gutters {
    margin: 0 15px
}

.splunk-fixedWidth-container {
    margin: 0 calc(50% - 50vw)
}

.on-view.container-animate {
    -webkit-animation: var(--defaultAnimation);
    animation: var(--defaultAnimation)
}

@media (max-width:768px) {
    .on-view.mobile__animation {
        -webkit-animation: var(--mobileanimation) !important;
        animation: var(--mobileanimation) !important
    }
}

@media (max-width:768px) {
    .on-view.disable-mobile__animation {
        -webkit-animation: unset !important;
        animation: unset !important
    }
}

.overlay-container {
    position: relative
}

@media (max-width:767px) {
    .overlay-container {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes fromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes fromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes fromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes fromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes fromRight {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fromRight {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.anonymous-container,
.authenticated-container {
    display: block
}

.anonymous-container.publishMode-enabled,
.authenticated-container.publishMode-enabled {
    display: none
}

.splunk-onview-animated .fade-in {
    opacity: 1;
    -webkit-animation-name: fadeInOpacity;
    animation-name: fadeInOpacity;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.splunk-onview-animated .top-to-bottom {
    -webkit-animation-name: fromTop;
    animation-name: fromTop;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    position: relative
}

.splunk-onview-animated .bottom-to-top {
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    position: relative;
    top: 200%
}

.splunk-onview-animated .left-to-right {
    opacity: 1;
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    position: relative
}

.splunk-onview-animated .right-to-left {
    opacity: 1;
    -webkit-animation-name: fromRight;
    animation-name: fromRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    position: relative
}

.global-footer-wrapper .global-footer-v2_b .container.global-footer-v2-container {
    max-width: 100%;
    padding: 0
}

.newsroom {
    background-color: #f0f3f7
}

.newsroom h2,
.newsroom h3 {
    font-weight: 700;
    font-family: inherit
}

.newsroom h3 {
    color: #0c1724
}

.newsroom .award h3.title,
.newsroom .newsBlcks a,
.newsroom .releasesBlcks a {
    font-weight: 600;
    font-family: inherit
}

.newsroom .award h3.title {
    text-align: center;
    color: #0064da
}

a {
    color: #0064da
}

.newsroom-register {
    padding-top: 5px;
    font-weight: 600
}

.newsroom-section .see-all a,
.newsroom-section .see-all a:visited {
    border-top: 1px solid #d5dce5 !important;
    font-weight: 600
}

.newsroom-section {
    overflow: hidden
}

.newsRoom p {
    color: #0064da !important;
    font-weight: 600
}

.newsroom .small-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #656c76;
    font-family: inherit;
    text-transform: uppercase
}

.promoband.splunk-background.splunk-gray {
    background-color: #ce0070
}

.newsroom .newsroom-header .glyphicon.glyphicon-chevron-up {
    color: #ce0070 !important
}

.newsroom-section .content .panel-body .carousel-indicators li.active {
    border: 1px solid #ce0070;
    background-color: #ce0070
}

.newsroom-section .content .panel-body .carousel-indicators li {
    border: 1px solid #656c76;
    background-color: #656c76
}

.black-background-banner {
    background-color: #6e0abc;
    padding: 5px 0px;
    box-shadow: 30px 0 0 #6e0abc, -30px 0 0 #6e0abc;
    -moz-box-shadow: 30px 0 0 #6e0abc, -30px 0 0 #6e0abc;
    -webkit-box-shadow: 30px 0 0 #6e0abc, -30px 0 0 #6e0abc;
    box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-left: 15px
}

.white-background-banner {
    background-color: #fff;
    display: inline-block;
    padding: 10px 0;
    padding-bottom: 10px !important;
    box-shadow: 30px 0 0 #fff, -30px 0 0 #fff;
    -moz-box-shadow: 30px 0 0 #fff, -30px 0 0 #fff;
    -webkit-box-shadow: 30px 0 0 #fff, -30px 0 0 #fff;
    box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-left: 15px
}

@media (max-width:768px) {
    .column .textImage .media-and-text.float-right .image-container {
        float: left !important
    }
}

.splunk-stripes {
    min-height: auto
}

@media screen and (max-width:765px) {
    .splunk-stripes {
        min-height: auto
    }
}

.newsroom-section .see-all {
    background-color: #fff;
    height: 34px
}

.newsroom-section .content .panel-body {
    height: 484px;
    overflow-y: scroll
}

.newsroom-section .content .panel-body.tweetsBlckContainer {
    overflow-y: hidden !important
}

.newsroom-section .see-all {
    padding-bottom: 0
}

.newsroom-section .see-all a,
.newsroom-section .see-all a:visited {
    padding-top: 8px;
    padding-bottom: 8px
}

.flex-item .carousel-container,
.flex-item .carousel-container .desktop-spacer-top-margin-none,
.flex-item .carousel-container .newsroomItem,
.flex-item .carousel-container .newsroomItem .newsroom-card {
    height: 100%
}

.newsroomItem .newsroom-card .clearfix {
    clear: both
}

.newsroomItem .newsroom-card .newsroom-header.panel-heading {
    background: #656c76;
    float: left;
    width: 100%
}

.newsroomItem .newsroom-card .newsroom-header.panel-heading a .splunk2-h5 {
    color: #fff
}

.newsroomItem .newsroom-card .newsroom-body {
    width: 100%;
    float: left
}

.splunk-tni-wrapper .data-popover-content {
    display: none
}

.splunk-tni-wrapper .splunk-popover {
    border: none
}

.splunk-tni-wrapper .tni {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.splunk-tni-wrapper .tni__image .img-link {
    display: block
}

.splunk-tni-wrapper .tni__image img {
    width: 100%
}

.splunk-tni-wrapper .tni .tni__desc p {
    padding-bottom: 0
}

.splunk-tni-wrapper .tni .tni__desc span:not(.ga-cta) {
    display: inline-block
}

.splunk-tni-wrapper .tni .tni__desc span.tabContent {
    display: block
}

.splunk-tni-wrapper .tni .tni__desc span.splunk2-eyebrow {
    padding-bottom: 12px
}

.splunk-tni-wrapper .tni.tni--full-width .tni__image img {
    width: 100%
}

.splunk-tni-wrapper .tni.tni--half-width .tni__image img {
    width: 50%
}

.splunk-tni-wrapper .tni img.splunk-image.splunk-image-halfwidth {
    max-width: 100%
}

.splunk-tni-wrapper .tni img.splunk-image-largeicon {
    min-width: 80px
}

.splunk-tni-wrapper .tni img.splunk-image-mediumicon {
    min-width: 64px
}

.splunk-tni-wrapper .tni img.splunk-image-smallicon {
    min-width: 48px
}

.splunk-tni-wrapper .tni .tni__image.splunk-image-halfwidth {
    width: 50%;
    max-width: 100%
}

.splunk-tni-wrapper .tni .tni__image.splunk-image-original {
    width: auto !important;
    height: auto !important;
    max-width: 100%
}

.splunk-tni-wrapper .tni .tni__image.splunk-image-original .splunk-image,
.splunk-tni-wrapper .tni .tni__image.splunk-image-original img {
    height: auto !important;
    max-width: none;
    width: auto !important
}

.splunk-tni-wrapper .tni.tni--image-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.splunk-tni-wrapper .tni.tni--image-top>.tni__desc {
    margin-top: 32px
}

.splunk-tni-wrapper .tni.tni--image-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: visible
}

.splunk-tni-wrapper .tni.tni--image-bottom .splunk-image-largeicon,
.splunk-tni-wrapper .tni.tni--image-bottom .splunk-image-mediumicon,
.splunk-tni-wrapper .tni.tni--image-bottom .splunk-image-smallicon {
    margin-top: 0 !important
}

.splunk-tni-wrapper .tni.tni--image-bottom>.tni__desc {
    margin-bottom: 32px
}

.splunk-tni-wrapper .tni.tni--image-bottom>.tni__desc p:last-child span:last-child {
    padding-bottom: 0
}

.splunk-tni-wrapper .tni.tni--image-bottom ol:last-child(),
.splunk-tni-wrapper .tni.tni--image-bottom ul:last-child() {
    padding-bottom: 0;
    margin-bottom: 0
}

.splunk-tni-wrapper .tni.image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.splunk-tni-wrapper .tni.image-right.wrap-text .tni__image {
    margin-bottom: 24px;
    margin-left: 24px
}

.splunk-tni-wrapper .tni.image-right.wrap-text .tni__image.HalfWidthWithWrap {
    margin-left: 24px;
    margin-bottom: 0
}

.splunk-tni-wrapper .tni.image-right .tni__desc__bottom {
    display: none !important
}

.splunk-tni-wrapper .tni.image-right .tni__desc__bottom .splunk-quotes,
.splunk-tni-wrapper .tni.image-right .tni__desc__top .splunk-button a,
.splunk-tni-wrapper .tni.image-right .tni__desc__top>* {
    display: none
}

@media (min-width:768px) {
    .splunk-tni-wrapper .tni.image-right .tni__desc__top .splunk-button a,
    .splunk-tni-wrapper .tni.image-right .tni__desc__top>* {
        display: block
    }
}

@media (min-width:768px) {
    .splunk-tni-wrapper .tni.image-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .splunk-tni-wrapper .tni.image-right.wrap-text {
        display: inline-block
    }
    .splunk-tni-wrapper .tni.image-right.wrap-text .tni__image {
        float: right
    }
    .splunk-tni-wrapper .tni.image-right.wrap-text .tni__desc {
        display: inline
    }
}

@media (min-width:768px) {
    .splunk-tni-wrapper .tni.tni--image-right.image-right>.tni__desc {
        margin-right: 24px
    }
}

@media (max-width:767px) {
    .splunk-tni-wrapper .tni.tni--image-right.image-right .tni__desc {
        margin-top: 32px
    }
    .splunk-tni-wrapper .tni.tni--image-right.image-right.wrap-text>.tni__desc {
        margin-top: 8px
    }
}

.splunk-tni-wrapper .tni.tni--image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.splunk-tni-wrapper .tni.tni--image-left.wrap-text .tni__image {
    margin-bottom: 24px;
    margin-right: 24px
}

@media (max-width:767px) {
    .splunk-tni-wrapper .tni.tni--image-left.wrap-text .tni__desc {
        margin-top: 8px
    }
}

@media (min-width:768px) {
    .splunk-tni-wrapper .tni.tni--image-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .splunk-tni-wrapper .tni.tni--image-left>.tni__desc {
        margin-left: 24px
    }
    .splunk-tni-wrapper .tni.tni--image-left.splunk-image-fullwidth {
        margin-right: 0;
        margin-bottom: 0
    }
    .splunk-tni-wrapper .tni.tni--image-left.wrap-text {
        display: inline-block
    }
    .splunk-tni-wrapper .tni.tni--image-left.wrap-text .tni__image {
        float: left
    }
    .splunk-tni-wrapper .tni.tni--image-left.wrap-text .tni__desc {
        display: inline
    }
}

@media (max-width:767px) {
    .splunk-tni-wrapper .tni.tni--image-left .tni__desc {
        margin-top: 32px
    }
}

.enable-divider__gradient-top {
    background: linear-gradient(252.85deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 74.89%, #ce0070 86.39%);
    width: 32px;
    height: 4px;
    line-height: 4px;
    margin-bottom: 12px;
    display: inline-block
}

.tni__desc-parsys .aem-Grid>.splunk-button {
    padding: 0
}

.tni__desc-parsys .splunk-quotes blockquote {
    padding: 4px 0 24px !important
}

.tni__desc-parsys .splunk-quotes blockquote:before {
    top: 19px
}

.tni__desc-parsys .splunk-blockquote {
    padding-left: 0px !important
}

.tni__desc-parsys .splunk-blockquote>div {
    padding-left: 33px
}

.text-image.base-component.parbase.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom.gecko.is-edited,
.text-image.base-component.parbase.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom.gecko.is-edited span,
.text-image.base-component.parbase.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom.webkit.is-edited,
.text-image.base-component.parbase.aem-GridColumn.aem-GridColumn--default--12.cq-Editable-dom.webkit.is-edited span {
    color: #000 !important
}

.page-anchor {
    scroll-margin-top: 4em
}

@media (max-width:768px) {
    .hideMobileTitle .splunk2-h4,
    .hideMobileTitle .splunk-tni-wrapper .tni .tni__desc span:not(.ga-cta) .splunk2-h4,
    .splunk-tni-wrapper .tni .tni__desc span.hideMobileTitle:not(.ga-cta) .splunk2-h4 {
        display: none
    }
    .hero-component .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio) {
        aspect-ratio: 8/5
    }
    .hero-component .splunk-picture-wrapper:not(.imageAlignment-none) .splunk-image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }
    .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio) {
        display: block
    }
    .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio).hideOnMobile {
        display: none
    }
    .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio).sixteen-by-nine {
        aspect-ratio: 16/9
    }
    .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio).eight-by-five {
        aspect-ratio: 8/5
    }
    .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio).four-by-three {
        aspect-ratio: 4/3
    }
    .splunk-picture-wrapper:not(.aspectRatio-none):not(.custom-ratio).one-by-one {
        aspect-ratio: 1/1
    }
    .splunk-picture-wrapper:not(.imageAlignment-none).center-center .splunk-image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }
    .splunk-picture-wrapper:not(.imageAlignment-none).top-left-alignment .splunk-image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top left;
        object-position: top left
    }
    .splunk-picture-wrapper:not(.imageAlignment-none).top-right-alignment .splunk-image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top right;
        object-position: top right
    }
    .splunk-picture-wrapper:not(.imageAlignment-none).bottom-left-alignment .splunk-image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom left;
        object-position: bottom left
    }
    .splunk-picture-wrapper:not(.imageAlignment-none).bottom-right-alignment .splunk-image {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom right;
        object-position: bottom right
    }
    .hideMobileTitle .cq-placeholder {
        height: 0
    }
    .splunk-picture-wrapper img.hideOnMobile {
        display: none
    }
}

@media (min-width:768px) {
    .splunk-picture-wrapper.custom-ratio .splunk-image {
        aspect-ratio: unset !important
    }
}

@media (max-width:768px) {
    .splunk-tni-wrapper .tni__image img {
        height: auto
    }
}

figCaption.imgCaption {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 26px;
    color: #656c76
}

.align-left {
    text-align: left !important
}

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

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

.splunk-button-full {
    display: block !important;
    width: 100% !important
}

.noCapitalisation {
    text-transform: none !important
}

.customer-content-fragment .row,
.resource-content-fragment .row {
    margin-right: -15px;
    margin-left: -15px
}

.customer-content-fragment a,
.resource-content-fragment a {
    width: 0
}

.customer-content-fragment .box-list-block .list-item-block,
.resource-content-fragment .box-list-block .list-item-block {
    position: relative;
    width: 33.05%;
    height: 324px;
    display: inline-block
}

.customer-content-fragment .box-list-block .list-item-block .tile-logo,
.resource-content-fragment .box-list-block .list-item-block .tile-logo {
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.customer-content-fragment .box-list-block .list-item-block .tile-logo img,
.resource-content-fragment .box-list-block .list-item-block .tile-logo img {
    height: 320px;
    width: calc(100% - 4px);
    -o-object-fit: cover;
    object-fit: cover
}

.customer-content-fragment .box-list-block .list-item-block .tile-content-before-hover .tile-heading,
.resource-content-fragment .box-list-block .list-item-block .tile-content-before-hover .tile-heading {
    position: absolute;
    bottom: 71px;
    width: calc(100% - 4px);
    margin: 0;
    padding: 0 16px
}

.customer-content-fragment .box-list-block .list-item-block .tile-overlay,
.resource-content-fragment .box-list-block .list-item-block .tile-overlay {
    position: absolute;
    top: 0px;
    width: calc(100% - 4px);
    bottom: 4px;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear
}

.customer-content-fragment .box-list-block .list-item-block .tile-content,
.resource-content-fragment .box-list-block .list-item-block .tile-content {
    padding: 10px;
    z-index: 30;
    color: #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.customer-content-fragment .box-list-block .list-item-block .tile-content .text-section,
.resource-content-fragment .box-list-block .list-item-block .tile-content .text-section {
    width: calc(100% - 4px);
    position: absolute;
    bottom: 67px;
    left: 0
}

.customer-content-fragment .box-list-block .list-item-block .tile-content .text-section .tile-desc,
.resource-content-fragment .box-list-block .list-item-block .tile-content .text-section .tile-desc {
    padding-bottom: 55px;
    line-height: 25px;
    text-align: center;
    margin: 0 10px;
    color: #fff
}

.customer-content-fragment .box-list-block .list-item-block .tile-content .text-section .tile-desc p,
.resource-content-fragment .box-list-block .list-item-block .tile-content .text-section .tile-desc p {
    color: #fff
}

.customer-content-fragment .box-list-block .list-item-block .tile-content .tile-link,
.resource-content-fragment .box-list-block .list-item-block .tile-content .tile-link {
    position: absolute;
    bottom: 20px
}

.customer-content-fragment .box-list-block .list-item-block .tile-heading,
.resource-content-fragment .box-list-block .list-item-block .tile-heading {
    width: calc(100% - 40px);
    color: #fff;
    line-height: 25px;
    padding: 0 0 45px;
    text-align: center;
    margin: 0 20px
}

.customer-content-fragment .box-list-block .list-item-block:hover .tile-overlay,
.resource-content-fragment .box-list-block .list-item-block:hover .tile-overlay {
    visibility: visible;
    opacity: 0.9
}

.customer-content-fragment .box-list-block .list-item-block:hover .tile-content,
.resource-content-fragment .box-list-block .list-item-block:hover .tile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: visible;
    opacity: 1
}

.customer-content-fragment .box-list-block .list-item-block:hover .tile-content-before-hover,
.resource-content-fragment .box-list-block .list-item-block:hover .tile-content-before-hover {
    display: none
}

@media (max-width:740px) {
    .customer-content-fragment .box-list-block .list-item-block,
    .resource-content-fragment .box-list-block .list-item-block {
        width: 50%
    }
}

@media (max-width:480px) {
    .customer-content-fragment .box-list-block .list-item-block,
    .resource-content-fragment .box-list-block .list-item-block {
        width: 100%
    }
}

@media (max-width:1199px) {
    .customer-content-fragment .box-list-block,
    .resource-content-fragment .box-list-block {
        width: 100%
    }
    .customer-content-fragment .tile-content,
    .customer-content-fragment .tile-overlay,
    .resource-content-fragment .tile-content,
    .resource-content-fragment .tile-overlay {
        display: none
    }
}

@media (min-width:768px) {
    .desktop-spacer-top-none {
        padding-top: 0px
    }
    .desktop-spacer-top-margin-none {
        margin-top: 0px
    }
    .desktop-spacer-bottom-none {
        padding-bottom: 0px
    }
    .desktop-spacer-bottom-margin-none {
        margin-bottom: 0px
    }
}

@media (min-width:768px) {
    .desktop-spacer-top-sm {
        padding-top: 20px
    }
    .desktop-spacer-top-margin-sm {
        margin-top: 20px
    }
    .desktop-spacer-bottom-sm {
        padding-bottom: 20px
    }
    .desktop-spacer-bottom-margin-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .desktop-spacer-top-md {
        padding-top: 40px
    }
    .desktop-spacer-top-margin-md {
        margin-top: 40px
    }
    .desktop-spacer-bottom-md {
        padding-bottom: 40px
    }
    .desktop-spacer-bottom-margin-md {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .desktop-spacer-top-lg {
        padding-top: 80px
    }
    .desktop-spacer-top-margin-lg {
        margin-top: 80px
    }
    .desktop-spacer-bottom-lg {
        padding-bottom: 80px
    }
    .desktop-spacer-bottom-margin-lg {
        margin-bottom: 80px
    }
}

@media (max-width:767px) {
    .mobile-spacer-top-none {
        padding-top: 0px
    }
    .mobile-spacer-top-margin-none {
        margin-top: 0px
    }
    .mobile-spacer-bottom-none {
        padding-bottom: 0px
    }
    .mobile-spacer-bottom-margin-none {
        margin-bottom: 0px
    }
}

@media (max-width:767px) {
    .mobile-spacer-top-sm {
        padding-top: 15px
    }
    .mobile-spacer-top-margin-sm {
        margin-top: 15px
    }
    .mobile-spacer-bottom-sm {
        padding-bottom: 15px
    }
    .mobile-spacer-bottom-margin-sm {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .mobile-spacer-top-md {
        padding-top: 20px
    }
    .mobile-spacer-top-margin-md {
        margin-top: 20px
    }
    .mobile-spacer-bottom-md {
        padding-bottom: 20px
    }
    .mobile-spacer-bottom-margin-md {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .mobile-spacer-top-lg {
        padding-top: 40px
    }
    .mobile-spacer-top-margin-lg {
        margin-top: 40px
    }
    .mobile-spacer-bottom-lg {
        padding-bottom: 40px
    }
    .mobile-spacer-bottom-margin-lg {
        margin-bottom: 40px
    }
}

.contact-sales-link-wrapper {
    position: fixed;
    top: 211px;
    right: -3px;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: bottom right;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: bottom right;
    -o-transform: rotate(-90deg);
    transform-origin: bottom right;
    transform: rotate(-90deg);
    border-radius: 4px 4px 0 0;
    background: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px 12px rgba(12, 23, 36, 0.12);
    box-shadow: 0 2px 12px rgba(12, 23, 36, 0.12);
    font-size: 18px;
    font-weight: 600;
    border: 0;
    text-rendering: optimizeLegibility;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.contact-sales-link-wrapper a {
    color: #ce0070
}

.contact-sales-link-wrapper a:hover {
    text-decoration: none;
    color: #ce0070
}

.contact-sales-link-wrapper:hover {
    right: -1px
}

.contact-sales-link-wrapper.scrolled {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width:767px) {
    .contact-sales-link-wrapper {
        display: none
    }
}

.known-user-authentication {
    display: block;
    width: 100%;
    margin-top: 24px
}

.known-user-authentication iframe {
    width: 100% !important
}

@media (min-width:768px) {
    .known-user-authentication {
        margin-top: 0
    }
}

.landing-page-component.base-component {
    padding-left: 0;
    padding-right: 0
}

.splunk-font.bold {
    font-weight: 700
}

.splunk-font.regular {
    font-weight: 400
}

.splunk-font.light {
    font-weight: 200
}

.splunk-font.black {
    font-weight: 900
}

.splunk-font.extrabold {
    font-weight: 800
}

.splunk-font.semibold {
    font-weight: 600
}

.splunk-font.italic {
    font-style: italic
}

.splunk2-background-white {
    background-color: #fff
}

.splunk2-background-gray {
    background-color: #f7f7f7
}

.splunk2-background {
    background-size: cover;
    background-position: 50%
}

.centered {
    text-align: center !important
}

.circle-example {
    width: 100px;
    height: 100px;
    border: 1px solid #d5dce5;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block
}

.splunk2-color.splunk-green {
    color: #65a637
}

.splunk2-color.splunk-green-cta {
    color: #2eb50b
}

.splunk2-color.splunk-green-dark {
    color: #197301
}

.splunk2-color.splunk-green-darkest {
    color: #115000
}

.splunk2-color.splunk-green-mint {
    color: #00afaa
}

.splunk2-color.splunk-blue {
    color: #0064da
}

.splunk2-color.splunk-blue-light {
    color: #00a9e0
}

.splunk2-color.splunk-blue-dark {
    color: #005f86
}

.splunk2-color.splunk-highlight,
.splunk2-color.splunk-highlight p {
    color: #eb008b
}

.splunk2-color.splunk-gray-darkest {
    color: #0c1724
}

.splunk2-color.splunk-gray-darker {
    color: #363c44
}

.splunk2-color.splunk-gray-dark {
    color: #656c76
}

.splunk2-color.splunk-gray {
    color: #969daa
}

.splunk2-color.splunk-gray-light {
    color: #d5dce5
}

.splunk2-color.splunk-gray-lightest {
    color: #f0f3f7
}

.splunk2-color.splunk-white {
    color: #fff
}

.splunk2-color.splunk-black {
    color: #000
}

.splunk2-color.splunk-burgundy {
    color: #79232e
}

.splunk2-color.splunk-orange {
    color: #f99d1c
}

.splunk2-color.splunk-orange-dark {
    color: #f05a22
}

.splunk2-color.splunk-orange-light {
    color: #f2a900
}

.splunk2-color.splunk-pink {
    color: #ce0070
}

.splunk2-color.splunk-gradient {
    background: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%, 100%;
    display: inline-block
}

.splunk-color.splunk-green,
.splunk-color.splunk-green p {
    color: #65a637
}

.splunk-color.splunk-green-cta,
.splunk-color.splunk-green-cta p {
    color: #2eb50b
}

.splunk-color.splunk-green-dark,
.splunk-color.splunk-green-dark p {
    color: #197301
}

.splunk-color.splunk-green-darkest,
.splunk-color.splunk-green-darkest p {
    color: #115000
}

.splunk-color.splunk-green-mint,
.splunk-color.splunk-green-mint p {
    color: #00afaa
}

.splunk-color.splunk-blue,
.splunk-color.splunk-blue p {
    color: #0064da
}

.splunk-color.splunk-blue-light,
.splunk-color.splunk-blue-light p {
    color: #00a9e0
}

.splunk-color.splunk-blue-dark,
.splunk-color.splunk-blue-dark p {
    color: #005f86
}

.splunk-color.splunk-highlight,
.splunk-color.splunk-highlight p {
    color: #eb008b
}

.splunk-color.splunk-gray-darkest,
.splunk-color.splunk-gray-darkest p {
    color: #0c1724
}

.splunk-color.splunk-gray-darker,
.splunk-color.splunk-gray-darker p {
    color: #363c44
}

.splunk-color.splunk-gray-dark,
.splunk-color.splunk-gray-dark p {
    color: #656c76
}

.splunk-color.splunk-gray,
.splunk-color.splunk-gray p {
    color: #969daa
}

.splunk-color.splunk-gray-light,
.splunk-color.splunk-gray-light p {
    color: #d5dce5
}

.splunk-color.splunk-gray-lightest,
.splunk-color.splunk-gray-lightest p {
    color: #f0f3f7
}

.splunk-color.splunk-white,
.splunk-color.splunk-white p {
    color: #fff
}

.splunk-color.splunk-black,
.splunk-color.splunk-black p {
    color: #000
}

.splunk-color.splunk-pink,
.splunk-color.splunk-pink p {
    color: #ce0070
}

.splunk-color.splunk-burgundy,
.splunk-color.splunk-burgundy p {
    color: #79232e
}

.splunk-color.splunk-orange,
.splunk-color.splunk-orange p {
    color: #f99d1c
}

.splunk-color.splunk-orange-dark,
.splunk-color.splunk-orange-dark p {
    color: #f05a22
}

.splunk-color.splunk-orange-light,
.splunk-color.splunk-orange-light p {
    color: #f2a900
}

.splunk-color.splunk-gradient {
    background: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%, 100%;
    display: inline-block
}

.splunk2-background.splunk-green {
    background-color: #65a637
}

.splunk2-background.splunk-green-cta {
    background-color: #2eb50b
}

.splunk2-background.splunk-green-dark {
    background-color: #197301
}

.splunk2-background.splunk-green-darkest {
    background-color: #115000
}

.splunk2-background.splunk-green-mint {
    background-color: #00afaa
}

.splunk2-background.splunk-blue {
    background-color: #0064da
}

.splunk2-background.splunk-blue-light {
    background-color: #00a9e0
}

.splunk2-background.splunk-blue-dark {
    background-color: #005f86
}

.splunk2-background.splunk-gray-darkest {
    background-color: #0c1724
}

.splunk2-background.splunk-gray-darker {
    background-color: #363c44
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image h6 a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image p a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-darker .text-image ul li a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-darker .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-darker .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-dark {
    background-color: #656c76
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image h6 a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image p a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-dark .text-image ul li a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-gray-dark .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-dark .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray {
    background-color: #969daa
}

.splunk2-background.splunk-gray-light {
    background-color: #d5dce5
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image h6 a:not(.splunk-btn) {
    color: #0c1724
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image p a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-light .text-image ul li a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-gray-light .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-light .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-lightest {
    background-color: #f0f3f7
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image h6 a:not(.splunk-btn) {
    color: #0c1724
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image p a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-gray-lightest .text-image ul li a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-gray-lightest .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gray-lightest .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-white {
    background-color: #fff
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-white .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-white .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-white .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-white .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-white .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image h6 a:not(.splunk-btn) {
    color: #0c1724
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image p a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-white .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-white .text-image ul li a:not(.splunk-btn) {
    color: #0064da
}

.splunk2-background.splunk-white .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-white .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-black {
    background-color: #000
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-black .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-black .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-black .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-black .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-black .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image h6 a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image p a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-black .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-black .text-image ul li a:not(.splunk-btn) {
    color: #fff
}

.splunk2-background.splunk-black .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-black .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-burgundy {
    background-color: #79232e
}

.splunk2-background.splunk-orange {
    background-color: #f99d1c
}

.splunk2-background.splunk-orange-dark {
    background-color: #f05a22
}

.splunk2-background.splunk-orange-light {
    background-color: #f2a900
}

.splunk2-background.splunk-catPink,
.splunk2-background.splunk-pink {
    background-color: #ce0070
}

.splunk2-background.splunk-gradient {
    background: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%)
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h1 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h2 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h3 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h4 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h5 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h6 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text h1 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text h2 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text h3 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text h4 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text h5 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text h6 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image h1 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image h2 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image h3 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image h4 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image h5 a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image h6 a:not(.splunk-btn) {
    color: #fff;
    text-decoration: underline
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .box__content.displayBackgroundColor h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text h6 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image h1 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image h2 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image h3 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image h4 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image h5 a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image h6 a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor p a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text p a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image p a:not(.splunk-btn) {
    color: #fff;
    text-decoration: underline
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text p a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image p a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image a:not(.splunk-btn) {
    color: #fff;
    text-decoration: underline
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor ul li a:not(.splunk-btn),
.splunk2-background.splunk-gradient .cmp-text ul li a:not(.splunk-btn),
.splunk2-background.splunk-gradient .text-image ul li a:not(.splunk-btn) {
    text-decoration: underline;
    color: #fff
}

.splunk2-background.splunk-gradient .box__content.displayBackgroundColor ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .cmp-text ul li a:not(.splunk-btn):hover,
.splunk2-background.splunk-gradient .text-image ul li a:not(.splunk-btn):hover {
    text-decoration: underline
}

.splunk-background.splunk-green {
    background-color: #65a637
}

.splunk-background.splunk-green-cta {
    background-color: #2eb50b
}

.splunk-background.splunk-green-dark {
    background-color: #197301
}

.splunk-background.splunk-green-darkest {
    background-color: #115000
}

.splunk-background.splunk-green-mint {
    background-color: #00afaa
}

.splunk-background.splunk-blue {
    background-color: #0064da
}

.splunk-background.splunk-blue-light {
    background-color: #00a9e0
}

.splunk-background.splunk-blue-dark {
    background-color: #005f86
}

.splunk-background.splunk-gray-darkest {
    background-color: #0c1724
}

.splunk-background.splunk-gray-darker {
    background-color: #363c44
}

.splunk-background.splunk-gray-dark {
    background-color: #656c76
}

.splunk-background.splunk-gray {
    background-color: #969daa
}

.splunk-background.splunk-gray-light {
    background-color: #d5dce5
}

.splunk-background.splunk-gray-lightest {
    background-color: #f0f3f7
}

.splunk-background.splunk-white {
    background-color: #fff
}

.splunk-background.splunk-black {
    background-color: #000
}

.splunk-background.splunk-burgundy {
    background-color: #79232e
}

.splunk-background.splunk-orange {
    background-color: #f99d1c
}

.splunk-background.splunk-orange-light {
    background-color: #f2a900
}

.splunk-background.splunk-catPink,
.splunk-background.splunk-pink {
    background-color: #ce0070
}

.splunk-background.splunk-gradient {
    background: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%)
}

.splunk2-top-border {
    border-top: 1px solid #d5dce5
}

.splunk2-top-border.splunk-green {
    border-top: 1px solid #65a637
}

.splunk2-top-border.splunk-green-dark {
    border-top: 1px solid #197301
}

.splunk2-top-border.splunk-green-darkest {
    border-top: 1px solid #115000
}

.splunk2-top-border.splunk-green-mint {
    border-top: 1px solid #00afaa
}

.splunk2-top-border.splunk-blue {
    border-top: 1px solid #0064da
}

.splunk2-top-border.splunk-blue-light {
    border-top: 1px solid #00a9e0
}

.splunk2-top-border.splunk-blue-dark {
    border-top: 1px solid #005f86
}

.splunk2-top-border.splunk-gray-darkest {
    border-top: 1px solid #0c1724
}

.splunk2-top-border.splunk-gray-darker {
    border-top: 1px solid #363c44
}

.splunk2-top-border.splunk-gray-dark {
    border-top: 1px solid #656c76
}

.splunk2-top-border.splunk-gray {
    border-top: 1px solid #969daa
}

.splunk2-top-border.splunk-gray-light {
    border-top: 1px solid #d5dce5
}

.splunk2-top-border.splunk-gray-lightest {
    border-top: 1px solid #f0f3f7
}

.splunk2-top-border.splunk-white {
    border-top: 1px solid #fff
}

.splunk2-top-border.splunk-black {
    border-top: 1px solid #000
}

.splunk2-top-border.splunk-burgundy {
    border-top: 1px solid #79232e
}

.splunk2-top-border.splunk-orange {
    border-top: 1px solid #f99d1c
}

.splunk2-top-border.splunk-orange-light {
    border-top: 1px solid #f2a900
}

.splunk-top-border {
    border-top: 1px solid #d5dce5
}

.splunk-top-border.splunk-green {
    border-top: 1px solid #65a637
}

.splunk-top-border.splunk-green-dark {
    border-top: 1px solid #197301
}

.splunk-top-border.splunk-green-darkest {
    border-top: 1px solid #115000
}

.splunk-top-border.splunk-green-mint {
    border-top: 1px solid #00afaa
}

.splunk-top-border.splunk-blue {
    border-top: 1px solid #0064da
}

.splunk-top-border.splunk-blue-light {
    border-top: 1px solid #00a9e0
}

.splunk-top-border.splunk-blue-dark {
    border-top: 1px solid #005f86
}

.splunk-top-border.splunk-gray-darkest {
    border-top: 1px solid #0c1724
}

.splunk-top-border.splunk-gray-darker {
    border-top: 1px solid #363c44
}

.splunk-top-border.splunk-gray-dark {
    border-top: 1px solid #656c76
}

.splunk-top-border.splunk-gray {
    border-top: 1px solid #969daa
}

.splunk-top-border.splunk-gray-light {
    border-top: 1px solid #d5dce5
}

.splunk-top-border.splunk-gray-lightest {
    border-top: 1px solid #f0f3f7
}

.splunk-top-border.splunk-white {
    border-top: 1px solid #fff
}

.splunk-top-border.splunk-black {
    border-top: 1px solid #000
}

.splunk-top-border.splunk-burgundy {
    border-top: 1px solid #79232e
}

.splunk-top-border.splunk-orange {
    border-top: 1px solid #f99d1c
}

.splunk-top-border.splunk-orange-light {
    border-top: 1px solid #f2a900
}

.splunk-top-border.splunk-gradient {
    border-top: 1px solid;
    -o-border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image-slice: 1
}

.splunk-top-border.splunk-gradient.thick-border {
    border-top-width: 4px !important
}

.splunk-left-border {
    border-left: 1px solid #d5dce5;
    padding-left: 5px
}

.splunk-left-border.splunk-green {
    border-left: 1px solid #65a637
}

.splunk-left-border.splunk-green-dark {
    border-left: 1px solid #197301
}

.splunk-left-border.splunk-green-darkest {
    border-left: 1px solid #115000
}

.splunk-left-border.splunk-green-mint {
    border-left: 1px solid #00afaa
}

.splunk-left-border.splunk-blue {
    border-left: 1px solid #0064da
}

.splunk-left-border.splunk-blue-light {
    border-left: 1px solid #00a9e0
}

.splunk-left-border.splunk-blue-dark {
    border-left: 1px solid #005f86
}

.splunk-left-border.splunk-gray-darkest {
    border-left: 1px solid #0c1724
}

.splunk-left-border.splunk-gray-darker {
    border-left: 1px solid #363c44
}

.splunk-left-border.splunk-gray-dark {
    border-left: 1px solid #656c76
}

.splunk-left-border.splunk-gray {
    border-left: 1px solid #969daa
}

.splunk-left-border.splunk-gray-light {
    border-left: 1px solid #d5dce5
}

.splunk-left-border.splunk-gray-lightest {
    border-left: 1px solid #f0f3f7
}

.splunk-left-border.splunk-white {
    border-left: 1px solid #fff
}

.splunk-left-border.splunk-black {
    border-left: 1px solid #000
}

.splunk-left-border.splunk-burgundy {
    border-left: 1px solid #79232e
}

.splunk-left-border.splunk-orange {
    border-left: 1px solid #f99d1c
}

.splunk-left-border.splunk-orange-light {
    border-left: 1px solid #f2a900
}

.splunk-left-border.splunk-gradient {
    border-left: 1px solid;
    -o-border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image-slice: 1
}

.splunk-left-border.splunk-gradient.thick-border {
    border-left-width: 4px !important
}

.splunk-right-border {
    border-right: 1px solid #d5dce5;
    padding-right: 5px
}

.splunk-right-border.splunk-green {
    border-right: 1px solid #65a637
}

.splunk-right-border.splunk-green-dark {
    border-right: 1px solid #197301
}

.splunk-right-border.splunk-green-darkest {
    border-right: 1px solid #115000
}

.splunk-right-border.splunk-green-mint {
    border-right: 1px solid #00afaa
}

.splunk-right-border.splunk-blue {
    border-right: 1px solid #0064da
}

.splunk-right-border.splunk-blue-light {
    border-right: 1px solid #00a9e0
}

.splunk-right-border.splunk-blue-dark {
    border-right: 1px solid #005f86
}

.splunk-right-border.splunk-gray-darkest {
    border-right: 1px solid #0c1724
}

.splunk-right-border.splunk-gray-darker {
    border-right: 1px solid #363c44
}

.splunk-right-border.splunk-gray-dark {
    border-right: 1px solid #656c76
}

.splunk-right-border.splunk-gray {
    border-right: 1px solid #969daa
}

.splunk-right-border.splunk-gray-light {
    border-right: 1px solid #d5dce5
}

.splunk-right-border.splunk-gray-lightest {
    border-right: 1px solid #f0f3f7
}

.splunk-right-border.splunk-white {
    border-right: 1px solid #fff
}

.splunk-right-border.splunk-black {
    border-right: 1px solid #000
}

.splunk-right-border.splunk-burgundy {
    border-right: 1px solid #79232e
}

.splunk-right-border.splunk-orange {
    border-right: 1px solid #f99d1c
}

.splunk-right-border.splunk-orange-light {
    border-right: 1px solid #f2a900
}

.splunk-right-border.splunk-gradient {
    border-right: 1px solid;
    -o-border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image-slice: 1
}

.splunk-right-border.splunk-gradient.thick-border {
    border-right-width: 4px !important
}

.splunk-bottom-border {
    border-bottom: 1px solid #d5dce5
}

.splunk-bottom-border.splunk-gray-lightest {
    border-bottom: 1px solid #f0f3f7
}

.splunk-bottom-border.splunk-gradient {
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%);
    border-image-slice: 1
}

.splunk-bottom-border.splunk-gradient.thick-border {
    border-bottom-width: 4px !important
}

.thick-border {
    border-width: 4px !important
}

.splunk-full-border,
.splunk-full-border.splunk-gray-light {
    border: 1px solid #d5dce5
}

.splunk-full-border.splunk-gray-lightest {
    border: 1px solid #f0f3f7
}

.splunk-full-border.splunk-gradient {
    -o-border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%) 1/1px;
    border-image: linear-gradient(-30deg, #f99d1c 8.98%, #f99c1c 9.4%, #f4781f 21.71%, #f16221 31.74%, #f05a22 38.17%, #ee1d62 64.89%, #ce0070 76.39%) 1/1px
}

.splunk-image,
.splunk-image.splunk-image-fullwidth {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.splunk-image.splunk-image-halfwidth {
    width: 50%;
    height: 50%;
    max-width: 50%
}

.splunk-image.splunk-image-largeicon {
    width: 80px;
    height: 80px;
    max-width: 80px
}

.splunk-image.splunk-image-mediumicon {
    width: 64px;
    height: 64px;
    max-width: 64px
}

.splunk-image.splunk-image-smallicon {
    width: 48px;
    height: 48px;
    max-width: 48px
}

.splunk-image.splunk-image-smallericon {
    width: 32px;
    height: 32px;
    max-width: 32px
}

.splunk-image.splunk-image-smallesticon {
    width: 24px;
    height: 24px;
    max-width: 24px
}

.splunk-new-gradient-light-left {
    background: linear-gradient(109deg, #e86320 1.32%, #f05a22 38.13%, #ee1d62 65.97%, #ef0282 92.19%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.splunk-new-gradient-light-right {
    background: linear-gradient(287deg, #e86320 1.32%, #f05a22 32.67%, #ee1d62 70.24%, #ef0282);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.splunk-new-gradient-dark-left {
    background: linear-gradient(94deg, #f99d1c 8.88%, #f99c1c 9.31%, #f4781f 21.85%, #f16221 32.06%, #f05a22 38.6%, #ee1d62 75.99%, #ed0080 87.7%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.splunk-new-gradient-dark-right {
    background: linear-gradient(278deg, #f99d1c 8.88%, #f99c1c 9.31%, #f4781f 21.85%, #f16221 32.06%, #f05a22 38.6%, #ee1d62 75.99%, #ed0080 87.7%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.title-size-none {
    font-size: 0px
}

.title-size-sm {
    font-size: 20px
}

.title-size-md {
    font-size: 30px
}

.title-size-lg {
    font-size: 40px
}

.splunk-footer {
    background: #0c1724;
    color: #fff
}

.splunk-footer .main-content {
    padding: 40px 0
}

.splunk-footer a,
.splunk-footer a:active,
.splunk-footer a:hover {
    color: #fff
}

.splunk-footer a:active .icon-chevron-up,
.splunk-footer a:hover .icon-chevron-up {
    top: 0;
    opacity: 1;
    color: #fff
}

.splunk-footer a .icon-chevron-up {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    top: 2px;
    margin-left: 5px;
    font-size: 11px;
    color: #fff
}

.splunk-footer a .icon-chevron-up:active {
    color: #fff
}

.splunk-footer a.collapsed .icon-chevron-up {
    opacity: 0.8;
    top: 2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.splunk-footer .the-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.splunk-footer .the-items {
    font-size: 14px
}

.splunk-footer .the-items ul {
    padding-left: 0px
}

.splunk-footer .the-social {
    padding-top: 20px;
    border-top: 1px solid #969daa;
    padding-bottom: 10px;
    text-align: center;
    font-size: 30px
}

.splunk-footer .the-social .the-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.splunk-footer .the-social .the-flexbox [class*=icon-] {
    width: auto;
    display: inline;
    background-image: none
}

.splunk-footer .the-social a,
.splunk-footer .the-social a .splunk-icon {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: color .5s, opacity .5s;
    transition: color .5s, opacity .5s
}

.splunk-footer .the-social a .splunk-icon:hover,
.splunk-footer .the-social a:hover {
    opacity: 1
}

.splunk-footer .the-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #969daa;
    text-align: center
}

.splunk-footer .the-logo .logo img {
    height: 30px
}

.splunk-footer .logo-form {
    padding-top: 20px
}

.splunk-footer .copyright-content {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.splunk-footer .copyright-content .the-links {
    text-align: center;
    padding-bottom: 20px
}

.splunk-footer .copyright-content .the-copyright p {
    font-size: 12px;
    line-height: 15px;
    color: #656c76
}

.splunk-footer .copyright-content .the-trademark p {
    font-size: 12px;
    line-height: 15px;
    color: #fff
}

@media (max-width:767px) {
    .splunk-footer {
        padding-left: 10px;
        padding-right: 10px
    }
    .splunk-footer .main-content .splunk-list-item.splunk-list-item--footer-list .heading {
        margin-top: 0px
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-title a.is-clickable-title {
        cursor: pointer;
        text-decoration: none
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li {
        padding-top: 20px
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li.hidden-sm {
        padding-top: 0
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li a {
        font-size: 14px;
        opacity: .8;
        line-height: 18px;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li a:hover {
        opacity: 1;
        text-decoration: underline
    }
    .splunk-footer .main-content .container .row>div .footer-column>div {
        margin-top: 20px
    }
    .splunk-footer .main-content .container .row>div:first-child .footer-column>div:first-child {
        margin-top: 0
    }
    .splunk-footer .forms-links {
        border-bottom: 1px solid #969daa;
        margin: 15px 0px
    }
    .splunk-footer .logo-form {
        border-bottom: none;
        padding-bottom: 0px
    }
    footer .container {
        width: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .splunk-footer-v2019 .container {
        width: 750px
    }
}

@media (min-width:768px) {
    .splunk-footer {
        padding: 0
    }
    .splunk-footer .main-content {
        padding: 80px 0
    }
    .splunk-footer .main-content .footer-column .listing,
    .splunk-footer .main-content .footer-column .title {
        margin-top: 40px
    }
    .splunk-footer .main-content .footer-column .listing:first-of-type,
    .splunk-footer .main-content .footer-column .title:first-of-type {
        margin-top: 0
    }
    .splunk-footer .main-content .footer-column .listing .the-title,
    .splunk-footer .main-content .footer-column .title .the-title {
        padding-bottom: 0
    }
    .splunk-footer .main-content .footer-column .listing .the-title a,
    .splunk-footer .main-content .footer-column .title .the-title a {
        cursor: default;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase
    }
    .splunk-footer .main-content .footer-column .listing .the-title a:hover,
    .splunk-footer .main-content .footer-column .title .the-title a:hover {
        text-decoration: none
    }
    .splunk-footer .main-content .footer-column .listing .the-title a.is-clickable-title,
    .splunk-footer .main-content .footer-column .title .the-title a.is-clickable-title {
        cursor: pointer
    }
    .splunk-footer .main-content .footer-column .listing .the-title a.is-clickable-title:hover,
    .splunk-footer .main-content .footer-column .title .the-title a.is-clickable-title:hover {
        text-decoration: underline
    }
    .splunk-footer .main-content .footer-column .listing .the-title a .splunk-icon.icon-chevron-up,
    .splunk-footer .main-content .footer-column .title .the-title a .splunk-icon.icon-chevron-up {
        display: none
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items.collapse {
        display: block;
        visibility: visible
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul {
        list-style-type: none
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li {
        margin-top: 15px;
        padding-bottom: 0
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li a {
        font-size: 14px;
        opacity: 0.8;
        line-height: 18px;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear
    }
    .splunk-footer .main-content .footer-column .listing .footer-list .the-items ul li a:hover {
        opacity: 1;
        text-decoration: underline
    }
    .splunk-footer .base-content {
        padding-top: 0;
        margin-left: 15px;
        margin-right: 15px
    }
    .splunk-footer .base-content .footer-white-borders {
        padding: 20px 0;
        border-top: 1px solid #969daa;
        border-bottom: 1px solid #969daa
    }
    .splunk-footer .base-content .footer-white-borders-froms {
        padding: 20px 0;
        border-bottom: 1px solid #969daa
    }
    .splunk-footer .base-content .the-logo,
    .splunk-footer .base-content .the-social {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0
    }
    .splunk-footer .base-content .the-logo {
        text-align: left
    }
    .splunk-footer .base-content .the-social {
        text-align: right;
        height: 40px
    }
    .splunk-footer .base-content .the-social a:hover {
        text-decoration: none
    }
    .splunk-footer .base-content .the-social .the-flexbox {
        display: block
    }
    .splunk-footer .base-content .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .splunk-footer .copyright-content {
        margin-left: 15px;
        margin-right: 15px
    }
    .splunk-footer .copyright-content .the-links {
        text-align: left
    }
    .splunk-footer .copyright-content .forms-links,
    .splunk-footer .copyright-content .the-small-copyright {
        text-align: right
    }
}

.global-footer-wrapper .global-footer-v2 {
    max-width: 100%;
    background: #f0f3f7;
    padding-top: 80px;
    padding-bottom: 80px
}

.global-footer-wrapper .global-footer-v2 .content-seprator {
    height: 1px;
    width: 100%;
    background: #d5dce5;
    margin-top: 40px
}

.global-footer-wrapper .global-footer-v2 .base-content {
    margin-top: 40px
}

.global-footer-wrapper .global-footer-v2 .base-content .no-padding {
    padding-left: 0
}

.global-footer-wrapper .global-footer-v2 .base-content .logo-wrapper {
    height: 36px;
    max-width: 100%;
    display: block
}

.global-footer-wrapper .global-footer-v2 .base-content .socialband .social-band-wrapper.splunk2-background {
    background-color: transparent
}

.global-footer-wrapper .global-footer-v2 .base-content .socialband .social-band-wrapper.splunk2-background .social-band.horizantal.align-left {
    text-align: right;
    float: right
}

.global-footer-wrapper .global-footer-v2 .base-content .social-band__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0
}

.global-footer-wrapper .global-footer-v2 .base-content .social-band__icons>li {
    margin-right: 24px
}

.global-footer-wrapper .global-footer-v2 .base-content .social-band__icons>li .social-icon,
.global-footer-wrapper .global-footer-v2 .base-content .social-band__icons>li>a {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 !important
}

.global-footer-wrapper .global-footer-v2 .site-map-content {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.global-footer-wrapper .global-footer-v2 .site-map-content .site-map-item:not(:first-child) {
    margin-left: 28px
}

.global-footer-wrapper .global-footer-v2 .site-map-content .site-map-item>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #656c76
}

.global-footer-wrapper .global-footer-v2 .copyright-content>p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 110% !important;
    color: #656c76;
    text-align: right
}

.global-footer-wrapper .global-footer-v2 .copyright-content.trademark {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    margin-top: 20px;
    color: #656c76
}

.global-footer-wrapper .global-footer-v2 .text-image>#googlePlayDownloadApp+div .splunk-tni-wrapper .tni {
    overflow: visible
}

@media (max-width:767px) {
    .global-footer-wrapper .global-footer-v2 {
        padding-top: 40px;
        padding-bottom: 20px
    }
    .global-footer-wrapper .global-footer-v2 .site-map-content {
        margin: 40px 0 0;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .global-footer-wrapper .global-footer-v2 .site-map-content .site-map-item {
        margin-left: 0 !important;
        margin-right: 24px
    }
    .global-footer-wrapper .global-footer-v2 .site-map-content .site-map-item:last-of-type {
        margin-right: 0 !important
    }
    .global-footer-wrapper .global-footer-v2 .site-map-content .site-map-item a {
        line-height: 140%
    }
    .global-footer-wrapper .global-footer-v2 .content-seprator.visible-xs {
        display: block !important
    }
    .global-footer-wrapper .global-footer-v2 .base-content,
    .global-footer-wrapper .global-footer-v2 .content-seprator.top {
        margin-top: 32px
    }
    .global-footer-wrapper .global-footer-v2 .base-content .no-padding {
        padding-left: 0
    }
    .global-footer-wrapper .global-footer-v2 .base-content .social-band {
        margin-bottom: 0
    }
    .global-footer-wrapper .global-footer-v2 .base-content .social-band.horizantal.align-left {
        text-align: left !important;
        float: left !important
    }
    .global-footer-wrapper .global-footer-v2 .base-content .social-band__icons {
        padding-left: 0;
        position: relative;
        left: 0 !important
    }
    .global-footer-wrapper .global-footer-v2 .base-content .social-band__icons>li {
        height: 24px !important;
        width: 24px
    }
    .global-footer-wrapper .global-footer-v2 .base-content .logo-wrapper {
        height: 25px;
        width: auto
    }
    .global-footer-wrapper .global-footer-v2 .copyright-content {
        margin-top: 32px;
        display: block
    }
    .global-footer-wrapper .global-footer-v2 .copyright-content>p {
        font-style: normal;
        font-weight: 400;
        line-height: 140% !important;
        color: #656c76;
        text-align: left !important
    }
    .global-footer-wrapper .global-footer-v2 .copyright-content.trademark {
        font-size: 12px;
        line-height: 140%;
        margin-top: 8px;
        margin-bottom: 20px;
        color: #656c76
    }
    .global-footer-wrapper .global-footer-v2 .text-image {
        width: auto !important
    }
    .global-footer-wrapper .global-footer-v2 .text-image>#applPlayDownloadApp+div img {
        width: 132px;
        height: 45px
    }
    .global-footer-wrapper .global-footer-v2 .text-image>#googlePlayDownloadApp+div {
        margin: 0 0 0 20px !important
    }
    .global-footer-wrapper .global-footer-v2 .text-image>#googlePlayDownloadApp+div img {
        width: 150px;
        height: 45px
    }
    .global-footer-wrapper .global-footer-v2 .header-accordion .splunk-icon {
        font-size: 8px;
        height: 8px;
        width: 8px
    }
    .global-footer-wrapper .global-footer-v2 .header-accordion:hover,
    .global-footer-wrapper .global-footer-v2 .header-accordion:hover .splunk-icon.icon-chevron-down:before {
        color: #ce0070 !important
    }
}

@media (min-width:0) and (max-width:991px) {
    .global-footer-wrapper .global-footer-v2 .container {
        width: 100%
    }
}

.drift-frame-controller {
    bottom: 40px !important
}

.global-footer-v2_b div[data-layout^=column-count] {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0 20px;
    max-width: 950px;
    margin: 0 auto
}

@media (min-width:768px) and (max-width:1130px) {
    .global-footer-v2_b div[data-layout^=column-count] {
        padding: 0 24px
    }
}

@media (min-width:1131px) {
    .global-footer-v2_b div[data-layout^=column-count] {
        padding: 0 40px
    }
}

.global-footer-v2_b div[data-layout=column-count-5] {
    max-width: 1275px
}

@media (min-width:768px) and (max-width:1024px) {
    .global-footer-v2_b div[data-layout=column-count-5] {
        grid-template-columns: repeat(4, 1fr) 120px
    }
    .global-footer-v2_b div[data-layout=column-count-4] {
        grid-template-columns: repeat(3, 1fr) 120px
    }
    .global-footer-v2_b div[data-layout=column-count-3] {
        grid-template-columns: repeat(2, 1fr) 120px
    }
    .global-footer-v2_b div[data-layout=column-count-2] {
        grid-template-columns: auto 120px
    }
}

@media (min-width:1024px) {
    .global-footer-v2_b div[data-layout=column-count-5] {
        grid-template-columns: repeat(4, 1fr) 150px
    }
    .global-footer-v2_b div[data-layout=column-count-4] {
        grid-template-columns: repeat(3, 1fr) 150px
    }
    .global-footer-v2_b div[data-layout=column-count-3] {
        grid-template-columns: repeat(2, 1fr) 150px
    }
    .global-footer-v2_b div[data-layout=column-count-2] {
        grid-template-columns: auto 150px
    }
}

.global-footer-wrapper .global-footer-v2_b {
    max-width: 100%;
    background: #f0f3f7;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:767px) {
    .global-footer-wrapper .global-footer-v2_b {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.global-footer-wrapper .global-footer-v2_b .text-image>#googlePlayDownloadApp+div.splunk-tni-wrapper .tni {
    overflow: visible
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem .header-accordion:hover,
.global-footer-wrapper .global-footer-v2_b .footer-listitem .header-accordion:hover .splunk-icon.icon-chevron-down:before {
    color: #ce0070 !important
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li.subheader {
    margin-bottom: 20px;
    padding-bottom: 0
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li.subheader a {
    display: inline-block
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li.subheader:last-child {
    margin-bottom: 0
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li a:hover {
    text-decoration: none !important;
    color: #ce0070 !important
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li a {
        width: 100%;
        display: inline-block
    }
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem.show .list-elements {
    height: 0;
    margin-top: 20px
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem {
    margin-bottom: 22px
}

.global-footer-wrapper .global-footer-v2_b .footer-listitem .header-accordion {
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b .footer-listitem {
        margin-bottom: 40px
    }
    .global-footer-wrapper .global-footer-v2_b .footer-listitem div.header {
        margin-bottom: 20px
    }
    .global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements {
        margin-top: 0
    }
    .global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li.subheader {
        margin-bottom: 12px;
        padding-bottom: 0
    }
    .global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li.subheader a {
        display: inline-block
    }
    .global-footer-wrapper .global-footer-v2_b .footer-listitem ul.list-elements li.subheader:last-child {
        margin-bottom: 0
    }
}

.global-footer-wrapper .global-footer-v2_b div.content-separator {
    margin-top: 32px;
    height: 1px;
    width: 100%;
    background: #d5dce5
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.content-separator {
        margin-top: 0
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom {
    margin-top: 32px;
    display: grid;
    padding: 0 24px;
    grid-template-columns: 1fr;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom[data-footer-layout=column-count-5] {
    max-width: 1275px
}

@media (min-width:768px) and (max-width:1130px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom {
        padding: 0 24px
    }
}

@media (min-width:1131px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom {
        padding: 0 40px
    }
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom {
        grid-template-columns: 1fr 2fr;
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom {
        grid-template-columns: repeat(2, 1fr)
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .copyright-content.trademark {
    margin-top: 16px;
    margin-bottom: 16px
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .copyright-content.trademark>p {
    text-align: unset;
    color: #656c76
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band-wrapper {
    margin-bottom: 32px
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band-wrapper {
        margin-bottom: 0
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band {
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 1px
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0px;
    margin-right: 24px;
    color: #0c1724
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band a {
        margin-left: 24px;
        margin-right: 0
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band a .social-icon {
    width: 24px;
    height: 24px;
    margin: 0 !important
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-bottom: 32px
}

@media (min-width:420px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content .site-map-item:not(:first-child) {
        margin-left: 14px
    }
}

@media (min-width:450px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content .site-map-item:not(:first-child) {
        margin-left: 24px
    }
}

@media (min-width:767px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content .site-map-item:not(:first-child) {
        margin-left: 28px
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content .site-map-item>a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #656c76
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content .site-map-item>a:active,
.global-footer-wrapper .global-footer-v2_b div.footer-bottom .site-map-content .site-map-item>a:hover {
    color: #0c1724;
    text-decoration: underline
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom .copyright-text p {
    font-size: 10px;
    padding-top: 16px;
    padding-bottom: 0;
    color: #656c76
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .copyright-text p {
        padding-bottom: 16px
    }
}

@media (max-width:767px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.splunk-footer-logo {
        grid-row: 3
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.splunk-footer-logo img {
    width: auto;
    max-width: 100%;
    height: 36px;
    display: inline-block
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.splunk-footer-logo img {
        height: 36px
    }
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links {
        justify-self: end;
        text-align: right
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li {
        display: inline-block;
        float: none;
        margin-right: 24px
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li:last-child {
        margin-right: 0
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li .social-icon,
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li a {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0
    }
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li {
    display: inline-block;
    float: none;
    margin-right: 24px
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li:last-child {
    margin-right: 0
}

.global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li .social-icon,
.global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links ul.social-band__icons>li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div {
        justify-self: end;
        text-align: right
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .splunk-footer-logo {
        grid-row: 1;
        justify-self: start;
        text-align: left;
        width: 100%
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .social-band {
        grid-row: 1;
        grid-column: 2
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom .copyright-text {
        grid-row: 2;
        grid-column: 2
    }
    .global-footer-wrapper .global-footer-v2_b div.footer-bottom>div.footer-links {
        grid-row: 3;
        grid-column: 2
    }
}

.global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid>div {
    width: auto
}

.global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid img {
    height: 35px;
    width: auto;
    margin-right: 24px;
    margin-bottom: 0
}

@media (min-width:420px) and (max-width:767px) {
    .global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid img {
        height: 45px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid img {
        height: 35px
    }
}

@media (min-width:1024px) {
    .global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid img {
        height: 45px
    }
}

@media (min-width:768px) {
    .global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .global-footer-wrapper .global-footer-v2_b #appDownloadLogos+div.splunk-container .splunk-container__main-content div.aem-Grid img {
        margin-bottom: 16px;
        margin-right: 0
    }
}

div.global-footer-v2_b .social-icon.twitter {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/twitter-social-icon-dark-hover.svg);
    background-repeat: no-repeat;
    background-size: 0 0;
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/twitter-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/twitter-social-icon-dark.svg)
}

div.global-footer-v2_b .social-icon.twitter:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/twitter-social-icon-dark-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/twitter-social-icon-dark-hover.svg)
}

div.global-footer-v2_b .social-icon.facebook {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/facebook-social-icon-dark-hover.svg);
    background-repeat: no-repeat;
    background-size: 0 0;
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/facebook-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/facebook-social-icon-dark.svg)
}

div.global-footer-v2_b .social-icon.facebook:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/facebook-social-icon-dark-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/facebook-social-icon-dark-hover.svg)
}

div.global-footer-v2_b .social-icon.linkedin {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/linkedin-social-icon-dark-hover.svg);
    background-repeat: no-repeat;
    background-size: 0 0;
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/linkedin-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/linkedin-social-icon-dark.svg)
}

div.global-footer-v2_b .social-icon.linkedin:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/linkedin-social-icon-dark-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/linkedin-social-icon-dark-hover.svg)
}

div.global-footer-v2_b .social-icon.instagram {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/instagram-social-icon-dark-hover.svg);
    background-repeat: no-repeat;
    background-size: 0 0;
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/instagram-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/instagram-social-icon-dark.svg)
}

div.global-footer-v2_b .social-icon.instagram:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/instagram-social-icon-dark-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/instagram-social-icon-dark-hover.svg)
}

div.global-footer-v2_b .social-icon.youtube {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/youtube-social-icon-dark-hover.svg);
    background-repeat: no-repeat;
    background-size: 0 0;
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/youtube-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/youtube-social-icon-dark.svg)
}

div.global-footer-v2_b .social-icon.youtube:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/youtube-social-icon-dark-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/youtube-social-icon-dark-hover.svg)
}

div.global-footer-v2_b .social-icon.email {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/icon-email-black-hover.svg);
    background-repeat: no-repeat;
    background-size: 0 0;
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/icon-email-black.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/icon-email-black.svg)
}

div.global-footer-v2_b .social-icon.email:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/icon-email-black-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/icon-email-black-hover.svg)
}

div.global-footer-v2_b .social-icon.rss {
    background-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/v2_b/social-sprite.png);
    background-position: -277px -80px;
    background-size: auto
}

div.global-footer-v2_b .social-icon.rss:hover {
    background-position: -277px -116px
}

.drift-frame-controller {
    bottom: 120px !important;
    z-index: 99999 !important
}

@media (min-width:500px) and (max-width:1024px) {
    .drift-frame-controller {
        bottom: 150px !important
    }
}

#drift-frame-chat {
    bottom: 170px !important
}

@media (max-width:499px) {
    .drift-frame-controller {
        bottom: 200px !important
    }
    #drift-frame-chat {
        bottom: 0px !important
    }
}

.footer-listitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px
}

.footer-listitem .addCursor {
    cursor: pointer
}

.footer-listitem .addCursor:hover {
    color: #ce0070 !important
}

@media (max-width:768px) {
    .footer-listitem .header-accordion {
        cursor: pointer
    }
}

.footer-listitem .header,
.footer-listitem .header-accordion {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 110%;
    color: #0c1724;
    margin-bottom: 20px;
    text-decoration: none
}

.footer-listitem .header-accordion .splunk-icon,
.footer-listitem .header .splunk-icon {
    color: #0c1724;
    display: inline-block;
    width: 7px;
    height: 7px;
    font-size: 7px;
    margin: 2px 0 0 4px;
    position: relative;
    bottom: 1px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out
}

.footer-listitem .header {
    display: none
}

.footer-listitem .list-elements {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.footer-listitem .list-elements .mobile-header,
.footer-listitem .list-elements .subheader {
    padding-bottom: 20px
}

.footer-listitem .list-elements .mobile-header .list-CTA,
.footer-listitem .list-elements .subheader .list-CTA {
    font-size: 14px;
    line-height: 140%;
    color: #656c76;
    text-decoration: none
}

.footer-listitem.show .header-accordion .splunk-icon {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.footer-listitem.show .list-elements {
    height: auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

@media (min-width:768px) {
    .footer-listitem {
        margin-bottom: 28px
    }
    .footer-listitem .header-accordion {
        display: none
    }
    .footer-listitem .header {
        display: inline-block;
        margin-bottom: 12px
    }
    .footer-listitem .list-elements {
        height: auto;
        overflow: visible
    }
    .footer-listitem .list-elements .mobile-header {
        display: none
    }
    .footer-listitem .list-elements .subheader {
        padding-bottom: 12px
    }
}

.social-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #969daa;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    text-decoration: none;
    text-align: center
}

.social-icon img {
    width: 100%;
    height: 100%
}

.social-icon.splunk-gray-darker {
    background-color: #0c1724
}

.social-icon.twitter,
.social-icon.twitter:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/twitter-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/twitter-social-icon-dark.svg)
}

.social-icon.facebook,
.social-icon.facebook:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/facebook-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/facebook-social-icon-dark.svg)
}

.social-icon.linkedin,
.social-icon.linkedin:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/linkedin-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/linkedin-social-icon-dark.svg)
}

.social-icon.googleplus {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-googleplus.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-googleplus.svg)
}

.social-icon.googleplus:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-googleplus-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-googleplus-hover.svg)
}

.social-icon.instagram,
.social-icon.instagram:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/instagram-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/instagram-social-icon-dark.svg)
}

.social-icon.slideshare {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-slideshare.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-slideshare.svg)
}

.social-icon.slideshare:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-slideshare-hover.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-slideshare-hover.svg)
}

.social-icon.youtube,
.social-icon.youtube:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/youtube-social-icon-dark.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/youtube-social-icon-dark.svg)
}

.social-icon.email,
.social-icon.email:hover {
    -webkit-mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-email-black.svg);
    mask-image: url(https://www.splunk.com/content/dam/splunk2/en_us/images/icon-library/footer/icon-email-black.svg)
}

.social-icon.rss {
    background-image: url(https://www.splunk.com/content/dam/splunk2/images/social/social-sprite.png);
    background-position: -277px -80px;
    background-size: auto
}

.social-icon.rss:hover {
    background-position: -277px -116px
}

.social-band-wrapper {
    overflow: hidden
}

.social-band-wrapper.bg-gutters {
    margin: 0 15px
}

.social-band li.text-links .social-icon {
    width: auto;
    height: auto;
    vertical-align: text-bottom;
    padding-bottom: 2px;
    text-decoration: none
}

.social-band li.text-links .social-icon:after {
    content: "|";
    margin-left: 5px;
    color: #000
}

.social-band li.text-links:last-child .social-icon:after {
    content: ""
}

.social-band.dark,
.social-band.dark .social-band__title {
    color: #fff
}

.social-band.dark .social-icon.email:hover,
.social-band.dark .social-icon.facebook:hover,
.social-band.dark .social-icon.googleplus:hover,
.social-band.dark .social-icon.instagram:hover,
.social-band.dark .social-icon.linkedin:hover,
.social-band.dark .social-icon.rss:hover,
.social-band.dark .social-icon.slideshare:hover,
.social-band.dark .social-icon.twitter:hover,
.social-band.dark .social-icon.youtube:hover {
    opacity: 1
}

.social-band.sticky {
    position: fixed;
    padding-bottom: 50px;
    top: 85px;
    z-index: 1000;
    width: 50px
}

.social-band.sticky.subNavAdded {
    top: 175px
}

@media (max-width:767px) {
    .social-band.sticky {
        position: relative;
        z-index: inherit
    }
}

.social-band.align-right {
    text-align: right;
    float: right
}

.social-band.align-left {
    text-align: left;
    float: left
}

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

.social-band:after {
    content: " ";
    display: block;
    clear: both
}

.social-band .social-band__title {
    margin: 0 5px 0 0;
    position: relative;
    top: -1px
}

.social-band ul {
    margin: 0;
    padding: 2px 0 0;
    display: inline-block;
    vertical-align: middle
}

.social-band ul li {
    float: left;
    list-style-type: none;
    padding: 0
}

.social-band ul li:before {
    display: none
}

.social-band ul li:last-child .social-icon {
    margin-right: 0
}

.social-band.vertical {
    padding-top: 0px
}

.social-band.vertical .social-band__title {
    display: none
}

.social-band.vertical ul li {
    float: none
}

.social-band.vertical ul li .social-icon {
    margin: 0 0 8px
}

.social-band.vertical .social-icon {
    display: none
}

.social-band.vertical .social-icon.email,
.social-band.vertical .social-icon.facebook,
.social-band.vertical .social-icon.googleplus,
.social-band.vertical .social-icon.instagram,
.social-band.vertical .social-icon.linkedin,
.social-band.vertical .social-icon.twitter,
.social-band.vertical .social-icon.youtube {
    display: inline-block
}

@media (max-width:767px) {
    .social-band {
        margin-bottom: 0;
        text-align: left
    }
    .social-band.vertical .social-band__title {
        display: inline-block
    }
    .social-band.vertical ul li {
        float: left
    }
    .social-band.vertical ul li .social-icon {
        margin: 0 10px 0 0
    }
}

@media (max-width:767px) {
    .social-band .social-band__title,
    .social-band.vertical .social-band__title {
        top: 0px
    }
}

.author-bio .social-band .social-icon,
.author-blurb .social-band .social-icon,
.home .social-band .social-icon.rss {
    display: none
}

.author-bio .social-band .social-icon.facebook,
.author-bio .social-band .social-icon.linkedin,
.author-bio .social-band .social-icon.twitter,
.author-blurb .social-band .social-icon.facebook,
.author-blurb .social-band .social-icon.linkedin,
.author-blurb .social-band .social-icon.twitter {
    display: inline-block
}

.category .social-band .social-icon {
    display: none
}

.category .social-band .social-icon.facebook,
.category .social-band .social-icon.googleplus,
.category .social-band .social-icon.linkedin,
.category .social-band .social-icon.twitter {
    display: inline-block
}

.authors-list .social-icon {
    display: none
}

.authors-list .social-icon.email,
.authors-list .social-icon.facebook,
.authors-list .social-icon.googleplus,
.authors-list .social-icon.linkedin,
.authors-list .social-icon.twitter {
    display: inline-block
}

.blog-post .main-body .social-band .social-band__title {
    display: none
}

.blog-post .main-body .social-band ul li {
    float: none
}

.blog-post .main-body .social-band ul li .social-icon {
    margin: 0 0 8px
}

.blog-post .main-body .social-band .social-icon {
    display: none
}

.blog-post .main-body .social-band .social-icon.email,
.blog-post .main-body .social-band .social-icon.facebook,
.blog-post .main-body .social-band .social-icon.googleplus,
.blog-post .main-body .social-band .social-icon.linkedin,
.blog-post .main-body .social-band .social-icon.twitter {
    display: inline-block
}

.blog-post .author-intro .social-band {
    text-align: left
}

@media (max-width:767px) {
    .social-band {
        margin-bottom: 0;
        text-align: left
    }
    .blog-post .main-body .social-band .social-band__title {
        display: inline-block
    }
    .blog-post .main-body .social-band ul li {
        float: left
    }
    .blog-post .main-body .social-band ul li .social-icon {
        margin: 0 10px 0 0
    }
}

@media (max-width:1199px) {
    .home .social-band .social-band__title {
        top: -4px
    }
}

@media (max-width:767px) {
    .home .social-band .social-band__title {
        top: -17px
    }
}

@media (max-width:460px) {
    .home .social-band .social-band__title {
        top: -1px;
        padding-bottom: 3px;
        display: block
    }
    .author-bio .social-band .social-band__title,
    .category .social-band .social-band__title {
        padding-bottom: 3px;
        display: inline-block
    }
}

.social-band__icons.hover-effect .social-icon {
    background-image: none;
    background-color: #969daa;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 16px 0 0;
    position: relative;
    overflow: hidden
}

.social-band__icons.hover-effect .social-icon.splunk-gray-darker {
    background-color: #0c1724
}

.social-band__icons.hover-effect .social-icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -24px;
    -webkit-transition: left .3s;
    transition: left .3s
}

.social-band__icons.hover-effect .social-icon:hover:before {
    left: 0
}

.social-band__icons.hover-effect .twitter {
    background-image: none;
    background-color: #969daa;
    mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_twitter_black.svg);
    -webkit-mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_twitter_black.svg);
    width: 26px;
    height: 26px
}

.social-band__icons.hover-effect .twitter:hover {
    background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/icon-twitter-hover.svg)
}

.social-band__icons.hover-effect .twitter:before {
    background-color: #1da1f2;
    width: 26px;
    height: 26px
}

.social-band__icons.hover-effect .facebook {
    background-image: none;
    background-color: #969daa;
    mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_fb_black.svg);
    -webkit-mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_fb_black.svg)
}

.social-band__icons.hover-effect .facebook:hover {
    background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/icon-facebook-hover.svg)
}

.social-band__icons.hover-effect .facebook:before {
    background-color: #1877f2
}

.social-band__icons.hover-effect .linkedin {
    background-image: none;
    background-color: #969daa;
    mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_linkedin_black.svg);
    -webkit-mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_linkedin_black.svg)
}

.social-band__icons.hover-effect .linkedin:hover {
    background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/icon-linkedin-hover.svg)
}

.social-band__icons.hover-effect .linkedin:before {
    background-color: #2867b2
}

.social-band__icons.hover-effect .email {
    background-image: none;
    background-color: #969daa;
    mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_email_black.svg);
    -webkit-mask-image: url(https://www.splunk.com/etc/clientlibs/splunk/splunk-com/source/images/customer-story/logo_email_black.svg)
}

.social-band__icons.hover-effect .email:hover {
    background-image: url(https://www.splunk.com/content/dam/splunk2/images/icons/icon-email-black-hover.svg)
}

.social-band__icons.hover-effect .email:before {
    background-color: #656c76
}

.splunk-new-modal.modal {
    margin-top: 0;
    z-index: 100000
}

.splunk-new-modal.modal .modal-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABDCAYAAAAoCNNNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAV3SURBVHgB5ZvNbhpXFIDPuYMaY4PNvIBDn8BkV6mqileVqkqxn8DkCepl+iPFltLEuziqZEvtokStvI0rVZW6MmlaqbuSJwj2CwwYGpwW5vScwRDAYIaZOzMw/qRkwPx47udz7z33DyECLKuZBWhlO8+Qr1gFsKud54mKaSYrEDIIAWNZ9TwozKFSHwNhjn9j1t0nscxyKmTbL8CmsmmmSxAggYjoFN7YQIQtQMyADggqfLMlu916FoQUbSIsizIqcfE5EW1rK/w4WApBexfaS8emiVXQgG8RoQoYRqIEobiSTu6CT3yJkCqARuIH9/U+IC4jxFxOFcEjnkRIFKDRZAG4ATMEEhTtNux66XWmFmFZjRwaxvPIo2AcEh1tWJ9WhprmzeeNf7fQUCczK0Hge8MEvLZqb7an+ZhrEbX62wc2tYuhN4geQYVPavXmA9fvd/MmkUBg78AcwgXccdOrTBQxzxK6uJFxrQjr/B/ODtVziAEKjcJy6r1n414fK0IGRmjQ3/PSJkyGqtTCO+N6k7GNJRpwEh8JAmakTJIDjXp1pAhpF2a6i/QKl0klRvckV6qGUyW4H4YYQ9BaN9ODI9grEYEJjEXjeB0IiStRMSDCOm8U2FcO4k/eqvOcSR8DIhAM15nYvDMcFT0R3DbkY9lAjmcgKt5FhLILcMPojwpHhNNTKLUFGqnVqvDHy99BF/JdZ2enoJl8N6/oRITRzoNmPvrwA/js009g7/E34Je9xw+d75J/2lHNgnOR/xANrdEgrK6uOte9Rw99yRAJe48uP0+gHR6u35XrZRuhv8s8OPyeZdx2HnuV0S9BvuuXX38D/XTKrpzeAvSPKVZvd27cq4xREuQ79YMZq9HIKVDBJVBeZYQn4ZK2ykvVyEKATCsjdAmMMnBNcWOxBgHjVkYUEgTbtk0VRPswikkyopIgIKg1rNbfWGHJEM5OT518oJsc3f/ya5B+MSoJHajKIpoB9M7XMyyjSzQSOkQiQhAZkn1KKi6srGTg5Z9/RSJBmGqlSydHRz/2JAjy+OjoJ4gKJfUDQma4YfSbgepAkQ01CJFRvYOfDFQLvHDMeYSyICTGdZF+03G/ENCpImq/ghCYlCdEK4OqCkh2rwWL22QpMhkEZQVIFQiQaTPGSGQou4TONqDERSDthJ+0eVQGev+LryAIqLVgqsvteSXQjN+xQ3iRIZtZseos+Vm15g4q0LqmkUknnavftHk4MjgTBp2QTU/NlcXthPNMORGhVcTB4XfOzLOEtJ+0uRsZhwffstQsaMewi3LpLQKz6RO+5OFGQeVMevGOPOqNNThEfoYbBhE+7T7uRUSn92i+DnNuIlIQKplU8v3u015ESMtJ9jtDcYfIHthPNTgMtxf2oxiNhg5HAyRUsf9HAyI6UaF873SfdXjEvWsmBzeVjdxVF+seZKht6DJyhooScC+eVYSqZMD6qFdGipCwiWMVIbxaJbqMnbM0Vxb2ecIiNr2IlMVMLe6Pe33iXuw4tBdE9MJcXsxf956Js9g8RN3sHD2cU5DvPZ2ceNLI1TGFTtb59mTuth6yBFq6tW7i5JOArtY1nPyidYtbWzqGuYGO3UoQXC/wiAweqW3ystjM9yYE9q7cq1sJgrdTfufNgjORQ7O2L5PzBMBNM50swZR4PvdpNZtZ+M/eQdS7LdE7XBVSyXvTREE//k8CyykfpZ5EFR3SNXKjuOMlCvrRdzb8XPYr0jZi8DtwBF0CumgT0cWqN/M8vCuwkLv6J3mkDQCeR8BjXQK6aBfRjyMFaIOrTd5rpPBf/hXfZUkKD6mFstc2YBKBiujHIspA4yLH0ZJhMTlQHC004nwVr0w7q28KyrC0VAmq4MP8D2eCr6+FU2jRAAAAAElFTkSuQmCC);
    width: 66px;
    height: 66px;
    text-indent: 999999999px;
    display: block
}

.splunk-new-modal.modal .modal-dialog {
    width: 100vw;
    max-width: 100vw
}

.splunk-new-modal.modal .modal-dialog .modal-content {
    border-radius: 0;
    min-height: 300px;
    background: transparent;
    border: 0
}

.splunk-new-modal.modal .modal-dialog .modal-content .text-image ul {
    list-style: outside
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-header {
    padding: 20px;
    min-height: 60px;
    border-bottom: 0;
    z-index: 1
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #0c1724;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-header a.close-hidden-text {
    color: #000;
    text-decoration: none
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-header button.close {
    font-size: 30px;
    color: #000;
    opacity: 0.7;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0.5rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-header button.close:hover {
    color: #000;
    opacity: 1
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 40px
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section {
    position: relative
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section>.row {
    display: block
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section img {
    max-width: 100%;
    width: 100%
}

@media (max-width:767px) {
    .splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section img {
        width: 100%
    }
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section[data-vimeo-initialized] {
    padding-bottom: 56%
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section[data-vimeo-initialized] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section .row>.video.parbase.section .splunk-video-inline .vidyard_player {
    max-width: none
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section .row>.video.parbase.section .splunk-video-inline.vidyard-player-embed {
    width: 100%;
    margin: auto;
    display: block
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section .row>.column.section {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section .row .splunk-form .row>div:not(.video) {
    margin-top: 0 !important
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section .row>div:not(.video),
.splunk-new-modal.modal .modal-dialog .modal-content .modal-body .extended-section .row>span:not(.vidyard_player) {
    margin-top: 20px
}

.splunk-new-modal.modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    min-height: 40px
}

.splunk-new-modal.modal.media-carousel-variation .modal-fullscreen {
    margin-top: 0
}

.splunk-new-modal.modal.media-carousel-variation .modal-fullscreen .modal-content .modal-header {
    min-height: 0;
    height: 0;
    position: sticky;
    padding: 0;
    top: 0
}

.splunk-new-modal.modal.media-carousel-variation .modal-fullscreen .modal-content .modal-header .modal-title {
    display: none
}

.splunk-new-modal.modal.media-carousel-variation .modal-fullscreen .modal-content .modal-header button.close {
    position: sticky;
    margin-top: 20px;
    margin-right: 20px
}

.splunk-new-modal.modal.media-carousel-variation .modal-fullscreen .modal-content .modal-body {
    padding-top: 100px
}

.splunk-superModal .modal-content .modal-body {
    padding: 0px
}

.modal-wrapper .video.parbase {
    display: block
}

html:not(.safari) .splunk-new-modal.fade-scale .modal-dialog,
html:not(.safari) .splunk-new-modal.fade-scale .modal-dialog .modal-content,
html:not(.safari) .splunk-new-modal.fade-scale .modal-dialog .modal-content .modal-body,
html:not(.safari) .splunk-new-modal.fade-scale .modal-dialog .modal-content .modal-footer,
html:not(.safari) .splunk-new-modal.fade-scale .modal-dialog .modal-content .modal-header {
    opacity: 0
}

html:not(.safari) .splunk-new-modal.fade-scale.in {
    background-color: hsla(0, 0%, 100%, 0.9490196078431372);
    -webkit-animation: reveal-content;
    animation: reveal-content;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

html:not(.safari) .splunk-new-modal.fade-scale.in .modal-dialog {
    opacity: 1
}

html:not(.safari) .splunk-new-modal.fade-scale.in .modal-dialog .modal-content {
    -webkit-animation: reveal-modal;
    animation: reveal-modal;
    -webkit-animation-delay: .2;
    animation-delay: .2;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

html:not(.safari) .splunk-new-modal.fade-scale.in .modal-dialog .modal-content .modal-body,
html:not(.safari) .splunk-new-modal.fade-scale.in .modal-dialog .modal-content .modal-footer,
html:not(.safari) .splunk-new-modal.fade-scale.in .modal-dialog .modal-content .modal-header {
    -webkit-animation: reveal-content;
    animation: reveal-content;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@media (max-width:768px) {
    .splunk-new-modal.modal {
        padding: 0
    }
    .splunk-new-modal.modal .modal-dialog {
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        margin: 0
    }
    .splunk-new-modal.modal .modal-dialog .modal-content {
        height: 100vh;
        overflow: hidden;
        overflow-y: auto
    }
    .splunk-new-modal.modal .modal-dialog .modal-content .modal-header {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding-left: 30px;
        z-index: 1;
        border-bottom: 0
    }
    .splunk-new-modal.modal .modal-dialog .modal-content .modal-header .splunk-new-modal-title {
        padding-right: 30px
    }
    .splunk-new-modal.modal .modal-dialog .modal-content .modal-body {
        background: #fff
    }
    .splunk-new-modal.modal .modal-dialog .modal-content .modal-body .hero-banner-wrapper-v2 .content {
        padding: 0px
    }
    .splunk-new-modal.modal.media-carousel-variation .modal-dialog .modal-content .modal-header {
        z-index: 1
    }
    .splunk-new-modal.modal.media-carousel-variation .modal-dialog .modal-content .modal-header button.close {
        position: fixed;
        top: 5px;
        right: 36px;
        width: 36px;
        height: 36px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: 0px;
        margin-right: 0px
    }
    .splunk-new-modal.modal.media-carousel-variation .modal-dialog .modal-content .modal-body {
        padding: 80px 0 0
    }
    .splunk-new-modal.modal.media-carousel-variation .modal-dialog .modal-content .modal-body .extended-section {
        padding: 0
    }
    .splunk-new-modal.modal.media-carousel-variation .modal-dialog .modal-content .modal-body img {
        max-width: none
    }
}

@-webkit-keyframes reveal-modal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes reveal-modal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes reveal-content {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes reveal-content {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (min-width:1024px) {
    .splunk-new-modal .modal-body .container {
        margin-top: -35px
    }
}

.splunk-superModal-title {
    font-size: 20px;
    font-weight: 700;
    color: #0c1724;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    padding-top: 20px
}

.splunk-superModal-title.modal-title {
    padding-top: 0
}

.modal-body.container .tni__desc.rte-container:first-child {
    margin-top: 30px
}

.skipMainContent {
    background-color: #f0f3f7 !important;
    display: block;
    padding: 13px 17px !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 9999;
    outline: none
}

@media (min-width:768px) {
    .skipMainContent {
        padding: 13px 36px !important
    }
}

.skipMainContent__link {
    font-size: 15px;
    line-height: 100% !important;
    letter-spacing: 0.2px;
    margin: 0
}

.skipMainContent__link,
.skipMainContent__link:after {
    color: #0c1724 !important
}

.skipMainContent.focussed {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.global-header-v2-wrapper .skipMainContent-focussed {
    top: 50px
}

.root.responsivegrid.skipMainContent-focussed,
.root.responsivegrid.skipMainContent-focussed .sub-navigation .sub-nav-container {
    margin-top: 50px
}