/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
    cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
    text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
    border-bottom: 1px solid;
}

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul,
ol,
dd {
    margin-left: 48px;
    margin-left: 3rem;
}

.grommet,
.brand-font {
    font-family: "Metric", Arial, sans-serif;
}

.grommet {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}
@media screen and (min-width: 45em) {
    .grommet h1:not(.grommetux-heading) {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.125;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommet h1:not(.grommetux-heading) {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.125;
    }
}
@media screen and (min-width: 45em) {
    .grommet h2:not(.grommetux-heading) {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.23;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommet h2:not(.grommetux-heading) {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.23;
    }
}
.grommet h3:not(.grommetux-heading) {
    font-size: 24px;
    line-height: 1.333;
}
.grommet h4:not(.grommetux-heading) {
    font-size: 18px;
    line-height: 1.333;
}
.grommet h5:not(.grommetux-heading) {
    font-size: 16px;
    line-height: 1.375;
}
.grommet h6:not(.grommetux-heading) {
    font-size: 16px;
    line-height: 1.375;
}
.grommet h1:not(.grommetux-heading),
.grommet h2:not(.grommetux-heading),
.grommet h3:not(.grommetux-heading),
.grommet h4:not(.grommetux-heading),
.grommet h5:not(.grommetux-heading),
.grommet h6:not(.grommetux-heading) {
    font-weight: 100;
    max-width: 100%;
}
.grommet h1:not(.grommetux-heading) a,
.grommet h1:not(.grommetux-heading) .grommetux-anchor,
.grommet h2:not(.grommetux-heading) a,
.grommet h2:not(.grommetux-heading) .grommetux-anchor,
.grommet h3:not(.grommetux-heading) a,
.grommet h3:not(.grommetux-heading) .grommetux-anchor,
.grommet h4:not(.grommetux-heading) a,
.grommet h4:not(.grommetux-heading) .grommetux-anchor,
.grommet h5:not(.grommetux-heading) a,
.grommet h5:not(.grommetux-heading) .grommetux-anchor,
.grommet h6:not(.grommetux-heading) a,
.grommet h6:not(.grommetux-heading) .grommetux-anchor {
    color: inherit;
    text-decoration: none;
}
.grommet h1:not(.grommetux-heading) a:hover,
.grommet h1:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h2:not(.grommetux-heading) a:hover,
.grommet h2:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h3:not(.grommetux-heading) a:hover,
.grommet h3:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h4:not(.grommetux-heading) a:hover,
.grommet h4:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h5:not(.grommetux-heading) a:hover,
.grommet h5:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h6:not(.grommetux-heading) a:hover,
.grommet h6:not(.grommetux-heading) .grommetux-anchor:hover {
    text-decoration: none;
}
.grommet dd,
.grommet li:not([class^="grommetux-"]) {
    max-width: 576px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.375;
    color: #666;
}
.grommet dd {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.375;
    margin-bottom: 12px;
}
.grommet p:not(.grommetux-paragraph) {
    max-width: 576px;
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.375;
    color: #666;
}
.grommet blockquote {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33333;
    margin-top: 24px;
    margin-bottom: 24px;
}
.grommet b,
.grommet strong {
    font-weight: 600;
}
.grommet code {
    font-family:
        Consolas, Menlo, "DejaVu Sans Mono", "Liberation Mono", monospace;
}
.grommet .large-number-font {
    font-family: "Metric", Arial, sans-serif;
}
.grommet .secondary {
    color: #666;
}
.grommet .error {
    color: #f04953;
}
.grommet .grommetux-background-color-index--dark p:not(.grommetux-paragraph),
.grommet .grommetux-background-color-index--dark dd,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    p:not(.grommetux-paragraph),
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    dd {
    color: rgba(255, 255, 255, 0.85);
}
.grommet .grommetux-background-color-index--dark .secondary,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .secondary {
    color: rgba(255, 255, 255, 0.85);
}
.grommet .grommetux-background-color-index--dark .error,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .error {
    color: #f59f9f;
}
.grommet .grommetux-background-color-index--light p:not(.grommetux-paragraph),
.grommet .grommetux-background-color-index--light dd,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    p:not(.grommetux-paragraph),
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    dd {
    color: #333;
}
.grommet .grommetux-background-color-index--light .secondary,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .secondary {
    color: #666;
}
.grommet .grommetux-background-color-index--light .error,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .error {
    color: #f04953;
}

.grommet input:not(.grommetux-input),
.grommet select,
.grommet textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
}
.grommet input:not(.grommetux-input):focus,
.grommet select:focus,
.grommet textarea:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommet input:not(.grommetux-input)::-moz-focus-inner,
.grommet select::-moz-focus-inner,
.grommet textarea::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommet input:not(.grommetux-input)::-webkit-input-placeholder,
.grommet select::-webkit-input-placeholder,
.grommet textarea::-webkit-input-placeholder {
    color: #aaa;
}
.grommet input:not(.grommetux-input)::-moz-placeholder,
.grommet select::-moz-placeholder,
.grommet textarea::-moz-placeholder {
    color: #aaa;
}
.grommet input:not(.grommetux-input):-ms-input-placeholder,
.grommet select:-ms-input-placeholder,
.grommet textarea:-ms-input-placeholder {
    color: #aaa;
}
.grommet input:not(.grommetux-input).error,
.grommet select.error,
.grommet textarea.error {
    border-color: #f04953;
}

.grommet input[type="button"],
.grommet input[type="submit"] {
    text-align: center;
    line-height: inherit;
}

.grommet select {
    border-color: rgba(0, 0, 0, 0.15);
    padding-right: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAOhJREFUSA3tksENgzAMRUmrrlApuTAAxxw6QvfojYmYKtw6QpUDI1Rq6o8MStsAMT1UlbAUcMB+33FcFJttHfifDlhrT7QO31YMBlgDZw8HH5RSF3JLY0zrvX8MAZI3F1gT66y17ohz2zGgDSFc6UdF+5oDJWwUidMDXoFFfgtAfwJUjMppX7KI6CQJeOOcu48CcNaKzMFfBNaILME/BCQiOfCkQI5ILhwshceUpUAcG0/LeKEpzqwAEhIiRTSKs3Dk92MKZ8rep4vgR57zRTiYiwIIikVo29HKgiNXZGgXt0yUtwX/tgNPQqatJ1aBLFMAAAAASUVORK5CYII=)
        no-repeat center right 12px;
    cursor: pointer;
}
.grommet select::-moz-focus-inner {
    border: none;
}
.grommet select.plain {
    border: none;
}
.grommet select:focus {
    padding-right: 48px;
}

.grommet input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    border-color: transparent;
    height: 24px;
    padding: 0px;
    cursor: pointer;
    overflow-x: hidden;
}
.grommet input[type="range"]:focus {
    outline: none;
}
.grommet input[type="range"]::-moz-focus-inner {
    border: none;
}
.grommet input[type="range"]::-moz-focus-outer {
    border: none;
}
.grommet input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.2);
}
.grommet input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    height: 24px;
    width: 24px;
    overflow: visible;
    margin-top: -11px;
    border: 2px solid #01a982;
    border-radius: 24px;
    background-color: #fff;
    cursor: pointer;
}
.grommet input[type="range"]::-webkit-slider-thumb:hover {
    border-color: #000;
}
.grommet input[type="range"]::-moz-range-track {
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.2);
}
.grommet input[type="range"]::-moz-range-thumb {
    position: relative;
    height: 24px;
    width: 24px;
    overflow: visible;
    border: 2px solid #01a982;
    height: 20px;
    width: 20px;
    border-radius: 24px;
    background-color: #fff;
}
.grommet input[type="range"]:hover::-moz-range-thumb {
    border-color: #000;
}
.grommet input[type="range"]::-ms-track {
    width: 100%;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.2);
    border-color: transparent;
    color: transparent;
}
.grommet input[type="range"]::-ms-fill-lower {
    background: #01a982;
    border-color: transparent;
}
.grommet input[type="range"]::-ms-fill-upper {
    background: rgba(51, 51, 51, 0.2);
    border-color: transparent;
}
.grommet input[type="range"]::-ms-thumb {
    position: relative;
    height: 24px;
    width: 24px;
    overflow: visible;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 24px;
    background-color: #fff;
}
.grommet input[type="range"]:hover::-ms-thumb {
    border-color: #000;
}

.grommet
    .grommetux-background-color-index--dark
    input[type="range"]::-webkit-slider-runnable-track,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.2);
}

.grommet
    .grommetux-background-color-index--dark
    input[type="range"]::-webkit-slider-thumb,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]::-webkit-slider-thumb {
    background-color: #fff;
    border: 2px solid #fff;
}

.grommet
    .grommetux-background-color-index--dark
    input[type="range"]::-moz-range-thumb,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]::-moz-range-thumb {
    background-color: #fff;
    border: 2px solid #fff;
}

.grommet
    .grommetux-background-color-index--dark
    input[type="range"]::-ms-fill-lower,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]::-ms-fill-lower {
    background: #fff;
}

.grommet
    .grommetux-background-color-index--dark
    input[type="range"]::-ms-fill-upper,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.2);
}

.grommet .grommetux-background-color-index--dark input[type="range"]::-ms-thumb,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]::-ms-thumb {
    border-color: #fff;
}

.grommet
    .grommetux-background-color-index--dark
    input[type="range"]:hover::-ms-thumb,
.grommet
    .grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    input[type="range"]:hover::-ms-thumb {
    border-color: #fff;
    background-color: #fff;
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]::-webkit-slider-runnable-track,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(51, 51, 51, 0.2);
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]::-webkit-slider-thumb,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]::-webkit-slider-thumb {
    background-color: #000;
    border: 2px solid #000;
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]::-moz-range-thumb,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]::-moz-range-thumb {
    background-color: #000;
    border: 2px solid #000;
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]::-ms-fill-lower,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]::-ms-fill-lower {
    background: #01a982;
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]::-ms-fill-upper,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]::-ms-fill-upper {
    background: rgba(51, 51, 51, 0.2);
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]::-ms-thumb,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]::-ms-thumb {
    border-color: #666;
}

.grommet
    .grommetux-background-color-index--light
    input[type="range"]:hover::-ms-thumb,
.grommet
    .grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    input[type="range"]:hover::-ms-thumb {
    border-color: #000;
    background-color: #fff;
}

.grommet {
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.grommet li > ul,
.grommet li > ol {
    margin-bottom: 0;
}
.grommet img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}
.grommet.rtl {
    direction: rtl;
}
.grommet * {
    box-sizing: inherit;
}

.grommetux-accordion-panel {
    margin: 3px;
}

.grommetux-accordion-panel__header {
    color: #666;
}
.grommetux-background-color-index--dark .grommetux-accordion-panel__header,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-accordion-panel__header {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-accordion-panel__header,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-accordion-panel__header {
    color: #666;
}

.grommetux-accordion-panel__header:hover {
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-accordion-panel__header:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-accordion-panel__header:hover {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light
    .grommetux-accordion-panel__header:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-accordion-panel__header:hover {
    color: #000;
}

.grommetux-accordion-panel--active .grommetux-accordion-panel__control {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.grommet a:not(.grommetux-anchor):not(.grommetux-button) {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
.grommet
    a:not(.grommetux-anchor):not(.grommetux-button).plain
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).grommetux-button {
    text-decoration: none;
}
.grommet
    a:not(.grommetux-anchor):not(.grommetux-button).plain
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).grommetux-button:hover {
    text-decoration: none;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button):visited {
    color: inherit;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button).active {
    color: #333;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: #000;
    text-decoration: underline;
}
.grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button),
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button) {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button),
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button) {
    color: inherit;
}
.grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):visited {
    color: inherit;
}
.grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: #000;
}
.grommetux-background-color-index--pending
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button) {
    color: transparent;
}
.grommetux-background-color-index--pending
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):visited,
.grommetux-background-color-index--pending
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--pending
    .grommet
    a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: transparent;
}

.grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button),
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button) {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button):visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button):visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button):hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: #fff;
}

.grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button),
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button) {
    color: inherit;
}
.grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button):visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button):visited {
    color: inherit;
}
.grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button):hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: #000;
}

.grommetux-background-color-index--pending
    a:not(.grommetux-anchor):not(.grommetux-button) {
    color: transparent;
}
.grommetux-background-color-index--pending
    a:not(.grommetux-anchor):not(.grommetux-button):visited,
.grommetux-background-color-index--pending
    a:not(.grommetux-anchor):not(.grommetux-button).active,
.grommetux-background-color-index--pending
    a:not(.grommetux-anchor):not(.grommetux-button):hover {
    color: transparent;
}

.grommetux-anchor {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
.grommetux-anchor.plain .grommetux-anchor.grommetux-button {
    text-decoration: none;
}
.grommetux-anchor.plain .grommetux-anchor.grommetux-button:hover {
    text-decoration: none;
}
.grommetux-anchor:visited {
    color: inherit;
}
.grommetux-anchor.active {
    color: #333;
}
.grommetux-anchor:hover {
    color: #000;
    text-decoration: underline;
}
.grommetux-background-color-index--dark .grommetux-anchor,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor.active,
.grommetux-background-color-index--dark .grommetux-anchor:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor {
    color: inherit;
}
.grommetux-background-color-index--light .grommetux-anchor:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor:visited {
    color: inherit;
}
.grommetux-background-color-index--light .grommetux-anchor.active,
.grommetux-background-color-index--light .grommetux-anchor:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor:hover {
    color: #000;
}
.grommetux-background-color-index--pending .grommetux-anchor {
    color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor:visited,
.grommetux-background-color-index--pending .grommetux-anchor.active,
.grommetux-background-color-index--pending .grommetux-anchor:hover {
    color: transparent;
}

.grommetux-anchor__icon {
    display: inline-block;
    height: 48px;
    padding: 12px;
}
.grommetux-anchor__icon .grommetux-control-icon {
    fill: #666;
    stroke: #666;
}
.grommetux-anchor__icon:hover .grommetux-control-icon {
    fill: #000;
    stroke: #000;
}
.grommetux-background-color-index--dark .grommetux-anchor__icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor__icon:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor__icon.active,
.grommetux-background-color-index--dark .grommetux-anchor__icon:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor__icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon {
    color: #666;
}
.grommetux-background-color-index--light .grommetux-anchor__icon:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon:visited {
    color: #666;
}
.grommetux-background-color-index--light .grommetux-anchor__icon.active,
.grommetux-background-color-index--light .grommetux-anchor__icon:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon:hover {
    color: #000;
}
.grommetux-background-color-index--pending .grommetux-anchor__icon {
    color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor__icon:visited,
.grommetux-background-color-index--pending .grommetux-anchor__icon.active,
.grommetux-background-color-index--pending .grommetux-anchor__icon:hover {
    color: transparent;
}
.grommetux-background-color-index--dark
    .grommetux-anchor__icon
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon
    .grommetux-control-icon {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-anchor__icon:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor__icon:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor__icon:hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--light
    .grommetux-anchor__icon
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon
    .grommetux-control-icon {
    fill: #666;
    stroke: #666;
}
.grommetux-background-color-index--light
    .grommetux-anchor__icon:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor__icon:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor__icon:hover
    .grommetux-control-icon {
    fill: #000;
    stroke: #000;
}

.grommetux-anchor--animate-icon:hover .grommetux-control-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grommetux-anchor--icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-anchor--primary,
.grommetux-anchor--icon-label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}
.grommetux-anchor--primary .grommetux-control-icon,
.grommetux-anchor--icon-label .grommetux-control-icon {
    vertical-align: middle;
    margin-right: 12px;
}
html.rtl .grommetux-anchor--primary .grommetux-control-icon,
html.rtl .grommetux-anchor--icon-label .grommetux-control-icon {
    margin-right: 0;
    margin-left: 12px;
}
.grommetux-anchor--primary > span,
.grommetux-anchor--icon-label > span {
    vertical-align: middle;
}

.grommetux-anchor--reverse .grommetux-control-icon {
    margin-right: 0;
    margin-left: 12px;
}

.grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
    color: #333;
}
.grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited {
    color: #333;
}
.grommetux-anchor--icon-label:not(.grommetux-anchor--primary)
    .grommetux-control-icon {
    fill: #666;
    stroke: #666;
}
.grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover:not(
        .grommetux-anchor--disabled
    ) {
    color: #000;
    text-decoration: none;
}
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary),
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary),
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
    color: #666;
}
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited {
    color: #666;
}
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover {
    color: #000;
}
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
    color: transparent;
}
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover {
    color: transparent;
}
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary)
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary)
    .grommetux-control-icon {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary)
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary)
    .grommetux-control-icon {
    fill: #666;
    stroke: #666;
}
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover
    .grommetux-control-icon {
    fill: #000;
    stroke: #000;
}

.grommetux-anchor--primary {
    color: #049371;
}
.grommetux-anchor--primary .grommetux-control-icon {
    fill: #049371;
    stroke: #049371;
}
.grommetux-anchor--primary.active {
    color: #049371;
}
.grommetux-anchor--primary.grommetux-anchor--animate-icon:not(
        .grommetux-anchor--disabled
    ):hover {
    text-decoration: none;
}
.grommetux-anchor--primary.grommetux-anchor--animate-icon:not(
        .grommetux-anchor--disabled
    ):hover
    .grommetux-control-icon {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary.active,
.grommetux-background-color-index--dark .grommetux-anchor--primary:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor--primary,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary {
    color: #049371;
}
.grommetux-background-color-index--light .grommetux-anchor--primary:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited {
    color: #049371;
}
.grommetux-background-color-index--light .grommetux-anchor--primary.active,
.grommetux-background-color-index--light .grommetux-anchor--primary:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:hover {
    color: #049371;
}
.grommetux-background-color-index--pending .grommetux-anchor--primary {
    color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor--primary:visited,
.grommetux-background-color-index--pending .grommetux-anchor--primary.active,
.grommetux-background-color-index--pending .grommetux-anchor--primary:hover {
    color: transparent;
}
.grommetux-background-color-index--dark
    .grommetux-anchor--primary
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary
    .grommetux-control-icon {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--light
    .grommetux-anchor--primary
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary
    .grommetux-control-icon {
    fill: #049371;
    stroke: #049371;
}
.grommetux-background-color-index--light
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:hover
    .grommetux-control-icon {
    fill: #049371;
    stroke: #049371;
}

.grommetux-anchor--disabled {
    opacity: 0.3;
    cursor: default;
}
.grommetux-anchor--disabled .grommetux-control-icon {
    cursor: default;
}

.grommetux-anchor--disabled:hover {
    color: inherit;
    text-decoration: none;
}
.grommetux-anchor--disabled:hover.grommetux-anchor--primary {
    color: #049371;
}
.grommetux-anchor--disabled:hover.grommetux-anchor:not(
        .grommetux-anchor--primary
    ) {
    color: inherit;
}
.grommetux-background-color-index--dark .grommetux-anchor--disabled:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--disabled:hover {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-anchor--disabled:hover.grommetux-anchor--primary,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--disabled:hover.grommetux-anchor--primary {
    color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-anchor--disabled:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--disabled:hover {
    fill: inherit;
    stroke: inherit;
}
.grommetux-background-color-index--light
    .grommetux-anchor--disabled:hover.grommetux-anchor--primary,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--disabled:hover.grommetux-anchor--primary {
    color: #049371;
}

.grommetux-anchor--align-start {
    text-align: left;
}

.grommetux-anchor--align-center {
    text-align: center;
}

.grommetux-anchor--align-end {
    text-align: right;
}

.grommetux-animate {
    max-width: 100%;
}

.grommetux-animate .grommetux-animate__child {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.grommetux-animate__child--inactive {
    pointer-events: none;
}

.grommetux-animate__child--fade.grommetux-animate__child--inactive,
.grommetux-animate__child--fade.grommetux-animate__child--leave {
    opacity: 0;
}

.grommetux-animate__child--slide-up.grommetux-animate__child--inactive,
.grommetux-animate__child--slide-up.grommetux-animate__child--leave {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.grommetux-animate__child--slide-down.grommetux-animate__child--inactive,
.grommetux-animate__child--slide-down.grommetux-animate__child--leave {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grommetux-animate__child--slide-left.grommetux-animate__child--inactive,
.grommetux-animate__child--slide-left.grommetux-animate__child--leave {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.grommetux-animate__child--slide-right.grommetux-animate__child--inactive,
.grommetux-animate__child--slide-right.grommetux-animate__child--leave {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes jiggle {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    25% {
        -webkit-transform: translateX(-0.2%);
        transform: translateX(-0.2%);
    }
    75% {
        -webkit-transform: translateX(0.2%);
        transform: translateX(0.2%);
    }
}

@keyframes jiggle {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    25% {
        -webkit-transform: translateX(-0.2%);
        transform: translateX(-0.2%);
    }
    75% {
        -webkit-transform: translateX(0.2%);
        transform: translateX(0.2%);
    }
}

.grommetux-animate__child--jiggle.grommetux-animate__child--enter,
.grommetux-animate__child--jiggle.grommetux-animate__child--leave {
    -webkit-animation: jiggle 0.2s infinite alternate ease-in-out;
    animation: jiggle 0.2s infinite alternate ease-in-out;
}

@media screen and (min-width: 45em) {
    .grommet.grommetux-app {
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
        overflow: visible;
    }
}

.grommet.grommetux-app--hidden {
    position: fixed;
}

.grommet.grommetux-app--inline {
    position: relative;
}

.grommet.grommetux-app--centered {
    width: 100%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}

.grommet.grommetux-app .grommetux-app__announcer {
    left: -100%;
    right: 100%;
    z-index: -1;
    position: fixed;
}

.grommetux-article {
    position: relative;
}
.grommetux-article > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-article--scroll-step {
    text-align: center;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
}
.grommetux-article--scroll-step.grommetux-box--direction-column {
    overflow-x: hidden;
    overflow-y: auto;
}
.grommetux-article--scroll-step.grommetux-box--direction-column
    .grommetux-article__control-carousel {
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.grommetux-article--scroll-step.grommetux-box--direction-row {
    overflow-x: auto;
    overflow-y: hidden;
}
.grommetux-article--scroll-step.grommetux-box--direction-row
    > *:not(.grommetux-article__controls) {
    overflow-y: auto;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-article--scroll-step.grommetux-box--direction-row
        > *:not(.grommetux-article__controls) {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
.grommetux-article--scroll-step.grommetux-box--direction-row
    .grommetux-article__control-carousel {
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 44.9375em) {
    .grommetux-article--scroll-step.grommetux-box--responsive.grommetux-box--direction-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.grommetux-article__control {
    position: fixed;
    z-index: 10;
    margin: 24px;
}
.grommetux-article__control.grommetux-button--plain.grommetux-button--icon {
    overflow: hidden;
}
.grommetux-article__control .grommetux-button__icon {
    padding: 0;
}

.grommetux-article__control-up {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.grommetux-article__control-down {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 45em) {
    .grommetux-article__control-left {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-article__control-left {
        left: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-article__control-right {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-article__control-right {
        right: 0;
        bottom: 0;
    }
}

.grommet article:not(.grommetux-article) {
    width: 100%;
}

.grommetux-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.grommetux-box--pad-none {
    padding: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-box--pad-small {
        padding: 12px;
    }
    .grommetux-box--pad-medium {
        padding: 24px;
    }
    .grommetux-box--pad-large {
        padding: 48px;
    }
    .grommetux-box--pad-xlarge {
        padding: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--pad-small {
        padding: 6px;
    }
    .grommetux-box--pad-medium {
        padding: 12px;
    }
    .grommetux-box--pad-large {
        padding: 24px;
    }
    .grommetux-box--pad-xlarge {
        padding: 48px;
    }
}
.grommetux-box--pad-horizontal-none {
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-box--pad-horizontal-small {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grommetux-box--pad-horizontal-medium {
        padding-left: 24px;
        padding-right: 24px;
    }
    .grommetux-box--pad-horizontal-large {
        padding-left: 48px;
        padding-right: 48px;
    }
    .grommetux-box--pad-horizontal-xlarge {
        padding-left: 192px;
        padding-right: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--pad-horizontal-small {
        padding-left: 6px;
        padding-right: 6px;
    }
    .grommetux-box--pad-horizontal-medium {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grommetux-box--pad-horizontal-large {
        padding-left: 24px;
        padding-right: 24px;
    }
    .grommetux-box--pad-horizontal-xlarge {
        padding-left: 48px;
        padding-right: 48px;
    }
}
.grommetux-box--pad-vertical-none {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-box--pad-vertical-small {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .grommetux-box--pad-vertical-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .grommetux-box--pad-vertical-large {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .grommetux-box--pad-vertical-xlarge {
        padding-top: 192px;
        padding-bottom: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--pad-vertical-small {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .grommetux-box--pad-vertical-medium {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .grommetux-box--pad-vertical-large {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .grommetux-box--pad-vertical-xlarge {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.grommetux-box--margin-none {
    margin: 0px;
}
.grommetux-box--margin-small {
    margin: 12px;
}
.grommetux-box--margin-medium {
    margin: 24px;
}
.grommetux-box--margin-large {
    margin: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-small {
        margin: 6px;
    }
    .grommetux-box--margin-medium {
        margin: 12px;
    }
    .grommetux-box--margin-large {
        margin: 24px;
    }
}
.grommetux-box--margin-horizontal-none {
    margin-left: 0px;
    margin-right: 0px;
}
.grommetux-box--margin-horizontal-small {
    margin-left: 12px;
    margin-right: 12px;
}
.grommetux-box--margin-horizontal-medium {
    margin-left: 24px;
    margin-right: 24px;
}
.grommetux-box--margin-horizontal-large {
    margin-left: 48px;
    margin-right: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-horizontal-small {
        margin-left: 6px;
        margin-right: 6px;
    }
    .grommetux-box--margin-horizontal-medium {
        margin-left: 12px;
        margin-right: 12px;
    }
    .grommetux-box--margin-horizontal-large {
        margin-left: 24px;
        margin-right: 24px;
    }
}
.grommetux-box--margin-vertical-none {
    margin-top: 0px;
    margin-bottom: 0px;
}
.grommetux-box--margin-vertical-small {
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-box--margin-vertical-medium {
    margin-top: 24px;
    margin-bottom: 24px;
}
.grommetux-box--margin-vertical-large {
    margin-top: 48px;
    margin-bottom: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-vertical-small {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .grommetux-box--margin-vertical-medium {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .grommetux-box--margin-vertical-large {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
.grommetux-box--margin-left-none {
    margin-left: 0px;
}
.grommetux-box--margin-left-small {
    margin-left: 12px;
}
.grommetux-box--margin-left-medium {
    margin-left: 24px;
}
.grommetux-box--margin-left-large {
    margin-left: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-left-small {
        margin-left: 6px;
    }
    .grommetux-box--margin-left-medium {
        margin-left: 12px;
    }
    .grommetux-box--margin-left-large {
        margin-left: 24px;
    }
}
.grommetux-box--margin-right-none {
    margin-right: 0px;
}
.grommetux-box--margin-right-small {
    margin-right: 12px;
}
.grommetux-box--margin-right-medium {
    margin-right: 24px;
}
.grommetux-box--margin-right-large {
    margin-right: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-right-small {
        margin-right: 6px;
    }
    .grommetux-box--margin-right-medium {
        margin-right: 12px;
    }
    .grommetux-box--margin-right-large {
        margin-right: 24px;
    }
}
.grommetux-box--margin-top-none {
    margin-top: 0px;
}
.grommetux-box--margin-top-small {
    margin-top: 12px;
}
.grommetux-box--margin-top-medium {
    margin-top: 24px;
}
.grommetux-box--margin-top-large {
    margin-top: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-top-small {
        margin-top: 6px;
    }
    .grommetux-box--margin-top-medium {
        margin-top: 12px;
    }
    .grommetux-box--margin-top-large {
        margin-top: 24px;
    }
}
.grommetux-box--margin-bottom-none {
    margin-bottom: 0px;
}
.grommetux-box--margin-bottom-small {
    margin-bottom: 12px;
}
.grommetux-box--margin-bottom-medium {
    margin-bottom: 24px;
}
.grommetux-box--margin-bottom-large {
    margin-bottom: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--margin-bottom-small {
        margin-bottom: 6px;
    }
    .grommetux-box--margin-bottom-medium {
        margin-bottom: 12px;
    }
    .grommetux-box--margin-bottom-large {
        margin-bottom: 24px;
    }
}

.grommetux-box__texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.grommetux-box--separator-top,
.grommetux-box--separator-horizontal,
.grommetux-box--separator-all {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.grommetux-box--separator-bottom,
.grommetux-box--separator-horizontal,
.grommetux-box--separator-all {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.grommetux-box--separator-left,
.grommetux-box--separator-vertical,
.grommetux-box--separator-all {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--responsive.grommetux-box--direction-row
        .grommetux-box--separator-left,
    .grommetux-box--responsive.grommetux-box--direction-row
        .grommetux-box--separator-vertical,
    .grommetux-box--responsive.grommetux-box--direction-row
        .grommetux-box--separator-all {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.grommetux-box--separator-right,
.grommetux-box--separator-vertical,
.grommetux-box--separator-all {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--responsive.grommetux-box--direction-row
        .grommetux-box--separator-right,
    .grommetux-box--responsive.grommetux-box--direction-row
        .grommetux-box--separator-vertical,
    .grommetux-box--responsive.grommetux-box--direction-row
        .grommetux-box--separator-all {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.grommetux-background-color-index--dark
    .grommetux-box[class*="grommetux-box--separator"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-box[class*="grommetux-box--separator"] {
    border-color: rgba(255, 255, 255, 0.5);
}

.grommetux-background-color-index--light
    .grommetux-box[class*="grommetux-box--separator"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-box[class*="grommetux-box--separator"] {
    border-color: rgba(0, 0, 0, 0.15);
}

.grommetux-box--clickable {
    cursor: pointer;
    outline: none;
}

.grommetux-box--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-box__container {
    padding-left: 24px;
    padding-right: 24px;
}

.grommetux-app--centered .grommetux-box__container > .grommetux-box {
    width: 100%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-app--centered .grommetux-box__container > .grommetux-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.grommetux-box__container--full {
    max-width: 100%;
    width: 100vw;
}

.grommetux-box__container--full-horizontal {
    max-width: 100%;
    width: 100vw;
}

.grommetux-box--flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 0;
    overflow: auto;
}

.grommetux-box--flex-off {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-box--flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    min-width: 0;
}
.grommetux-box--flex-grow:not([class^=".grommetux-box--basis"]) {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.grommetux-box--flex-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
}

.grommetux-box--basis-xsmall {
    -ms-flex-preferred-size: 96px;
    flex-basis: 96px;
}

.grommetux-box--basis-small {
    -ms-flex-preferred-size: 192px;
    flex-basis: 192px;
}

.grommetux-box--basis-medium {
    -ms-flex-preferred-size: 384px;
    flex-basis: 384px;
}

.grommetux-box--basis-large {
    -ms-flex-preferred-size: 576px;
    flex-basis: 576px;
}

.grommetux-box--basis-xlarge {
    -ms-flex-preferred-size: 720px;
    flex-basis: 720px;
}

.grommetux-box--basis-xxlarge {
    -ms-flex-preferred-size: 960px;
    flex-basis: 960px;
}

.grommetux-box--basis-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.grommetux-box--basis-1-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.grommetux-box--basis-1-2.grommetux-box--separator-all,
.grommetux-box--basis-1-2.grommetux-box--separator-vertical {
    -ms-flex-preferred-size: calc(50% - 2px);
    flex-basis: calc(50% - 2px);
}
.grommetux-box--basis-1-2.grommetux-box--separator-right,
.grommetux-box--basis-1-2.grommetux-box--separator-left {
    -ms-flex-preferred-size: calc(50% - 1px);
    flex-basis: calc(50% - 1px);
}

.grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}
.grommetux-box--basis-1-3.grommetux-box--separator-all,
.grommetux-box--basis-1-3.grommetux-box--separator-vertical {
    -ms-flex-preferred-size: calc(33.33% - 2px);
    flex-basis: calc(33.33% - 2px);
}
.grommetux-box--basis-1-3.grommetux-box--separator-right,
.grommetux-box--basis-1-3.grommetux-box--separator-left {
    -ms-flex-preferred-size: calc(33.33% - 1px);
    flex-basis: calc(33.33% - 1px);
}

.grommetux-box--basis-2-3 {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
}
.grommetux-box--basis-2-3.grommetux-box--separator-all,
.grommetux-box--basis-2-3.grommetux-box--separator-vertical {
    -ms-flex-preferred-size: calc(66.66% - 2px);
    flex-basis: calc(66.66% - 2px);
}
.grommetux-box--basis-2-3.grommetux-box--separator-right,
.grommetux-box--basis-2-3.grommetux-box--separator-left {
    -ms-flex-preferred-size: calc(66.66% - 1px);
    flex-basis: calc(66.66% - 1px);
}

.grommetux-box--basis-1-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.grommetux-box--basis-1-4.grommetux-box--separator-all,
.grommetux-box--basis-1-4.grommetux-box--separator-vertical {
    -ms-flex-preferred-size: calc(25% - 2px);
    flex-basis: calc(25% - 2px);
}
.grommetux-box--basis-1-4.grommetux-box--separator-right,
.grommetux-box--basis-1-4.grommetux-box--separator-left {
    -ms-flex-preferred-size: calc(25% - 1px);
    flex-basis: calc(25% - 1px);
}
@media screen and (max-width: 63.9375em) {
    .grommetux-box--basis-1-4 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .grommetux-box--basis-1-4.grommetux-box--separator-all,
    .grommetux-box--basis-1-4.grommetux-box--separator-vertical {
        -ms-flex-preferred-size: calc(50% - 2px);
        flex-basis: calc(50% - 2px);
    }
    .grommetux-box--basis-1-4.grommetux-box--separator-right,
    .grommetux-box--basis-1-4.grommetux-box--separator-left {
        -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
    }
}

.grommetux-box--basis-3-4 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
.grommetux-box--basis-3-4.grommetux-box--separator-all,
.grommetux-box--basis-3-4.grommetux-box--separator-vertical {
    -ms-flex-preferred-size: calc(75% - 2px);
    flex-basis: calc(75% - 2px);
}
.grommetux-box--basis-3-4.grommetux-box--separator-right,
.grommetux-box--basis-3-4.grommetux-box--separator-left {
    -ms-flex-preferred-size: calc(75% - 1px);
    flex-basis: calc(75% - 1px);
}

.grommetux-box--width-xsmall {
    width: 96px;
}

.grommetux-box--width-small {
    width: 192px;
}

.grommetux-box--width-medium {
    width: 384px;
}

.grommetux-box--width-large {
    width: 576px;
}

.grommetux-box--width-xlarge {
    width: 720px;
}

.grommetux-box--width-xxlarge {
    width: 960px;
}

.grommetux-box--height-xsmall {
    height: 96px;
}

.grommetux-box--height-small {
    height: 192px;
}

.grommetux-box--height-medium {
    height: 384px;
}

.grommetux-box--height-large {
    height: 576px;
}

.grommetux-box--height-xlarge {
    height: 720px;
}

.grommetux-box--height-xxlarge {
    height: 960px;
}

.grommetux-box--width-min-xsmall {
    min-width: 96px;
}

.grommetux-box--width-min-small {
    min-width: 192px;
}

.grommetux-box--width-min-medium {
    min-width: 384px;
}

.grommetux-box--width-min-large {
    min-width: 576px;
}

.grommetux-box--width-min-xlarge {
    min-width: 720px;
}

.grommetux-box--width-min-xxlarge {
    min-width: 960px;
}

.grommetux-box--width-max-xsmall {
    max-width: 96px;
}

.grommetux-box--width-max-small {
    max-width: 192px;
}

.grommetux-box--width-max-medium {
    max-width: 384px;
}

.grommetux-box--width-max-large {
    max-width: 576px;
}

.grommetux-box--width-max-xlarge {
    max-width: 720px;
}

.grommetux-box--width-max-xxlarge {
    max-width: 960px;
}

.grommetux-box--height-max-xsmall {
    max-height: 96px;
}

.grommetux-box--height-max-small {
    max-height: 192px;
}

.grommetux-box--height-max-medium {
    max-height: 384px;
}

.grommetux-box--height-max-large {
    max-height: 576px;
}

.grommetux-box--height-max-xlarge {
    max-height: 720px;
}

.grommetux-box--height-max-xxlarge {
    max-height: 960px;
}

.grommetux-box--height-min-xsmall {
    min-height: 96px;
}

.grommetux-box--height-min-small {
    min-height: 192px;
}

.grommetux-box--height-min-medium {
    min-height: 384px;
}

.grommetux-box--height-min-large {
    min-height: 576px;
}

.grommetux-box--height-min-xlarge {
    min-height: 720px;
}

.grommetux-box--height-min-xxlarge {
    min-height: 960px;
}

.grommetux-box--full {
    position: relative;
    max-width: 100%;
    width: 100vw;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--full {
        min-height: 100vh;
        height: 100%;
    }
}
@media screen and (min-width: 45em) {
    .grommetux-box--full {
        height: 100vh;
        max-height: 100%;
        overflow: auto;
    }
}

.grommetux-box--full-horizontal {
    max-width: 100%;
    width: 100vw;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--full-vertical {
        min-height: 100vh;
        height: 100%;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-box--full-vertical {
        height: 100vh;
        max-height: 100%;
        overflow: auto;
    }
}

.grommetux-box--size {
    max-width: 100%;
    max-height: 100%;
}
.grommetux-box--size .grommet-namespaceparagraph {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-box--size-xsmall {
    width: 96px;
}

.grommetux-box--size-small {
    width: 192px;
}

.grommetux-box--size-medium {
    width: 384px;
}

.grommetux-box--size-large {
    width: 576px;
}

.grommetux-box--size-auto {
    width: auto;
}

.grommetux-box--text-align-left {
    text-align: left;
}

.grommetux-box--text-align-center {
    text-align: center;
}

.grommetux-box--text-align-right {
    text-align: right;
}

.grommetux-box--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grommetux-box--direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--responsive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .grommetux-box--direction-row.grommetux-box--responsive:not(
            .grommetux-box--justify-center
        ) {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .grommetux-box--direction-row.grommetux-box--responsive > .grommetux-box {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.grommetux-box--direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.grommetux-box--align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.grommetux-box--align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.grommetux-box--align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.grommetux-box--align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.grommetux-box--align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.grommetux-box--align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.grommetux-box--align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.grommetux-box--align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.grommetux-box--align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.grommetux-box--align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.grommetux-box--direction-row.grommetux-box--pad-between-small.grommetux-box--pad-between-thirds
    > .grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: calc(33.33% - 8px);
    flex-basis: calc(33.33% - 8px);
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-small.grommetux-box--pad-between-thirds
        > .grommetux-box--basis-1-3 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-small
    > .grommetux-box--basis-1-2 {
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-small
    > .grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: calc(33.33% - 6px);
    flex-basis: calc(33.33% - 6px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-small
    > .grommetux-box--basis-2-3 {
    -ms-flex-preferred-size: calc(66.66% - 6px);
    flex-basis: calc(66.66% - 6px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-small
    > .grommetux-box--basis-1-4 {
    -ms-flex-preferred-size: calc(25% - 9px);
    flex-basis: calc(25% - 9px);
}
@media screen and (max-width: 63.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-1-4 {
        -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-1-4:nth-of-type(2) {
        margin-right: 0px;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-small
    > .grommetux-box--basis-3-4 {
    -ms-flex-preferred-size: calc(75% - 9px);
    flex-basis: calc(75% - 9px);
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-1-2,
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-1-3,
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-2-3,
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-1-4,
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > .grommetux-box--basis-3-4 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-small
    > *:not(:last-child) {
    margin-right: 12px;
}
html.rtl
    .grommetux-box--direction-row.grommetux-box--pad-between-small
    > *:not(:last-child) {
    margin-right: 0;
    margin-left: 12px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-small
        > *:not(:last-child) {
        margin-right: 6px;
    }
    html.rtl
        .grommetux-box--direction-row.grommetux-box--pad-between-small
        > *:not(:last-child) {
        margin-right: 0;
        margin-left: 6px;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium.grommetux-box--pad-between-thirds
    > .grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: calc(33.33% - 16px);
    flex-basis: calc(33.33% - 16px);
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-medium.grommetux-box--pad-between-thirds
        > .grommetux-box--basis-1-3 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium
    > .grommetux-box--basis-1-2 {
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium
    > .grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: calc(33.33% - 12px);
    flex-basis: calc(33.33% - 12px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium
    > .grommetux-box--basis-2-3 {
    -ms-flex-preferred-size: calc(66.66% - 12px);
    flex-basis: calc(66.66% - 12px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium
    > .grommetux-box--basis-1-4 {
    -ms-flex-preferred-size: calc(25% - 18px);
    flex-basis: calc(25% - 18px);
}
@media screen and (max-width: 63.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-1-4 {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
    }
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-1-4:nth-of-type(2) {
        margin-right: 0px;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium
    > .grommetux-box--basis-3-4 {
    -ms-flex-preferred-size: calc(75% - 18px);
    flex-basis: calc(75% - 18px);
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-1-2,
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-1-3,
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-2-3,
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-1-4,
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > .grommetux-box--basis-3-4 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium
    > *:not(:last-child) {
    margin-right: 24px;
}
html.rtl
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
    > *:not(:last-child) {
    margin-right: 0;
    margin-left: 24px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > *:not(:last-child) {
        margin-right: 12px;
    }
    html.rtl
        .grommetux-box--direction-row.grommetux-box--pad-between-medium
        > *:not(:last-child) {
        margin-right: 0;
        margin-left: 12px;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-large.grommetux-box--pad-between-thirds
    > .grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: calc(33.33% - 32px);
    flex-basis: calc(33.33% - 32px);
}
@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-large.grommetux-box--pad-between-thirds
        > .grommetux-box--basis-1-3 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-large
    > .grommetux-box--basis-1-2 {
    -ms-flex-preferred-size: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-large
    > .grommetux-box--basis-1-3 {
    -ms-flex-preferred-size: calc(33.33% - 24px);
    flex-basis: calc(33.33% - 24px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-large
    > .grommetux-box--basis-2-3 {
    -ms-flex-preferred-size: calc(66.66% - 24px);
    flex-basis: calc(66.66% - 24px);
}

.grommetux-box--direction-row.grommetux-box--pad-between-large
    > .grommetux-box--basis-1-4 {
    -ms-flex-preferred-size: calc(25% - 36px);
    flex-basis: calc(25% - 36px);
}
@media screen and (max-width: 63.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-1-4 {
        -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px);
    }
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-1-4:nth-of-type(2) {
        margin-right: 0px;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-large
    > .grommetux-box--basis-3-4 {
    -ms-flex-preferred-size: calc(75% - 36px);
    flex-basis: calc(75% - 36px);
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-1-2,
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-1-3,
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-2-3,
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-1-4,
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > .grommetux-box--basis-3-4 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }
}

.grommetux-box--direction-row.grommetux-box--pad-between-large
    > *:not(:last-child) {
    margin-right: 48px;
}
html.rtl
    .grommetux-box--direction-row.grommetux-box--pad-between-large
    > *:not(:last-child) {
    margin-right: 0;
    margin-left: 48px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--pad-between-large
        > *:not(:last-child) {
        margin-right: 24px;
    }
    html.rtl
        .grommetux-box--direction-row.grommetux-box--pad-between-large
        > *:not(:last-child) {
        margin-right: 0;
        margin-left: 24px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--pad-between-small
        > *:not(:last-child) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--pad-between-medium
        > *:not(:last-child) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--pad-between-large
        > *:not(:last-child) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.grommetux-box--direction-column.grommetux-box--pad-between-small
    > *:not(:last-child) {
    margin-bottom: 12px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-column.grommetux-box--pad-between-small
        > *:not(:last-child) {
        margin-bottom: 6px;
    }
}

.grommetux-box--direction-column.grommetux-box--pad-between-medium
    > *:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-column.grommetux-box--pad-between-medium
        > *:not(:last-child) {
        margin-bottom: 12px;
    }
}

.grommetux-box--direction-column.grommetux-box--pad-between-large
    > *:not(:last-child) {
    margin-bottom: 48px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-box--direction-column.grommetux-box--pad-between-large
        > *:not(:last-child) {
        margin-bottom: 24px;
    }
}

.grommet input[type="button"],
.grommet input[type="submit"],
.grommet button:not(.grommetux-button) {
    background-color: transparent;
    border: 2px solid #01a982;
    border-radius: 0px;
    color: #333;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    outline: none;
    min-width: 120px;
    max-width: 384px;
}
.grommet input[type="button"]:not(.grommetux-button--box),
.grommet input[type="submit"]:not(.grommetux-button--box),
.grommet button:not(.grommetux-button):not(.grommetux-button--box) {
    padding: 6px 22px;
}
@media screen and (min-width: 45em) {
    .grommet input[type="button"],
    .grommet input[type="submit"],
    .grommet button:not(.grommetux-button) {
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
    }
}
.grommetux-background-color-index--dark .grommet input[type="button"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    input[type="button"],
.grommetux-background-color-index--dark .grommet input[type="submit"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    input[type="submit"],
.grommetux-background-color-index--dark .grommet button:not(.grommetux-button),
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommet
    button:not(.grommetux-button) {
    border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommet input[type="button"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    input[type="button"],
.grommetux-background-color-index--light .grommet input[type="submit"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    input[type="submit"],
.grommetux-background-color-index--light .grommet button:not(.grommetux-button),
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommet
    button:not(.grommetux-button) {
    border-color: #01a982;
}
.grommet input[type="button"]:focus,
.grommet input[type="submit"]:focus,
.grommet button:not(.grommetux-button):focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommet a.grommetux-button {
    text-decoration: none;
}
.grommet a.grommetux-button:hover {
    text-decoration: none;
}

.grommetux-button {
    font-family: "HPE Graphik Semibold", sans-serif;
    background-color: transparent;
    border-radius: 0px;
    color: #333;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    outline: none;
    min-width: 120px;
    max-width: 384px;
}
.grommetux-button:not(.grommetux-button--box) {
    padding: 10px 22px;
}
@media screen and (min-width: 45em) {
    .grommetux-button {
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
    }
}
.grommetux-background-color-index--dark .grommetux-button,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button {
    border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-button,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button {
    border-color: #01a982;
}
.grommetux-button--focus {
    border: 2px solid #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}
.grommetux-background-color-index--dark .grommetux-button,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button.active,
.grommetux-background-color-index--dark .grommetux-button:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-button,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button {
    color: #333;
}
.grommetux-background-color-index--light .grommetux-button:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button:visited {
    color: #333;
}
.grommetux-background-color-index--light .grommetux-button.active,
.grommetux-background-color-index--light .grommetux-button:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button:hover {
    color: #333;
}
.grommetux-background-color-index--pending .grommetux-button {
    color: transparent;
}
.grommetux-background-color-index--pending .grommetux-button:visited,
.grommetux-background-color-index--pending .grommetux-button.active,
.grommetux-background-color-index--pending .grommetux-button:hover {
    color: transparent;
}

.grommetux-button--hover-background:hover {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-button--hover-background:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--hover-background:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-button--hover-background:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--hover-background:hover {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}

.grommetux-button:hover .grommetux-control-icon {
    fill: #000;
    stroke: #000;
    -webkit-transition: none;
    transition: none;
}

.grommetux-background-color-index--dark
    .grommetux-button:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}

.grommetux-background-color-index--light
    .grommetux-button:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button:hover
    .grommetux-control-icon {
    fill: #000;
    stroke: #000;
}

.grommetux-button__icon {
    display: inline-block;
}
.grommetux-button__icon .grommetux-control-icon {
    vertical-align: bottom;
}

.grommetux-button--secondary:not(.grommetux-button--focus) {
    border-color: rgba(51, 51, 51, 0.6);
}

.grommetux-button--accent:not(.grommetux-button--focus) {
    border-color: #ff8d6d;
}

.grommetux-button--critical:not(.grommetux-button--focus) {
    border-color: #f04953;
}

.grommetux-button--align-start {
    text-align: left;
}
html.rtl .grommetux-button--align-start {
    text-align: right;
}

.grommetux-button--plain:not(.grommetux-button--box) {
    padding: 0;
}

.grommetux-button--plain {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    text-align: inherit;
    font-weight: inherit;
}
.grommetux-button--plain .grommetux-button__label {
    margin: 0 12px;
}
.grommetux-button--plain .grommetux-button__icon {
    padding: 12px;
}
.grommetux-button--plain .grommetux-button__icon + .grommetux-button__label {
    margin-left: 0;
}

.grommetux-button--plain:not(.grommetux-button--focus) {
    border: 2px solid transparent;
}

.grommetux-button:not(.grommetux-button--plain)
    .grommetux-button__icon
    + .grommetux-button__label {
    margin-left: 12px;
}

.grommetux-button--primary {
    background-color: #01a982;
    color: #fff;
}
.grommetux-button--primary:not(.grommetux-button--focus) {
    border-color: #01a982;
}
.grommetux-button--primary:hover:not(.grommetux-button--disabled) {
    color: #fff;
}
.grommetux-button--primary:hover:not(.grommetux-button--disabled)
    .grommetux-button__icon
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-button--primary .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--dark .grommetux-button--primary,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button--primary:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button--primary.active,
.grommetux-background-color-index--dark .grommetux-button--primary:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary:visited {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary.active,
.grommetux-background-color-index--light .grommetux-button--primary:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary:hover {
    color: #fff;
}
.grommetux-background-color-index--pending .grommetux-button--primary {
    color: transparent;
}
.grommetux-background-color-index--pending .grommetux-button--primary:visited,
.grommetux-background-color-index--pending .grommetux-button--primary.active,
.grommetux-background-color-index--pending .grommetux-button--primary:hover {
    color: transparent;
}
.grommetux-background-color-index--dark
    .grommetux-button--primary
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary
    .grommetux-control-icon {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-button--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-button--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button--primary:hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--light
    .grommetux-button--primary
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--light
    .grommetux-button--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-button--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button--primary:hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}

.grommetux-button--disabled {
    opacity: 0.3;
    cursor: default;
}

.grommetux-button:not(.grommetux-button--fill) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-button--fill {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-card {
        padding: 0;
    }
    .grommetux-card:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-card.grommetux-box--responsive {
        width: auto;
        margin: 0;
    }
}

.grommetux-card div:focus,
.grommetux-card a:focus {
    outline: none;
}

.grommetux-card__thumbnail {
    min-height: 192px;
}

.grommetux-card__content--truncate .grommetux-paragraph {
    max-width: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    max-height: 176px;
}
.grommetux-card__content--truncate .grommetux-paragraph::after {
    margin-top: 154px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-card__content--truncate .grommetux-paragraph {
        max-height: 110px;
    }
    .grommetux-card__content--truncate .grommetux-paragraph::after {
        margin-top: 88px;
    }
}
.grommetux-card__content--truncate .grommetux-paragraph::after {
    content: "...";
    text-align: right;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(left, transparent, #fff 50%);
    background: linear-gradient(to right, transparent, #fff 50%);
    width: 24px;
}
@supports (-webkit-line-clamp: 1) {
    .grommetux-card__content--truncate .grommetux-paragraph::after {
        display: none;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-card__content--truncate .grommetux-paragraph {
        -webkit-line-clamp: 4;
    }
}

.grommetux-card__content--truncate .grommetux-paragraph--small {
    max-height: 160.16px;
}
.grommetux-card__content--truncate .grommetux-paragraph--small::after {
    margin-top: 140.14px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-card__content--truncate .grommetux-paragraph--small {
        max-height: 100.1px;
    }
    .grommetux-card__content--truncate .grommetux-paragraph--small::after {
        margin-top: 80.08px;
    }
}

.grommetux-card__content--truncate .grommetux-paragraph--large {
    max-height: 224.064px;
}
.grommetux-card__content--truncate .grommetux-paragraph--large::after {
    margin-top: 196.056px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-card__content--truncate .grommetux-paragraph--large {
        max-height: 140.04px;
    }
    .grommetux-card__content--truncate .grommetux-paragraph--large::after {
        margin-top: 112.032px;
    }
}

.grommetux-card__content--truncate .grommetux-paragraph--xlarge {
    max-height: 304px;
}
.grommetux-card__content--truncate .grommetux-paragraph--xlarge::after {
    margin-top: 266px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-card__content--truncate .grommetux-paragraph--xlarge {
        max-height: 190px;
    }
    .grommetux-card__content--truncate .grommetux-paragraph--xlarge::after {
        margin-top: 152px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-card--direction-row .grommetux-card__thumbnail {
        -ms-flex-preferred-size: 192px;
        flex-basis: 192px;
    }
}

.grommetux-card--selectable:hover > div {
    background-color: #ebebeb;
    color: #000;
    cursor: pointer;
}
.grommetux-card--selectable:hover
    > div
    .grommetux-card__content
    .grommetux-paragraph::after {
    background: -webkit-linear-gradient(left, transparent, #ebebeb 50%);
    background: linear-gradient(to right, transparent, #ebebeb 50%);
}

@-webkit-keyframes carousel-reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes carousel-reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes carousel-hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes carousel-hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.grommetux-carousel {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.grommetux-carousel
    .grommetux-tiles.grommetux-box--direction-row
    > .grommetux-tile.grommetux-carousel__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
}
.grommetux-carousel
    .grommetux-tiles.grommetux-box--direction-row
    > .grommetux-tile.grommetux-carousel__item
    > * {
    width: 100%;
}
.grommetux-carousel .grommetux-control-icon-next {
    right: 0;
}
.grommetux-carousel .grommetux-control-icon-previous {
    left: 0;
}
.grommetux-carousel img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.grommetux-carousel-controls__control {
    width: 36px;
    height: 36px;
    stroke: #fff;
    fill: transparent;
    cursor: pointer;
    filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
}

.grommetux-carousel-controls__control:hover {
    stroke-width: 2px;
}

.grommetux-carousel-controls__control--active {
    stroke: #01a982;
    fill: #01a982;
}

.grommetux-carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.grommetux-carousel__arrow {
    -webkit-animation: carousel-reveal 1s;
    animation: carousel-reveal 1s;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.grommetux-carousel__arrow .grommetux-control-icon {
    filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
}
.grommetux-carousel__arrow .grommetux-control-icon polyline {
    stroke: rgba(255, 255, 255, 0.7);
    stroke-width: 1px;
}

.grommetux-carousel__arrow:hover .grommetux-control-icon polyline {
    stroke: #fff;
}

.grommetux-carousel__arrow--next {
    right: 0;
}

.grommetux-carousel__arrow--prev {
    left: 0;
}

.grommetux-carousel__controls {
    -webkit-animation: carousel-reveal 1s;
    animation: carousel-reveal 1s;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 12px;
    text-align: center;
    z-index: 1;
}

.grommetux-carousel__control {
    display: inline-block;
    width: 36px;
    height: 36px;
    stroke: rgba(255, 255, 255, 0.7);
    fill: transparent;
    cursor: pointer;
    filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
}

.grommetux-carousel__control--active {
    stroke: #01a982;
    fill: #01a982;
}

.grommetux-carousel--hide-controls .grommetux-control-icon-previous,
.grommetux-carousel--hide-controls .grommetux-control-icon-next,
.grommetux-carousel--hide-controls .grommetux-carousel__controls {
    opacity: 0;
    -webkit-animation: carousel-hide 1s;
    animation: carousel-hide 1s;
}

_::-webkit-:not(:root:root),
.grommetux-carousel__control,
.grommetux-carousel__arrow .grommetux-control-icon {
    -webkit-filter: none;
    -webkit-svg-shadow: 1px 1px 1px rgba(170, 170, 170, 0.5);
}

.grommetux-layer .grommetux-carousel {
    width: 100vw;
}

@-webkit-keyframes fade-in-chart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-chart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.grommetux-chart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grommetux-chart .grommetux-chart {
    min-width: 0;
    max-width: 100%;
}

.grommetux-chart--full {
    width: 100%;
}

.grommetux-chart--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grommetux-chart:not(.grommetux-chart--vertical) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grommetux-chart-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grommetux-chart-base--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grommetux-chart-base:not(.grommetux-chart-base--vertical) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.grommetux-chart-base:not(.grommetux-chart-base--vertical) > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-chart-base--width-small {
    width: 192px;
}

.grommetux-chart-base--width-medium {
    width: 384px;
}

.grommetux-chart-base--width-large {
    width: 576px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-chart-base--width-large {
        max-width: 100%;
    }
}

.grommetux-chart-base--width-full {
    width: 100%;
}

.grommetux-chart-base--height-xxsmall {
    height: 48px;
}

.grommetux-chart-base--height-xsmall {
    height: 96px;
}

.grommetux-chart-base--height-small {
    height: 192px;
}

.grommetux-chart-base--height-medium {
    height: 384px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-chart-base--height-medium {
        height: 192px;
    }
}

.grommetux-chart-base--height-large {
    height: 576px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-chart-base--height-large {
        height: 384px;
    }
}

.grommetux-chart-base--height-sparkline {
    height: 24px;
    width: 96px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-xsmall {
    width: 96px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-small {
    width: 192px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-medium {
    width: 384px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-large {
    width: 576px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-chart-base--height-sparkline.grommetux-chart-base--width-large {
        max-width: 100%;
    }
}

.grommetux-chart-axis {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grommetux-chart-axis__slot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateZ(0);
}

.grommetux-chart-axis--ticks .grommetux-chart-axis__slot::before,
.grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after {
    background-color: rgba(0, 0, 0, 0.15);
}

.grommetux-background-color-index--dark
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::before,
.grommetux-background-color-index--dark
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::before,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.grommetux-background-color-index--light
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::before,
.grommetux-background-color-index--light
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::before,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::after {
    background-color: rgba(0, 0, 0, 0.15);
}

.grommetux-chart-axis--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: 12px;
    margin-right: 12px;
}
.grommetux-chart-axis--vertical .grommetux-chart-axis__slot {
    min-width: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.grommetux-chart-axis--vertical .grommetux-chart-axis__slot:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-start
    .grommetux-chart-axis__slot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-end
    .grommetux-chart-axis__slot {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot:not(
        .grommetux-chart-axis__slot--placeholder
    )::before {
    display: block;
    content: "";
    height: 1px;
    width: 6px;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--start
    .grommetux-chart-axis__slot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--end
    .grommetux-chart-axis__slot {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse
    .grommetux-chart-axis__slot {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse
    .grommetux-chart-axis__slot:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse
    .grommetux-chart-axis__slot:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse.grommetux-chart-axis--ticks--start
    .grommetux-chart-axis__slot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse.grommetux-chart-axis--ticks--end
    .grommetux-chart-axis__slot {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grommetux-chart-axis:not(.grommetux-chart-axis--vertical) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical)
    .grommetux-chart-axis__slot {
    min-height: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical)
    .grommetux-chart-axis__slot:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--align-end
    .grommetux-chart-axis__slot {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot::after {
    display: block;
    content: "";
    height: 6px;
    width: 1px;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--end
    .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--start
    .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder)
    > span {
    padding: 0 6px;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--reverse
    .grommetux-chart-axis__slot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--reverse.grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.grommetux-chart-axis:not(
        .grommetux-chart-axis--vertical
    ).grommetux-chart-axis--reverse.grommetux-chart-axis--ticks
    .grommetux-chart-axis__slot:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grommetux-chart-marker-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grommetux-chart-marker-label__slot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateZ(0);
}

.grommetux-chart-marker-label--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: 12px;
    margin-right: 12px;
}
.grommetux-chart-marker-label--vertical .grommetux-chart-marker-label__slot {
    min-width: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.grommetux-chart-marker-label--vertical
    .grommetux-chart-marker-label__slot.grommetux-chart-marker-label__slot--flip {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-start
    .grommetux-chart-marker-label__slot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-end
    .grommetux-chart-marker-label__slot {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--reverse
    .grommetux-chart-marker-label__slot {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--reverse
    .grommetux-chart-marker-label__slot.grommetux-chart-marker-label__slot--flip {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical)
    .grommetux-chart-marker-label__slot {
    min-height: 24px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical)
    .grommetux-chart-marker-label__slot.grommetux-chart-marker-label__slot--flip {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-marker-label:not(
        .grommetux-chart-marker-label--vertical
    ).grommetux-chart-marker-label--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.grommetux-chart-marker-label:not(
        .grommetux-chart-marker-label--vertical
    ).grommetux-chart-marker-label--align-start
    .grommetux-chart-marker-label__slot {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.grommetux-chart-marker-label:not(
        .grommetux-chart-marker-label--vertical
    ).grommetux-chart-marker-label--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.grommetux-chart-marker-label:not(
        .grommetux-chart-marker-label--vertical
    ).grommetux-chart-marker-label--align-end
    .grommetux-chart-marker-label__slot {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grommetux-chart-layers {
    position: absolute;
    -webkit-animation: fade-in-chart 0.5s;
    animation: fade-in-chart 0.5s;
}

@-webkit-keyframes stretch-up-chart {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 100%;
    }
}

@keyframes stretch-up-chart {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 100%;
    }
}

@-webkit-keyframes stretch-right-chart {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 100%;
    }
}

@keyframes stretch-right-chart {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 100%;
    }
}

.grommetux-chart-marker,
.grommetux-chart-grid,
.grommetux-chart-graph--line,
.grommetux-chart-graph--area,
.grommetux-chart-graph--bar,
.grommetux-chart-hot-spots,
.grommetux-chart-range,
.grommetux-chart-loading {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.grommetux-chart-loading {
    top: 0;
    stroke-width: 24px;
    stroke: #ddd;
    stroke-dasharray: 1 24px;
    stroke-dashoffset: 0;
}

.grommetux-chart-hot-spots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.grommetux-chart-hot-spots > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.grommetux-chart-hot-spots--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grommetux-chart-hot-spots:not(.grommetux-chart-hot-spots--vertical) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grommetux-chart-hot-spots--clickable {
    cursor: pointer;
}

.grommetux-chart-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.grommetux-chart-range__active {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    cursor: ew-resize;
}

.grommetux-chart-range__before,
.grommetux-chart-range__after {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.grommetux-background-color-index--dark .grommetux-chart-range__before,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-range__before,
.grommetux-background-color-index--dark .grommetux-chart-range__after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-range__after {
    background-color: rgba(0, 0, 0, 0.4);
}
.grommetux-background-color-index--light .grommetux-chart-range__before,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-range__before,
.grommetux-background-color-index--light .grommetux-chart-range__after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-range__after {
    background-color: rgba(255, 255, 255, 0.7);
}

.grommetux-chart-range__before {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-style: none solid none none;
}

.grommetux-chart-range__before--end {
    z-index: 2;
}

.grommetux-chart-range__after {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-style: none none none solid;
}

.grommetux-chart-range__start,
.grommetux-chart-range__end {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 6px 0;
    height: 36px;
    cursor: col-resize;
}
.grommetux-background-color-index--dark .grommetux-chart-range__start,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-range__start,
.grommetux-background-color-index--dark .grommetux-chart-range__end,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-range__end {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-chart-range__start,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-range__start,
.grommetux-background-color-index--light .grommetux-chart-range__end,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-range__end {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-chart-range__start:hover,
.grommetux-chart-range__end:hover {
    background-color: #fff;
    border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-chart-range__start:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-range__start:hover,
.grommetux-background-color-index--dark .grommetux-chart-range__end:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-range__end:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-chart-range__start:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-range__start:hover,
.grommetux-background-color-index--light .grommetux-chart-range__end:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-range__end:hover {
    background-color: #fff;
    border-color: #000;
}
.grommetux-chart-range__start svg,
.grommetux-chart-range__end svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grommetux-chart-range__start {
    right: -1px;
}

.grommetux-chart-range__start--edge {
    right: -26px;
}

.grommetux-chart-range__end {
    left: -1px;
}

.grommetux-chart-range__end--edge {
    left: -26px;
}

.grommetux-chart-range--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grommetux-chart-range--vertical .grommetux-chart-range__active {
    width: 100%;
    cursor: ns-resize;
}
.grommetux-chart-range--vertical .grommetux-chart-range__before,
.grommetux-chart-range--vertical .grommetux-chart-range__after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grommetux-chart-range--vertical .grommetux-chart-range__before {
    border-style: none none solid;
}
.grommetux-chart-range--vertical .grommetux-chart-range__after {
    border-style: solid none none;
}
.grommetux-chart-range--vertical .grommetux-chart-range__start,
.grommetux-chart-range--vertical .grommetux-chart-range__end {
    padding: 0 6px;
    height: 26px;
    cursor: row-resize;
}
.grommetux-chart-range--vertical .grommetux-chart-range__start {
    right: auto;
    bottom: -1px;
}
.grommetux-chart-range--vertical .grommetux-chart-range__start--edge {
    bottom: -26px;
}
.grommetux-chart-range--vertical .grommetux-chart-range__end {
    left: auto;
    top: -1px;
}
.grommetux-chart-range--vertical .grommetux-chart-range__end--edge {
    top: -26px;
}
.grommetux-chart-range--vertical svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.grommetux-chart-grid path {
    stroke: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-chart-grid path,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-grid
    path {
    stroke: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-chart-grid path,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-grid
    path {
    stroke: rgba(0, 0, 0, 0.15);
}

.grommetux-chart-marker {
    stroke: rgba(0, 0, 0, 0.15);
    -webkit-animation: fade-in-chart 1s;
    animation: fade-in-chart 1s;
}
.grommetux-chart-marker.grommetux-color-index-unset {
    stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-brand {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-critical {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-error {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-warning {
    stroke: rgba(255, 209, 68, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-ok {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-unknown {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-disabled {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-1,
.grommetux-chart-marker.grommetux-color-index-graph-5 {
    stroke: rgba(66, 85, 99, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-2,
.grommetux-chart-marker.grommetux-color-index-graph-6 {
    stroke: rgba(95, 122, 118, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-3,
.grommetux-chart-marker.grommetux-color-index-graph-7 {
    stroke: rgba(128, 116, 110, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-4,
.grommetux-chart-marker.grommetux-color-index-graph-8 {
    stroke: rgba(118, 118, 118, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-accent-1,
.grommetux-chart-marker.grommetux-color-index-accent-4 {
    stroke: rgba(42, 210, 201, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-accent-2,
.grommetux-chart-marker.grommetux-color-index-accent-5 {
    stroke: rgba(97, 71, 103, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-accent-3,
.grommetux-chart-marker.grommetux-color-index-accent-6 {
    stroke: rgba(255, 141, 109, 0.7);
}
.grommetux-chart-marker.color-index-grey-1,
.grommetux-chart-marker.color-index-grey-6 {
    stroke: rgba(0, 0, 1, 0.7);
}
.grommetux-chart-marker.color-index-grey-2,
.grommetux-chart-marker.color-index-grey-7 {
    stroke: rgba(51, 51, 51, 0.7);
}
.grommetux-chart-marker.color-index-grey-3,
.grommetux-chart-marker.color-index-grey-8 {
    stroke: rgba(59, 59, 59, 0.7);
}
.grommetux-chart-marker.color-index-grey-4,
.grommetux-chart-marker.color-index-grey-9 {
    stroke: rgba(67, 67, 67, 0.7);
}
.grommetux-chart-marker.color-index-grey-5,
.grommetux-chart-marker.color-index-grey-10 {
    stroke: rgba(102, 102, 102, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-loading,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-unset,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-brand,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-critical,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-error,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-warning,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-ok,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-unknown,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-disabled,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-1,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-5,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-1,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-2,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-6,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-2,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-3,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-7,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-3,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-4,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-8,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-4,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-1,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-6,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-1,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-2,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-7,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-2,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-3,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-8,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-3,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-4,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-9,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-4,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-5,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-10,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-5,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-1,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-4,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-1,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-2,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-5,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-2,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-3,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-6,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-3,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-1,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-5,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-1,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-2,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-6,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-2,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-3,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-7,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-3,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-4,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-8,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-4,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-1,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-3,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-1,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-2,
.grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-4,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-2,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-marker.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-unset,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-unset {
    stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-brand,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-brand {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-critical,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-critical {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-error,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-error {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-warning,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-warning {
    stroke: rgba(255, 209, 68, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-ok,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-ok {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-unknown,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-unknown {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-disabled,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-disabled {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-1,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-5,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-1,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-5 {
    stroke: rgba(66, 85, 99, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-2,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-6,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-2,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-6 {
    stroke: rgba(95, 122, 118, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-3,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-7,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-3,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-7 {
    stroke: rgba(128, 116, 110, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-4,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-8,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-4,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-graph-8 {
    stroke: rgba(118, 118, 118, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-1,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-4,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-1,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-4 {
    stroke: rgba(42, 210, 201, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-2,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-5,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-2,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-5 {
    stroke: rgba(97, 71, 103, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-3,
.grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-6,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-3,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.grommetux-color-index-accent-6 {
    stroke: rgba(255, 141, 109, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-1,
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-6,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-1,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-6 {
    stroke: rgba(0, 0, 1, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-2,
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-7,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-2,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-7 {
    stroke: rgba(51, 51, 51, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-3,
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-8,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-3,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-8 {
    stroke: rgba(59, 59, 59, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-4,
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-9,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-4,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-9 {
    stroke: rgba(67, 67, 67, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-5,
.grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-10,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-5,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-marker.color-index-grey-10 {
    stroke: rgba(102, 102, 102, 0.7);
}

.grommetux-chart-graph--line {
    stroke-width: 3px;
}
.grommetux-chart-graph--line.grommetux-color-index-unset {
    stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-brand {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-critical {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-error {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-warning {
    stroke: rgba(255, 209, 68, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-ok {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-unknown {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-disabled {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-1,
.grommetux-chart-graph--line.grommetux-color-index-graph-5 {
    stroke: rgba(66, 85, 99, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-2,
.grommetux-chart-graph--line.grommetux-color-index-graph-6 {
    stroke: rgba(95, 122, 118, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-3,
.grommetux-chart-graph--line.grommetux-color-index-graph-7 {
    stroke: rgba(128, 116, 110, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-4,
.grommetux-chart-graph--line.grommetux-color-index-graph-8 {
    stroke: rgba(118, 118, 118, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-accent-1,
.grommetux-chart-graph--line.grommetux-color-index-accent-4 {
    stroke: rgba(42, 210, 201, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-accent-2,
.grommetux-chart-graph--line.grommetux-color-index-accent-5 {
    stroke: rgba(97, 71, 103, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-accent-3,
.grommetux-chart-graph--line.grommetux-color-index-accent-6 {
    stroke: rgba(255, 141, 109, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-1,
.grommetux-chart-graph--line.color-index-grey-6 {
    stroke: rgba(0, 0, 1, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-2,
.grommetux-chart-graph--line.color-index-grey-7 {
    stroke: rgba(51, 51, 51, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-3,
.grommetux-chart-graph--line.color-index-grey-8 {
    stroke: rgba(59, 59, 59, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-4,
.grommetux-chart-graph--line.color-index-grey-9 {
    stroke: rgba(67, 67, 67, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-5,
.grommetux-chart-graph--line.color-index-grey-10 {
    stroke: rgba(102, 102, 102, 0.7);
}

.grommetux-chart-graph--bar {
    stroke-width: 4px;
}
.grommetux-chart-graph--bar.grommetux-color-index-unset {
    stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-brand {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-critical {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-error {
    stroke: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-warning {
    stroke: rgba(255, 209, 68, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-ok {
    stroke: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-unknown {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-disabled {
    stroke: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-1,
.grommetux-chart-graph--bar.grommetux-color-index-graph-5 {
    stroke: rgba(66, 85, 99, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-2,
.grommetux-chart-graph--bar.grommetux-color-index-graph-6 {
    stroke: rgba(95, 122, 118, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-3,
.grommetux-chart-graph--bar.grommetux-color-index-graph-7 {
    stroke: rgba(128, 116, 110, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-4,
.grommetux-chart-graph--bar.grommetux-color-index-graph-8 {
    stroke: rgba(118, 118, 118, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-accent-1,
.grommetux-chart-graph--bar.grommetux-color-index-accent-4 {
    stroke: rgba(42, 210, 201, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-accent-2,
.grommetux-chart-graph--bar.grommetux-color-index-accent-5 {
    stroke: rgba(97, 71, 103, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-accent-3,
.grommetux-chart-graph--bar.grommetux-color-index-accent-6 {
    stroke: rgba(255, 141, 109, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-1,
.grommetux-chart-graph--bar.color-index-grey-6 {
    stroke: rgba(0, 0, 1, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-2,
.grommetux-chart-graph--bar.color-index-grey-7 {
    stroke: rgba(51, 51, 51, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-3,
.grommetux-chart-graph--bar.color-index-grey-8 {
    stroke: rgba(59, 59, 59, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-4,
.grommetux-chart-graph--bar.color-index-grey-9 {
    stroke: rgba(67, 67, 67, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-5,
.grommetux-chart-graph--bar.color-index-grey-10 {
    stroke: rgba(102, 102, 102, 0.7);
}
.grommetux-chart-graph--bar.grommetux-chart-graph--vertical {
    -webkit-animation: stretch-right-chart 1.5s;
    animation: stretch-right-chart 1.5s;
}
.grommetux-chart-graph--bar:not(.grommetux-chart-graph--vertical) {
    bottom: 0;
    -webkit-animation: stretch-up-chart 1.5s;
    animation: stretch-up-chart 1.5s;
}

.grommetux-chart-graph--area {
    stroke-width: 3px;
}
.grommetux-chart-graph--area.grommetux-color-index-unset {
    fill: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-brand {
    fill: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-critical {
    fill: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-error {
    fill: rgba(240, 73, 83, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-warning {
    fill: rgba(255, 209, 68, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-ok {
    fill: rgba(1, 169, 130, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-unknown {
    fill: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-disabled {
    fill: rgba(204, 204, 204, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-1,
.grommetux-chart-graph--area.grommetux-color-index-graph-5 {
    fill: rgba(66, 85, 99, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-2,
.grommetux-chart-graph--area.grommetux-color-index-graph-6 {
    fill: rgba(95, 122, 118, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-3,
.grommetux-chart-graph--area.grommetux-color-index-graph-7 {
    fill: rgba(128, 116, 110, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-4,
.grommetux-chart-graph--area.grommetux-color-index-graph-8 {
    fill: rgba(118, 118, 118, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-accent-1,
.grommetux-chart-graph--area.grommetux-color-index-accent-4 {
    fill: rgba(42, 210, 201, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-accent-2,
.grommetux-chart-graph--area.grommetux-color-index-accent-5 {
    fill: rgba(97, 71, 103, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-accent-3,
.grommetux-chart-graph--area.grommetux-color-index-accent-6 {
    fill: rgba(255, 141, 109, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-1,
.grommetux-chart-graph--area.color-index-grey-6 {
    fill: rgba(0, 0, 1, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-2,
.grommetux-chart-graph--area.color-index-grey-7 {
    fill: rgba(51, 51, 51, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-3,
.grommetux-chart-graph--area.color-index-grey-8 {
    fill: rgba(59, 59, 59, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-4,
.grommetux-chart-graph--area.color-index-grey-9 {
    fill: rgba(67, 67, 67, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-5,
.grommetux-chart-graph--area.color-index-grey-10 {
    fill: rgba(102, 102, 102, 0.7);
}
.grommetux-chart-graph--area.grommetux-chart-graph--vertical {
    -webkit-animation: stretch-right-chart 1.5s;
    animation: stretch-right-chart 1.5s;
}
.grommetux-chart-graph--area:not(.grommetux-chart-graph--vertical) {
    bottom: 0;
    -webkit-animation: stretch-up-chart 1.5s;
    animation: stretch-up-chart 1.5s;
}
.grommetux-chart-graph--area .grommetux-chart-graph__point {
    stroke: #fff;
}

.grommetux-chart-graph__point {
    stroke: none;
    -webkit-transition: r 0.3s;
    transition: r 0.3s;
    -webkit-animation: fade-in-chart 0.3s;
    animation: fade-in-chart 0.3s;
}
.grommetux-chart-graph__point.grommetux-color-index-unset {
    fill: rgba(221, 221, 221, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-brand {
    fill: rgba(1, 169, 130, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-critical {
    fill: rgba(240, 73, 83, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-error {
    fill: rgba(240, 73, 83, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-warning {
    fill: rgba(255, 209, 68, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-ok {
    fill: rgba(1, 169, 130, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-unknown {
    fill: rgba(204, 204, 204, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-disabled {
    fill: rgba(204, 204, 204, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-1,
.grommetux-chart-graph__point.grommetux-color-index-graph-5 {
    fill: rgba(66, 85, 99, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-2,
.grommetux-chart-graph__point.grommetux-color-index-graph-6 {
    fill: rgba(95, 122, 118, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-3,
.grommetux-chart-graph__point.grommetux-color-index-graph-7 {
    fill: rgba(128, 116, 110, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-4,
.grommetux-chart-graph__point.grommetux-color-index-graph-8 {
    fill: rgba(118, 118, 118, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-accent-1,
.grommetux-chart-graph__point.grommetux-color-index-accent-4 {
    fill: rgba(42, 210, 201, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-accent-2,
.grommetux-chart-graph__point.grommetux-color-index-accent-5 {
    fill: rgba(97, 71, 103, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-accent-3,
.grommetux-chart-graph__point.grommetux-color-index-accent-6 {
    fill: rgba(255, 141, 109, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-1,
.grommetux-chart-graph__point.color-index-grey-6 {
    fill: rgba(0, 0, 1, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-2,
.grommetux-chart-graph__point.color-index-grey-7 {
    fill: rgba(51, 51, 51, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-3,
.grommetux-chart-graph__point.color-index-grey-8 {
    fill: rgba(59, 59, 59, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-4,
.grommetux-chart-graph__point.color-index-grey-9 {
    fill: rgba(67, 67, 67, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-5,
.grommetux-chart-graph__point.color-index-grey-10 {
    fill: rgba(102, 102, 102, 0.9);
}

.grommetux-chart-graph__point--active {
    stroke: #fff;
}
.grommetux-chart-graph__point--active.grommetux-color-index-unset {
    fill: #ddd;
}
.grommetux-chart-graph__point--active.grommetux-color-index-brand {
    fill: #01a982;
}
.grommetux-chart-graph__point--active.grommetux-color-index-critical {
    fill: #f04953;
}
.grommetux-chart-graph__point--active.grommetux-color-index-error {
    fill: #f04953;
}
.grommetux-chart-graph__point--active.grommetux-color-index-warning {
    fill: #ffd144;
}
.grommetux-chart-graph__point--active.grommetux-color-index-ok {
    fill: #01a982;
}
.grommetux-chart-graph__point--active.grommetux-color-index-unknown {
    fill: #cccccc;
}
.grommetux-chart-graph__point--active.grommetux-color-index-disabled {
    fill: #cccccc;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-1,
.grommetux-chart-graph__point--active.grommetux-color-index-graph-5 {
    fill: #425563;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-2,
.grommetux-chart-graph__point--active.grommetux-color-index-graph-6 {
    fill: #5f7a76;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-3,
.grommetux-chart-graph__point--active.grommetux-color-index-graph-7 {
    fill: #80746e;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-4,
.grommetux-chart-graph__point--active.grommetux-color-index-graph-8 {
    fill: #767676;
}
.grommetux-chart-graph__point--active.grommetux-color-index-accent-1,
.grommetux-chart-graph__point--active.grommetux-color-index-accent-4 {
    fill: #2ad2c9;
}
.grommetux-chart-graph__point--active.grommetux-color-index-accent-2,
.grommetux-chart-graph__point--active.grommetux-color-index-accent-5 {
    fill: #614767;
}
.grommetux-chart-graph__point--active.grommetux-color-index-accent-3,
.grommetux-chart-graph__point--active.grommetux-color-index-accent-6 {
    fill: #ff8d6d;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-1,
.grommetux-chart-graph__point--active.grommetux-color-index-grey-6 {
    fill: #000001;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-2,
.grommetux-chart-graph__point--active.grommetux-color-index-grey-7 {
    fill: #333333;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-3,
.grommetux-chart-graph__point--active.grommetux-color-index-grey-8 {
    fill: #3b3b3b;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-4,
.grommetux-chart-graph__point--active.grommetux-color-index-grey-9 {
    fill: #434343;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-5,
.grommetux-chart-graph__point--active.grommetux-color-index-grey-10 {
    fill: #666666;
}
.grommetux-background-color-index--dark .grommetux-chart-graph__point--active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-chart-graph__point--active {
    stroke: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-chart-graph__point--active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-chart-graph__point--active {
    stroke: #fff;
}

.grommetux-check-box {
    margin-right: 12px;
    white-space: nowrap;
}
html.rtl .grommetux-check-box {
    margin-right: 24px;
    margin-left: 12px;
}

.grommetux-check-box:not(.grommetux-check-box--disabled) {
    cursor: pointer;
}

.grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control {
    border-color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control {
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control {
    border-color: #000;
}

.grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    border-color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    border-color: #000;
}

.grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__label {
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__label {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__label {
    color: #000;
}

.grommetux-check-box__input {
    opacity: 0;
    position: absolute;
}
.grommetux-check-box__input:checked + .grommetux-check-box__control {
    border-color: #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    border-color: #01a982;
}
.grommetux-check-box__input:checked
    + .grommetux-check-box__control
    .grommetux-check-box__control-check {
    display: block;
}
.grommetux-check-box__input:checked
    + .grommetux-check-box__control
    + .grommetux-check-box__label {
    color: #333;
}
.grommetux-background-color-index--dark
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    + .grommetux-check-box__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    + .grommetux-check-box__label {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    + .grommetux-check-box__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    + .grommetux-check-box__label {
    color: #333;
}
.grommetux-check-box__input:focus + .grommetux-check-box__control {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-check-box__control {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    border: 2px solid #666;
    border-radius: 0px;
}
html.rtl .grommetux-check-box__control {
    margin-right: 0;
    margin-left: 12px;
}
.grommetux-background-color-index--dark .grommetux-check-box__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box__control {
    border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-check-box__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box__control {
    border-color: #666;
}

.grommetux-check-box__control-check {
    position: absolute;
    top: -2px;
    left: -2px;
    display: none;
    width: 24px;
    height: 24px;
    stroke-width: 4px;
    stroke: #01a982;
}
.grommetux-background-color-index--dark .grommetux-check-box__control-check,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box__control-check {
    stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box__control-check,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box__control-check {
    stroke: #01a982;
}

.grommetux-check-box__label {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    white-space: normal;
    margin-right: 24px;
    word-break: break-word;
}
.grommetux-background-color-index--dark .grommetux-check-box__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box__label {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-check-box__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box__label {
    color: #666;
}

.grommetux-check-box--disabled .grommetux-check-box__control {
    opacity: 0.5;
}

.grommetux-check-box--reverse .grommetux-check-box__control {
    margin-right: 0;
    margin-left: 12px;
}
html.rtl .grommetux-check-box--reverse .grommetux-check-box__control {
    margin-left: 0;
    margin-right: 12px;
}

.grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control:after {
    content: "";
    border-color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control:after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control:after {
    background-color: #fff;
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control:after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__control:after {
    background-color: none;
    border-color: #000;
}

.grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after {
    content: "";
    border-color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after {
    background-color: #fff;
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled)
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after {
    background-color: none;
    border-color: #000;
}

.grommetux-check-box--toggle .grommetux-check-box__control {
    width: 48px;
    height: 24px;
    border-radius: 24px;
    background-color: rgba(51, 51, 51, 0.2);
    border: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__control {
    background-color: rgba(255, 255, 255, 0.2);
}
.grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__control {
    background-color: rgba(51, 51, 51, 0.2);
}
.grommetux-check-box--toggle .grommetux-check-box__control:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 24px;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    box-sizing: border-box;
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__control:after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__control:after {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__control:after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__control:after {
    border-color: #666;
}

.grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    background-color: #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    background-color: rgba(255, 255, 255, 0.2);
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    .grommetux-check-box__control-check,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    .grommetux-check-box__control-check {
    stroke: transparent;
}
.grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control {
    background-color: #01a982;
}
.grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after {
    content: "";
    background-color: #fff;
    border-color: #01a982;
    margin-left: 24px;
}
.grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control:after {
    border-color: #01a982;
}
.grommetux-check-box--toggle
    .grommetux-check-box__input:checked
    + .grommetux-check-box__control
    .grommetux-check-box__control-check {
    display: none;
}

.grommetux-collapsible {
    overflow: hidden;
}

.grommetux-collapsible__wrapper {
    width: 100%;
}

.grommetux-collapsible.animate {
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}

.grommetux-background-color-index--pending {
    color: transparent;
}

.grommetux-background-color-index--dark,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark {
    color: #fff;
}

.grommetux-background-color-index--light,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light {
    color: #333;
}

.grommetux-background-color-index-brand {
    background-color: #01a982;
}
.grommetux-background-color-index-brand-a {
    background-color: rgba(1, 169, 130, 0.94);
}

.grommetux-border-color-index-brand {
    border-color: #01a982;
}
.grommetux-border-color-index-brand-a {
    border-color: rgba(1, 169, 130, 0.94);
}

.grommetux-background-color-index-neutral-1,
.grommetux-background-color-index-neutral-5 {
    background-color: #425563;
}

.grommetux-background-color-index-neutral-1-t,
.grommetux-background-color-index-neutral-5-t {
    background-color: #4b5e6b;
}

.grommetux-background-color-index-neutral-1-a,
.grommetux-background-color-index-neutral-5-a {
    background-color: rgba(66, 85, 99, 0.8);
}

.grommetux-border-color-index-neutral-1,
.grommetux-border-color-index-neutral-5 {
    border-color: #425563;
}

.grommetux-border-color-index-neutral-1-t,
.grommetux-border-color-index-neutral-5-t {
    border-color: #4b5e6b;
}

.grommetux-color-index-neutral-1,
.grommetux-color-index-neutral-5 {
    color: #425563;
}

.grommetux-color-index-neutral-1-t,
.grommetux-color-index-neutral-5-t {
    color: #4b5e6b;
}

.grommetux-background-hover-color-index-neutral-1:hover,
.grommetux-background-hover-color-index-neutral-5:hover {
    background-color: rgba(66, 85, 99, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-1:hover,
.grommetux-border-small-hover-color-index-neutral-5:hover {
    box-shadow: 0 0 0 1px #425563;
}

.grommetux-border-medium-hover-color-index-neutral-1:hover,
.grommetux-border-medium-hover-color-index-neutral-5:hover {
    box-shadow: 0 0 0 12px #425563;
}

.grommetux-border-large-hover-color-index-neutral-1:hover,
.grommetux-border-large-hover-color-index-neutral-5:hover {
    box-shadow: 0 0 0 24px #425563;
}

.grommetux-background-color-index-neutral-2,
.grommetux-background-color-index-neutral-6 {
    background-color: #5f7a76;
}

.grommetux-background-color-index-neutral-2-t,
.grommetux-background-color-index-neutral-6-t {
    background-color: #67817d;
}

.grommetux-background-color-index-neutral-2-a,
.grommetux-background-color-index-neutral-6-a {
    background-color: rgba(95, 122, 118, 0.8);
}

.grommetux-border-color-index-neutral-2,
.grommetux-border-color-index-neutral-6 {
    border-color: #5f7a76;
}

.grommetux-border-color-index-neutral-2-t,
.grommetux-border-color-index-neutral-6-t {
    border-color: #67817d;
}

.grommetux-color-index-neutral-2,
.grommetux-color-index-neutral-6 {
    color: #5f7a76;
}

.grommetux-color-index-neutral-2-t,
.grommetux-color-index-neutral-6-t {
    color: #67817d;
}

.grommetux-background-hover-color-index-neutral-2:hover,
.grommetux-background-hover-color-index-neutral-6:hover {
    background-color: rgba(95, 122, 118, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-2:hover,
.grommetux-border-small-hover-color-index-neutral-6:hover {
    box-shadow: 0 0 0 1px #5f7a76;
}

.grommetux-border-medium-hover-color-index-neutral-2:hover,
.grommetux-border-medium-hover-color-index-neutral-6:hover {
    box-shadow: 0 0 0 12px #5f7a76;
}

.grommetux-border-large-hover-color-index-neutral-2:hover,
.grommetux-border-large-hover-color-index-neutral-6:hover {
    box-shadow: 0 0 0 24px #5f7a76;
}

.grommetux-background-color-index-neutral-3,
.grommetux-background-color-index-neutral-7 {
    background-color: #80746e;
}

.grommetux-background-color-index-neutral-3-t,
.grommetux-background-color-index-neutral-7-t {
    background-color: #867b75;
}

.grommetux-background-color-index-neutral-3-a,
.grommetux-background-color-index-neutral-7-a {
    background-color: rgba(128, 116, 110, 0.8);
}

.grommetux-border-color-index-neutral-3,
.grommetux-border-color-index-neutral-7 {
    border-color: #80746e;
}

.grommetux-border-color-index-neutral-3-t,
.grommetux-border-color-index-neutral-7-t {
    border-color: #867b75;
}

.grommetux-color-index-neutral-3,
.grommetux-color-index-neutral-7 {
    color: #80746e;
}

.grommetux-color-index-neutral-3-t,
.grommetux-color-index-neutral-7-t {
    color: #867b75;
}

.grommetux-background-hover-color-index-neutral-3:hover,
.grommetux-background-hover-color-index-neutral-7:hover {
    background-color: rgba(128, 116, 110, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-3:hover,
.grommetux-border-small-hover-color-index-neutral-7:hover {
    box-shadow: 0 0 0 1px #80746e;
}

.grommetux-border-medium-hover-color-index-neutral-3:hover,
.grommetux-border-medium-hover-color-index-neutral-7:hover {
    box-shadow: 0 0 0 12px #80746e;
}

.grommetux-border-large-hover-color-index-neutral-3:hover,
.grommetux-border-large-hover-color-index-neutral-7:hover {
    box-shadow: 0 0 0 24px #80746e;
}

.grommetux-background-color-index-neutral-4,
.grommetux-background-color-index-neutral-8 {
    background-color: #767676;
}

.grommetux-background-color-index-neutral-4-t,
.grommetux-background-color-index-neutral-8-t {
    background-color: #7d7d7d;
}

.grommetux-background-color-index-neutral-4-a,
.grommetux-background-color-index-neutral-8-a {
    background-color: rgba(118, 118, 118, 0.8);
}

.grommetux-border-color-index-neutral-4,
.grommetux-border-color-index-neutral-8 {
    border-color: #767676;
}

.grommetux-border-color-index-neutral-4-t,
.grommetux-border-color-index-neutral-8-t {
    border-color: #7d7d7d;
}

.grommetux-color-index-neutral-4,
.grommetux-color-index-neutral-8 {
    color: #767676;
}

.grommetux-color-index-neutral-4-t,
.grommetux-color-index-neutral-8-t {
    color: #7d7d7d;
}

.grommetux-background-hover-color-index-neutral-4:hover,
.grommetux-background-hover-color-index-neutral-8:hover {
    background-color: rgba(118, 118, 118, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-4:hover,
.grommetux-border-small-hover-color-index-neutral-8:hover {
    box-shadow: 0 0 0 1px #767676;
}

.grommetux-border-medium-hover-color-index-neutral-4:hover,
.grommetux-border-medium-hover-color-index-neutral-8:hover {
    box-shadow: 0 0 0 12px #767676;
}

.grommetux-border-large-hover-color-index-neutral-4:hover,
.grommetux-border-large-hover-color-index-neutral-8:hover {
    box-shadow: 0 0 0 24px #767676;
}

.grommetux-background-color-index-accent-1,
.grommetux-background-color-index-accent-4 {
    background-color: #2ad2c9;
}

.grommetux-background-color-index-accent-1-t,
.grommetux-background-color-index-accent-4-t {
    background-color: #35d4cc;
}

.grommetux-background-color-index-accent-1-a,
.grommetux-background-color-index-accent-4-a {
    background-color: rgba(42, 210, 201, 0.8);
}

.grommetux-border-color-index-accent-1,
.grommetux-border-color-index-accent-4 {
    border-color: #2ad2c9;
}

.grommetux-border-color-index-accent-1-t,
.grommetux-border-color-index-accent-4-t {
    border-color: #35d4cc;
}

.grommetux-color-index-accent-1,
.grommetux-color-index-accent-4 {
    color: #2ad2c9;
}

.grommetux-color-index-accent-1-t,
.grommetux-color-index-accent-4-t {
    color: #35d4cc;
}

.grommetux-background-hover-color-index-accent-1:hover,
.grommetux-background-hover-color-index-accent-4:hover {
    background-color: rgba(42, 210, 201, 0.3);
}

.grommetux-border-small-hover-color-index-accent-1:hover,
.grommetux-border-small-hover-color-index-accent-4:hover {
    box-shadow: 0 0 0 1px #2ad2c9;
}

.grommetux-border-medium-hover-color-index-accent-1:hover,
.grommetux-border-medium-hover-color-index-accent-4:hover {
    box-shadow: 0 0 0 12px #2ad2c9;
}

.grommetux-border-large-hover-color-index-accent-1:hover,
.grommetux-border-large-hover-color-index-accent-4:hover {
    box-shadow: 0 0 0 24px #2ad2c9;
}

.grommetux-background-color-index-accent-2,
.grommetux-background-color-index-accent-5 {
    background-color: #614767;
}

.grommetux-background-color-index-accent-2-t,
.grommetux-background-color-index-accent-5-t {
    background-color: #69506f;
}

.grommetux-background-color-index-accent-2-a,
.grommetux-background-color-index-accent-5-a {
    background-color: rgba(97, 71, 103, 0.8);
}

.grommetux-border-color-index-accent-2,
.grommetux-border-color-index-accent-5 {
    border-color: #614767;
}

.grommetux-border-color-index-accent-2-t,
.grommetux-border-color-index-accent-5-t {
    border-color: #69506f;
}

.grommetux-color-index-accent-2,
.grommetux-color-index-accent-5 {
    color: #614767;
}

.grommetux-color-index-accent-2-t,
.grommetux-color-index-accent-5-t {
    color: #69506f;
}

.grommetux-background-hover-color-index-accent-2:hover,
.grommetux-background-hover-color-index-accent-5:hover {
    background-color: rgba(97, 71, 103, 0.3);
}

.grommetux-border-small-hover-color-index-accent-2:hover,
.grommetux-border-small-hover-color-index-accent-5:hover {
    box-shadow: 0 0 0 1px #614767;
}

.grommetux-border-medium-hover-color-index-accent-2:hover,
.grommetux-border-medium-hover-color-index-accent-5:hover {
    box-shadow: 0 0 0 12px #614767;
}

.grommetux-border-large-hover-color-index-accent-2:hover,
.grommetux-border-large-hover-color-index-accent-5:hover {
    box-shadow: 0 0 0 24px #614767;
}

.grommetux-background-color-index-accent-3,
.grommetux-background-color-index-accent-6 {
    background-color: #ff8d6d;
}

.grommetux-background-color-index-accent-3-t,
.grommetux-background-color-index-accent-6-t {
    background-color: #ff9374;
}

.grommetux-background-color-index-accent-3-a,
.grommetux-background-color-index-accent-6-a {
    background-color: rgba(255, 141, 109, 0.8);
}

.grommetux-border-color-index-accent-3,
.grommetux-border-color-index-accent-6 {
    border-color: #ff8d6d;
}

.grommetux-border-color-index-accent-3-t,
.grommetux-border-color-index-accent-6-t {
    border-color: #ff9374;
}

.grommetux-color-index-accent-3,
.grommetux-color-index-accent-6 {
    color: #ff8d6d;
}

.grommetux-color-index-accent-3-t,
.grommetux-color-index-accent-6-t {
    color: #ff9374;
}

.grommetux-background-hover-color-index-accent-3:hover,
.grommetux-background-hover-color-index-accent-6:hover {
    background-color: rgba(255, 141, 109, 0.3);
}

.grommetux-border-small-hover-color-index-accent-3:hover,
.grommetux-border-small-hover-color-index-accent-6:hover {
    box-shadow: 0 0 0 1px #ff8d6d;
}

.grommetux-border-medium-hover-color-index-accent-3:hover,
.grommetux-border-medium-hover-color-index-accent-6:hover {
    box-shadow: 0 0 0 12px #ff8d6d;
}

.grommetux-border-large-hover-color-index-accent-3:hover,
.grommetux-border-large-hover-color-index-accent-6:hover {
    box-shadow: 0 0 0 24px #ff8d6d;
}

.grommetux-background-color-index-grey-1,
.grommetux-background-color-index-grey-6 {
    background-color: #000001;
}

.grommetux-background-color-index-grey-1-a,
.grommetux-background-color-index-grey-6-a {
    background-color: rgba(0, 0, 1, 0.8);
}

.grommetux-border-color-index-grey-1,
.grommetux-border-color-index-grey-6 {
    border-color: #000001;
}

.grommetux-background-hover-color-index-grey-1:hover,
.grommetux-background-hover-color-index-grey-6:hover {
    background-color: rgba(0, 0, 1, 0.3);
}

.grommetux-border-small-hover-color-index-grey-1:hover,
.grommetux-border-small-hover-color-index-grey-6:hover {
    box-shadow: 0 0 0 1px #000001;
}

.grommetux-border-medium-hover-color-index-grey-1:hover,
.grommetux-border-medium-hover-color-index-grey-6:hover {
    box-shadow: 0 0 0 12px #000001;
}

.grommetux-border-large-hover-color-index-grey-1:hover,
.grommetux-border-large-hover-color-index-grey-6:hover {
    box-shadow: 0 0 0 24px #000001;
}

.grommetux-background-color-index-grey-2,
.grommetux-background-color-index-grey-7 {
    background-color: #333333;
}

.grommetux-background-color-index-grey-2-a,
.grommetux-background-color-index-grey-7-a {
    background-color: rgba(51, 51, 51, 0.8);
}

.grommetux-border-color-index-grey-2,
.grommetux-border-color-index-grey-7 {
    border-color: #333333;
}

.grommetux-background-hover-color-index-grey-2:hover,
.grommetux-background-hover-color-index-grey-7:hover {
    background-color: rgba(51, 51, 51, 0.3);
}

.grommetux-border-small-hover-color-index-grey-2:hover,
.grommetux-border-small-hover-color-index-grey-7:hover {
    box-shadow: 0 0 0 1px #333333;
}

.grommetux-border-medium-hover-color-index-grey-2:hover,
.grommetux-border-medium-hover-color-index-grey-7:hover {
    box-shadow: 0 0 0 12px #333333;
}

.grommetux-border-large-hover-color-index-grey-2:hover,
.grommetux-border-large-hover-color-index-grey-7:hover {
    box-shadow: 0 0 0 24px #333333;
}

.grommetux-background-color-index-grey-3,
.grommetux-background-color-index-grey-8 {
    background-color: #3b3b3b;
}

.grommetux-background-color-index-grey-3-a,
.grommetux-background-color-index-grey-8-a {
    background-color: rgba(59, 59, 59, 0.8);
}

.grommetux-border-color-index-grey-3,
.grommetux-border-color-index-grey-8 {
    border-color: #3b3b3b;
}

.grommetux-background-hover-color-index-grey-3:hover,
.grommetux-background-hover-color-index-grey-8:hover {
    background-color: rgba(59, 59, 59, 0.3);
}

.grommetux-border-small-hover-color-index-grey-3:hover,
.grommetux-border-small-hover-color-index-grey-8:hover {
    box-shadow: 0 0 0 1px #3b3b3b;
}

.grommetux-border-medium-hover-color-index-grey-3:hover,
.grommetux-border-medium-hover-color-index-grey-8:hover {
    box-shadow: 0 0 0 12px #3b3b3b;
}

.grommetux-border-large-hover-color-index-grey-3:hover,
.grommetux-border-large-hover-color-index-grey-8:hover {
    box-shadow: 0 0 0 24px #3b3b3b;
}

.grommetux-background-color-index-grey-4,
.grommetux-background-color-index-grey-9 {
    background-color: #434343;
}

.grommetux-background-color-index-grey-4-a,
.grommetux-background-color-index-grey-9-a {
    background-color: rgba(67, 67, 67, 0.8);
}

.grommetux-border-color-index-grey-4,
.grommetux-border-color-index-grey-9 {
    border-color: #434343;
}

.grommetux-background-hover-color-index-grey-4:hover,
.grommetux-background-hover-color-index-grey-9:hover {
    background-color: rgba(67, 67, 67, 0.3);
}

.grommetux-border-small-hover-color-index-grey-4:hover,
.grommetux-border-small-hover-color-index-grey-9:hover {
    box-shadow: 0 0 0 1px #434343;
}

.grommetux-border-medium-hover-color-index-grey-4:hover,
.grommetux-border-medium-hover-color-index-grey-9:hover {
    box-shadow: 0 0 0 12px #434343;
}

.grommetux-border-large-hover-color-index-grey-4:hover,
.grommetux-border-large-hover-color-index-grey-9:hover {
    box-shadow: 0 0 0 24px #434343;
}

.grommetux-background-color-index-grey-5,
.grommetux-background-color-index-grey-10 {
    background-color: #666666;
}

.grommetux-background-color-index-grey-5-a,
.grommetux-background-color-index-grey-10-a {
    background-color: rgba(102, 102, 102, 0.8);
}

.grommetux-border-color-index-grey-5,
.grommetux-border-color-index-grey-10 {
    border-color: #666666;
}

.grommetux-background-hover-color-index-grey-5:hover,
.grommetux-background-hover-color-index-grey-10:hover {
    background-color: rgba(102, 102, 102, 0.3);
}

.grommetux-border-small-hover-color-index-grey-5:hover,
.grommetux-border-small-hover-color-index-grey-10:hover {
    box-shadow: 0 0 0 1px #666666;
}

.grommetux-border-medium-hover-color-index-grey-5:hover,
.grommetux-border-medium-hover-color-index-grey-10:hover {
    box-shadow: 0 0 0 12px #666666;
}

.grommetux-border-large-hover-color-index-grey-5:hover,
.grommetux-border-large-hover-color-index-grey-10:hover {
    box-shadow: 0 0 0 24px #666666;
}

.grommetux-background-color-index-graph-1,
.grommetux-background-color-index-graph-5 {
    background-color: #425563;
}

.grommetux-border-color-index-graph-1,
.grommetux-border-color-index-graph-5 {
    border-color: #425563;
}

.grommetux-background-color-index-graph-2,
.grommetux-background-color-index-graph-6 {
    background-color: #5f7a76;
}

.grommetux-border-color-index-graph-2,
.grommetux-border-color-index-graph-6 {
    border-color: #5f7a76;
}

.grommetux-background-color-index-graph-3,
.grommetux-background-color-index-graph-7 {
    background-color: #80746e;
}

.grommetux-border-color-index-graph-3,
.grommetux-border-color-index-graph-7 {
    border-color: #80746e;
}

.grommetux-background-color-index-graph-4,
.grommetux-background-color-index-graph-8 {
    background-color: #767676;
}

.grommetux-border-color-index-graph-4,
.grommetux-border-color-index-graph-8 {
    border-color: #767676;
}

.grommetux-background-color-index-critical {
    background-color: #f04953;
}

.grommetux-border-color-index-critical {
    border-color: #f04953;
}

.grommetux-color-index-critical {
    color: #f04953;
}

.grommetux-background-hover-color-index-critical:hover {
    background-color: rgba(240, 73, 83, 0.3);
}

.grommetux-border-small-hover-color-index-critical:hover {
    box-shadow: 0 0 0 1px #f04953;
}

.grommetux-border-medium-hover-color-index-critical:hover {
    box-shadow: 0 0 0 12px #f04953;
}

.grommetux-border-large-hover-color-index-critical:hover {
    box-shadow: 0 0 0 24px #f04953;
}

.grommetux-background-color-index-error {
    background-color: #f04953;
}

.grommetux-border-color-index-error {
    border-color: #f04953;
}

.grommetux-color-index-error {
    color: #f04953;
}

.grommetux-background-hover-color-index-error:hover {
    background-color: rgba(240, 73, 83, 0.3);
}

.grommetux-border-small-hover-color-index-error:hover {
    box-shadow: 0 0 0 1px #f04953;
}

.grommetux-border-medium-hover-color-index-error:hover {
    box-shadow: 0 0 0 12px #f04953;
}

.grommetux-border-large-hover-color-index-error:hover {
    box-shadow: 0 0 0 24px #f04953;
}

.grommetux-background-color-index-warning {
    background-color: #ffd144;
}

.grommetux-border-color-index-warning {
    border-color: #ffd144;
}

.grommetux-color-index-warning {
    color: #ffd144;
}

.grommetux-background-hover-color-index-warning:hover {
    background-color: rgba(255, 209, 68, 0.3);
}

.grommetux-border-small-hover-color-index-warning:hover {
    box-shadow: 0 0 0 1px #ffd144;
}

.grommetux-border-medium-hover-color-index-warning:hover {
    box-shadow: 0 0 0 12px #ffd144;
}

.grommetux-border-large-hover-color-index-warning:hover {
    box-shadow: 0 0 0 24px #ffd144;
}

.grommetux-background-color-index-ok {
    background-color: #01a982;
}

.grommetux-border-color-index-ok {
    border-color: #01a982;
}

.grommetux-color-index-ok {
    color: #01a982;
}

.grommetux-background-hover-color-index-ok:hover {
    background-color: rgba(1, 169, 130, 0.3);
}

.grommetux-border-small-hover-color-index-ok:hover {
    box-shadow: 0 0 0 1px #01a982;
}

.grommetux-border-medium-hover-color-index-ok:hover {
    box-shadow: 0 0 0 12px #01a982;
}

.grommetux-border-large-hover-color-index-ok:hover {
    box-shadow: 0 0 0 24px #01a982;
}

.grommetux-background-color-index-unknown {
    background-color: #cccccc;
}

.grommetux-border-color-index-unknown {
    border-color: #cccccc;
}

.grommetux-color-index-unknown {
    color: #cccccc;
}

.grommetux-background-hover-color-index-unknown:hover {
    background-color: rgba(204, 204, 204, 0.3);
}

.grommetux-border-small-hover-color-index-unknown:hover {
    box-shadow: 0 0 0 1px #cccccc;
}

.grommetux-border-medium-hover-color-index-unknown:hover {
    box-shadow: 0 0 0 12px #cccccc;
}

.grommetux-border-large-hover-color-index-unknown:hover {
    box-shadow: 0 0 0 24px #cccccc;
}

.grommetux-background-color-index-disabled {
    background-color: #cccccc;
}

.grommetux-border-color-index-disabled {
    border-color: #cccccc;
}

.grommetux-color-index-disabled {
    color: #cccccc;
}

.grommetux-background-hover-color-index-disabled:hover {
    background-color: rgba(204, 204, 204, 0.3);
}

.grommetux-border-small-hover-color-index-disabled:hover {
    box-shadow: 0 0 0 1px #cccccc;
}

.grommetux-border-medium-hover-color-index-disabled:hover {
    box-shadow: 0 0 0 12px #cccccc;
}

.grommetux-border-large-hover-color-index-disabled:hover {
    box-shadow: 0 0 0 24px #cccccc;
}

.grommetux-background-color-index-light-1,
.grommetux-background-color-index-light-3 {
    background-color: #ffffff;
}

.grommetux-background-color-index-light-1-a,
.grommetux-background-color-index-light-3-a {
    background-color: rgba(255, 255, 255, 0.8);
}

.grommetux-border-color-index-light-1,
.grommetux-border-color-index-light-3 {
    border-color: #ffffff;
}

.grommetux-background-hover-color-index-light-1:hover,
.grommetux-background-hover-color-index-light-3:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.grommetux-border-small-hover-color-index-light-1:hover,
.grommetux-border-small-hover-color-index-light-3:hover {
    box-shadow: 0 0 0 1px #ffffff;
}

.grommetux-border-medium-hover-color-index-light-1:hover,
.grommetux-border-medium-hover-color-index-light-3:hover {
    box-shadow: 0 0 0 12px #ffffff;
}

.grommetux-border-large-hover-color-index-light-1:hover,
.grommetux-border-large-hover-color-index-light-3:hover {
    box-shadow: 0 0 0 24px #ffffff;
}

.grommetux-background-color-index-light-2,
.grommetux-background-color-index-light-4 {
    background-color: #f5f5f5;
}

.grommetux-background-color-index-light-2-a,
.grommetux-background-color-index-light-4-a {
    background-color: rgba(245, 245, 245, 0.8);
}

.grommetux-border-color-index-light-2,
.grommetux-border-color-index-light-4 {
    border-color: #f5f5f5;
}

.grommetux-background-hover-color-index-light-2:hover,
.grommetux-background-hover-color-index-light-4:hover {
    background-color: rgba(245, 245, 245, 0.3);
}

.grommetux-border-small-hover-color-index-light-2:hover,
.grommetux-border-small-hover-color-index-light-4:hover {
    box-shadow: 0 0 0 1px #f5f5f5;
}

.grommetux-border-medium-hover-color-index-light-2:hover,
.grommetux-border-medium-hover-color-index-light-4:hover {
    box-shadow: 0 0 0 12px #f5f5f5;
}

.grommetux-border-large-hover-color-index-light-2:hover,
.grommetux-border-large-hover-color-index-light-4:hover {
    box-shadow: 0 0 0 24px #f5f5f5;
}

.grommetux-background-color-index-unset {
    background-color: #ddd;
}

.grommetux-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}
@media screen and (min-width: 45em) {
    .grommetux-columns > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px);
        flex-basis: calc(384px);
    }
    .grommetux-columns.grommetux-columns--margin-small
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px + 12px);
        flex-basis: calc(384px + 12px);
    }
    .grommetux-columns.grommetux-columns--margin-medium
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px + 24px);
        flex-basis: calc(384px + 24px);
    }
    .grommetux-columns.grommetux-columns--margin-large
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px + 48px);
        flex-basis: calc(384px + 48px);
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.grommetux-columns__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-columns__column {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-columns--responsive > .grommetux-columns__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-columns--responsive.grommetux-columns--small
        > .grommetux-columns__column,
    .grommetux-columns--responsive.grommetux-columns--medium
        > .grommetux-columns__column,
    .grommetux-columns--responsive.grommetux-columns--large
        > .grommetux-columns__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-columns--small > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(192px);
        flex-basis: calc(192px);
    }
    .grommetux-columns--small.grommetux-columns--margin-small
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(192px + 12px);
        flex-basis: calc(192px + 12px);
    }
    .grommetux-columns--small.grommetux-columns--margin-medium
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(192px + 24px);
        flex-basis: calc(192px + 24px);
    }
    .grommetux-columns--small.grommetux-columns--margin-large
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(192px + 48px);
        flex-basis: calc(192px + 48px);
    }
}

@media screen and (min-width: 45em) {
    .grommetux-columns--medium > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px);
        flex-basis: calc(384px);
    }
    .grommetux-columns--medium.grommetux-columns--margin-small
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px + 12px);
        flex-basis: calc(384px + 12px);
    }
    .grommetux-columns--medium.grommetux-columns--margin-medium
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px + 24px);
        flex-basis: calc(384px + 24px);
    }
    .grommetux-columns--medium.grommetux-columns--margin-large
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(384px + 48px);
        flex-basis: calc(384px + 48px);
    }
}

@media screen and (min-width: 45em) {
    .grommetux-columns--large > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(576px);
        flex-basis: calc(576px);
    }
    .grommetux-columns--large.grommetux-columns--margin-small
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(576px + 12px);
        flex-basis: calc(576px + 12px);
    }
    .grommetux-columns--large.grommetux-columns--margin-medium
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(576px + 24px);
        flex-basis: calc(576px + 24px);
    }
    .grommetux-columns--large.grommetux-columns--margin-large
        > .grommetux-columns__column {
        -ms-flex-preferred-size: calc(576px + 48px);
        flex-basis: calc(576px + 48px);
    }
}

.grommetux-columns--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grommetux-columns--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grommetux-columns--justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grommetux-columns--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grommetux-date-time {
    position: relative;
    display: inline-block;
}

.grommetux-date-time__input {
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
    padding-right: 60px;
}
.grommetux-date-time__input:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommetux-date-time__input::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommetux-date-time__input::-webkit-input-placeholder {
    color: #aaa;
}
.grommetux-date-time__input::-moz-placeholder {
    color: #aaa;
}
.grommetux-date-time__input:-ms-input-placeholder {
    color: #aaa;
}
.grommetux-date-time__input.error {
    border-color: #f04953;
}

.grommetux-date-time__input:focus {
    padding-right: 58px;
}

.grommetux-date-time__input::-ms-clear {
    display: none;
}

.grommetux-date-time__control {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grommetux-date-time-drop {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.grommetux-date-time-drop__title {
    text-align: center;
}

.grommetux-date-time-drop__grid {
    width: 100%;
    padding: 12px;
}
.grommetux-date-time-drop__grid table {
    width: 100%;
    margin-bottom: 0;
    outline: none;
}
.grommetux-date-time-drop__grid th,
.grommetux-date-time-drop__grid td {
    text-align: center;
}
.grommetux-date-time-drop__grid th {
    color: #666;
    font-weight: normal;
    padding: 6px;
}

.grommetux-date-time-drop__grid--focus table {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-date-time-drop__day {
    display: inline-block;
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px;
    padding: 6px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.grommetux-date-time-drop__day:hover,
.grommetux-date-time-drop__day--hover {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}

.grommetux-date-time-drop__day--other-month {
    color: #666;
}

.grommetux-date-time-drop__day--active {
    background-color: #01a982;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}

.grommetux-date-time-drop__time {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 700;
}

.grommetux-distribution {
    position: relative;
    width: 100%;
}

.grommetux-distribution__graphic {
    position: absolute;
    top: 0px;
    left: 0px;
    outline: none;
    max-width: 100%;
}

.grommetux-distribution__graphic--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-distribution__background {
    fill: #f5f5f5;
}
.grommetux-background-color-index--dark .grommetux-distribution__background,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-distribution__background {
    fill: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-distribution__background,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-distribution__background {
    fill: #f5f5f5;
}

.grommetux-distribution__item--clickable {
    cursor: pointer;
    outline: none;
}

.grommetux-distribution__item-box.grommetux-color-index-unset {
    fill: #ddd;
}

.grommetux-distribution__item-box.grommetux-color-index-brand {
    fill: #01a982;
}

.grommetux-distribution__item-box.grommetux-color-index-critical {
    fill: #f04953;
}

.grommetux-distribution__item-box.grommetux-color-index-error {
    fill: #f04953;
}

.grommetux-distribution__item-box.grommetux-color-index-warning {
    fill: #ffd144;
}

.grommetux-distribution__item-box.grommetux-color-index-ok {
    fill: #01a982;
}

.grommetux-distribution__item-box.grommetux-color-index-unknown {
    fill: #cccccc;
}

.grommetux-distribution__item-box.grommetux-color-index-disabled {
    fill: #cccccc;
}

.grommetux-distribution__item-box.grommetux-color-index-graph-1,
.grommetux-distribution__item-box.grommetux-color-index-graph-5 {
    fill: #425563;
}

.grommetux-distribution__item-box.grommetux-color-index-graph-2,
.grommetux-distribution__item-box.grommetux-color-index-graph-6 {
    fill: #5f7a76;
}

.grommetux-distribution__item-box.grommetux-color-index-graph-3,
.grommetux-distribution__item-box.grommetux-color-index-graph-7 {
    fill: #80746e;
}

.grommetux-distribution__item-box.grommetux-color-index-graph-4,
.grommetux-distribution__item-box.grommetux-color-index-graph-8 {
    fill: #767676;
}

.grommetux-distribution__item-box.grommetux-color-index-accent-1,
.grommetux-distribution__item-box.grommetux-color-index-accent-4 {
    fill: #2ad2c9;
}

.grommetux-distribution__item-box.grommetux-color-index-accent-2,
.grommetux-distribution__item-box.grommetux-color-index-accent-5 {
    fill: #614767;
}

.grommetux-distribution__item-box.grommetux-color-index-accent-3,
.grommetux-distribution__item-box.grommetux-color-index-accent-6 {
    fill: #ff8d6d;
}

.grommetux-distribution__item-box.grommetux-color-index-grey-1,
.grommetux-distribution__item-box.grommetux-color-index-grey-6 {
    fill: #000001;
}

.grommetux-distribution__item-box.grommetux-color-index-grey-2,
.grommetux-distribution__item-box.grommetux-color-index-grey-7 {
    fill: #333333;
}

.grommetux-distribution__item-box.grommetux-color-index-grey-3,
.grommetux-distribution__item-box.grommetux-color-index-grey-8 {
    fill: #3b3b3b;
}

.grommetux-distribution__item-box.grommetux-color-index-grey-4,
.grommetux-distribution__item-box.grommetux-color-index-grey-9 {
    fill: #434343;
}

.grommetux-distribution__item-box.grommetux-color-index-grey-5,
.grommetux-distribution__item-box.grommetux-color-index-grey-10 {
    fill: #666666;
}

.grommetux-distribution__item-icons.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}

.grommetux-distribution__item-icons.grommetux-color-index-unset {
    stroke: #ddd;
}

.grommetux-distribution__item-icons.grommetux-color-index-brand {
    stroke: #01a982;
}

.grommetux-distribution__item-icons.grommetux-color-index-critical {
    stroke: #f04953;
}

.grommetux-distribution__item-icons.grommetux-color-index-error {
    stroke: #f04953;
}

.grommetux-distribution__item-icons.grommetux-color-index-warning {
    stroke: #ffd144;
}

.grommetux-distribution__item-icons.grommetux-color-index-ok {
    stroke: #01a982;
}

.grommetux-distribution__item-icons.grommetux-color-index-unknown {
    stroke: #cccccc;
}

.grommetux-distribution__item-icons.grommetux-color-index-disabled {
    stroke: #cccccc;
}

.grommetux-distribution__item-icons.grommetux-color-index-graph-1,
.grommetux-distribution__item-icons.grommetux-color-index-graph-5 {
    stroke: #425563;
}

.grommetux-distribution__item-icons.grommetux-color-index-graph-2,
.grommetux-distribution__item-icons.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}

.grommetux-distribution__item-icons.grommetux-color-index-graph-3,
.grommetux-distribution__item-icons.grommetux-color-index-graph-7 {
    stroke: #80746e;
}

.grommetux-distribution__item-icons.grommetux-color-index-graph-4,
.grommetux-distribution__item-icons.grommetux-color-index-graph-8 {
    stroke: #767676;
}

.grommetux-distribution__item-icons.grommetux-color-index-grey-1,
.grommetux-distribution__item-icons.grommetux-color-index-grey-6 {
    stroke: #000001;
}

.grommetux-distribution__item-icons.grommetux-color-index-grey-2,
.grommetux-distribution__item-icons.grommetux-color-index-grey-7 {
    stroke: #333333;
}

.grommetux-distribution__item-icons.grommetux-color-index-grey-3,
.grommetux-distribution__item-icons.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}

.grommetux-distribution__item-icons.grommetux-color-index-grey-4,
.grommetux-distribution__item-icons.grommetux-color-index-grey-9 {
    stroke: #434343;
}

.grommetux-distribution__item-icons.grommetux-color-index-grey-5,
.grommetux-distribution__item-icons.grommetux-color-index-grey-10 {
    stroke: #666666;
}

.grommetux-distribution__item-icons.grommetux-color-index-accent-1,
.grommetux-distribution__item-icons.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}

.grommetux-distribution__item-icons.grommetux-color-index-accent-2,
.grommetux-distribution__item-icons.grommetux-color-index-accent-5 {
    stroke: #614767;
}

.grommetux-distribution__item-icons.grommetux-color-index-accent-3,
.grommetux-distribution__item-icons.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}

.grommetux-distribution__item-icons.grommetux-color-index-neutral-1,
.grommetux-distribution__item-icons.grommetux-color-index-neutral-5 {
    stroke: #425563;
}

.grommetux-distribution__item-icons.grommetux-color-index-neutral-2,
.grommetux-distribution__item-icons.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}

.grommetux-distribution__item-icons.grommetux-color-index-neutral-3,
.grommetux-distribution__item-icons.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}

.grommetux-distribution__item-icons.grommetux-color-index-neutral-4,
.grommetux-distribution__item-icons.grommetux-color-index-neutral-8 {
    stroke: #767676;
}

.grommetux-distribution__item-icons.grommetux-color-index-light-1,
.grommetux-distribution__item-icons.grommetux-color-index-light-3 {
    stroke: #ffffff;
}

.grommetux-distribution__item-icons.grommetux-color-index-light-2,
.grommetux-distribution__item-icons.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-distribution__label {
    position: absolute;
    padding: 6px 12px;
    font-family: "Metric", Arial, sans-serif;
    overflow: hidden;
    text-align: left;
    pointer-events: none;
}
.grommetux-distribution__label.grommetux-background-color-index-brand {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-critical {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-error {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-ok {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-1,
.grommetux-distribution__label.grommetux-background-color-index-neutral-5 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-2,
.grommetux-distribution__label.grommetux-background-color-index-neutral-6 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-3,
.grommetux-distribution__label.grommetux-background-color-index-neutral-7 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-4,
.grommetux-distribution__label.grommetux-background-color-index-neutral-8 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-1,
.grommetux-distribution__label.grommetux-background-color-index-graph-5 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-2,
.grommetux-distribution__label.grommetux-background-color-index-graph-6 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-3,
.grommetux-distribution__label.grommetux-background-color-index-graph-7 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-4,
.grommetux-distribution__label.grommetux-background-color-index-graph-8 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-accent-1,
.grommetux-distribution__label.grommetux-background-color-index-accent-4 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-accent-2,
.grommetux-distribution__label.grommetux-background-color-index-accent-5 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-1,
.grommetux-distribution__label.grommetux-background-color-index-grey-6 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-2,
.grommetux-distribution__label.grommetux-background-color-index-grey-7 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-3,
.grommetux-distribution__label.grommetux-background-color-index-grey-8 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-4,
.grommetux-distribution__label.grommetux-background-color-index-grey-9 {
    color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-5,
.grommetux-distribution__label.grommetux-background-color-index-grey-10 {
    color: #fff;
}

.grommetux-distribution__label-value {
    display: block;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33333;
    font-weight: 600;
}

.grommetux-distribution__label-units {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: inherit;
    margin-left: 6px;
    font-weight: 100;
}

.grommetux-distribution__label-label {
    display: block;
}

.grommetux-distribution__label--active {
    z-index: 10;
    color: #333;
    border-right: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    opacity: 0.9;
}

.grommetux-distribution__label--thin .grommetux-distribution__label-value,
.grommetux-distribution__label--thin .grommetux-distribution__label-label {
    display: inline-block;
}

.grommetux-distribution__label--small .grommetux-distribution__label-value,
.grommetux-distribution__label--small .grommetux-distribution__label-units {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin-right: 4px;
}

.grommetux-distribution__label--icons {
    padding: 0 12px 12px 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}
.grommetux-background-color-index--dark .grommetux-distribution__label--icons,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-distribution__label--icons {
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-distribution__label--icons,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-distribution__label--icons {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}
.grommetux-distribution__label--icons .label-value {
    line-height: 1;
}
.grommetux-distribution__label--icons .label-units {
    color: #666;
}
.grommetux-distribution__label--icons .label-label {
    display: block;
}

.grommetux-distribution__loading-indicator {
    stroke-width: 24px;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-1,
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-2,
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-3,
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-4,
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-1,
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-2,
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-3,
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-4,
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-5,
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-1,
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-2,
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-3,
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-1,
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-2,
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-3,
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-4,
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-light-1,
.grommetux-distribution__loading-indicator.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-light-2,
.grommetux-distribution__loading-indicator.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-distribution--icons .grommetux-distribution__label {
    padding: 0 12px 12px 0;
}

.grommetux-distribution--icons .grommetux-distribution__label-value {
    line-height: 1;
}

.grommetux-distribution--small {
    height: 192px;
}

.grommetux-distribution--medium {
    height: 384px;
}

.grommetux-distribution--large {
    height: 576px;
}

.grommetux-distribution--full {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.grommetux-distribution--full .grommetux-distribution__graphic {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.grommet.grommetux-drop {
    position: absolute;
    z-index: 20;
    border-radius: 0px;
    overflow: auto;
}

.grommet.grommetux-drop:not([class*="background-color-index-"]) {
    background-color: rgba(248, 248, 248, 0.95);
    border: none;
    box-shadow: none;
}

.grommetux-footer {
    min-height: 36px;
    width: 100%;
}

.grommetux-footer--small {
    min-height: 24px;
}

.grommetux-footer--large {
    min-height: 96px;
}

.grommetux-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
.grommetux-footer__content > * {
    margin-right: 48px;
}
.grommetux-footer__content > *:last-child {
    margin-right: 0px;
    text-align: left;
}

.grommetux-footer--primary {
    height: auto;
    padding: 24px;
}
.grommetux-footer--primary .grommetux-footer__content {
    position: relative;
    color: #666;
    display: block;
}

.grommetux-footer--centered .grommetux-footer__content {
    display: block;
    text-align: center;
}
.grommetux-footer--centered .grommetux-footer__content > * {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.grommetux-footer--flush .grommetux-footer__content,
.grommetux-footer--flush .grommetux-footer__wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.grommetux-footer--fixed .grommetux-footer__wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.grommetux-footer--fixed
    .grommetux-footer__wrapper--fill
    .grommetux-footer__wrapper {
    background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-footer--fixed.grommetux-footer--primary .grommetux-footer__wrapper {
    position: fixed;
}

.grommetux-footer--fixed.grommetux-footer--primary
    .grommetux-footer__wrapper--fill
    .grommetux-footer__wrapper {
    background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-footer--fixed.grommetux-footer--primary .grommetux-footer__content {
    position: static;
    background-color: transparent;
}

.grommetux-footer__container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.grommetux-footer__container--float {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.grommetux-footer__container--fill .grommetux-footer {
    background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-footer__container--fixed {
    position: relative;
    width: 100%;
}
.grommetux-footer__container--fixed .grommetux-footer__wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.grommetux-footer__wrapper {
    height: 36px;
}

.grommetux-footer__wrapper--large {
    height: 96px;
}

.grommetux-footer__wrapper--small {
    height: 24px;
}

*:not(.grommetux-footer__container--float) > .grommetux-footer--float {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.grommetux-form {
    position: relative;
    max-width: 100%;
}
@media screen and (min-width: 45em) {
    .grommetux-form .grommetux-form-field .grommetux-tiles__container {
        max-width: 480px;
    }
}
.grommetux-form--pad-none {
    padding: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-form--pad-small {
        padding: 12px;
    }
    .grommetux-form--pad-medium {
        padding: 24px;
    }
    .grommetux-form--pad-large {
        padding: 48px;
    }
    .grommetux-form--pad-xlarge {
        padding: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-form--pad-small {
        padding: 6px;
    }
    .grommetux-form--pad-medium {
        padding: 12px;
    }
    .grommetux-form--pad-large {
        padding: 24px;
    }
    .grommetux-form--pad-xlarge {
        padding: 48px;
    }
}
.grommetux-form--pad-horizontal-none {
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-form--pad-horizontal-small {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grommetux-form--pad-horizontal-medium {
        padding-left: 24px;
        padding-right: 24px;
    }
    .grommetux-form--pad-horizontal-large {
        padding-left: 48px;
        padding-right: 48px;
    }
    .grommetux-form--pad-horizontal-xlarge {
        padding-left: 192px;
        padding-right: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-form--pad-horizontal-small {
        padding-left: 6px;
        padding-right: 6px;
    }
    .grommetux-form--pad-horizontal-medium {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grommetux-form--pad-horizontal-large {
        padding-left: 24px;
        padding-right: 24px;
    }
    .grommetux-form--pad-horizontal-xlarge {
        padding-left: 48px;
        padding-right: 48px;
    }
}
.grommetux-form--pad-vertical-none {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-form--pad-vertical-small {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .grommetux-form--pad-vertical-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .grommetux-form--pad-vertical-large {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .grommetux-form--pad-vertical-xlarge {
        padding-top: 192px;
        padding-bottom: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-form--pad-vertical-small {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .grommetux-form--pad-vertical-medium {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .grommetux-form--pad-vertical-large {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .grommetux-form--pad-vertical-xlarge {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.grommetux-form > .grommetux-header .grommetux-header__wrapper {
    background-color: inherit;
}
.grommetux-form fieldset {
    min-width: 0;
    border: none;
    margin: 0px;
    margin-bottom: 2rem;
    margin-top: 24px;
}
.grommetux-form fieldset:first-child {
    margin-top: 0px;
}
.grommetux-form fieldset:last-child {
    margin-bottom: 0px;
}
.grommetux-form fieldset > legend {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}
.grommetux-form
    fieldset
    > *:not(.grommetux-form-field)
    + .grommetux-form-field {
    margin-top: 12px;
}
.grommetux-form
    fieldset
    > .grommetux-form-field
    + *:not(.grommetux-form-field):not(.grommetux-form-fields) {
    margin-top: 24px;
}
.grommetux-form fieldset > .grommetux-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.grommetux-form fieldset > .grommetux-form-fields .grommetux-form-field {
    margin-bottom: -1px;
}
.grommetux-form fieldset > .grommetux-form-fields > .grommetux-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-form:not(.grommetux-form--plain) {
    width: 480px;
}

.grommetux-form--fill {
    min-width: 0px;
}

.grommetux-form--compact {
    max-width: 288px;
}

.grommetux-form-field {
    position: relative;
    padding: 6px 24px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: -1px;
    background-color: #fff;
    color: #333;
    opacity: 1;
}
@media screen and (min-width: 45em) {
    .grommetux-form-field {
        width: 100%;
        overflow: auto;
        -webkit-transition:
            all 0.4s,
            padding-top 0.3s 0.1s,
            padding-bottom 0.3s 0.1s;
        transition:
            all 0.4s,
            padding-top 0.3s 0.1s,
            padding-bottom 0.3s 0.1s;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-form-field {
        display: block;
    }
}
.grommetux-background-color-index--dark .grommetux-form-field,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-form-field,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field {
    background-color: #fff;
    color: #333;
    border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-form--fill .grommetux-form-field {
    width: 100%;
}
.grommetux-form-field:last-child {
    margin-bottom: 0px;
}

.grommetux-form-field__label {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    color: #666;
}
.grommetux-background-color-index--dark .grommetux-form-field__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__label {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-form-field__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__label {
    color: #666;
}

.grommetux-form-field__contents {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
}
.grommetux-form-field__contents > .grommetux-box input {
    border: none;
    padding: 0;
}
.grommetux-form-field__contents > .grommetux-box .grommetux-anchor {
    color: #049371;
    text-decoration: none;
}
.grommetux-form-field__contents > input[type="text"],
.grommetux-form-field__contents > input[type="range"],
.grommetux-form-field__contents > input[type="email"],
.grommetux-form-field__contents > input[type="password"],
.grommetux-form-field__contents > input[type="number"],
.grommetux-form-field__contents > input[type="file"],
.grommetux-form-field__contents > input[type="color"],
.grommetux-form-field__contents > select,
.grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-form-field__contents > .grommetux-text-input,
.grommetux-form-field__contents > .grommetux-select input,
.grommetux-form-field__contents > textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 22px;
}
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="text"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="text"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="range"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="range"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="email"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="email"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="password"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="password"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="number"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="number"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="file"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="file"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="color"],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > input[type="color"],
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > select,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > select,
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-search-input
    input,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-search-input
    input,
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-calendar
    input,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-calendar
    input,
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-date-time
    input,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-date-time
    input,
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-text-input,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-text-input,
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-select
    input,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > .grommetux-select
    input,
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > textarea,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > textarea {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="text"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="text"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="range"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="range"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="email"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="email"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="password"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="password"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="number"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="number"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="file"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="file"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="color"],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > input[type="color"],
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > select,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > select,
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-search-input
    input,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-search-input
    input,
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-calendar
    input,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-calendar
    input,
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-date-time
    input,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-date-time
    input,
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-text-input,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-text-input,
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-select
    input,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > .grommetux-select
    input,
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > textarea,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > textarea {
    color: #333;
}
.grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-form-field__contents > .grommetux-select input {
    padding-left: 24px;
}
.grommetux-form-field__contents > input[type="text"],
.grommetux-form-field__contents > input[type="email"],
.grommetux-form-field__contents > input[type="password"],
.grommetux-form-field__contents > input[type="number"],
.grommetux-form-field__contents > input[type="file"],
.grommetux-form-field__contents > input[type="color"],
.grommetux-form-field__contents > select,
.grommetux-form-field__contents > textarea {
    padding: 0 24px;
}
.grommetux-form-field__contents > input[type="text"]:focus,
.grommetux-form-field__contents > input[type="email"]:focus,
.grommetux-form-field__contents > input[type="password"]:focus,
.grommetux-form-field__contents > input[type="number"]:focus,
.grommetux-form-field__contents > input[type="file"]:focus,
.grommetux-form-field__contents > input[type="color"]:focus,
.grommetux-form-field__contents > select:focus,
.grommetux-form-field__contents > textarea:focus {
    padding: 0 24px;
}
.grommetux-form-field__contents > input[type="text"],
.grommetux-form-field__contents > input[type="range"],
.grommetux-form-field__contents > input[type="email"],
.grommetux-form-field__contents > input[type="password"],
.grommetux-form-field__contents > input[type="number"],
.grommetux-form-field__contents > input[type="file"],
.grommetux-form-field__contents > input[type="color"],
.grommetux-form-field__contents > select,
.grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-form-field__contents > .grommetux-text-input,
.grommetux-form-field__contents > .grommetux-select input {
    height: 36px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-form-field__contents > input[type="text"],
    .grommetux-form-field__contents > input[type="range"],
    .grommetux-form-field__contents > input[type="email"],
    .grommetux-form-field__contents > input[type="password"],
    .grommetux-form-field__contents > input[type="number"],
    .grommetux-form-field__contents > input[type="file"],
    .grommetux-form-field__contents > input[type="color"],
    .grommetux-form-field__contents > select,
    .grommetux-form-field__contents > .grommetux-search-input input,
    .grommetux-form-field__contents > .grommetux-calendar input,
    .grommetux-form-field__contents > .grommetux-date-time input,
    .grommetux-form-field__contents > .grommetux-text-input,
    .grommetux-form-field__contents > .grommetux-select input {
        line-height: normal;
    }
}
.grommetux-form-field__contents > input[type="range"] {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0px;
    padding-right: 0px;
}
.grommetux-form-field__contents > input::-ms-clear {
    display: none;
}
.grommetux-form-field__contents > select {
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAcBJREFUSA3tUz9IAmEU9+7gNv8MLo7NrXpwYFtLhrQWbQWpoEuRs2MZNYnoUHNES0RNLS0hhxANzkFBLg5Jk4ee/X7iF+d5lyIIBX5wfO99v9/vve/ee5/Pt1iLCvz5CkipVOqu3+8n5nFTSZLuZVVVtxC8MYcEjWAwuCkxcDabXTJN04AZRtazarV6MEtCVOMU1diHtoWLa6VS6VVhIMMwPjVNqwHchhuPxWLv9Xr9mdi0K51O70B/BL6pKMp6uVx+oXaQgAYCviHwB0gb+NaQ8JFnxCatTCazYlnWFXiKLMt7lUrlRmh+EvCAt45GowGYcSRJ6rp+zb8TZLed5e12uw/A/MPyHtt5st2hHYlEDtl9mGH05Tafz/udHOETI4dcaqgVmNjHEhQKBYvdB4GTtdxuty9x5saTiZFDLjXUwh5ZY0KixWLxC1OQhNlCqRLNZvNkRAWHZ8TIIZcaJ4f+SA/shN8my2ti7HphD96BcNx2BsOEnAPj+K2S0+v12FQVE7OLibngmdeamIBC+wMaBpr6Qbr2wHkb+2QB85wYp47+VH9AYi6XC3Q6nSfaoVBI92oq8ZkXHxW/mQP8S+E3ZIDJn85FDg8AAAAASUVORK5CYII=);
    padding-right: 48px;
    background-position: center right 18px;
}
.grommetux-form-field__contents > select:focus {
    padding-right: 48px;
}
.grommetux-form-field__contents > select _:-moz-tree-row(hover),
.grommetux-form-field__contents > select,
.grommetux-form-field__contents > select:focus {
    padding-left: 21px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-form-field__contents > select {
        padding-left: 22px;
    }
    .grommetux-form-field__contents > select:focus {
        padding-left: 22px;
    }
    .grommetux-background-color-index--dark
        .grommetux-form-field__contents
        > select:focus
        option,
    .grommetux-background-color-index--light
        .grommetux-background-color-index--dark
        .grommetux-form-field__contents
        > select:focus
        option {
        color: #333;
    }
}
html.rtl .grommetux-form-field__contents > select {
    background-position: center left 18px;
}
.grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > select,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__contents
    > select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAASVJREFUSA3tlDGOwjAQRWNKCmoqLpByz0DPFVbcgQ4JiW77LREVNUicg0vsESi2JLwfDcramQQLCWmFsPRDZub/b8ceUxTv8d6Bf78DoaqqFav8eNJKTwOMv8DPEyaQp7yLgq8Ygx04gnmdfOAhrXnIaxxZkCjB3gjTqJgRoJuaVh6lK8kiOUoZgrzFQez+TN+8d3t1yOnYkjiBEVgy4TAl3GKrLY0rjbTRaE0QQrjAuHXWhPcFRi2e5RbUxak7xrSEzWgJVYL4y88anIHuyCdIh3KqibM2Tcrpj1mle3jk73dMv3VTTc26Jm0U8VuIQz/CVJdvBrQdGmqAA9uyqaOeh3sGDv9vZ8nc7RhHl5/iK4bg29DZuvmODhNzXar4P8bhvVbqCvor5P4CpWjxAAAAAElFTkSuQmCC);
}
.grommetux-background-color-index--light
    .grommetux-form-field__contents
    > select,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__contents
    > select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAcBJREFUSA3tUz9IAmEU9+7gNv8MLo7NrXpwYFtLhrQWbQWpoEuRs2MZNYnoUHNES0RNLS0hhxANzkFBLg5Jk4ee/X7iF+d5lyIIBX5wfO99v9/vve/ee5/Pt1iLCvz5CkipVOqu3+8n5nFTSZLuZVVVtxC8MYcEjWAwuCkxcDabXTJN04AZRtazarV6MEtCVOMU1diHtoWLa6VS6VVhIMMwPjVNqwHchhuPxWLv9Xr9mdi0K51O70B/BL6pKMp6uVx+oXaQgAYCviHwB0gb+NaQ8JFnxCatTCazYlnWFXiKLMt7lUrlRmh+EvCAt45GowGYcSRJ6rp+zb8TZLed5e12uw/A/MPyHtt5st2hHYlEDtl9mGH05Tafz/udHOETI4dcaqgVmNjHEhQKBYvdB4GTtdxuty9x5saTiZFDLjXUwh5ZY0KixWLxC1OQhNlCqRLNZvNkRAWHZ8TIIZcaJ4f+SA/shN8my2ti7HphD96BcNx2BsOEnAPj+K2S0+v12FQVE7OLibngmdeamIBC+wMaBpr6Qbr2wHkb+2QB85wYp47+VH9AYi6XC3Q6nSfaoVBI92oq8ZkXHxW/mQP8S+E3ZIDJn85FDg8AAAAASUVORK5CYII=);
}
.grommetux-form-field__contents > select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.grommetux-form-field__contents > select::-ms-expand {
    display: none;
}
.grommetux-form-field__contents > select::-ms-value {
    background: none;
    color: inherit;
}
.grommetux-form-field__contents > .grommetux-select .grommetux-select__options {
    margin-left: 24px;
    margin-right: 24px;
}
.grommetux-form-field__contents > textarea {
    vertical-align: top;
    height: auto;
    resize: vertical;
}
.grommetux-form-field__contents > .grommetux-check-box,
.grommetux-form-field__contents > .grommetux-radio-button {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 24px;
    margin-right: 24px;
}
.grommetux-form-field__contents > .grommetux-search-input,
.grommetux-form-field__contents > .grommetux-calendar,
.grommetux-form-field__contents > .grommetux-date-time {
    display: block;
}
.grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-form-field__contents > .grommetux-date-time input {
    margin-left: 0px;
    margin-right: 0px;
}
.grommetux-form-field__contents
    > .grommetux-search-input
    .grommetux-search-input__control,
.grommetux-form-field__contents
    > .grommetux-search-input
    .grommetux-calendar__control,
.grommetux-form-field__contents
    > .grommetux-search-input
    .grommetux-date-time__control,
.grommetux-form-field__contents
    > .grommetux-calendar
    .grommetux-search-input__control,
.grommetux-form-field__contents
    > .grommetux-calendar
    .grommetux-calendar__control,
.grommetux-form-field__contents
    > .grommetux-calendar
    .grommetux-date-time__control,
.grommetux-form-field__contents
    > .grommetux-date-time
    .grommetux-search-input__control,
.grommetux-form-field__contents
    > .grommetux-date-time
    .grommetux-calendar__control,
.grommetux-form-field__contents
    > .grommetux-date-time
    .grommetux-date-time__control {
    top: auto;
    right: 6px;
    -webkit-transform: none;
    transform: none;
    bottom: -6px;
}
html.rtl
    .grommetux-form-field__contents
    > .grommetux-search-input
    .grommetux-search-input__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-search-input
    .grommetux-calendar__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-search-input
    .grommetux-date-time__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-calendar
    .grommetux-search-input__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-calendar
    .grommetux-calendar__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-calendar
    .grommetux-date-time__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-date-time
    .grommetux-search-input__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-date-time
    .grommetux-calendar__control,
html.rtl
    .grommetux-form-field__contents
    > .grommetux-date-time
    .grommetux-date-time__control {
    right: auto;
    left: 6px;
}
.grommetux-form-field__contents > .grommetux-number-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6px;
}
html.rtl .grommetux-form-field__contents > .grommetux-number-input {
    padding-right: 0;
    padding-left: 6px;
}
.grommetux-form-field__contents > .grommetux-number-input input[type="number"] {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    width: 0;
    border: none;
    padding: 0 24px;
}
.grommetux-form-field__contents
    > .grommetux-number-input
    input[type="number"]:focus {
    padding: 0 24px;
}
.grommetux-form--compact
    .grommetux-form-field__contents
    > .grommetux-number-input
    input[type="number"] {
    min-width: 72px;
}
.grommetux-form-field__contents > input[type="file"] {
    display: inline-block;
}
.grommetux-form-field__contents > .grommetux-table--selectable {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.grommetux-form-field__contents > .grommetux-table--selectable table {
    margin-bottom: 0px;
}
.grommetux-form-field__contents
    > .grommetux-table--selectable
    table
    td:first-child,
.grommetux-form-field__contents
    > .grommetux-table--selectable
    table
    th:first-child {
    padding-left: 24px;
}
.grommetux-form-field__contents > .grommetux-form-field {
    width: auto;
    margin-top: 12px;
    border: none;
}
.grommetux-form-field__contents
    > .grommetux-form-field
    > .grommetux-form-field__label {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 6px;
}

.grommetux-form-field__contents--hidden {
    margin-top: 0px;
}

.grommetux-form-field__help {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    color: #666;
}
.grommetux-background-color-index--dark .grommetux-form-field__help,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__help {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-form-field__help,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__help {
    color: #666;
}

.grommetux-form-field__error {
    display: block;
    float: right;
    color: #f04953;
    line-height: 24px;
}
html.rtl .grommetux-form-field__error {
    float: left;
}
.grommetux-background-color-index--dark .grommetux-form-field__error,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field__error {
    color: #f59f9f;
}
.grommetux-background-color-index--light .grommetux-form-field__error,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field__error {
    color: #f04953;
}

.grommetux-form-field--text {
    cursor: pointer;
}
.grommetux-form-field--text .grommetux-form-field__label {
    cursor: pointer;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-form-field--hidden {
        display: none;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-form-field--hidden {
        border: none;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        opacity: 0;
        overflow: hidden;
        max-height: 0px;
        -webkit-transition:
            max-height 0.2s,
            all 0.4s;
        transition:
            max-height 0.2s,
            all 0.4s;
    }
}

.grommetux-form-field--error {
    z-index: 1;
    border-color: #f04953;
}
.grommetux-background-color-index--dark .grommetux-form-field--error,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field--error {
    border-color: #f59f9f;
}
.grommetux-background-color-index--light .grommetux-form-field--error,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field--error {
    border-color: #f04953;
}

.grommetux-form-field--focus {
    z-index: 2;
    border-color: #2ad2c9;
}
.grommetux-background-color-index--dark .grommetux-form-field--focus,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-form-field--focus {
    border-color: #2ad2c9;
}
.grommetux-background-color-index--light .grommetux-form-field--focus,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-form-field--focus {
    border-color: #2ad2c9;
}

.grommetux-form-field--size-large {
    font-size: 24px;
}
.grommetux-form-field--size-large input[type="text"] {
    font-size: 24px;
    height: auto;
}

.grommetux-form-field--strong input[type="text"] {
    font-weight: 600;
}

.grommetux-header {
    min-height: 72px;
    width: 100%;
    margin-bottom: 0px;
}
.grommetux-header .grommetux-status-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.grommetux-header--large {
    min-height: 96px;
}

.grommetux-header--small {
    min-height: 48px;
}

.grommetux-header--splash {
    -webkit-transform: translate(0, 40vh);
    transform: translate(0, 40vh);
}

*:not(.grommetux-header__container--float) > header.grommetux-header--float {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

header.grommetux-header--primary .grommetux-header__wrapper {
    border-bottom: none;
}

.grommetux-header:not(header).grommetux-box--separator-top {
    padding-top: 6px;
}

.grommetux-header:not(header).grommetux-box--separator-bottom {
    padding-bottom: 6px;
}

.grommetux-header__container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.grommetux-header__container--fill .grommetux-header {
    background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-header__container--fixed {
    position: relative;
}
.grommetux-header__container--fixed .grommetux-header__wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}
@media screen and (min-width: 45em) {
    .grommetux-header__container--fixed
        .grommetux-header__wrapper
        .grommetux-header {
        position: fixed;
    }
}

.grommetux-header__container--float {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.grommetux-header__wrapper {
    height: 72px;
}

.grommetux-header__wrapper--large {
    height: 96px;
}

.grommetux-header__wrapper--small {
    height: 48px;
}

.grommetux-header--fixed .grommetux-header__wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

.grommetux-header--fixed.grommetux-header--primary .grommetux-header__wrapper {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-header--fixed.grommetux-header--primary .grommetux-header__content {
    position: static;
    background-color: transparent;
}

.grommetux-header--flush .grommetux-header__wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 45em) {
    h1.grommetux-heading {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.125;
    }
}

@media screen and (max-width: 44.9375em) {
    h1.grommetux-heading {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.125;
    }
}

@media screen and (min-width: 45em) {
    h2.grommetux-heading {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.23;
    }
}

@media screen and (max-width: 44.9375em) {
    h2.grommetux-heading {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.23;
    }
}

h3.grommetux-heading {
    font-size: 24px;
    line-height: 1.333;
}

h4.grommetux-heading {
    font-size: 18px;
    line-height: 1.333;
}

h5.grommetux-heading {
    font-size: 16px;
    line-height: 1.375;
}

h6.grommetux-heading {
    font-size: 16px;
    line-height: 1.375;
}

.grommetux-heading {
    font-weight: 100;
    max-width: 100%;
    margin-bottom: 12px;
}
.grommetux-heading a,
.grommetux-heading .grommetux-anchor {
    color: inherit;
    text-decoration: none;
}
.grommetux-heading a:hover,
.grommetux-heading .grommetux-anchor:hover {
    text-decoration: none;
}
.grommetux-heading--align-start {
    text-align: left;
}
html.rtl .grommetux-heading--align-start {
    text-align: right;
}
.grommetux-heading--align-center {
    text-align: center;
}
.grommetux-heading--align-end {
    text-align: right;
}
html.rtl .grommetux-heading--align-end {
    text-align: left;
}
.grommetux-heading--margin-none {
    margin-top: 0;
    margin-bottom: 0;
}
.grommetux-heading--margin-small {
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-heading--margin-medium {
    margin-top: 24px;
    margin-bottom: 24px;
}
.grommetux-heading--margin-large {
    margin-top: 48px;
    margin-bottom: 48px;
}

.grommetux-heading--large {
    font-size: 125%;
}

.grommetux-heading--small {
    font-size: 75%;
}

.grommetux-heading--strong {
    font-weight: 600;
}

.grommetux-heading--truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grommetux-heading--uppercase {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.grommetux-headline {
    font-weight: 100;
    margin-bottom: 24px;
    max-width: 100%;
}
.grommetux-headline--align-start {
    text-align: left;
}
html.rtl .grommetux-headline--align-start {
    text-align: right;
}
.grommetux-headline--align-center {
    text-align: center;
}
.grommetux-headline--align-end {
    text-align: right;
}
html.rtl .grommetux-headline--align-end {
    text-align: left;
}
.grommetux-headline--margin-none {
    margin-top: 0;
    margin-bottom: 0;
}
.grommetux-headline--margin-small {
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-headline--margin-medium {
    margin-top: 24px;
    margin-bottom: 24px;
}
.grommetux-headline--margin-large {
    margin-top: 48px;
    margin-bottom: 48px;
}
@media screen and (min-width: 45em) {
    .grommetux-headline {
        font-size: 64px;
        font-size: 4rem;
        line-height: 1;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-headline {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1;
    }
}

.grommetux-headline--small {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
}

@media screen and (min-width: 45em) {
    .grommetux-headline--large {
        font-size: 96px;
        font-size: 6rem;
        line-height: 1;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-headline--large {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-headline--xlarge {
        font-size: 192px;
        font-size: 12rem;
        line-height: 1;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-headline--xlarge {
        font-size: 72px;
        font-size: 4.5rem;
        line-height: 1;
    }
}

.grommetux-headline--strong {
    font-weight: 600;
}

.grommetux-hero:not(.grommetux-hero--stack) {
    position: relative;
    overflow: hidden;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grommetux-hero:not(.grommetux-hero--stack) .grommetux-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.grommetux-hero:not(.grommetux-hero--stack) .grommetux-hero__foreground {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--small {
    min-height: 40vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--small
    .grommetux-hero__overlay.grommetux-box {
    height: 60vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--medium {
    min-height: 60vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--large {
    min-height: 75vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--large
    .grommetux-hero__overlay.grommetux-box {
    height: 75vh;
}

.grommetux-hero.grommetux-hero--stack .grommetux-hero__background {
    position: relative;
    overflow: hidden;
}

.grommetux-hero.grommetux-hero--stack
    .grommetux-hero--small
    .grommetux-hero__background {
    height: 20vh;
}

.grommetux-hero.grommetux-hero--stack
    .grommetux-hero--small
    .grommetux-hero__image {
    height: 270px;
}

.grommetux-hero.grommetux-hero--stack.grommetux-hero--medium
    .grommetux-hero__background {
    height: 40vh;
}

.grommetux-hero.grommetux-hero--stack.grommetux-hero--large
    .grommetux-hero__background {
    height: 60vh;
}

.grommetux-hero.grommetux-hero--stack.grommetux-hero--large
    .grommetux-hero__image {
    height: 300px;
}

.grommetux-hero__background-video {
    overflow: hidden;
}
.grommetux-hero__background-video .grommetux-video {
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.grommetux-hero__background-video .grommetux-video::before {
    content: "";
    display: block;
    height: 0px;
    padding-bottom: 57%;
}
.grommetux-hero__background-video .grommetux-video video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media screen and (max-width: 44.9375em) {
    .grommetux-hero--bg-left > .grommetux-hero__background {
        background-position: top left;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-hero--bg-right > .grommetux-hero__background {
        background-position: top right;
    }
}

.grommetux-hero__overlay.grommetux-box {
    z-index: 1;
}
.grommetux-hero__overlay.grommetux-box > .grommetux-box {
    width: 50%;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-hero__overlay.grommetux-box > .grommetux-box {
        width: 100%;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-hero--mobile-separator {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 24px;
    }
}

.grommetux-control-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #666;
    stroke: #666;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grommetux-control-icon g {
    fill: inherit;
}
.grommetux-control-icon:not([class*="color-index-plain"])
    *:not([stroke])[fill="none"] {
    stroke-width: 0;
}
.grommetux-control-icon:not([class*="color-index-plain"]) *[stroke*="#"] {
    stroke: inherit;
}
.grommetux-control-icon:not([class*="color-index-plain"]) *[fill*="#"] {
    fill: inherit;
}
.grommetux-control-icon:not([class*="color-index-plain"]) *[fill-rule] {
    stroke: none;
}
.grommetux-background-color-index--dark .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-control-icon {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-control-icon {
    fill: #666;
    stroke: #666;
}
.grommetux-control-icon.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-control-icon.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-control-icon.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-control-icon.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-control-icon.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-control-icon.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-control-icon.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-control-icon.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-control-icon.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-control-icon.grommetux-color-index-graph-1,
.grommetux-control-icon.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-control-icon.grommetux-color-index-graph-2,
.grommetux-control-icon.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-control-icon.grommetux-color-index-graph-3,
.grommetux-control-icon.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-control-icon.grommetux-color-index-graph-4,
.grommetux-control-icon.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-control-icon.grommetux-color-index-grey-1,
.grommetux-control-icon.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-control-icon.grommetux-color-index-grey-2,
.grommetux-control-icon.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-control-icon.grommetux-color-index-grey-3,
.grommetux-control-icon.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-control-icon.grommetux-color-index-grey-4,
.grommetux-control-icon.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-control-icon.grommetux-color-index-grey-5,
.grommetux-control-icon.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-control-icon.grommetux-color-index-accent-1,
.grommetux-control-icon.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-control-icon.grommetux-color-index-accent-2,
.grommetux-control-icon.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-control-icon.grommetux-color-index-accent-3,
.grommetux-control-icon.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-control-icon.grommetux-color-index-neutral-1,
.grommetux-control-icon.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-control-icon.grommetux-color-index-neutral-2,
.grommetux-control-icon.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-control-icon.grommetux-color-index-neutral-3,
.grommetux-control-icon.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-control-icon.grommetux-color-index-neutral-4,
.grommetux-control-icon.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-control-icon.grommetux-color-index-light-1,
.grommetux-control-icon.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-control-icon.grommetux-color-index-light-2,
.grommetux-control-icon.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}
.grommetux-control-icon.grommetux-color-index-unset {
    fill: #ddd;
}
.grommetux-control-icon.grommetux-color-index-brand {
    fill: #01a982;
}
.grommetux-control-icon.grommetux-color-index-critical {
    fill: #f04953;
}
.grommetux-control-icon.grommetux-color-index-error {
    fill: #f04953;
}
.grommetux-control-icon.grommetux-color-index-warning {
    fill: #ffd144;
}
.grommetux-control-icon.grommetux-color-index-ok {
    fill: #01a982;
}
.grommetux-control-icon.grommetux-color-index-unknown {
    fill: #cccccc;
}
.grommetux-control-icon.grommetux-color-index-disabled {
    fill: #cccccc;
}
.grommetux-control-icon.grommetux-color-index-graph-1,
.grommetux-control-icon.grommetux-color-index-graph-5 {
    fill: #425563;
}
.grommetux-control-icon.grommetux-color-index-graph-2,
.grommetux-control-icon.grommetux-color-index-graph-6 {
    fill: #5f7a76;
}
.grommetux-control-icon.grommetux-color-index-graph-3,
.grommetux-control-icon.grommetux-color-index-graph-7 {
    fill: #80746e;
}
.grommetux-control-icon.grommetux-color-index-graph-4,
.grommetux-control-icon.grommetux-color-index-graph-8 {
    fill: #767676;
}
.grommetux-control-icon.grommetux-color-index-accent-1,
.grommetux-control-icon.grommetux-color-index-accent-4 {
    fill: #2ad2c9;
}
.grommetux-control-icon.grommetux-color-index-accent-2,
.grommetux-control-icon.grommetux-color-index-accent-5 {
    fill: #614767;
}
.grommetux-control-icon.grommetux-color-index-accent-3,
.grommetux-control-icon.grommetux-color-index-accent-6 {
    fill: #ff8d6d;
}
.grommetux-control-icon.grommetux-color-index-grey-1,
.grommetux-control-icon.grommetux-color-index-grey-6 {
    fill: #000001;
}
.grommetux-control-icon.grommetux-color-index-grey-2,
.grommetux-control-icon.grommetux-color-index-grey-7 {
    fill: #333333;
}
.grommetux-control-icon.grommetux-color-index-grey-3,
.grommetux-control-icon.grommetux-color-index-grey-8 {
    fill: #3b3b3b;
}
.grommetux-control-icon.grommetux-color-index-grey-4,
.grommetux-control-icon.grommetux-color-index-grey-9 {
    fill: #434343;
}
.grommetux-control-icon.grommetux-color-index-grey-5,
.grommetux-control-icon.grommetux-color-index-grey-10 {
    fill: #666666;
}
@media screen and (min-width: 45em) {
    .grommetux-control-icon {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.grommetux-control-icon__badge circle {
    fill: #2ad2c9;
}

.grommetux-control-icon__badge text {
    stroke: #333;
    fill: #333;
}

.grommetux-control-icon--active {
    fill: #000;
    stroke: #000;
}

.grommetux-control-icon--xsmall {
    width: 12px;
    height: 12px;
}

.grommetux-control-icon--medium {
    width: 36px;
    height: 36px;
}

.grommetux-control-icon--large {
    width: 48px;
    height: 48px;
}

.grommetux-control-icon--xlarge {
    width: 144px;
    height: 144px;
}

.grommetux-control-icon--huge {
    width: 288px;
    height: 288px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-control-icon--responsive.grommetux-control-icon--large,
    .grommetux-control-icon--responsive.grommetux-control-icon--xlarge,
    .grommetux-control-icon--responsive.grommetux-control-icon--huge {
        width: 24px;
        height: 24px;
    }
}

.grommetux-status-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grommetux-status-icon .grommetux-status-icon__base {
    fill: #cccccc;
}
.grommetux-background-color-index--dark
    .grommetux-status-icon
    .grommetux-status-icon__base,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-status-icon
    .grommetux-status-icon__base {
    fill: rgba(255, 255, 255, 0.9);
    stroke: rgba(255, 255, 255, 0.9);
}
.grommetux-status-icon .grommetux-status-icon__detail {
    fill: #fff;
    stroke: #fff;
}
.grommetux-status-icon .grommetux-status-icon__small {
    display: none;
    stroke: #cccccc;
}
.grommetux-background-color-index--dark
    .grommetux-status-icon
    .grommetux-status-icon__small,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-status-icon
    .grommetux-status-icon__small {
    stroke: rgba(255, 255, 255, 0.9);
}

.grommetux-status-icon-label .grommetux-status-icon__base {
    fill: #cccccc;
}

.grommetux-status-icon-unknown .grommetux-status-icon__detail {
    fill: #cccccc;
    stroke: #cccccc;
}

.grommetux-status-icon--xsmall {
    width: 12px;
    height: 12px;
}

.grommetux-status-icon--medium {
    width: 36px;
    height: 36px;
}

.grommetux-status-icon--large {
    width: 48px;
    height: 48px;
}

.grommetux-status-icon--xlarge {
    width: 144px;
    height: 144px;
}

.grommetux-status-icon--huge {
    width: 288px;
    height: 288px;
}

.grommetux-status-icon--small {
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.grommetux-status-icon--small .grommetux-status-icon__base {
    -webkit-mask: none;
    mask: none;
}
.grommetux-status-icon--small .grommetux-status-icon__detail,
.grommetux-status-icon--small .grommetux-status-icon__normal {
    display: none;
}
.grommetux-status-icon--small .grommetux-status-icon__small {
    display: block;
}

.grommetux-status-icon-critical .grommetux-status-icon__base {
    fill: #f04953;
}

.grommetux-status-icon-error .grommetux-status-icon__base {
    fill: #f04953;
}

.grommetux-status-icon-warning .grommetux-status-icon__base {
    fill: #ffd144;
}

.grommetux-status-icon-ok .grommetux-status-icon__base {
    fill: #01a982;
}

.grommetux-status-icon-unknown .grommetux-status-icon__base {
    fill: #cccccc;
}

.grommetux-status-icon-disabled .grommetux-status-icon__base {
    fill: #cccccc;
}

@-webkit-keyframes drawAndReverse {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: -131px;
    }
}

@keyframes drawAndReverse {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: -131px;
    }
}

.grommetux-icon-spinning {
    width: 24px;
    height: 24px;
    stroke-dasharray: 151px 151px;
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: drawAndReverse 4s alternate infinite ease-in-out;
    animation: drawAndReverse 4s alternate infinite ease-in-out;
}

.grommetux-icon-spinning--xsmall {
    width: 12px;
    height: 12px;
}

.grommetux-icon-spinning--medium {
    width: 36px;
    height: 36px;
}

.grommetux-icon-spinning--large {
    width: 48px;
    height: 48px;
}

.grommetux-icon-spinning--xlarge {
    width: 144px;
    height: 144px;
}

.grommetux-icon-spinning--huge {
    width: 288px;
    height: 288px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-icon-spinning--xlarge.grommetux-icon-spinning--responsive,
    .grommetux-icon-spinning--huge.grommetux-icon-spinning--responsive {
        width: 48px;
        height: 48px;
    }
}

@-webkit-keyframes draw-logo {
    0% {
        stroke-dashoffset: 768px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-logo {
    0% {
        stroke-dashoffset: 768px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.grommetux-logo-icon {
    width: 48px;
    height: 48px;
}
.grommetux-logo-icon.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-logo-icon.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-logo-icon.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-logo-icon.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-logo-icon.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-logo-icon.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-logo-icon.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-logo-icon.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-logo-icon.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-logo-icon.grommetux-color-index-graph-1,
.grommetux-logo-icon.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-logo-icon.grommetux-color-index-graph-2,
.grommetux-logo-icon.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-logo-icon.grommetux-color-index-graph-3,
.grommetux-logo-icon.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-logo-icon.grommetux-color-index-graph-4,
.grommetux-logo-icon.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-logo-icon.grommetux-color-index-grey-1,
.grommetux-logo-icon.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-logo-icon.grommetux-color-index-grey-2,
.grommetux-logo-icon.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-logo-icon.grommetux-color-index-grey-3,
.grommetux-logo-icon.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-logo-icon.grommetux-color-index-grey-4,
.grommetux-logo-icon.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-logo-icon.grommetux-color-index-grey-5,
.grommetux-logo-icon.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-logo-icon.grommetux-color-index-accent-1,
.grommetux-logo-icon.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-logo-icon.grommetux-color-index-accent-2,
.grommetux-logo-icon.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-logo-icon.grommetux-color-index-accent-3,
.grommetux-logo-icon.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-logo-icon.grommetux-color-index-neutral-1,
.grommetux-logo-icon.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-logo-icon.grommetux-color-index-neutral-2,
.grommetux-logo-icon.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-logo-icon.grommetux-color-index-neutral-3,
.grommetux-logo-icon.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-logo-icon.grommetux-color-index-neutral-4,
.grommetux-logo-icon.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-logo-icon.grommetux-color-index-light-1,
.grommetux-logo-icon.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-logo-icon.grommetux-color-index-light-2,
.grommetux-logo-icon.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}
@media screen and (min-width: 45em) {
    .grommetux-logo-icon path {
        stroke-dasharray: 768px 768px;
        stroke-dashoffset: 0;
        -webkit-animation: draw-logo 2.5s linear;
        animation: draw-logo 2.5s linear;
    }
}

.grommetux-logo-icon--small {
    width: 24px;
    height: 24px;
}

.grommetux-logo-icon--large {
    width: 96px;
    height: 96px;
}

.grommetux-logo-icon--xlarge {
    width: 192px;
    height: 192px;
}

.grommetux-logo-icon--huge {
    width: 384px;
    height: 384px;
}

.right-left-icon--left {
    display: none;
}

html.rtl .right-left-icon--left {
    display: inline;
}

html.rtl .right-left-icon--right {
    display: none;
}

.grommetux-image {
    max-width: 100%;
}

.grommetux-image--small {
    width: 192px;
}

.grommetux-image--medium {
    width: 384px;
}

.grommetux-image--large {
    width: 576px;
}

.grommetux-image--thumb {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.grommetux-image--thumb.grommetux-image--mask {
    border-radius: 24px;
}

.grommetux-image--cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.grommetux-image--contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.grommetux-image--full {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.grommetux-image--align-top.grommetux-image--align-left {
    -o-object-position: 0 0;
    object-position: 0 0;
}

.grommetux-image--align-top.grommetux-image--align-right {
    -o-object-position: 100% 0;
    object-position: 100% 0;
}

.grommetux-image--align-top:not(.grommetux-image--align-left):not(
        .grommetux-image--align-right
    ) {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.grommetux-image--align-bottom.grommetux-image--align-left {
    -o-object-position: 0 100%;
    object-position: 0 100%;
}

.grommetux-image--align-bottom.grommetux-image--align-right {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
}

.grommetux-image--align-bottom:not(.grommetux-image--align-left):not(
        .grommetux-image--align-right
    ) {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}

.grommetux-image--align-left:not(.grommetux-image--align-top):not(
        .grommetux-image--align-bottom
    ) {
    -o-object-position: 0 50%;
    object-position: 0 50%;
}

.grommetux-image--align-right:not(.grommetux-image--align-top):not(
        .grommetux-image--align-bottom
    ) {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}

.grommetux-image--full-horizontal {
    width: 100%;
}

.grommetux-image--full-vertical {
    height: 100%;
}

.grommetux-image__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grommetux-image__caption {
    text-align: center;
    padding: 12px;
}

.grommetux-image__caption--small {
    max-width: 192px;
}

.grommetux-image__caption--medium {
    max-width: 384px;
}

.grommetux-image__caption--large {
    max-width: 576px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-image--full {
        width: auto;
        height: auto;
        max-width: none;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .grommetux-image--align-top.grommetux-image--align-left {
        top: 0%;
        left: 0%;
        -webkit-transform: none;
        transform: none;
    }
    .grommetux-image--align-top.grommetux-image--align-right {
        top: 0%;
        left: 100%;
        -webkit-transform: translate(-100%, 0%);
        transform: translate(-100%, 0%);
    }
    .grommetux-image--align-top:not(.grommetux-image--align-left):not(
            .grommetux-image--align-right
        ) {
        top: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .grommetux-image--align-bottom.grommetux-image--align-left {
        top: 100%;
        left: 0%;
        -webkit-transform: translate(0%, -100%);
        transform: translate(0%, -100%);
    }
    .grommetux-image--align-bottom.grommetux-image--align-right {
        top: 100%;
        left: 100%;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }
    .grommetux-image--align-bottom:not(.grommetux-image--align-left):not(
            .grommetux-image--align-right
        ) {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .grommetux-image--align-left:not(.grommetux-image--align-top):not(
            .grommetux-image--align-bottom
        ) {
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .grommetux-image--align-right:not(.grommetux-image--align-top):not(
            .grommetux-image--align-bottom
        ) {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
}

@supports (-ms-ime-align: auto) {
    .grommetux-image--full {
        width: auto;
        height: auto;
        max-width: none;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .grommetux-image--align-top.grommetux-image--align-left {
        top: 0%;
        left: 0%;
        -webkit-transform: none;
        transform: none;
    }
    .grommetux-image--align-top.grommetux-image--align-right {
        top: 0%;
        left: 100%;
        -webkit-transform: translate(-100%, 0%);
        transform: translate(-100%, 0%);
    }
    .grommetux-image--align-top:not(.grommetux-image--align-left):not(
            .grommetux-image--align-right
        ) {
        top: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .grommetux-image--align-bottom.grommetux-image--align-left {
        top: 100%;
        left: 0%;
        -webkit-transform: translate(0%, -100%);
        transform: translate(0%, -100%);
    }
    .grommetux-image--align-bottom.grommetux-image--align-right {
        top: 100%;
        left: 100%;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }
    .grommetux-image--align-bottom:not(.grommetux-image--align-left):not(
            .grommetux-image--align-right
        ) {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .grommetux-image--align-left:not(.grommetux-image--align-top):not(
            .grommetux-image--align-bottom
        ) {
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .grommetux-image--align-right:not(.grommetux-image--align-top):not(
            .grommetux-image--align-bottom
        ) {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
}

.grommetux-label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26316;
    font-weight: 100;
    cursor: inherit;
}
.grommetux-label--align-start {
    text-align: left;
}
html.rtl .grommetux-label--align-start {
    text-align: right;
}
.grommetux-label--align-center {
    text-align: center;
}
.grommetux-label--align-end {
    text-align: right;
}
html.rtl .grommetux-label--align-end {
    text-align: left;
}
.grommetux-label--margin-none {
    margin-top: 0;
    margin-bottom: 0;
}
.grommetux-label--margin-small {
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-label--margin-medium {
    margin-top: 24px;
    margin-bottom: 24px;
}
.grommetux-label--margin-large {
    margin-top: 48px;
    margin-bottom: 48px;
}

.grommetux-label--truncate {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grommetux-label--uppercase {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.grommetux-label--small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    color: #666;
}
.grommetux-background-color-index--dark .grommetux-label--small,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-label--small {
    color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-label--small,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-label--small {
    color: #666;
}

.grommetux-label--large {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
}

.grommetux-layer {
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    overflow: auto;
}
@media screen and (min-width: 45em) {
    .grommetux-layer {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-layer:not(.grommetux-layer--hidden) + .grommetux-app {
        left: -100%;
        right: 100%;
        z-index: -1;
        position: fixed;
    }
}
.grommetux-layer .grommetux-layer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-layer .grommetux-layer__container {
        padding: 0 24px;
        min-height: 100%;
        min-width: 100%;
    }
}
@media screen and (min-width: 45em) {
    .grommetux-layer .grommetux-layer__container {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        overflow: auto;
        padding: 0 48px;
        border-radius: 0px;
        box-shadow: none;
    }
}
@media screen and (min-width: 45em) and (-ms-high-contrast: active),
    screen and (min-width: 45em) and (-ms-high-contrast: none) {
    .grommetux-layer .grommetux-layer__container .grommetux-form {
        max-width: 100vw;
    }
    .grommetux-layer
        .grommetux-layer__container
        .grommetux-sidebar
        .grommetux-form {
        max-width: 100%;
    }
}
.grommetux-layer .grommetux-layer__closer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.grommet.rtl .grommetux-layer .grommetux-layer__closer {
    right: auto;
    left: 0px;
}

.grommetux-layer.grommetux-layer--flush .grommetux-layer__container {
    padding: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-layer.grommetux-layer--flush
        .grommetux-layer__container
        .grommetux-form {
        max-width: 100vw;
    }
    .grommetux-layer.grommetux-layer--flush
        .grommetux-layer__container
        .grommetux-sidebar
        .grommetux-form {
        max-width: 100%;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-layer--align-center:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        bottom: 50%;
        right: 50%;
        max-height: calc(100vh - 48px);
        max-width: calc(100vw - 48px);
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
}

.grommetux-layer--align-left:not(.grommetux-layer--hidden)
    .grommetux-layer__container {
    top: 0px;
    bottom: 0px;
    left: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-layer--align-left:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        -webkit-animation: slide-right 0.2s ease-in-out forwards;
        animation: slide-right 0.2s ease-in-out forwards;
    }
}

.grommet.rtl
    .grommetux-layer--align-left:not(.grommetux-layer--hidden)
    .grommetux-layer__container {
    left: auto;
    right: 0px;
}
@media screen and (min-width: 45em) {
    .grommet.rtl
        .grommetux-layer--align-left:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        -webkit-animation: slide-left 0.2s ease-in-out forwards;
        animation: slide-left 0.2s ease-in-out forwards;
    }
}

.grommetux-layer--align-right:not(.grommetux-layer--hidden)
    .grommetux-layer__container {
    top: 0px;
    bottom: 0px;
    right: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-layer--align-right:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        -webkit-animation: slide-left 0.2s ease-in-out forwards;
        animation: slide-left 0.2s ease-in-out forwards;
    }
}

.grommet.rtl
    .grommetux-layer--align-right:not(.grommetux-layer--hidden)
    .grommetux-layer__container {
    right: auto;
    left: 0px;
}
@media screen and (min-width: 45em) {
    .grommet.rtl
        .grommetux-layer--align-right:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        -webkit-animation: slide-right 0.2s ease-in-out forwards;
        animation: slide-right 0.2s ease-in-out forwards;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-layer--align-top:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 45em) and (min-width: 45em) {
    .grommetux-layer--align-top:not(.grommetux-layer--hidden)
        .grommetux-layer__container {
        -webkit-animation: slide-down 0.2s ease-in-out forwards;
        animation: slide-down 0.2s ease-in-out forwards;
    }
}

.grommetux-layer--align-bottom:not(.grommetux-layer--hidden)
    .grommetux-layer__container {
    bottom: 0px;
}

.grommetux-layer.grommetux-layer--hidden {
    left: -100%;
    right: 100%;
    z-index: -1;
    position: fixed;
}
.grommetux-layer.grommetux-layer--hidden.grommetux-layer--align-left {
    right: auto;
}
.grommetux-layer.grommetux-layer--hidden.grommetux-layer--align-left
    .grommetux-layer__container {
    left: -100vw;
}
@media screen and (min-width: 45em) {
    .grommetux-layer.grommetux-layer--hidden.grommetux-layer--peek {
        left: 0;
        z-index: 10;
    }
    .grommetux-layer.grommetux-layer--hidden.grommetux-layer--peek.grommetux-layer--align-left {
        right: auto;
    }
    .grommetux-layer.grommetux-layer--hidden.grommetux-layer--peek.grommetux-layer--align-left
        .grommetux-layer__container {
        left: auto;
        right: -12px;
        border-right: 10px solid #01a982;
        -webkit-animation: peek-right 0.5s ease-in-out alternate 5;
        animation: peek-right 0.5s ease-in-out alternate 5;
    }
}

@-webkit-keyframes peek-right {
    0% {
        right: -6px;
    }
    100% {
        right: -12px;
    }
}

@keyframes peek-right {
    0% {
        right: -6px;
    }
    100% {
        right: -12px;
    }
}

@-webkit-keyframes slide-right {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}

@keyframes slide-right {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes slide-left {
    0% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}

@keyframes slide-left {
    0% {
        right: -100%;
    }
    100% {
        right: 0px;
    }
}

@-webkit-keyframes slide-down {
    0% {
        top: -100vh;
    }
    100% {
        top: 0px;
    }
}

@keyframes slide-down {
    0% {
        top: -100vh;
    }
    100% {
        top: 0px;
    }
}

.grommetux-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.grommetux-list--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-list__more,
.grommetux-list__empty {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.grommetux-list__empty {
    color: #666;
    font-style: italic;
}

.grommetux-list-item {
    max-width: none;
}

.grommetux-list-item:focus {
    outline: #2ad2c9 solid 1px;
}

.grommetux-list-item__image {
    height: 24px;
    width: 24px;
    margin-right: 24px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grommetux-list-item__image img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.grommetux-list-item__label,
.grommetux-list-item__annotation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.grommetux-list-item__annotation {
    margin-left: 24px;
    color: #666;
}

.grommetux-list-item--selectable {
    cursor: pointer;
    outline: none;
}
.grommetux-list-item--selectable:hover {
    background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-list-item--selected {
    background-color: #d0f3eb;
    color: #333;
}
.grommetux-background-color-index--dark .grommetux-list-item--selected,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-list-item--selected {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-list-item--selected,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-list-item--selected {
    background-color: #d0f3eb;
    color: #333;
}

.grommetux-list-item--row .grommetux-list-item__annotation {
    text-align: right;
}

.grommetux-list--selectable {
    outline: none;
}
.grommetux-list--selectable .grommetux-list-item {
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.grommetux-list--selectable .grommetux-list-item--active,
.grommetux-list--selectable .grommetux-list-item:hover {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-list--selectable
    .grommetux-list-item--active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-list--selectable
    .grommetux-list-item--active,
.grommetux-background-color-index--dark
    .grommetux-list--selectable
    .grommetux-list-item:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-list--selectable
    .grommetux-list-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-list--selectable
    .grommetux-list-item--active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-list--selectable
    .grommetux-list-item--active,
.grommetux-background-color-index--light
    .grommetux-list--selectable
    .grommetux-list-item:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-list--selectable
    .grommetux-list-item:hover {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}

.grommetux-list--small .grommetux-list-item__image,
.grommetux-list--small .grommetux-list__more__image {
    height: 12px;
    width: 12px;
}

.grommetux-list--large .grommetux-list-item__image,
.grommetux-list--large .grommetux-list__more__image {
    height: 48px;
    width: 48px;
}

.grommetux-legend {
    text-align: left;
    white-space: normal;
    display: inline-block;
    line-height: 24px;
}
html.rtl .grommetux-legend {
    text-align: right;
}

.grommetux-legend__item,
.grommetux-legend__total {
    color: #666;
}
.grommetux-background-color-index--dark .grommetux-legend__item,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-legend__item,
.grommetux-background-color-index--dark .grommetux-legend__total,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-legend__total {
    color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-legend__item,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-legend__item,
.grommetux-background-color-index--light .grommetux-legend__total,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-legend__total {
    color: #666;
}

.grommetux-legend__item-label {
    margin-right: 12px;
}

.grommetux-legend__item-units,
.grommetux-legend__total-units {
    display: inline-block;
    margin-left: 6px;
}
html.rtl .grommetux-legend__item-units,
html.rtl .grommetux-legend__total-units {
    margin-left: 0;
    margin-right: 6px;
}

.grommetux-legend__item-swatch {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    overflow: visible;
}
.grommetux-legend__item-swatch.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-legend__item-swatch.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-legend__item-swatch.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-legend__item-swatch.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-legend__item-swatch.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-legend__item-swatch.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-legend__item-swatch.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-legend__item-swatch.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-legend__item-swatch.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-1,
.grommetux-legend__item-swatch.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-2,
.grommetux-legend__item-swatch.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-3,
.grommetux-legend__item-swatch.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-4,
.grommetux-legend__item-swatch.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-1,
.grommetux-legend__item-swatch.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-2,
.grommetux-legend__item-swatch.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-3,
.grommetux-legend__item-swatch.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-4,
.grommetux-legend__item-swatch.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-5,
.grommetux-legend__item-swatch.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-legend__item-swatch.grommetux-color-index-accent-1,
.grommetux-legend__item-swatch.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-legend__item-swatch.grommetux-color-index-accent-2,
.grommetux-legend__item-swatch.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-legend__item-swatch.grommetux-color-index-accent-3,
.grommetux-legend__item-swatch.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-1,
.grommetux-legend__item-swatch.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-2,
.grommetux-legend__item-swatch.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-3,
.grommetux-legend__item-swatch.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-4,
.grommetux-legend__item-swatch.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-legend__item-swatch.grommetux-color-index-light-1,
.grommetux-legend__item-swatch.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-legend__item-swatch.grommetux-color-index-light-2,
.grommetux-legend__item-swatch.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}
html.rtl .grommetux-legend__item-swatch {
    margin-right: 0;
    margin-left: 12px;
}
.grommetux-legend__item-swatch path {
    stroke-width: 12px;
    -webkit-transition-property: stroke-width;
    transition-property: stroke-width;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.grommetux-legend__item--clickable {
    cursor: pointer;
}

.grommetux-legend__item--active {
    color: #333;
}
.grommetux-legend__item--active svg.grommetux-legend__item-swatch path {
    stroke-width: 12px;
}
.grommetux-background-color-index--dark .grommetux-legend__item--active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-legend__item--active {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-legend__item--active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-legend__item--active {
    color: #333;
}

.grommetux-legend__total {
    margin-left: 24px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-legend__total,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-legend__total {
    border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-legend__total,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-legend__total {
    border-color: rgba(0, 0, 0, 0.15);
}
html.rtl .grommetux-legend__total {
    margin-left: 0;
    margin-right: 24px;
}

.grommetux-legend--large {
    font-size: 24px;
    line-height: 32px;
}
.grommetux-legend--large .grommetux-legend__item {
    margin-bottom: 6px;
}
.grommetux-legend--large .grommetux-legend__item-label {
    margin-right: 24px;
}
.grommetux-legend--large .grommetux-legend__item-swatch {
    position: relative;
    top: 3px;
    width: 24px;
    height: 24px;
}
.grommetux-legend--large .grommetux-legend__total {
    margin-left: 36px;
}

.grommetux-map {
    position: relative;
    z-index: 0;
}

.grommetux-map__links {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.grommetux-map__path {
    stroke-width: 2px;
}
.grommetux-map__path.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-map__path.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-map__path.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-map__path.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-map__path.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-map__path.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-map__path.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-map__path.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-map__path.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-map__path.grommetux-color-index-graph-1,
.grommetux-map__path.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-map__path.grommetux-color-index-graph-2,
.grommetux-map__path.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-map__path.grommetux-color-index-graph-3,
.grommetux-map__path.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-map__path.grommetux-color-index-graph-4,
.grommetux-map__path.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-map__path.grommetux-color-index-grey-1,
.grommetux-map__path.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-map__path.grommetux-color-index-grey-2,
.grommetux-map__path.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-map__path.grommetux-color-index-grey-3,
.grommetux-map__path.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-map__path.grommetux-color-index-grey-4,
.grommetux-map__path.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-map__path.grommetux-color-index-grey-5,
.grommetux-map__path.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-map__path.grommetux-color-index-accent-1,
.grommetux-map__path.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-map__path.grommetux-color-index-accent-2,
.grommetux-map__path.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-map__path.grommetux-color-index-accent-3,
.grommetux-map__path.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-map__path.grommetux-color-index-neutral-1,
.grommetux-map__path.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-map__path.grommetux-color-index-neutral-2,
.grommetux-map__path.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-map__path.grommetux-color-index-neutral-3,
.grommetux-map__path.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-map__path.grommetux-color-index-neutral-4,
.grommetux-map__path.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-map__path.grommetux-color-index-light-1,
.grommetux-map__path.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-map__path.grommetux-color-index-light-2,
.grommetux-map__path.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-map__path--active {
    stroke-width: 6px;
}

.grommetux-map__categories {
    margin: 0px;
    list-style-type: none;
}

.grommetux-map__category {
    position: relative;
    margin-bottom: 12px;
    max-width: none;
}

.grommetux-map__category-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-bottom: 12px;
}

.grommetux-map__category-items {
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
}

.grommetux-map__item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}
.grommetux-background-color-index--dark .grommetux-map__item,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-map__item {
    color: #333;
}

.grommetux-map__item:not(.grommetux-map__item--plain) {
    width: 192px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 6px 12px;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.grommetux-map__item:not(.grommetux-map__item--plain) > a {
    display: block;
    padding: 6px 12px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.grommetux-map__item:not(.grommetux-map__item--plain) > a > * {
    display: inline-block;
}
.grommetux-map__item:not(.grommetux-map__item--plain) > a:hover {
    background-color: rgba(221, 221, 221, 0.5);
}
.grommetux-map__item:not(.grommetux-map__item--plain) .grommetux-status-icon {
    margin-right: 6px;
}

.grommetux-map__item--active:not(.grommetux-map__item--plain) {
    border-color: #000;
    border-width: 2px;
    padding: 5px 11px;
}

.grommetux-map--vertical .grommetux-map__categories {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grommetux-map--vertical .grommetux-map__category-items {
    text-align: left;
}

.grommetux-map--vertical .grommetux-map__item {
    display: block;
    margin-right: 0;
}

.grommetux-menu {
    position: relative;
    white-space: nowrap;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26316;
}
.grommetux-menu > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grommetux-menu a:not(.grommetux-button),
.grommetux-menu .grommetux-anchor {
    text-decoration: none;
}
.grommetux-menu a:not(.grommetux-button):hover,
.grommetux-menu .grommetux-anchor:hover {
    text-decoration: none;
}
.grommetux-menu.grommetux-menu--controlled {
    display: inline-block;
    cursor: pointer;
}

.grommetux-menu--fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
}

.grommetux-menu__control .grommetux-control-icon-down {
    width: 12px;
}
.grommetux-menu__control .grommetux-control-icon-down path,
.grommetux-menu__control .grommetux-control-icon-down polyline {
    stroke-width: 4px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-menu__control.grommetux-menu--labelled {
        line-height: 24px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-menu__control.grommetux-menu--labelled .grommetux-control-icon {
        -webkit-transition: none;
        transition: none;
    }
}

.grommetux-menu__drop {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26316;
    max-height: 100vh;
}
.grommetux-menu__drop > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.grommetux-menu__drop a:not(.grommetux-anchor--disabled) {
    text-decoration: none;
}
.grommetux-menu__drop a:not(.grommetux-anchor--disabled):hover {
    text-decoration: none;
}
.grommetux-menu__drop .grommetux-anchor {
    padding: 12px 24px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
}
.grommetux-menu__drop .grommetux-anchor.active,
.grommetux-menu__drop .grommetux-anchor:hover,
.grommetux-menu__drop .grommetux-anchor:focus {
    text-decoration: none;
    color: #000;
    background-color: rgba(221, 221, 221, 0.5);
}
.grommetux-menu__drop .grommetux-menu__control {
    text-align: left;
}
.grommet.rtl .grommetux-menu__drop .grommetux-menu__control {
    text-align: right;
}
.grommetux-menu__drop .grommetux-menu__label {
    padding: 12px 24px;
    font-weight: 600;
}
.grommetux-menu__drop.grommetux-menu__drop--align-right {
    text-align: right;
}
.grommet.rtl .grommetux-menu__drop.grommetux-menu__drop--align-right {
    text-align: left;
}
.grommetux-menu__drop.grommetux-menu__drop--align-right
    .grommetux-menu__control {
    text-align: right;
}
.grommet.rtl
    .grommetux-menu__drop.grommetux-menu__drop--align-right
    .grommetux-menu__control {
    text-align: left;
}
.grommetux-menu__drop.grommetux-menu__drop--align-right
    .grommetux-menu__contents {
    text-align: left;
}
.grommet.rtl
    .grommetux-menu__drop.grommetux-menu__drop--align-right
    .grommetux-menu__contents {
    text-align: right;
}
.grommetux-menu__drop .grommetux-anchor__icon {
    padding-left: 0;
    vertical-align: middle;
    height: inherit;
}
.grommetux-menu__drop .grommetux-anchor--reverse .grommetux-anchor__icon {
    padding-right: 0;
}
.grommetux-menu__drop.grommetux-menu__drop--small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.grommetux-menu__drop.grommetux-menu__drop--small .grommetux-anchor__icon {
    padding-top: 0;
    padding-bottom: 0;
}
.grommetux-menu__drop.grommetux-menu__drop--large {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
}
.grommetux-menu__drop.grommetux-background-color-index--dark
    .grommetux-anchor.active,
.grommetux-background-color-index--light
    .grommetux-menu__drop.grommetux-background-color-index--dark
    .grommetux-anchor.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
}
.grommetux-menu__drop.grommetux-background-color-index--dark
    .grommetux-anchor:hover,
.grommetux-menu__drop.grommetux-background-color-index--dark
    .grommetux-anchor:focus,
.grommetux-background-color-index--light
    .grommetux-menu__drop.grommetux-background-color-index--dark
    .grommetux-anchor:hover,
.grommetux-background-color-index--light
    .grommetux-menu__drop.grommetux-background-color-index--dark
    .grommetux-anchor:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}
.grommetux-menu__drop.grommetux-background-color-index--light
    .grommetux-anchor.active,
.grommetux-menu__drop.grommetux-background-color-index--light
    .grommetux-anchor:hover,
.grommetux-menu__drop.grommetux-background-color-index--light
    .grommetux-anchor:focus,
.grommetux-background-color-index--dark
    .grommetux-menu__drop.grommetux-background-color-index--light
    .grommetux-anchor.active,
.grommetux-background-color-index--dark
    .grommetux-menu__drop.grommetux-background-color-index--light
    .grommetux-anchor:hover,
.grommetux-background-color-index--dark
    .grommetux-menu__drop.grommetux-background-color-index--light
    .grommetux-anchor:focus {
    color: #000;
    background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-menu--inline.grommetux-menu--row {
    line-height: 48px;
}
.grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end
    > *:not(.grommetux-control-icon) {
    margin-left: 24px;
    margin-right: 0;
}
.grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end
    > *:not(.grommetux-control-icon):first-child {
    margin-left: 0;
}
.grommet.rtl
    .grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end
    > *:not(.grommetux-control-icon) {
    margin-right: 24px;
    margin-left: 0;
}
.grommet.rtl
    .grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end
    > *:not(.grommetux-control-icon):first-child {
    margin-right: 0;
}
.grommetux-menu--inline.grommetux-menu--row
    > *:not(.grommetux-control-icon):not(.grommetux-button) {
    margin-left: 0;
    margin-right: 24px;
}
.grommetux-menu--inline.grommetux-menu--row
    > *:not(.grommetux-control-icon):not(.grommetux-button):last-child {
    margin-right: 0;
}
.grommet.rtl
    .grommetux-menu--inline.grommetux-menu--row
    > *:not(.grommetux-control-icon):not(.grommetux-button) {
    margin-right: 0;
    margin-left: 24px;
}
.grommet.rtl
    .grommetux-menu--inline.grommetux-menu--row
    > *:not(.grommetux-control-icon):not(.grommetux-button):last-child {
    margin-left: 0;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-menu--inline.grommetux---direction-row.grommetux-box--responsive
        > * {
        margin-right: 0;
    }
    .grommet.rtl
        .grommetux-menu--inline.grommetux---direction-row.grommetux-box--responsive
        > * {
        margin-left: 0;
    }
}

.grommetux-menu--inline.grommetux-menu--small {
    font-size: 16px;
    font-size: 1rem;
    line-height: inherit;
}

.grommetux-menu--inline.grommetux-menu--large {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: inherit;
}

.grommetux-menu--primary {
    width: 100%;
}
.grommetux-menu--primary > .grommetux-menu {
    width: 100%;
}
.grommetux-menu--primary > a:not(.grommetux-button) {
    padding: 12px 24px 12px 20px;
    margin-bottom: 0px;
    width: 100%;
    border-width: 4px;
    border-color: transparent;
    border-left-style: solid;
}
.grommet.rtl .grommetux-menu--primary > a:not(.grommetux-button) {
    border-right-style: none;
    border-left-style: solid;
}
.grommetux-menu--primary > a:not(.grommetux-button):hover {
    text-decoration: none;
}
.grommetux-menu--primary > a:not(.grommetux-button):hover:not(.active) {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-menu--primary
    > a:not(.grommetux-button):hover:not(.active),
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-menu--primary
    > a:not(.grommetux-button):hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-menu--primary
    > a:not(.grommetux-button):hover:not(.active),
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-menu--primary
    > a:not(.grommetux-button):hover:not(.active) {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}
.grommetux-menu--primary > a:not(.grommetux-button).grommetux-anchor--active,
.grommetux-menu--primary > a:not(.grommetux-button).active {
    border-color: #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-menu--primary
    > a:not(.grommetux-button).grommetux-anchor--active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-menu--primary
    > a:not(.grommetux-button).grommetux-anchor--active,
.grommetux-background-color-index--dark
    .grommetux-menu--primary
    > a:not(.grommetux-button).active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-menu--primary
    > a:not(.grommetux-button).active {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-menu--primary
    > a:not(.grommetux-button).grommetux-anchor--active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-menu--primary
    > a:not(.grommetux-button).grommetux-anchor--active,
.grommetux-background-color-index--light
    .grommetux-menu--primary
    > a:not(.grommetux-button).active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-menu--primary
    > a:not(.grommetux-button).active {
    border-color: #01a982;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-menu--primary.grommetux-menu--down {
        display: block;
    }
    .grommetux-menu--primary.grommetux-menu--down > * {
        display: block;
    }
}

.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row) > hr,
.grommetux-menu__drop > hr {
    margin: 12px 24px 18px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
}

.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row) a,
.grommetux-menu__drop a {
    text-decoration: none;
}

.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-box--direction-column
    > .grommetux-menu:not(:first-of-type)
    h2,
.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-box--direction-column
    > .grommetux-menu:not(:first-of-type)
    h3,
.grommetux-menu__drop.grommetux-box--direction-column
    > .grommetux-menu:not(:first-of-type)
    h2,
.grommetux-menu__drop.grommetux-box--direction-column
    > .grommetux-menu:not(:first-of-type)
    h3 {
    margin-top: 24px;
}

.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-box.grommetux-box--separator-top,
.grommetux-menu__drop.grommetux-box.grommetux-box--separator-top {
    border-color: transparent;
}
.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-box.grommetux-box--separator-top:before,
.grommetux-menu__drop.grommetux-box.grommetux-box--separator-top:before {
    content: "";
    margin: 12px 24px 18px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-menu--small
    > a,
.grommetux-menu__drop.grommetux-menu--small > a {
    padding: 6px 0;
}

.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-menu--small.grommetux-menu--primary
    > a,
.grommetux-menu__drop.grommetux-menu--small.grommetux-menu--primary > a {
    padding: 6px 24px 6px 20px;
}

.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-menu--large
    > a,
.grommetux-menu__drop.grommetux-menu--large > a {
    padding: 24px 0;
}

.grommetux-menu--inline.grommetux-menu:not(
        .grommetux-box--direction-row
    ).grommetux-menu--large.grommetux-menu--primary
    > a,
.grommetux-menu__drop.grommetux-menu--large.grommetux-menu--primary > a {
    padding: 12px 24px 12px 20px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-menu--inline.grommetux-menu:not(
            .grommetux-box--direction-row
        ).grommetux-box--responsive
        > *,
    .grommetux-menu__drop.grommetux-box--responsive > * {
        margin-left: 0px;
        margin-right: 0px;
    }
    .grommetux-menu--inline.grommetux-menu:not(
            .grommetux-box--direction-row
        ).grommetux-box--responsive
        .grommetux-button,
    .grommetux-menu__drop.grommetux-box--responsive .grommetux-button {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-menu__drop {
        max-width: 100%;
    }
    .grommetux-menu__drop.grommetux-box--responsive .grommetux-button {
        margin-bottom: 0;
    }
}

.grommetux-meter {
    display: inline-block;
    position: relative;
}

.grommetux-meter__slice {
    stroke-width: 4px;
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
}

.grommetux-meter__hot {
    cursor: pointer;
    stroke-width: 24px;
    stroke: rgba(0, 0, 0, 0.001);
}

.grommetux-meter__threshold {
    stroke: rgba(51, 51, 51, 0.2);
}

.grommetux-meter__value-container {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.grommetux-meter__graphic-container {
    white-space: normal;
}
.grommetux-meter__graphic-container > a {
    text-decoration: none;
}

.grommetux-meter__graphic {
    max-width: 100%;
}
.grommetux-meter__graphic:focus {
    outline: #2ad2c9 solid 1px;
}
.grommetux-meter__graphic text {
    fill: #666;
}

.grommetux-meter:not(.grommetux-meter--vertical)
    .grommetux-meter__graphic-container {
    display: inline-block;
}

.grommetux-meter--vertical .grommetux-meter__graphic-container {
    display: inline-block;
    white-space: nowrap;
}

.grommetux-meter--small .grommetux-meter__slice,
.grommetux-meter--xsmall .grommetux-meter__slice {
    stroke-width: 8px;
}

.grommetux-meter--small
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-meter__slice--active,
.grommetux-meter--xsmall
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-meter__slice--active {
    stroke-width: 24px;
}

.grommetux-meter--active .grommetux-meter__values .grommetux-meter__slice {
    stroke-width: 12px;
}

.grommetux-meter__values .grommetux-meter__slice--active {
    stroke-width: 12px;
}

@-webkit-keyframes draw-meter-bar-small {
    0% {
        stroke-dashoffset: 192px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-meter-bar-small {
    0% {
        stroke-dashoffset: 192px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.grommetux-meter--bar {
    line-height: 0;
}
.grommetux-meter--bar .grommetux-meter__slice {
    stroke-linecap: butt;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-1,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-2,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-3,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-4,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-5,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-1,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-2,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-3,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-4,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-1,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-2,
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}
.grommetux-meter--bar
    .grommetux-meter__values
    .grommetux-meter__slice--clickable {
    cursor: pointer;
}
@media screen and (min-width: 45em) {
    .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice {
        stroke-dasharray: 192px 192px;
        stroke-dashoffset: 0;
        -webkit-transition: stroke-width 0.2s;
        transition: stroke-width 0.2s;
        -webkit-animation: draw-meter-bar-small 1s ease-in;
        animation: draw-meter-bar-small 1s ease-in;
    }
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unset {
    stroke: rgba(221, 221, 221, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-brand {
    stroke: rgba(1, 169, 130, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-critical {
    stroke: rgba(240, 73, 83, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-error {
    stroke: rgba(240, 73, 83, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-warning {
    stroke: rgba(255, 209, 68, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-ok {
    stroke: rgba(1, 169, 130, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unknown {
    stroke: rgba(204, 204, 204, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-disabled {
    stroke: rgba(204, 204, 204, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-5 {
    stroke: rgba(66, 85, 99, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-6 {
    stroke: rgba(95, 122, 118, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-7 {
    stroke: rgba(128, 116, 110, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-8 {
    stroke: rgba(118, 118, 118, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-4 {
    stroke: rgba(42, 210, 201, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-5 {
    stroke: rgba(97, 71, 103, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-6 {
    stroke: rgba(255, 141, 109, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-6 {
    stroke: rgba(0, 0, 1, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-7 {
    stroke: rgba(51, 51, 51, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-8 {
    stroke: rgba(59, 59, 59, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-9 {
    stroke: rgba(67, 67, 67, 0.5);
}
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--bar
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--bar
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-10 {
    stroke: rgba(102, 102, 102, 0.5);
}
.grommetux-meter--bar.grommetux-meter--vertical {
    white-space: nowrap;
}
.grommetux-meter--bar.grommetux-meter--vertical .grommetux-meter__graphic {
    height: 192px;
    width: 24px;
}
.grommetux-meter--bar.grommetux-meter--vertical:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    width: 72px;
}
.grommetux-meter--bar.grommetux-meter--vertical:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    width: 96px;
}
.grommetux-meter--bar.grommetux-meter--vertical
    .grommetux-meter__labeled-graphic {
    display: inline-block;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall
    .grommetux-meter__graphic {
    height: 96px;
    width: 12px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    width: 24px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    width: 36px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small
    .grommetux-meter__graphic {
    height: 192px;
    width: 24px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    width: 72px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    width: 96px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium
    .grommetux-meter__graphic {
    height: 384px;
    width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    width: 96px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    width: 144px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    width: 192px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large
    .grommetux-meter__graphic {
    height: 576px;
    width: 72px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    width: 144px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    width: 216px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    width: 288px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge
    .grommetux-meter__graphic {
    height: 720px;
    width: 90px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    width: 180px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    width: 270px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    width: 360px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical)
    .grommetux-meter__graphic {
    width: 192px;
    min-width: 96px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall
    .grommetux-meter__graphic {
    width: 96px;
    height: 12px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xsmall.grommetux-meter--single
    .grommetux-meter__graphic,
.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xsmall.grommetux-meter--stacked
    .grommetux-meter__graphic {
    height: 12px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xsmall:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    height: 24px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xsmall:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    height: 36px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xsmall:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    height: 48px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small
    .grommetux-meter__graphic {
    width: 192px;
    height: 24px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--small.grommetux-meter--single
    .grommetux-meter__graphic,
.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--small.grommetux-meter--stacked
    .grommetux-meter__graphic {
    height: 24px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--small:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    height: 48px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--small:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    height: 72px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--small:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    height: 96px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium
    .grommetux-meter__graphic {
    height: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-meter--bar:not(
            .grommetux-meter--vertical
        ).grommetux-meter--medium
        .grommetux-meter__graphic {
        width: 192px;
    }
}
@media screen and (min-width: 45em) {
    .grommetux-meter--bar:not(
            .grommetux-meter--vertical
        ).grommetux-meter--medium
        .grommetux-meter__graphic {
        width: 384px;
    }
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--medium:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    height: 96px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--medium:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    height: 144px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--medium:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    height: 192px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large
    .grommetux-meter__graphic {
    height: 72px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large
        .grommetux-meter__graphic {
        width: 192px;
    }
}
@media screen and (min-width: 45em) {
    .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large
        .grommetux-meter__graphic {
        width: 576px;
    }
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--large:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    height: 144px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--large:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    height: 216px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--large:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    height: 288px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge
    .grommetux-meter__graphic {
    height: 90px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-meter--bar:not(
            .grommetux-meter--vertical
        ).grommetux-meter--xlarge
        .grommetux-meter__graphic {
        width: 192px;
    }
}
@media screen and (min-width: 45em) {
    .grommetux-meter--bar:not(
            .grommetux-meter--vertical
        ).grommetux-meter--xlarge
        .grommetux-meter__graphic {
        width: 720px;
    }
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xlarge:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-2
    .grommetux-meter__graphic {
    height: 180px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xlarge:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-3
    .grommetux-meter__graphic {
    height: 270px;
}

.grommetux-meter--bar:not(
        .grommetux-meter--vertical
    ).grommetux-meter--xlarge:not(
        .grommetux-meter--stacked
    ).grommetux-meter--count-4
    .grommetux-meter__graphic {
    height: 360px;
}

@-webkit-keyframes draw-meter-circle {
    0% {
        stroke-dashoffset: -614px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-meter-circle {
    0% {
        stroke-dashoffset: -614px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--circle,
    .grommetux-meter--arc,
    .grommetux-meter--spiral {
        margin: 0px auto;
    }
}

.grommetux-meter--circle .grommetux-meter.series-pre path,
.grommetux-meter--arc .grommetux-meter.series-pre path,
.grommetux-meter--spiral .grommetux-meter.series-pre path {
    stroke-dashoffset: 768px;
}

.grommetux-meter--circle .grommetux-meter__slice,
.grommetux-meter--arc .grommetux-meter__slice,
.grommetux-meter--spiral .grommetux-meter__slice {
    stroke-linecap: butt;
}

.grommetux-meter--circle .grommetux-meter__slice-indicator,
.grommetux-meter--arc .grommetux-meter__slice-indicator,
.grommetux-meter--spiral .grommetux-meter__slice-indicator {
    stroke-linecap: square;
    stroke-width: 4px;
    stroke: rgba(51, 51, 51, 0.2);
}
.grommetux-background-color-index--dark
    .grommetux-meter--circle
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-meter--circle
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark
    .grommetux-meter--arc
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-meter--arc
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark
    .grommetux-meter--spiral
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-meter--spiral
    .grommetux-meter__slice-indicator {
    stroke: rgba(255, 255, 255, 0.2);
}
.grommetux-background-color-index--light
    .grommetux-meter--circle
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-meter--circle
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light
    .grommetux-meter--arc
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-meter--arc
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light
    .grommetux-meter--spiral
    .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-meter--spiral
    .grommetux-meter__slice-indicator {
    stroke: rgba(51, 51, 51, 0.2);
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-loading,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-loading,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unset {
    stroke: #ddd;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-brand {
    stroke: #01a982;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-critical {
    stroke: #f04953;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-error {
    stroke: #f04953;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-warning {
    stroke: #ffd144;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-ok {
    stroke: #01a982;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-unknown {
    stroke: #cccccc;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-disabled {
    stroke: #cccccc;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-5 {
    stroke: #425563;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-7 {
    stroke: #80746e;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-graph-8 {
    stroke: #767676;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-1,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-6,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-1,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-6,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-1,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-6 {
    stroke: #000001;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-2,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-7,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-2,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-7,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-2,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-7 {
    stroke: #333333;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-3,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-8,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-3,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-8,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-3,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-4,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-9,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-4,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-9,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-4,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-9 {
    stroke: #434343;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-5,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-10,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-5,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-10,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-5,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-grey-10 {
    stroke: #666666;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-5 {
    stroke: #614767;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-1,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-5,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-1,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-5,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-1,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-5 {
    stroke: #425563;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-2,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-6,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-2,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-6,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-2,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-3,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-7,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-3,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-7,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-3,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-4,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-8,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-4,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-8,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-4,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-neutral-8 {
    stroke: #767676;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-1,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-3,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-1,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-3,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-1,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-3 {
    stroke: #ffffff;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-2,
.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-4,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-2,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-4,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-2,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-meter--circle
    .grommetux-meter__values
    .grommetux-meter__slice--clickable,
.grommetux-meter--arc
    .grommetux-meter__values
    .grommetux-meter__slice--clickable,
.grommetux-meter--spiral
    .grommetux-meter__values
    .grommetux-meter__slice--clickable {
    cursor: pointer;
}

@media screen and (min-width: 45em) {
    .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice,
    .grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice,
    .grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice {
        stroke-dasharray: 614px 614px;
        stroke-dashoffset: 0;
        -webkit-transition: stroke-width 0.2s;
        transition: stroke-width 0.2s;
        -webkit-animation: draw-meter-circle 1s ease-in;
        animation: draw-meter-circle 1s ease-in;
    }
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unset {
    stroke: rgba(221, 221, 221, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-brand {
    stroke: rgba(1, 169, 130, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-critical {
    stroke: rgba(240, 73, 83, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-error {
    stroke: rgba(240, 73, 83, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-warning {
    stroke: rgba(255, 209, 68, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-ok {
    stroke: rgba(1, 169, 130, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-unknown {
    stroke: rgba(204, 204, 204, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-disabled {
    stroke: rgba(204, 204, 204, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-5 {
    stroke: rgba(66, 85, 99, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-6 {
    stroke: rgba(95, 122, 118, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-7 {
    stroke: rgba(128, 116, 110, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-graph-8 {
    stroke: rgba(118, 118, 118, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-4 {
    stroke: rgba(42, 210, 201, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-5 {
    stroke: rgba(97, 71, 103, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.grommetux-color-index-accent-6 {
    stroke: rgba(255, 141, 109, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-6 {
    stroke: rgba(0, 0, 1, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-7 {
    stroke: rgba(51, 51, 51, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-8 {
    stroke: rgba(59, 59, 59, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-9 {
    stroke: rgba(67, 67, 67, 0.5);
}

.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--circle
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--circle
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--arc
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--arc
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--spiral
    .grommetux-meter__thresholds
    .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--spiral
    .grommetux-meter__tracks
    .grommetux-meter__slice.color-index-grey-10 {
    stroke: rgba(102, 102, 102, 0.5);
}

.grommetux-meter--circle .grommetux-meter__threshold,
.grommetux-meter--arc .grommetux-meter__threshold,
.grommetux-meter--spiral .grommetux-meter__threshold {
    stroke-linecap: butt;
}

.grommetux-meter--circle .grommetux-meter__graphic {
    width: 192px;
    min-width: 96px;
    height: auto;
}

.grommetux-meter--circle .grommetux-meter__label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grommetux-meter--circle.grommetux-meter--xsmall .grommetux-meter__graphic {
    width: 96px;
    height: 96px;
}

.grommetux-meter--circle.grommetux-meter--small .grommetux-meter__graphic {
    width: 192px;
    height: 192px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--circle.grommetux-meter--medium .grommetux-meter__graphic {
        width: 192px;
        height: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--circle.grommetux-meter--medium .grommetux-meter__graphic {
        width: 384px;
        height: 384px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--circle.grommetux-meter--large .grommetux-meter__graphic {
        width: 192px;
        height: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--circle.grommetux-meter--large .grommetux-meter__graphic {
        width: 576px;
        height: 576px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--circle.grommetux-meter--xlarge .grommetux-meter__graphic {
        width: 192px;
        height: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--circle.grommetux-meter--xlarge .grommetux-meter__graphic {
        width: 720px;
        height: 720px;
    }
}

.grommetux-meter--arc:not(.grommetux-meter--vertical)
    .grommetux-meter__graphic {
    width: 192px;
    min-width: 96px;
    height: auto;
}

.grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--xsmall
    .grommetux-meter__graphic {
    width: 96px;
    height: 72px;
}

.grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--small
    .grommetux-meter__graphic {
    width: 192px;
    height: 144px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--arc:not(
            .grommetux-meter--vertical
        ).grommetux-meter--medium
        .grommetux-meter__graphic {
        width: 192px;
        height: 144px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--arc:not(
            .grommetux-meter--vertical
        ).grommetux-meter--medium
        .grommetux-meter__graphic {
        width: 384px;
        height: 288px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--large
        .grommetux-meter__graphic {
        width: 192px;
        height: 144px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--large
        .grommetux-meter__graphic {
        width: 576px;
        height: 432px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--arc:not(
            .grommetux-meter--vertical
        ).grommetux-meter--xlarge
        .grommetux-meter__graphic {
        width: 192px;
        height: 144px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--arc:not(
            .grommetux-meter--vertical
        ).grommetux-meter--xlarge
        .grommetux-meter__graphic {
        width: 720px;
        height: 540px;
    }
}

.grommetux-meter--arc.grommetux-meter--vertical .grommetux-meter__graphic {
    display: inline;
    width: 144px;
    height: 192px;
}

.grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--xsmall
    .grommetux-meter__graphic {
    width: 72px;
    height: 96px;
}

.grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--small
    .grommetux-meter__graphic {
    width: 144px;
    height: 192px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--medium
        .grommetux-meter__graphic {
        width: 144px;
        height: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--medium
        .grommetux-meter__graphic {
        width: 288px;
        height: 384px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--large
        .grommetux-meter__graphic {
        width: 144px;
        height: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--large
        .grommetux-meter__graphic {
        width: 432px;
        height: 576px;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--xlarge
        .grommetux-meter__graphic {
        width: 144px;
        height: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--xlarge
        .grommetux-meter__graphic {
        width: 540px;
        height: 720px;
    }
}

.grommetux-meter--spiral .grommetux-meter__graphic-container {
    vertical-align: top;
}

.grommetux-notification {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
}
.grommetux-notification--status-critical
    .grommetux-notification__status
    .grommetux-status-icon__base {
    fill: #fff;
}
.grommetux-notification--status-critical
    .grommetux-notification__status
    .grommetux-status-icon__detail {
    stroke: #f04953;
    fill: #f04953;
}
.grommetux-notification--status-critical
    .grommetux-notification__status.grommetux-status-icon-unknown
    .grommetux-status-icon__detail {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-critical .grommetux-notification__close {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-error
    .grommetux-notification__status
    .grommetux-status-icon__base {
    fill: #fff;
}
.grommetux-notification--status-error
    .grommetux-notification__status
    .grommetux-status-icon__detail {
    stroke: #f04953;
    fill: #f04953;
}
.grommetux-notification--status-error
    .grommetux-notification__status.grommetux-status-icon-unknown
    .grommetux-status-icon__detail {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-error .grommetux-notification__close {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-warning
    .grommetux-notification__status
    .grommetux-status-icon__base {
    fill: #fff;
}
.grommetux-notification--status-warning
    .grommetux-notification__status
    .grommetux-status-icon__detail {
    stroke: #ffd144;
    fill: #ffd144;
}
.grommetux-notification--status-warning
    .grommetux-notification__status.grommetux-status-icon-unknown
    .grommetux-status-icon__detail {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-warning .grommetux-notification__close {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-ok
    .grommetux-notification__status
    .grommetux-status-icon__base {
    fill: #fff;
}
.grommetux-notification--status-ok
    .grommetux-notification__status
    .grommetux-status-icon__detail {
    stroke: #01a982;
    fill: #01a982;
}
.grommetux-notification--status-ok
    .grommetux-notification__status.grommetux-status-icon-unknown
    .grommetux-status-icon__detail {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-ok .grommetux-notification__close {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-unknown
    .grommetux-notification__status
    .grommetux-status-icon__base {
    fill: #fff;
}
.grommetux-notification--status-unknown
    .grommetux-notification__status
    .grommetux-status-icon__detail {
    stroke: #cccccc;
    fill: #cccccc;
}
.grommetux-notification--status-unknown
    .grommetux-notification__status.grommetux-status-icon-unknown
    .grommetux-status-icon__detail {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-unknown .grommetux-notification__close {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-disabled
    .grommetux-notification__status
    .grommetux-status-icon__base {
    fill: #fff;
}
.grommetux-notification--status-disabled
    .grommetux-notification__status
    .grommetux-status-icon__detail {
    stroke: #cccccc;
    fill: #cccccc;
}
.grommetux-notification--status-disabled
    .grommetux-notification__status.grommetux-status-icon-unknown
    .grommetux-status-icon__detail {
    stroke: #fff;
    fill: #fff;
}
.grommetux-notification--status-disabled .grommetux-notification__close {
    stroke: #fff;
    fill: #fff;
}

.grommetux-notification__message {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
}
.grommetux-notification__message + * {
    margin-top: 24px;
}

.grommetux-notification__status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 24px;
}
html.rtl .grommetux-notification__status {
    margin-right: 0;
    margin-left: 24px;
}

.grommetux-notification--small .grommetux-notification__message {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
}

.grommetux-number-input__input {
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
    -moz-appearance: textfield;
}
.grommetux-number-input__input:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommetux-number-input__input::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommetux-number-input__input::-webkit-input-placeholder {
    color: #aaa;
}
.grommetux-number-input__input::-moz-placeholder {
    color: #aaa;
}
.grommetux-number-input__input:-ms-input-placeholder {
    color: #aaa;
}
.grommetux-number-input__input.error {
    border-color: #f04953;
}
.grommetux-number-input__input::-webkit-outer-spin-button,
.grommetux-number-input__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.grommetux-number-input__input:invalid {
    box-shadow: none;
}
.grommetux-number-input__input::-ms-clear {
    display: none;
}

.grommetux-object {
    overflow: auto;
}
.grommetux-object ul,
.grommetux-object ol {
    margin: 0px;
    list-style-type: none;
}
.grommetux-object li {
    width: auto;
}

.grommetux-object__container {
    padding: 24px;
}

.grommetux-object__attribute {
    margin-bottom: 12px;
}

.grommetux-object__attribute-name {
    display: block;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

.grommetux-object__attribute-value {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.grommetux-object__attribute-value ul,
.grommetux-object__attribute-value ol {
    margin-left: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.grommetux-object__attribute--container > .grommetux-object__attribute-name {
    font-weight: 600;
}

.grommetux-object__attribute--unset .grommetux-object__attribute-value {
    font-style: italic;
    color: #666;
}

.grommetux-object__attribute--array
    > .grommetux-object__attribute-value
    > ol
    > li {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-object__attribute--array
    > .grommetux-object__attribute-value
    > ol
    > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-object__attribute--array
    > .grommetux-object__attribute-value
    > ol
    > li
    > ul {
    padding-top: 0px;
    padding-bottom: 0px;
}

.grommetux-paragraph {
    max-width: 576px;
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.375;
    color: #666;
}
.grommetux-paragraph--align-start {
    text-align: left;
}
html.rtl .grommetux-paragraph--align-start {
    text-align: right;
}
.grommetux-paragraph--align-center {
    text-align: center;
}
.grommetux-paragraph--align-end {
    text-align: right;
}
html.rtl .grommetux-paragraph--align-end {
    text-align: left;
}
.grommetux-paragraph--margin-none {
    margin-top: 0;
    margin-bottom: 0;
}
.grommetux-paragraph--margin-small {
    margin-top: 12px;
    margin-bottom: 12px;
}
.grommetux-paragraph--margin-medium {
    margin-top: 24px;
    margin-bottom: 24px;
}
.grommetux-paragraph--margin-large {
    margin-top: 48px;
    margin-bottom: 48px;
}
.grommetux-background-color-index--dark .grommetux-paragraph,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-paragraph {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-paragraph,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-paragraph {
    color: #333;
}

.grommetux-paragraph--small {
    font-size: 14px;
    line-height: 1.43;
}

.grommetux-paragraph--large {
    font-size: 24px;
    line-height: 1.167;
}
.grommetux-paragraph--large a {
    color: #01a982;
    font-weight: 600;
}

.grommetux-paragraph--xlarge {
    font-size: 32px;
    line-height: 1.1875;
}
.grommetux-paragraph--xlarge a {
    color: #01a982;
    font-weight: 600;
}

.grommetux-paragraph--width-large {
    max-width: 100%;
}
@media screen and (min-width: 45em) {
    .grommetux-paragraph--width-large {
        width: 720px;
    }
}

@-webkit-keyframes scale-up-fade-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes scale-up-fade-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.grommetux-pulse {
    display: inline-block;
    height: 48px;
    width: 48px;
    position: relative;
    line-height: 0;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition:
        transform 0.25s ease-out,
        -webkit-transform 0.25s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.grommetux-pulse:hover {
    -webkit-transform: scale(1.2) rotate(0.0001deg);
    transform: scale(1.2) rotate(0.0001deg);
    cursor: pointer;
}
.grommetux-pulse:hover .grommetux-pulse__icon-anim {
    -webkit-animation: none;
    animation: none;
}

.grommetux-pulse__icon svg {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    padding: 12px;
    background-color: #2ad2c9;
    stroke: #000001;
}

.grommetux-pulse__icon-anim {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    border: 1px solid;
    border-color: #2ad2c9;
    border-radius: 48px;
    -webkit-animation-name: scale-up-fade-out;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0.2s;
    animation-name: scale-up-fade-out;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: 0.2s;
}

.grommetux-quote {
    border-width: 24px;
    border-style: solid;
    max-width: 100%;
}

.grommetux-quote--small {
    border-width: 12px;
}

.grommetux-radio-button {
    margin-right: 24px;
    white-space: nowrap;
}

.grommetux-radio-button:not(.grommetux-radio-button--disabled) {
    cursor: pointer;
}

.grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__control {
    border-color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__control {
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__control {
    border-color: #000;
}

.grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control {
    border-color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control {
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control {
    border-color: #000;
}

.grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__label {
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__label {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled)
    .grommetux-radio-button__label {
    color: #000;
}

.grommetux-radio-button__input {
    opacity: 0;
    position: absolute;
}

.grommetux-radio-button__input:checked + .grommetux-radio-button__control {
    border-color: #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control {
    border-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control {
    border-color: #01a982;
}
.grommetux-radio-button__input:checked
    + .grommetux-radio-button__control
    + .grommetux-radio-button__label {
    color: #333;
}
.grommetux-background-color-index--dark
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control
    + .grommetux-radio-button__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control
    + .grommetux-radio-button__label {
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control
    + .grommetux-radio-button__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control
    + .grommetux-radio-button__label {
    color: #333;
}

.grommetux-radio-button__input:checked
    + .grommetux-radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #01a982;
    border-radius: 12px;
}
.grommetux-background-color-index--dark
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control:after,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control:after {
    background-color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control:after,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button__input:checked
    + .grommetux-radio-button__control:after {
    background-color: #01a982;
}

.grommetux-radio-button__input:focus + .grommetux-radio-button__control {
    content: "";
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-radio-button__control {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 2px solid #666;
    border-radius: 24px;
}
html.rtl .grommetux-radio-button__control {
    margin-right: 0;
    margin-left: 12px;
}
.grommetux-background-color-index--dark .grommetux-radio-button__control,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button__control {
    border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-radio-button__control,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button__control {
    border-color: #666;
}

.grommetux-radio-button__label {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    white-space: normal;
    margin-right: 24px;
    word-break: break-word;
}
.grommetux-background-color-index--dark .grommetux-radio-button__label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-radio-button__label {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-radio-button__label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-radio-button__label {
    color: #666;
}

.grommetux-radio-button--disabled .grommetux-radio-button__control {
    opacity: 0.5;
}

.grommetux-search {
    display: inline-block;
}
.grommetux-search:focus {
    outline: none;
    margin: -1px;
    border: 1px solid #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-search--controlled {
    cursor: pointer;
}

.grommetux-search__input {
    margin-right: 0px;
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
}
.grommetux-search__input:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommetux-search__input::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommetux-search__input::-webkit-input-placeholder {
    color: #aaa;
}
.grommetux-search__input::-moz-placeholder {
    color: #aaa;
}
.grommetux-search__input:-ms-input-placeholder {
    color: #aaa;
}
.grommetux-search__input.error {
    border-color: #f04953;
}
.grommetux-search__input::-ms-clear {
    display: none;
}
.grommetux-background-color-index--dark .grommetux-search__input,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-search__input {
    border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--dark .grommetux-search__input:focus,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-search__input:focus {
    border-color: #2ad2c9;
}
.grommetux-background-color-index--light .grommetux-search__input,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-search__input {
    border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-search__input:focus,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-search__input:focus {
    border-color: #2ad2c9;
}

.grommetux-search__drop {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: inherit;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search__drop {
        max-width: 100%;
        width: 100vw;
    }
}
.grommetux-search__drop input {
    margin-right: 0px;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search__drop input {
        width: calc(100vw - 72px);
    }
}
.grommetux-search__drop input:focus {
    padding: 11px;
}
.grommetux-search__drop .grommetux-search__suggestion {
    padding: 6px 24px;
    cursor: pointer;
    outline: none;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search__drop .grommetux-search__suggestion {
        width: 100vw;
    }
}
.grommetux-search__drop .grommetux-search__suggestion:hover,
.grommetux-search__drop .grommetux-search__suggestion--active {
    background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-search__drop-control {
    vertical-align: top;
    height: 48px;
}

.grommetux-search__drop--controlled .grommetux-search__drop-contents {
    display: inline-block;
}

.grommetux-search__drop--large {
    line-height: 96px;
}

.grommetux-search--inline {
    position: relative;
}
.grommetux-search--inline .grommetux-search__input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 47px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
    -webkit-appearance: none;
}
.grommetux-search--inline .grommetux-search__input:focus {
    padding-left: 10px;
    padding-right: 46px;
    padding-top: 11px;
    padding-bottom: 11px;
}
html.rtl .grommetux-search--inline .grommetux-search__input {
    padding-right: 11px;
    padding-left: 47px;
}
html.rtl .grommetux-search--inline .grommetux-search__input:focus {
    padding-right: 11px;
    padding-left: 46px;
}
.grommetux-header
    .grommetux-search--inline
    .grommetux-search__input:not(:focus) {
    border-color: transparent;
}
.grommetux-search--inline .grommetux-control-icon-search {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
html.rtl .grommetux-search--inline .grommetux-control-icon-search {
    right: auto;
    left: 12px;
}

.grommetux-search--small .grommetux-search__input {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 4px 18px;
    padding-right: 23px;
}
.grommetux-search--small .grommetux-search__input:focus {
    padding: 3px 17px;
    padding-right: 22px;
}

.grommetux-search--medium .grommetux-search__input {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
}

.grommetux-search--large .grommetux-search__input {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: normal;
    padding: 12px 24px;
    padding-right: 72px;
}
.grommetux-search--large .grommetux-search__input:focus {
    padding: 11px 71px;
    padding-left: 23px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search--large .grommetux-search__input:focus {
        padding: 10px 22px;
        padding-right: 46px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search--large .grommetux-search__input {
        font-size: inherit;
        padding: 11px 23px;
        padding-right: 47px;
        line-height: 1.5;
    }
}

.grommetux-search--large .grommetux-control-icon-search {
    right: 24px;
    width: 48px;
    height: 48px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search--large .grommetux-control-icon-search {
        right: 12px;
        width: 24px;
        height: 24px;
    }
}
@media screen and (min-width: 45em) {
    .grommetux-search--large .grommetux-control-icon-search {
        -webkit-transition: none;
        transition: none;
    }
}

.grommetux-search--icon-align-start.grommetux-search--inline
    .grommetux-search__input {
    padding-left: 47px;
    padding-right: 23px;
}
.grommetux-search--icon-align-start.grommetux-search--inline
    .grommetux-search__input:focus {
    padding-left: 46px;
    padding-right: 23px;
}

.grommetux-search--icon-align-start.grommetux-search--inline
    .grommetux-control-icon-search {
    left: 12px;
}

.grommetux-search--icon-align-start.grommetux-search--large
    .grommetux-search__input {
    padding-left: 72px;
    padding-right: 24px;
}
.grommetux-search--icon-align-start.grommetux-search--large
    .grommetux-search__input:focus {
    padding-left: 71px;
    padding-right: 23px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search--icon-align-start.grommetux-search--large
        .grommetux-search__input:focus {
        padding: 10px 22px;
        padding-left: 46px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-search--icon-align-start.grommetux-search--large
        .grommetux-search__input {
        padding: 11px 23px;
        padding-left: 47px;
    }
}

.grommetux-search--fill {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.grommetux-search--pad-medium.grommetux-search--inline
    .grommetux-search__input {
    padding-left: 23px;
    padding-right: 23px;
}

.grommetux-search--pad-medium.grommetux-search--inline
    .grommetux-control-icon-search {
    right: 24px;
}

.grommetux-search-input {
    position: relative;
    display: inline-block;
}

.grommetux-search-input__input {
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
    padding-right: 60px;
}
.grommetux-search-input__input:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommetux-search-input__input::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommetux-search-input__input::-webkit-input-placeholder {
    color: #aaa;
}
.grommetux-search-input__input::-moz-placeholder {
    color: #aaa;
}
.grommetux-search-input__input:-ms-input-placeholder {
    color: #aaa;
}
.grommetux-search-input__input.error {
    border-color: #f04953;
}

.grommetux-search-input__input:focus {
    padding-right: 58px;
}

.grommetux-search-input__input::-ms-clear {
    display: none;
}

.grommetux-search-input__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

.grommetux-search-input__suggestions {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px;
    list-style-type: none;
}

.grommetux-search-input__suggestion {
    padding: 6px 24px;
    cursor: pointer;
}
.grommetux-search-input__suggestion:hover,
.grommetux-search-input__suggestion--active {
    background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-search-input--active .grommetux-search-input__input {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

section:not(.grommetux-section) {
    padding-top: 24px;
    padding-bottom: 24px;
}
section:not(.grommetux-section):first-of-type {
    margin-top: 0px;
    padding-top: 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .layer .grommetux-section,
    .layer .grommet section {
        height: 100%;
    }
}

.grommetux-section > img,
.grommet section > img {
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
    height: auto;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-section > img,
    .grommet section > img {
        max-width: 100%;
    }
}

.grommetux-section > iframe,
.grommet section > iframe {
    width: 100%;
    max-width: 576px;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-section > ol,
    .grommetux-section > ul:not([class^="grommetux-"]),
    .grommet section > ol,
    .grommet section > ul:not([class^="grommetux-"]) {
        margin-left: 2rem;
    }
}

.grommetux-section > dl > dt,
.grommet section > dl > dt {
    margin-top: 24px;
    margin-bottom: 6px;
}
.grommetux-section > dl > dt code,
.grommet section > dl > dt code {
    text-transform: none;
    white-space: pre-wrap;
}

.grommetux-section > dl > dd,
.grommet section > dl > dd {
    margin-left: 0px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-section > dl > dd,
    .grommet section > dl > dd {
        padding-right: 24px;
    }
}

.grommetux-select {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.grommetux-select__input {
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
    width: 100%;
    padding-right: 60px;
    cursor: inherit;
    color: inherit;
    pointer-events: none;
}
.grommetux-select__input:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommetux-select__input::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommetux-select__input::-webkit-input-placeholder {
    color: #aaa;
}
.grommetux-select__input::-moz-placeholder {
    color: #aaa;
}
.grommetux-select__input:-ms-input-placeholder {
    color: #aaa;
}
.grommetux-select__input.error {
    border-color: #f04953;
}
.grommetux-select__input[readonly] {
    color: #333;
}
.grommetux-background-color-index--dark .grommetux-select__input[readonly],
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-select__input[readonly] {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-select__input[readonly],
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-select__input[readonly] {
    color: #333;
}

.grommetux-select__input:focus {
    padding-right: 58px;
}

.grommetux-select__input::-ms-clear {
    display: none;
}

.grommetux-select__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

.grommetux-select__search {
    width: 100%;
}

.grommetux-select__options {
    margin: 0px;
    list-style-type: none;
}

.grommetux-select__option {
    min-height: 36px;
    padding: 6px 0;
    cursor: pointer;
}

.grommetux-select__drop {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.grommetux-select__drop .grommetux-select__option {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.375;
    color: #666;
    color: #333;
    padding: 6px 24px;
}
.grommetux-select__drop .grommetux-select__option:hover,
.grommetux-select__drop .grommetux-select__option--active {
    background-color: rgba(221, 221, 221, 0.5);
}
.grommetux-select__drop .grommetux-select__option--selected {
    color: #000;
    background-color: rgba(221, 221, 221, 0.5);
}

@media screen and (max-width: 44.9375em) {
    .grommetux-sidebar {
        max-width: 100%;
        width: 100vw;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-sidebar {
        width: 336px;
    }
}

.grommetux-sidebar--fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
}

@media screen and (min-width: 45em) {
    .grommetux-sidebar--xsmall {
        width: 144px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-sidebar--small {
        width: 240px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-sidebar--large {
        width: 480px;
    }
}

.grommetux-sidebar--full {
    height: 100vh;
    overflow: auto;
}

.grommetux-split {
    position: relative;
    overflow: visible;
}
@media screen and (min-width: 45em) {
    .grommetux-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.grommetux-split__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-split__column--hidden {
    display: none;
}

@media screen and (min-width: 45em) {
    .grommetux-split__column--fixed {
        position: relative;
        height: 100vh;
        overflow: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-split__column--flex {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-split__column--separator {
        border-right: 1px solid #000;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-split__column--separator {
        border-bottom: 1px solid #000;
    }
}

.grommetux-skip-link-anchor {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes draw-arc {
    0% {
        stroke-dashoffset: -384px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-arc {
    0% {
        stroke-dashoffset: -384px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.grommetux-sun-burst {
    position: relative;
    height: 384px;
    width: 384px;
    max-width: 100%;
}

.grommetux-sun-burst__graphic {
    -webkit-animation: fade-in 2.5s;
    animation: fade-in 2.5s;
    outline: none;
}

.grommetux-sun-burst__graphic--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-sun-burst__label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.grommetux-sun-burst__slice {
    stroke-linecap: butt;
    stroke-dasharray: 1536px 1536px;
    stroke-dashoffset: 0;
    stroke: rgba(0, 0, 0, 0.1);
    -webkit-animation: draw-arc 1.5s linear;
    animation: draw-arc 1.5s linear;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.grommetux-sun-burst__slice.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-sun-burst__slice.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-sun-burst__slice.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-sun-burst__slice.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-sun-burst__slice.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-sun-burst__slice.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-sun-burst__slice.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-sun-burst__slice.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-sun-burst__slice.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-1,
.grommetux-sun-burst__slice.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-2,
.grommetux-sun-burst__slice.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-3,
.grommetux-sun-burst__slice.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-4,
.grommetux-sun-burst__slice.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-1,
.grommetux-sun-burst__slice.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-2,
.grommetux-sun-burst__slice.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-3,
.grommetux-sun-burst__slice.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-4,
.grommetux-sun-burst__slice.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-5,
.grommetux-sun-burst__slice.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-sun-burst__slice.grommetux-color-index-accent-1,
.grommetux-sun-burst__slice.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-sun-burst__slice.grommetux-color-index-accent-2,
.grommetux-sun-burst__slice.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-sun-burst__slice.grommetux-color-index-accent-3,
.grommetux-sun-burst__slice.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-1,
.grommetux-sun-burst__slice.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-2,
.grommetux-sun-burst__slice.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-3,
.grommetux-sun-burst__slice.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-4,
.grommetux-sun-burst__slice.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-sun-burst__slice.grommetux-color-index-light-1,
.grommetux-sun-burst__slice.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-sun-burst__slice.grommetux-color-index-light-2,
.grommetux-sun-burst__slice.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-sun-burst__slice--hot {
    cursor: pointer;
    outline: none;
}

.grommetux-sun-burst--active .grommetux-sun-burst__slice {
    opacity: 0.7;
}

.grommetux-sun-burst--active .grommetux-sun-burst__slice--active {
    opacity: 1;
}

.grommetux-sun-burst--small {
    height: 192px;
    width: 192px;
}

.grommetux-sun-burst--large {
    height: 576px;
    width: 576px;
}

.grommetux-sun-burst--xlarge {
    height: 720px;
    width: 720px;
}

.grommetux-sun-burst--full {
    width: 100%;
}

.grommetux-tab {
    padding: 0 12px;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-tab {
        padding: 6px;
    }
}
.grommetux-tabs--justify-start .grommetux-tab:first-of-type,
.grommetux-tabs--justify-end .grommetux-tab:first-of-type {
    padding-left: 0;
}
.grommetux-tabs--justify-start .grommetux-tab:last-of-type,
.grommetux-tabs--justify-end .grommetux-tab:last-of-type {
    padding-right: 0;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-tabs--responsive .grommetux-tab:first-of-type,
    .grommetux-tabs--responsive .grommetux-tab:last-of-type {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.grommetux-tab__label {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 10px;
    color: #666;
    border-bottom: 4px solid transparent;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-tab__label {
        padding-bottom: 6px;
    }
}

.grommetux-tab--active .grommetux-tab__label {
    color: #000;
    border-color: #000;
}

.grommetux-tab:hover:not(.grommetux-tab--active) .grommetux-tab__label {
    border-color: rgba(0, 0, 0, 0.15);
}

.grommetux-tabs {
    margin: 12px 0;
    padding: 0;
    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;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-tabs + div:focus {
    outline: none;
}

.grommetux-tabs--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grommetux-tabs--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grommetux-tabs--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-tabs--justify-start.grommetux-tabs--responsive,
    .grommetux-tabs--justify-center.grommetux-tabs--responsive,
    .grommetux-tabs--justify-end.grommetux-tabs--responsive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.grommetux-table {
    width: 100%;
    max-width: 100%;
}
.grommetux-table table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
.grommetux-table td,
.grommetux-table th {
    padding: 11px 12px;
    text-align: left;
}
.grommetux-table td:first-child,
.grommetux-table th:first-child {
    padding-left: 24px;
}
.grommetux-table td:last-child,
.grommetux-table th:last-child {
    padding-right: 24px;
}
.grommetux-table th {
    font-weight: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-table th,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-table
    th {
    border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-table th,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-table
    th {
    border-color: rgba(0, 0, 0, 0.15);
}

.grommetux-table__mirror {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.grommetux-table__mirror > thead {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-table__more {
    margin-top: 24px;
    text-align: center;
}

.grommetux-table--scrollable {
    position: relative;
}
.grommetux-table--scrollable .grommetux-table__table thead {
    visibility: hidden;
}
.grommetux-table--scrollable .grommetux-table__table th {
    border-bottom: none;
}

.grommetux-table--selectable .grommetux-table__table {
    outline: none;
}

.grommetux-table--selectable .grommetux-table__table--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-table--selectable tbody tr {
    cursor: pointer;
    outline: none;
}
.grommetux-table--selectable tbody tr td {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.grommetux-table--selectable tbody tr.grommetux-table-row--selected td {
    background-color: #d0f3eb;
    color: #333;
}
.grommetux-background-color-index--dark
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--selected
    td,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--selected
    td {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--selected
    td,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--selected
    td {
    background-color: #d0f3eb;
    color: #333;
}
.grommetux-table--selectable tbody tr.grommetux-table-row--active td,
.grommetux-table--selectable tbody tr:hover td {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--active
    td,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--active
    td,
.grommetux-background-color-index--dark
    .grommetux-table--selectable
    tbody
    tr:hover
    td,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-table--selectable
    tbody
    tr:hover
    td {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--active
    td,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-table--selectable
    tbody
    tr.grommetux-table-row--active
    td,
.grommetux-background-color-index--light
    .grommetux-table--selectable
    tbody
    tr:hover
    td,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-table--selectable
    tbody
    tr:hover
    td {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}

.grommetux-table--small thead {
    display: none;
}

.grommetux-table--small td {
    display: block;
}
.grommetux-table--small td:before {
    font-weight: 100;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
    content: attr(data-th);
    display: block;
    padding-right: 12px;
}

.grommetux-table--small tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.grommetux-table--small td,
.grommetux-table--small th {
    padding-left: 24px;
}

.grommetux-tbd {
    text-align: center;
    padding: 96px;
    font-size: 96px;
    font-size: 6rem;
    line-height: 1;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.grommetux-text-input {
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
}
.grommetux-text-input:focus {
    border-width: 2px;
    border-color: #2ad2c9;
    padding: 10px 22px;
}
.grommetux-text-input::-moz-focus-inner {
    border: none;
    outline: none;
}
.grommetux-text-input::-webkit-input-placeholder {
    color: #aaa;
}
.grommetux-text-input::-moz-placeholder {
    color: #aaa;
}
.grommetux-text-input:-ms-input-placeholder {
    color: #aaa;
}
.grommetux-text-input.error {
    border-color: #f04953;
}

.grommetux-text-input--active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.grommetux-text-input__suggestions {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px;
    list-style-type: none;
}

.grommetux-text-input__suggestion {
    padding: 6px 24px;
    cursor: pointer;
}
.grommetux-text-input__suggestion:hover,
.grommetux-text-input__suggestion--active {
    background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-tiles {
    width: 100%;
}
.grommetux-tiles--pad-none {
    padding: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-tiles--pad-small {
        padding: 12px;
    }
    .grommetux-tiles--pad-medium {
        padding: 24px;
    }
    .grommetux-tiles--pad-large {
        padding: 48px;
    }
    .grommetux-tiles--pad-xlarge {
        padding: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-tiles--pad-small {
        padding: 6px;
    }
    .grommetux-tiles--pad-medium {
        padding: 12px;
    }
    .grommetux-tiles--pad-large {
        padding: 24px;
    }
    .grommetux-tiles--pad-xlarge {
        padding: 48px;
    }
}
.grommetux-tiles--pad-horizontal-none {
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-tiles--pad-horizontal-small {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grommetux-tiles--pad-horizontal-medium {
        padding-left: 24px;
        padding-right: 24px;
    }
    .grommetux-tiles--pad-horizontal-large {
        padding-left: 48px;
        padding-right: 48px;
    }
    .grommetux-tiles--pad-horizontal-xlarge {
        padding-left: 192px;
        padding-right: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-tiles--pad-horizontal-small {
        padding-left: 6px;
        padding-right: 6px;
    }
    .grommetux-tiles--pad-horizontal-medium {
        padding-left: 12px;
        padding-right: 12px;
    }
    .grommetux-tiles--pad-horizontal-large {
        padding-left: 24px;
        padding-right: 24px;
    }
    .grommetux-tiles--pad-horizontal-xlarge {
        padding-left: 48px;
        padding-right: 48px;
    }
}
.grommetux-tiles--pad-vertical-none {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (min-width: 45em) {
    .grommetux-tiles--pad-vertical-small {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .grommetux-tiles--pad-vertical-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .grommetux-tiles--pad-vertical-large {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .grommetux-tiles--pad-vertical-xlarge {
        padding-top: 192px;
        padding-bottom: 192px;
    }
}
@media screen and (max-width: 44.9375em) {
    .grommetux-tiles--pad-vertical-small {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .grommetux-tiles--pad-vertical-medium {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .grommetux-tiles--pad-vertical-large {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .grommetux-tiles--pad-vertical-xlarge {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.grommetux-tiles--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-tiles__container {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.grommetux-tiles__container .grommetux-tiles__left,
.grommetux-tiles__container .grommetux-tiles__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grommetux-tiles__container .grommetux-tiles {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px;
}
.grommetux-tiles__container .grommetux-tiles.grommetux-box--direction-row {
    width: 100%;
    overflow: hidden;
}

.grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile {
    margin: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile {
        margin: 24px;
    }
}
.grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile--wide {
    -ms-flex-preferred-size: calc(100% - 24px);
    flex-basis: calc(100% - 24px);
}
.grommetux-tiles:not(.grommetux-tiles--flush)
    > .grommetux-tile.grommetux-tile--hover-border-medium {
    margin: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-tiles:not(.grommetux-tiles--flush)
        > .grommetux-tile.grommetux-tile--hover-border-medium {
        margin: 12px;
    }
}
.grommetux-tiles:not(.grommetux-tiles--flush)
    > .grommetux-tile.grommetux-tile--hover-border-large {
    margin: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-tiles:not(.grommetux-tiles--flush)
        > .grommetux-tile.grommetux-tile--hover-border-large {
        margin: 24px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-tiles--fill {
        height: 100%;
    }
}

.grommetux-tiles--fill.grommetux-box--wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.grommetux-tiles--fill.grommetux-box--wrap > .grommetux-tile {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.grommetux-tiles--flush {
    padding: 0px;
}
.grommetux-tiles--flush > .grommetux-tile {
    margin: 0px;
}
.grommetux-tiles--flush > .grommetux-tile--wide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.grommetux-tiles__more {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}

.grommetux-tiles--selectable {
    outline: none;
}
.grommetux-tiles--selectable .grommetux-tile {
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.grommetux-tiles--selectable .grommetux-tile--selected {
    background-color: #d0f3eb;
    color: #333;
}
.grommetux-background-color-index--dark
    .grommetux-tiles--selectable
    .grommetux-tile--selected,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-tiles--selectable
    .grommetux-tile--selected {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-tiles--selectable
    .grommetux-tile--selected,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-tiles--selectable
    .grommetux-tile--selected {
    background-color: #d0f3eb;
    color: #333;
}
.grommetux-tiles--selectable .grommetux-tile--active,
.grommetux-tiles--selectable
    .grommetux-tile:hover:not([class*="background-hover-color-index-"]) {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}
.grommetux-background-color-index--dark
    .grommetux-tiles--selectable
    .grommetux-tile--active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-tiles--selectable
    .grommetux-tile--active,
.grommetux-background-color-index--dark
    .grommetux-tiles--selectable
    .grommetux-tile:hover:not([class*="background-hover-color-index-"]),
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-tiles--selectable
    .grommetux-tile:hover:not([class*="background-hover-color-index-"]) {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.grommetux-background-color-index--light
    .grommetux-tiles--selectable
    .grommetux-tile--active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-tiles--selectable
    .grommetux-tile--active,
.grommetux-background-color-index--light
    .grommetux-tiles--selectable
    .grommetux-tile:hover:not([class*="background-hover-color-index-"]),
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-tiles--selectable
    .grommetux-tile:hover:not([class*="background-hover-color-index-"]) {
    background-color: rgba(221, 221, 221, 0.5);
    color: #000;
}

@media screen and (min-width: 45em) {
    .grommetux-tiles--small > .grommetux-tile:not(.grommetux-box--size) {
        -ms-flex-preferred-size: 192px;
        flex-basis: 192px;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-tiles--large > .grommetux-tile:not(.grommetux-box--size) {
        -ms-flex-preferred-size: 576px;
        flex-basis: 576px;
    }
}

.grommetux-tile {
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.grommetux-tile .grommetux-status-icon {
    margin-right: 6px;
}
html.rtl .grommetux-tile .grommetux-status-icon {
    margin-right: 0;
    margin-left: 6px;
}

.grommetux-tile--selectable {
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.grommetux-tile--eclipsed {
    opacity: 0.2;
}

.grommetux-timestamp--center {
    text-align: center;
}

.grommetux-timestamp--end {
    text-align: right;
}

.grommetux-timestamp__date {
    white-space: nowrap;
}
.grommetux-timestamp__date + .grommetux-timestamp__time {
    margin-left: 0.2em;
}

.grommetux-timestamp__time {
    text-transform: lowercase;
    white-space: nowrap;
}

.grommet.grommetux-tip__drop {
    overflow: visible;
    max-width: 384px;
}

.grommetux-tip__drop:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.grommetux-tip__drop--top {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}
.grommetux-tip__drop--top:after {
    content: "";
    top: -12px;
    border-bottom: 12px solid rgba(0, 0, 0, 0.15);
}
.grommetux-tip__drop--top.grommetux-background-color-index-accent-1:after,
.grommetux-tip__drop--top.grommetux-background-color-index-accent-4:after {
    content: "";
    border-bottom-color: #2ad2c9;
}
.grommetux-tip__drop--top.grommetux-background-color-index-accent-2:after,
.grommetux-tip__drop--top.grommetux-background-color-index-accent-5:after {
    content: "";
    border-bottom-color: #614767;
}
.grommetux-tip__drop--top.grommetux-background-color-index-accent-3:after,
.grommetux-tip__drop--top.grommetux-background-color-index-accent-6:after {
    content: "";
    border-bottom-color: #ff8d6d;
}

.grommetux-tip__drop--bottom {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.grommetux-tip__drop--bottom:after {
    content: "";
    bottom: -12px;
    border-top: 12px solid rgba(0, 0, 0, 0.15);
}
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-1:after,
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-4:after {
    content: "";
    border-top-color: #2ad2c9;
}
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-2:after,
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-5:after {
    content: "";
    border-top-color: #614767;
}
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-3:after,
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-6:after {
    content: "";
    border-top-color: #ff8d6d;
}

.grommetux-tip__drop--left:after {
    content: "";
    left: 12px;
}

.grommetux-tip__drop--right:after {
    content: "";
    right: 12px;
}

.grommetux-tip {
    overflow: hidden;
}

.grommetux-title {
    max-height: 100%;
    font-weight: 100;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    line-height: initial;
    margin-right: 12px;
}
@media screen and (min-width: 45em) {
    .grommetux-title {
        font-weight: 600;
    }
}
.grommetux-title > *:not(:last-child) {
    margin-right: 12px;
}
html.rtl .grommetux-title > *:not(:last-child) {
    margin-right: 0px;
    margin-left: 12px;
}
.grommetux-title a {
    color: inherit;
    text-decoration: none;
}
.grommetux-title a:hover {
    text-decoration: none;
}
[class*="background-color-index-"] .grommetux-title a:hover {
    text-decoration: underline;
}
.grommetux-title span {
    overflow: hidden;
    text-overflow: ellipsis;
}
.grommetux-title svg,
.grommetux-title img {
    max-width: 384px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grommetux-title svg:not(:last-child),
.grommetux-title img:not(:last-child) {
    margin-right: 12px;
}

.grommetux-title--interactive {
    cursor: pointer;
}
@media screen and (min-width: 45em) {
    .grommetux-title--interactive {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }
}
.grommetux-title--interactive:hover {
    color: #01a982;
    cursor: pointer;
}
.grommetux-background-color-index--dark .grommetux-title--interactive:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-title--interactive:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-title--interactive:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-title--interactive:hover {
    color: #01a982;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-title--responsive svg,
    .grommetux-title--responsive img {
        margin-right: 0px;
    }
    .grommetux-title--responsive > *:not(:first-child) {
        display: none;
    }
}

.grommetux-title--truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grommetux-toast__container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

@-webkit-keyframes toast-lower {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes toast-lower {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes toast-raise {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes toast-raise {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.grommetux-toast {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 72px;
    background-color: rgba(238, 238, 238, 0.9);
    -webkit-animation: toast-lower 1s;
    animation: toast-lower 1s;
}

.grommetux-toast--closing {
    -webkit-animation: toast-raise 1s;
    animation: toast-raise 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.grommetux-toast__closer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grommetux-toast__status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 24px;
}

.grommetux-toast__contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 6px 24px;
}

.grommetux-toast--small {
    min-height: 48px;
}

.grommetux-toast--medium {
    min-height: 72px;
}

.grommetux-toast--large {
    min-height: 96px;
}

.grommetux-topology {
    position: relative;
    outline: none;
}
.grommetux-topology .grommetux-status-icon {
    position: relative;
    z-index: 2;
}

.grommetux-topology--focus {
    border-color: #2ad2c9;
    box-shadow: 0 0 1px 1px #2ad2c9;
}

.grommetux-topology__links {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}

.grommetux-topology__path {
    stroke-width: 2px;
}
.grommetux-topology__path.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-topology__path.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-topology__path.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-topology__path.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-topology__path.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-topology__path.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-topology__path.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-topology__path.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-topology__path.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-topology__path.grommetux-color-index-graph-1,
.grommetux-topology__path.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-topology__path.grommetux-color-index-graph-2,
.grommetux-topology__path.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-topology__path.grommetux-color-index-graph-3,
.grommetux-topology__path.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-topology__path.grommetux-color-index-graph-4,
.grommetux-topology__path.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-topology__path.grommetux-color-index-grey-1,
.grommetux-topology__path.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-topology__path.grommetux-color-index-grey-2,
.grommetux-topology__path.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-topology__path.grommetux-color-index-grey-3,
.grommetux-topology__path.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-topology__path.grommetux-color-index-grey-4,
.grommetux-topology__path.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-topology__path.grommetux-color-index-grey-5,
.grommetux-topology__path.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-topology__path.grommetux-color-index-accent-1,
.grommetux-topology__path.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-topology__path.grommetux-color-index-accent-2,
.grommetux-topology__path.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-topology__path.grommetux-color-index-accent-3,
.grommetux-topology__path.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-topology__path.grommetux-color-index-neutral-1,
.grommetux-topology__path.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-topology__path.grommetux-color-index-neutral-2,
.grommetux-topology__path.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-topology__path.grommetux-color-index-neutral-3,
.grommetux-topology__path.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-topology__path.grommetux-color-index-neutral-4,
.grommetux-topology__path.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-topology__path.grommetux-color-index-light-1,
.grommetux-topology__path.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-topology__path.grommetux-color-index-light-2,
.grommetux-topology__path.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-topology__path--active {
    stroke-width: 6px;
}

@media screen and (min-width: 45em) {
    .grommetux-topology__contents
        > .grommetux-topology__parts--direction-row
        > .grommetux-topology__part {
        margin-right: 48px;
    }
    .grommetux-topology__contents
        > .grommetux-topology__parts--direction-row
        > .grommetux-topology__part:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 44.9375em) {
    .grommetux-topology__contents
        > .grommetux-topology__parts--direction-row
        > .grommetux-topology__part {
        margin-bottom: 48px;
    }
    .grommetux-topology__contents
        > .grommetux-topology__parts--direction-row
        > .grommetux-topology__part:last-child {
        margin-bottom: 0;
    }
}

.grommetux-topology__contents
    > .grommetux-topology__parts--direction-column
    > .grommetux-topology__part {
    margin-bottom: 48px;
}
.grommetux-topology__contents
    > .grommetux-topology__parts--direction-column
    > .grommetux-topology__part:last-child {
    margin-bottom: 0;
}

.grommetux-topology__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    outline: none;
}

.grommetux-topology__parts--direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.grommetux-topology__parts--direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.grommetux-topology__parts--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grommetux-topology__parts--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grommetux-topology__parts--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grommetux-topology__parts--align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.grommetux-topology__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    outline: none;
}
.grommetux-topology__part
    > .grommetux-topology__parts
    .grommetux-topology__part {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.grommetux-topology__part--demarcate {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-topology__part--demarcate,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-topology__part--demarcate {
    border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-topology__part--demarcate,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-topology__part--demarcate {
    border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-topology__part--demarcate.grommetux-topology__part--empty {
    background-color: #f5f5f5;
    min-width: 24px;
    min-height: 24px;
}
.grommetux-background-color-index--dark
    .grommetux-topology__part--demarcate.grommetux-topology__part--empty,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-topology__part--demarcate.grommetux-topology__part--empty {
    background-color: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light
    .grommetux-topology__part--demarcate.grommetux-topology__part--empty,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-topology__part--demarcate.grommetux-topology__part--empty {
    background-color: #f5f5f5;
}

.grommetux-topology__part--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grommetux-topology__part--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grommetux-topology__part--justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grommetux-topology__part--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grommetux-topology__part--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grommetux-topology__part--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grommetux-topology__part--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grommetux-topology__part--align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.grommetux-topology__part--direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.grommetux-topology__part--direction-row.grommetux-topology__part--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.grommetux-topology__part--direction-row
    > *:not(.grommetux-topology__parts):not(.grommetux-topology__part) {
    margin: 6px;
}

.grommetux-topology__part--direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grommetux-topology__part--direction-column.grommetux-topology__part--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.grommetux-topology__part--direction-column
    > *:not(.grommetux-topology__parts):not(.grommetux-topology__part) {
    margin: 6px;
}

.grommetux-topology__label {
    font-size: 14px;
    margin-left: 12px;
    margin-right: 12px;
}

.grommetux-value {
    display: inline-block;
}
.grommetux-value--align-start {
    text-align: left;
}
html.rtl .grommetux-value--align-start {
    text-align: right;
}
.grommetux-value--align-center {
    text-align: center;
}
.grommetux-value--align-end {
    text-align: right;
}
html.rtl .grommetux-value--align-end {
    text-align: left;
}

.grommetux-value--active {
    color: #000;
}
.grommetux-background-color-index--dark .grommetux-value--active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-value--active {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-value--active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-value--active {
    color: #000;
}

.grommetux-value__annotated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33333;
}
.grommetux-value__annotated .grommetux-control-icon:first-child {
    margin-right: 6px;
}
.grommetux-value__annotated .grommetux-control-icon:last-child {
    margin-left: 6px;
}

.grommetux-value__label {
    display: inline-block;
    margin-top: 6px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26316;
}

.grommetux-value__value {
    font-weight: 600;
}

.grommetux-value__units {
    margin-left: 0.5rem;
    font-weight: 100;
}

.grommetux-value--align-start .grommetux-value__annotated {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grommetux-value--align-end .grommetux-value__annotated {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grommetux-value--xsmall .grommetux-value__annotated {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.grommetux-value--xsmall .grommetux-value__label {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

.grommetux-value--small .grommetux-value__annotated {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
}

.grommetux-value--small .grommetux-value__label {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

.grommetux-value--large .grommetux-value__annotated {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
}
.grommetux-value--large
    .grommetux-value__annotated
    .grommetux-control-icon:first-child {
    margin-right: 12px;
}
.grommetux-value--large
    .grommetux-value__annotated
    .grommetux-control-icon:last-child {
    margin-left: 12px;
}

.grommetux-value--large .grommetux-value__label {
    margin-top: 12px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
}

.grommetux-value--align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.grommetux-value--align-center .grommetux-value__annotated {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-value--xlarge .grommetux-value__annotated {
        font-size: 72px;
        font-size: 4.5rem;
        line-height: 1;
    }
    .grommetux-value--xlarge
        .grommetux-value__annotated
        .grommetux-control-icon:first-child {
        margin-right: 12px;
    }
    .grommetux-value--xlarge
        .grommetux-value__annotated
        .grommetux-control-icon:last-child {
        margin-left: 12px;
    }
    .grommetux-value--xlarge .grommetux-value__label {
        margin-top: 12px;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
    }
    .grommetux-value--responsive.grommetux-value--large
        .grommetux-value__annotated,
    .grommetux-value--responsive.grommetux-value--xlarge
        .grommetux-value__annotated {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.33333;
    }
    .grommetux-value--responsive.grommetux-value--large
        .grommetux-value__annotated
        .grommetux-control-icon:first-child,
    .grommetux-value--responsive.grommetux-value--xlarge
        .grommetux-value__annotated
        .grommetux-control-icon:first-child {
        margin-right: 6px;
    }
    .grommetux-value--responsive.grommetux-value--large
        .grommetux-value__annotated
        .grommetux-control-icon:last-child,
    .grommetux-value--responsive.grommetux-value--xlarge
        .grommetux-value__annotated
        .grommetux-control-icon:last-child {
        margin-left: 6px;
    }
    .grommetux-value--responsive.grommetux-value--large .grommetux-value__label,
    .grommetux-value--responsive.grommetux-value--xlarge
        .grommetux-value__label {
        margin-top: 6px;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.26316;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-value--xlarge .grommetux-value__annotated {
        font-size: 192px;
        font-size: 12rem;
        line-height: 1;
    }
    .grommetux-value--xlarge
        .grommetux-value__annotated
        .grommetux-control-icon:first-child {
        margin-right: 24px;
    }
    .grommetux-value--xlarge
        .grommetux-value__annotated
        .grommetux-control-icon:last-child {
        margin-left: 24px;
    }
    .grommetux-value--xlarge .grommetux-value__label {
        margin-top: 24px;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.33333;
    }
}

.grommetux-video {
    position: relative;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 44.9375em) {
    .grommetux-video {
        max-width: 100%;
        width: 100vw;
    }
}
.grommetux-video video {
    max-width: 100%;
    display: block;
}

.grommetux-video--small {
    width: 192px;
}
.grommetux-video--small video {
    width: 192px;
}

.grommetux-video--medium {
    width: 384px;
}
.grommetux-video--medium video {
    width: 384px;
}

.grommetux-video--large {
    width: 576px;
}
.grommetux-video--large video {
    width: 576px;
}

.grommetux-video--full {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
.grommetux-video--full video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.grommetux-video--align-top.grommetux-video--align-left video {
    -o-object-position: 0 0;
    object-position: 0 0;
}

.grommetux-video--align-top.grommetux-video--align-right video {
    -o-object-position: 100% 0;
    object-position: 100% 0;
}

.grommetux-video--align-top:not(.grommetux-video--align-left):not(
        .grommetux-video--align-right
    )
    video {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

.grommetux-video--align-bottom.grommetux-video--align-left video {
    -o-object-position: 0 100%;
    object-position: 0 100%;
}

.grommetux-video--align-bottom.grommetux-video--align-right video {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
}

.grommetux-video--align-bottom:not(.grommetux-video--align-left):not(
        .grommetux-video--align-right
    )
    video {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
}

.grommetux-video--align-left:not(.grommetux-video--align-top):not(
        .grommetux-video--align-bottom
    )
    video {
    -o-object-position: 0 50%;
    object-position: 0 50%;
}

.grommetux-video--align-right:not(.grommetux-video--align-top):not(
        .grommetux-video--align-bottom
    )
    video {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}

.grommetux-video--cover video {
    -o-object-fit: cover;
    object-fit: cover;
}

.grommetux-video--contain video {
    -o-object-fit: contain;
    object-fit: contain;
}

.grommetux-video__button:hover .grommetux-video__button__icon {
    fill: #01a982;
    stroke: #01a982;
}

@media screen and (max-width: 44.9375em) {
    .grommetux-video__timeline {
        visibility: hidden;
    }
    .grommetux-video__progress,
    .grommetux-video--has-timeline {
        bottom: 0px;
    }
    .grommetux-video__controls,
    .grommetux-video__replay {
        display: none;
    }
}

@media screen and (min-width: 45em) {
    .grommetux-video--has-timeline {
        bottom: 72px;
    }
    .grommetux-video--has-played:not(.grommetux-video--small):not(
            .grommetux-video--ended
        )
        .grommetux-video__play,
    .grommetux-video--small .grommetux-video__controls,
    .grommetux-video--small .grommetux-video__replay {
        display: none;
    }
}

.grommetux-video__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
}

.grommetux-video__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.grommetux-video__controls-primary {
    height: 72px;
    background-color: rgba(0, 0, 1, 0.9);
    color: #fff;
}
.grommetux-video__controls-primary h3 {
    font-weight: 600;
}

.grommetux-video__progress {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 72px;
    height: 6px;
    background-color: rgba(110, 110, 110, 0.7);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.grommetux-video__progress + .grommetux-video__chapter-labels,
.grommetux-video__progress ~ .grommetux-video__controls-primary {
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
.grommetux-video__progress input[type="range"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 30;
}

.grommetux-video--interacting .grommetux-video__progress:hover {
    height: 12px;
}
.grommetux-video--interacting
    .grommetux-video__progress:hover
    .grommetux-video__progress-bar-fill:after {
    opacity: 1;
}
.grommetux-video--interacting
    .grommetux-video__progress:hover
    + .grommetux-video__chapter-labels {
    visibility: visible;
}

.grommetux-video__progress-bar-fill {
    width: 100%;
    height: 100%;
    background-color: #01a982;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 10;
}
.grommetux-video__progress-bar-fill:after {
    content: "";
    display: block;
    position: absolute;
    right: -12px;
    top: -6px;
    width: 24px;
    height: 24px;
    background-color: #01a982;
    border-radius: 48px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    z-index: 20;
}

.grommetux-video__chapter-labels {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 72px;
    visibility: hidden;
    background-color: rgba(0, 0, 1, 0.9);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.grommetux-video__chapter-labels span {
    display: block;
    color: rgba(255, 255, 255, 0.85);
}

.grommetux-video__chapter-label {
    position: absolute;
    top: 12px;
}

.grommetux-video__chapter-label-start span {
    margin-left: 12px;
}

.grommetux-video__chapter-label-active span {
    color: #ff8d6d;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.grommetux-video__chapter-marker {
    position: absolute;
    height: 100%;
    left: 0px;
}

.grommetux-video__chapter-marker-track {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.grommetux-video__chapter-marker-tick:hover
    + .grommetux-video__chapter-marker-track {
    background-color: rgba(161, 161, 161, 0.7);
}

.grommetux-video__chapter-marker-tick {
    position: absolute;
    right: -3px;
    width: 3px;
    height: 100%;
    z-index: 40;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    cursor: pointer;
    background-color: #ff8d6d;
}

.grommetux-video__chapter-marker-tick-start {
    right: auto;
    left: 0px;
}

.grommetux-video__chapter-marker-tickhover {
    width: 8px;
    right: -8px;
}

.grommetux-video--playing:not(.grommetux-video--interacting)
    .grommetux-video__controls-primary,
.grommetux-video--playing:not(.grommetux-video--interacting)
    .grommetux-video__chapter-labels,
.grommetux-video--playing:not(.grommetux-video--interacting)
    .grommetux-video__overlay {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.grommetux-video--playing:not(.grommetux-video--interacting)
    .grommetux-video__progress {
    bottom: 0px;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

.grommetux-video--ended:not(.grommetux-video--interacting)
    .grommetux-video__controls-primary,
.grommetux-video--ended:not(.grommetux-video--interacting)
    .grommetux-video__chapter-labels {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.grommetux-video--ended:not(.grommetux-video--interacting)
    .grommetux-video__progress {
    bottom: 0px;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

.grommetux-video--ended .grommetux-video__overlay {
    background-color: rgba(0, 0, 1, 0.7);
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-video--ended .grommetux-video__overlay .grommetux-form {
    width: auto;
}
.grommetux-video--ended .grommetux-video__overlay .grommetux-form-field {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.grommetux-video--ended
    .grommetux-video__overlay
    .grommetux-form-field__contents
    input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26316;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-video--full video {
        width: auto;
        height: auto;
        max-width: none;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .grommetux-video--align-top.grommetux-video--align-left video {
        top: 0%;
        left: 0%;
        -webkit-transform: none;
        transform: none;
    }
    .grommetux-video--align-top.grommetux-video--align-right video {
        top: 0%;
        left: 100%;
        -webkit-transform: translate(-100%, 0%);
        transform: translate(-100%, 0%);
    }
    .grommetux-video--align-top:not(.grommetux-video--align-left):not(
            .grommetux-video--align-right
        )
        video {
        top: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .grommetux-video--align-bottom.grommetux-video--align-left video {
        top: 100%;
        left: 0%;
        -webkit-transform: translate(0%, -100%);
        transform: translate(0%, -100%);
    }
    .grommetux-video--align-bottom.grommetux-video--align-right video {
        top: 100%;
        left: 100%;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }
    .grommetux-video--align-bottom:not(.grommetux-video--align-left):not(
            .grommetux-video--align-right
        )
        video {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .grommetux-video--align-left:not(.grommetux-video--align-top):not(
            .grommetux-video--align-bottom
        )
        video {
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .grommetux-video--align-right:not(.grommetux-video--align-top):not(
            .grommetux-video--align-bottom
        )
        video {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
}

@supports (-ms-ime-align: auto) {
    .grommetux-video--full video {
        width: auto;
        height: auto;
        max-width: none;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .grommetux-video--align-top.grommetux-video--align-left video {
        top: 0%;
        left: 0%;
        -webkit-transform: none;
        transform: none;
    }
    .grommetux-video--align-top.grommetux-video--align-right video {
        top: 0%;
        left: 100%;
        -webkit-transform: translate(-100%, 0%);
        transform: translate(-100%, 0%);
    }
    .grommetux-video--align-top:not(.grommetux-video--align-left):not(
            .grommetux-video--align-right
        )
        video {
        top: 0%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .grommetux-video--align-bottom.grommetux-video--align-left video {
        top: 100%;
        left: 0%;
        -webkit-transform: translate(0%, -100%);
        transform: translate(0%, -100%);
    }
    .grommetux-video--align-bottom.grommetux-video--align-right video {
        top: 100%;
        left: 100%;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }
    .grommetux-video--align-bottom:not(.grommetux-video--align-left):not(
            .grommetux-video--align-right
        )
        video {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .grommetux-video--align-left:not(.grommetux-video--align-top):not(
            .grommetux-video--align-bottom
        )
        video {
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .grommetux-video--align-right:not(.grommetux-video--align-top):not(
            .grommetux-video--align-bottom
        )
        video {
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
}

.grommetux-world-map {
    width: 100%;
}

.grommetux-world-map__continent {
    stroke-width: 6px;
    stroke-linecap: round;
    -webkit-transition: stroke-width 0.3s;
    transition: stroke-width 0.3s;
    outline: none;
}
.grommetux-world-map__continent.grommetux-color-index-loading {
    stroke: #ddd;
    stroke-dasharray: 1px 10px;
    stroke-dashoffset: 0;
}
.grommetux-world-map__continent.grommetux-color-index-unset {
    stroke: #ddd;
}
.grommetux-world-map__continent.grommetux-color-index-brand {
    stroke: #01a982;
}
.grommetux-world-map__continent.grommetux-color-index-critical {
    stroke: #f04953;
}
.grommetux-world-map__continent.grommetux-color-index-error {
    stroke: #f04953;
}
.grommetux-world-map__continent.grommetux-color-index-warning {
    stroke: #ffd144;
}
.grommetux-world-map__continent.grommetux-color-index-ok {
    stroke: #01a982;
}
.grommetux-world-map__continent.grommetux-color-index-unknown {
    stroke: #cccccc;
}
.grommetux-world-map__continent.grommetux-color-index-disabled {
    stroke: #cccccc;
}
.grommetux-world-map__continent.grommetux-color-index-graph-1,
.grommetux-world-map__continent.grommetux-color-index-graph-5 {
    stroke: #425563;
}
.grommetux-world-map__continent.grommetux-color-index-graph-2,
.grommetux-world-map__continent.grommetux-color-index-graph-6 {
    stroke: #5f7a76;
}
.grommetux-world-map__continent.grommetux-color-index-graph-3,
.grommetux-world-map__continent.grommetux-color-index-graph-7 {
    stroke: #80746e;
}
.grommetux-world-map__continent.grommetux-color-index-graph-4,
.grommetux-world-map__continent.grommetux-color-index-graph-8 {
    stroke: #767676;
}
.grommetux-world-map__continent.grommetux-color-index-grey-1,
.grommetux-world-map__continent.grommetux-color-index-grey-6 {
    stroke: #000001;
}
.grommetux-world-map__continent.grommetux-color-index-grey-2,
.grommetux-world-map__continent.grommetux-color-index-grey-7 {
    stroke: #333333;
}
.grommetux-world-map__continent.grommetux-color-index-grey-3,
.grommetux-world-map__continent.grommetux-color-index-grey-8 {
    stroke: #3b3b3b;
}
.grommetux-world-map__continent.grommetux-color-index-grey-4,
.grommetux-world-map__continent.grommetux-color-index-grey-9 {
    stroke: #434343;
}
.grommetux-world-map__continent.grommetux-color-index-grey-5,
.grommetux-world-map__continent.grommetux-color-index-grey-10 {
    stroke: #666666;
}
.grommetux-world-map__continent.grommetux-color-index-accent-1,
.grommetux-world-map__continent.grommetux-color-index-accent-4 {
    stroke: #2ad2c9;
}
.grommetux-world-map__continent.grommetux-color-index-accent-2,
.grommetux-world-map__continent.grommetux-color-index-accent-5 {
    stroke: #614767;
}
.grommetux-world-map__continent.grommetux-color-index-accent-3,
.grommetux-world-map__continent.grommetux-color-index-accent-6 {
    stroke: #ff8d6d;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-1,
.grommetux-world-map__continent.grommetux-color-index-neutral-5 {
    stroke: #425563;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-2,
.grommetux-world-map__continent.grommetux-color-index-neutral-6 {
    stroke: #5f7a76;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-3,
.grommetux-world-map__continent.grommetux-color-index-neutral-7 {
    stroke: #80746e;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-4,
.grommetux-world-map__continent.grommetux-color-index-neutral-8 {
    stroke: #767676;
}
.grommetux-world-map__continent.grommetux-color-index-light-1,
.grommetux-world-map__continent.grommetux-color-index-light-3 {
    stroke: #ffffff;
}
.grommetux-world-map__continent.grommetux-color-index-light-2,
.grommetux-world-map__continent.grommetux-color-index-light-4 {
    stroke: #f5f5f5;
}

.grommetux-world-map__continent--active {
    stroke-width: 8px;
    cursor: pointer;
}

.grommetux-button {
    letter-spacing: 0.04167em;
}
.grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill):hover {
    box-shadow: none;
}
.grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--primary:hover {
    background-color: #006750;
}
.grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary:hover {
    box-shadow: 0px 0px 0px 2px rgba(51, 51, 51, 0.6);
}
.grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--accent:hover {
    box-shadow: 0px 0px 0px 2px #ff8d6d;
}
.grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--critical:hover {
    box-shadow: 0px 0px 0px 2px #f04953;
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill):hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill):hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--primary:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--primary:hover {
    box-shadow: 0px 0px 0px 2px #01a982;
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary {
    border-color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--accent:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--accent:hover {
    box-shadow: 0px 0px 0px 2px #ff8d6d;
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--critical,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--critical {
    border-color: #f04953;
}
.grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--critical:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--critical:hover {
    box-shadow: 0px 0px 0px 2px #f04953;
}
.grommetux-background-color-index--light
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary {
    border-color: rgba(51, 51, 51, 0.6);
}
.grommetux-background-color-index--light
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-button:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):not(.grommetux-button--fill).grommetux-button--secondary:hover {
    box-shadow: 0px 0px 0px 2px rgba(51, 51, 51, 0.6);
}
.grommetux-button--fill:not(.grommetux-button--disabled):not(
        .grommetux-button--plain
    ):hover {
    padding: 4px 20px;
    border-width: 4px;
}
@media screen and (min-width: 45em) {
    .grommetux-button--fill:not(.grommetux-button--disabled):not(
            .grommetux-button--plain
        ) {
        -webkit-transition: none;
        transition: none;
    }
}

.grommetux-anchor--primary,
.grommetux-anchor--icon-label,
.grommetux-anchor--primary:visited,
.grommetux-anchor--icon-label:visited {
    color: #01a982;
}
.grommetux-background-color-index--dark .grommetux-anchor--primary,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary,
.grommetux-background-color-index--dark .grommetux-anchor--icon-label,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label,
.grommetux-background-color-index--dark .grommetux-anchor--primary:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited,
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited,
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:visited,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:visited,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:visited {
    color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary.active,
.grommetux-background-color-index--dark .grommetux-anchor--primary:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:hover,
.grommetux-background-color-index--dark .grommetux-anchor--icon-label.active,
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:hover,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited.active,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:hover,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited.active,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:hover,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited.active,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:hover {
    color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor--primary,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary,
.grommetux-background-color-index--light .grommetux-anchor--icon-label,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label,
.grommetux-background-color-index--light .grommetux-anchor--primary:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited,
.grommetux-background-color-index--light .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited {
    color: #01a982;
}
.grommetux-background-color-index--light .grommetux-anchor--primary:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited,
.grommetux-background-color-index--light .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:visited,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:visited,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:visited {
    color: #01a982;
}
.grommetux-background-color-index--light .grommetux-anchor--primary.active,
.grommetux-background-color-index--light .grommetux-anchor--primary:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:hover,
.grommetux-background-color-index--light .grommetux-anchor--icon-label.active,
.grommetux-background-color-index--light .grommetux-anchor--icon-label:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:hover,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:visited.active,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:hover,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited.active,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:hover,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited.active,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:hover {
    color: #01a982;
}
.grommetux-background-color-index--pending .grommetux-anchor--primary,
.grommetux-background-color-index--pending .grommetux-anchor--icon-label,
.grommetux-background-color-index--pending .grommetux-anchor--primary:visited,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:visited {
    color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor--primary:visited,
.grommetux-background-color-index--pending .grommetux-anchor--primary.active,
.grommetux-background-color-index--pending .grommetux-anchor--primary:hover,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:visited,
.grommetux-background-color-index--pending .grommetux-anchor--icon-label.active,
.grommetux-background-color-index--pending .grommetux-anchor--icon-label:hover,
.grommetux-background-color-index--pending
    .grommetux-anchor--primary:visited:visited,
.grommetux-background-color-index--pending
    .grommetux-anchor--primary:visited.active,
.grommetux-background-color-index--pending
    .grommetux-anchor--primary:visited:hover,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:visited:visited,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:visited.active,
.grommetux-background-color-index--pending
    .grommetux-anchor--icon-label:visited:hover {
    color: transparent;
}
.grommetux-background-color-index--dark
    .grommetux-anchor--primary
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited
    .grommetux-control-icon {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--primary:visited:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-background-color-index--dark
    .grommetux-anchor--icon-label:visited:hover
    .grommetux-control-icon {
    fill: #fff;
    stroke: #fff;
}
.grommetux-background-color-index--light
    .grommetux-anchor--primary
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:visited
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited
    .grommetux-control-icon {
    fill: #01a982;
    stroke: #01a982;
}
.grommetux-background-color-index--light
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--primary:visited:hover
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:hover
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:active
    .grommetux-control-icon,
.grommetux-background-color-index--dark
    .grommetux-background-color-index--light
    .grommetux-anchor--icon-label:visited:hover
    .grommetux-control-icon {
    fill: #01a982;
    stroke: #01a982;
}

.markdown {
    width: 100%;
    max-width: 1000px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
    padding: 24px;
    margin: 0;
}
.markdown h1 {
    font-size: 1.75rem;
    max-width: 100%;
}
@media screen and (min-width: 45em) {
    .markdown h1 {
        font-size: 2rem;
    }
}
.markdown h2 {
    font-size: 1.5rem;
    max-width: 100%;
}
@media screen and (min-width: 45em) {
    .markdown h2 {
        font-size: 1.75rem;
    }
}
.markdown h3 {
    font-size: 1.25rem;
    max-width: 100%;
}
@media screen and (min-width: 45em) {
    .markdown h3 {
        font-size: 1.5rem;
    }
}
.markdown p {
    font-size: 1.25rem;
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 45em) {
    .markdown p {
        font-size: 1.5rem;
    }
}
.markdown em {
    font-style: normal;
    text-transform: uppercase;
}
.markdown img {
    display: block;
    max-width: 100%;
}
.markdown--left {
    text-align: left;
}
.markdown blockquote {
    margin: 24px;
    border: 16px solid transparent;
    border-image-slice: 1;
}
.markdown blockquote p {
    font-size: 1.75rem;
    line-height: 1.8rem;
}
@media screen and (min-width: 45em) {
    .markdown blockquote {
        margin: 24px 0;
        border: 24px solid transparent;
        border-image-slice: 1;
    }
    .markdown blockquote p {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}
.markdown h1,
.markdown strong {
    color: #000001;
}
.markdown hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #ddd;
    margin: 32px 24px;
    padding: 0;
}
.markdown a {
    color: #333;
    font-weight: 600;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}
.markdown a:hover {
    opacity: 0.8;
}

.grommet .markdown a:not(.grommetux-anchor):not(.grommetux-button) {
    color: #333;
}

.quote__open {
    padding-right: 2px;
    margin-left: -16px;
}
@media screen and (min-width: 45em) {
    .quote__open {
        padding-right: 6px;
        margin-left: -21px;
    }
}

.quote__close {
    padding-left: 2px;
}
@media screen and (min-width: 45em) {
    .quote__close {
        padding-left: 6px;
    }
}

.video-callout {
    position: relative;
    max-height: 377px;
}
.video-callout .video-callout__container {
    position: relative;
    cursor: pointer;
    max-height: 377px;
}
.video-callout .video-callout__icon-container {
    position: absolute;
    height: 100%;
    width: 100%;
}

.youtube-layer .grommetux-layer__container {
    background-color: #000;
}

@media screen and (min-width: 45em) {
    .youtube-layer.grommetux-layer--flush .grommetux-layer__container {
        width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        height: calc(100vh - 48px);
        min-height: calc(100vh - 48px);
        max-height: calc(100vh - 48px);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.youtube-layer__video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.youtube-layer__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-layer .grommetux-layer__closer .grommetux-button__icon > svg {
    fill: #f5f5f5;
    stroke: #f5f5f5;
}
.youtube-layer .grommetux-layer__closer .grommetux-button__icon > svg:hover {
    fill: #3b3b3b;
    stroke: #3b3b3b;
}

.video-layer .grommetux-layer__container {
    background-color: #000;
}

@media screen and (min-width: 45em) {
    .video-layer.grommetux-layer--flush .grommetux-layer__container {
        width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
        height: calc(100vh - 48px);
        min-height: calc(100vh - 48px);
        max-height: calc(100vh - 48px);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.video-layer__video-container {
    height: 90vh;
    overflow: hidden;
}
@media screen and (min-width: 720px) {
    .video-layer__video-container
        .grommetux-video__overlay
        .grommetux-video__button
        .grommetux-control-icon.grommetux-control-icon-pause {
        visibility: hidden;
        display: none;
    }
}
.video-layer__video-container
    .grommetux-video__controls-primary
    button.grommetux-video__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-layer__video-container
    .grommetux-video__controls-primary
    button.grommetux-video__button
    svg.grommetux-control-icon-expand {
    height: 23px;
    width: 23px;
}
.video-layer__video-container video {
    height: calc(90vh - 24px);
    width: calc(90vw - 24px);
}

.video-layer .grommetux-layer__closer .grommetux-button__icon > svg {
    fill: #f5f5f5;
    stroke: #f5f5f5;
}
.video-layer .grommetux-layer__closer .grommetux-button__icon > svg:hover {
    fill: #3b3b3b;
    stroke: #3b3b3b;
}

.grommet.dashboard .dashboard__nav nav a {
    text-decoration: none;
}

.grommet.dashboard .dashboard__col {
    width: 100%;
}
@media screen and (min-width: 45em) {
    .grommet.dashboard .dashboard__col {
        width: 50%;
    }
}

.grommet.dashboard .posts-list .posts-list__post .grommetux-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grommet.dashboard .dashboard__user-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grommet.dashboard .post-preview--hero {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.grommet.dashboard .post-preview--hero__box {
    background-color: #666666 !important;
    height: calc(50vh - 140px);
}

.grommet.dashboard .post-preview--hero__headline {
    max-height: 10.2rem;
    max-width: 80%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-weight: 800;
    line-height: 0.85;
    text-transform: uppercase;
    font-size: 4rem !important;
    -webkit-line-clamp: 3;
}

.grommet.dashboard .dashboard__post-form__button-row {
    max-width: 480px !important;
}

.grommet.dashboard .dashboard--content-blocks__button-footer {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.grommetux-layer__container:first-child {
    display: block !important;
}

.grommetux-layer--hidden {
    right: 100% !important;
}

.dashboad--section-layout-form__scroll {
    max-height: 70vh;
    overflow: scroll;
}

.dashboard--post-page .grommetux-split__column--fixed {
    height: calc(100vh - 74px) !important;
}

.dashboard--post-page__split-left {
    width: 576px;
}
@media screen and (max-width: 1200px) {
    .dashboard--post-page__split-left {
        width: 476px;
    }
}
@media screen and (max-width: 720px) {
    .dashboard--post-page__split-left {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .dashboard--post-page__split-right {
        display: none;
    }
}

.grommetux-split__column--hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.dashboard--assets-page {
    min-height: calc(100vh - 122px) !important;
}

.dashboard--assets-page .grommetux-list__more,
.dashboard--assets-layer .grommetux-list__more {
    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;
}

.dashboard__asset-tile {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
@media screen and (max-width: 768px) {
    .dashboard__asset-tile {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}

.grommetux-box--size-full {
    width: 100% !important;
}

.grommetux-dropzone {
    border-width: 2px;
    border-color: #333;
    border-style: dashed;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.grommetux-dropzone__input {
    display: none;
}

.grommetux-dropzone__preview-tile {
    position: relative;
}

.grommetux-dropzone__closer-button {
    position: absolute;
    top: 0;
    right: 0;
}
.grommetux-dropzone__closer-button span {
    padding: 1px !important;
}

.grommetux-dropzone__closer-icon {
    vertical-align: top !important;
    width: 12px;
    stroke: white;
    fill: white;
    height: 12px;
}

.grommetux-dropzone--active {
    border-color: #8cc800;
    border-style: solid;
}

.grommetux-dropzone__file-preview {
    width: 48px !important;
    height: 48px !important;
    box-sizing: border-box;
}

.grommet-cms-content-blocks--carousel-slide__small {
    width: 100%;
    height: 192px;
}

.grommet-cms-content-blocks--carousel-slide__medium {
    width: 100%;
    height: 384px;
}

.grommet-cms-content-blocks--carousel-slide__large {
    width: 100%;
    height: 576px;
}

.grommet-cms-content-blocks--carousel-slide__xlarge {
    width: 100%;
    height: 720px;
}

.grommet-cms-content-blocks--carousel-slide__xxlarge {
    width: 100%;
    height: 960px;
}

.grommet-cms-content-blocks--carousel-slide__full {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw !important;
    height: 90vh !important;
}

.grommet-cms-content-blocks--carousel-slide__content-box {
    position: relative;
}

.grommet-cms-content-blocks--carousel-slide__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .grommet-cms-content-blocks--carousel-slide__inner-box {
        width: auto;
    }
}

/* @font-face {
  font-family: "HPE Graphik Black";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Black.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Black.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Black";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-BlackItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-BlackItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Bold";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Bold.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Bold.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Bold";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-BoldItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Bold";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-BoldItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Light";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Light.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Light.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Light";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-LightItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-LightItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Medium";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Medium.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Medium.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Medium";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-MediumItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Regular";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Regular.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Regular.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Regular";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-RegularItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-RegularItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Semibold";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Semibold.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Semibold.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Semibold";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-SemiboldItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-SemiboldItalic.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Thin";
  font-style: normal;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Thin.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-Thin.woff") format("woff"); }

@font-face {
  font-family: "HPE Graphik Thin";
  font-style: italic;
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-ThinItalic.eot");
  src: url("../fonts/MetricHPE_Web/MetricHPE-Web-ThinItalic.woff") format("woff"); } */

* {
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: hidden;
  overflow-y: auto;  */
}

/* div {
  max-width: 100%; } */

@media screen and (max-width: 720px) {
    .grommetux-menu--inline.grommetux-menu--row
        > *:not(.grommetux-control-icon):not(.grommetux-button) {
        margin-right: 12px;
    }
}

#grommet-cms-content-blocks--marquee__content-box .grommetux-heading {
    font-family: "HPE Graphik Black";
    font-size: 3rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.grommet-cms-content-blocks--carousel-slide__inner-box .grommetux-heading {
    font-family: "HPE Graphik Black";
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.metric-hpe-black-uppercase {
    font-family: "HPE Graphik Black";
    font-size: 3rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.metric-hpe-semibold {
    font-family: "HPE Graphik Semibold";
}

.grommetux-headline--medium {
    font-family: "HPE Graphik Semibold";
    font-weight: 500;
}

.grommetux-toast__status {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 !important;
    margin-left: 12px;
}

.grommetux-tabs {
    margin: 12px 0 0;
}

.grommetux-split__column--hidden {
    display: none !important;
}

.grommet-logo path {
    fill: rgba(0, 0, 0, 0.2);
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.grommetux-box--justify-center {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

a.search-result {
    text-decoration: none;
}
a.search-result:hover {
    text-decoration: none;
}
a.search-result:hover li {
    background-color: rgba(221, 221, 221, 0.5);
}

@media screen and (min-width: 45em) {
    .grommetux-box--full {
        min-height: 100vh;
        height: 100%;
        overflow: auto;
    }
}

#carousel {
    height: 60vh;
    min-height: 440px;
}
#carousel #grommet-cms-content-blocks--carousel__image-wrapper {
    height: 100%;
}
@media screen and (max-width: 767px) {
    #carousel #grommet-cms-content-blocks--carousel__image-wrapper {
        height: 300px !important;
    }
}
#carousel #grommet-cms-content-blocks--carousel__image-box {
    height: 100%;
}
@media screen and (max-width: 767px) {
    #carousel {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    #carousel > section {
        height: auto;
    }
}
#carousel .grommet-cms-content-blocks--carousel-slide__inner-box {
    padding: 12px 48px;
    margin: 0px 64px;
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__inner-box {
        padding: 24px;
        max-width: 40%;
    }
}
@media screen and (max-width: 767px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__inner-box {
        padding: 24px;
        margin: 0;
    }
}
@media screen and (max-width: 400px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__inner-box {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 767px) and (max-height: 414px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__inner-box {
        padding: 48px;
    }
}
@media screen and (max-width: 1200px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__inner-box p {
        font-size: 20px;
    }
}
#carousel .grommet-cms-content-blocks--carousel-slide__inner-box h1 {
    font-size: 3rem;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__inner-box h1 {
        font-size: 2.5rem;
    }
}
#carousel .grommet-cms-content-blocks--carousel-slide__content {
    margin: 0px;
}
@media screen and (max-width: 767px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__content {
        position: relative;
    }
}
#carousel .grommet-cms-content-blocks--carousel-slide__content-box {
    height: 60vh;
    min-height: 440px;
}
@media screen and (max-width: 767px) {
    #carousel .grommet-cms-content-blocks--carousel-slide__content-box {
        height: auto;
    }
}
#carousel .grommetux-carousel {
    min-width: 100%;
}
#carousel .grommetux-carousel__control {
    background-color: #767676;
    width: 48px;
    height: 6px;
    margin: 0 12px;
}
#carousel .grommetux-carousel__control--active {
    background-color: #01a982;
}
#carousel .grommetux-carousel__control circle {
    display: none;
}

@media screen and (max-width: 767px) and (max-height: 414px) {
    #carousel .grommetux-carousel .grommetux-carousel__arrow {
        top: 150px;
    }
}
@media screen and (max-width: 44.9375em) {
    #carousel .grommetux-carousel .grommetux-carousel__arrow {
        top: 150px;
    }
}
#carousel
    .grommetux-carousel
    .grommetux-carousel__arrow
    .grommetux-control-icon {
    -webkit-svg-shadow: none;
}
#carousel
    .grommetux-carousel
    .grommetux-carousel__arrow
    .grommetux-control-icon
    polyline {
    stroke: #707070;
}
@media screen and (max-width: 44.9375em) {
    #carousel
        .grommetux-carousel
        .grommetux-carousel__arrow
        .grommetux-control-icon {
        height: 32px;
        width: 32px;
    }
}

@media screen and (max-width: 767px) and (max-height: 414px) {
    #carousel
        .grommetux-carousel
        .grommetux-carousel__arrow
        .grommetux-control-icon {
        height: 32px;
        width: 32px;
    }
}
#carousel
    .grommetux-carousel
    .grommetux-carousel__arrow:hover
    .grommetux-control-icon
    polyline {
    stroke: #000;
}
#carousel .grommetux-carousel .grommetux-button__icon {
    background: rgba(255, 255, 255, 0.6);
}
#carousel .grommetux-carousel .grommetux-button__icon svg {
    stroke: #707070;
}
@media screen and (max-width: 44.9375em) {
    #carousel .grommetux-carousel .labs__section .box--highlight {
        box-shadow: none;
    }
    #carousel .grommetux-carousel .grommetux-card p {
        font-size: 1.9rem;
    }
}
@media (max-width: 321px) {
    #carousel .grommetux-carousel .grommetux-headline {
        font-size: 3.2rem;
    }
    #carousel .grommetux-carousel .grommetux-card p {
        font-size: 1.6rem;
    }
}

#home-page-article > section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

#grommet-cms-content-blocks--marquee {
    height: 71vh !important;
    min-height: 365px;
}
@media screen and (max-width: 767px) {
    #grommet-cms-content-blocks--marquee {
        height: auto !important;
    }
}
#grommet-cms-content-blocks--marquee
    #grommet-cms-content-blocks--marquee__image-wrapper {
    height: 100%;
}
@media screen and (max-width: 767px) {
    #grommet-cms-content-blocks--marquee
        #grommet-cms-content-blocks--marquee__image-wrapper {
        height: 300px !important;
    }
}
#grommet-cms-content-blocks--marquee
    #grommet-cms-content-blocks--marquee__image-box {
    height: 100%;
}
#grommet-cms-content-blocks--marquee
    #grommet-cms-content-blocks--marquee__content-box {
    padding-bottom: 48px;
}
#grommet-cms-content-blocks--marquee
    #grommet-cms-content-blocks--marquee__content-box
    > div {
    padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
    #grommet-cms-content-blocks--marquee
        #grommet-cms-content-blocks--marquee__content-box
        > div {
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    #grommet-cms-content-blocks--marquee
        #grommet-cms-content-blocks--marquee__content-box {
        padding: 0;
    }
}
@media screen and (max-height: 572px) {
    #grommet-cms-content-blocks--marquee
        #grommet-cms-content-blocks--marquee__content-box {
        padding: 24px !important;
    }
}
@media screen and (max-width: 767px) {
    #grommet-cms-content-blocks--marquee p {
        color: black;
    }
}
#grommet-cms-content-blocks--marquee h1 {
    font-size: 4rem;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    #grommet-cms-content-blocks--marquee h1 {
        font-size: 2.5rem;
        margin: 0 !important;
        color: black;
    }
}

.grommetux-button--primary {
    border-color: #01a982 !important;
}

@media screen and (max-height: 414px) and (max-width: 736px) {
    .grommetux-tabs {
        display: block !important;
        white-space: nowrap;
        overflow: auto;
    }
    .grommetux-tabs li {
        display: inline !important;
    }
}

@media screen and (max-width: 520px) {
    .grommetux-tabs {
        display: block !important;
        white-space: nowrap;
        overflow: auto;
    }
    .grommetux-tabs li {
        display: inline !important;
    }
}

@media screen and (max-height: 414px) and (max-width: 736px) {
    .grommetux-search--large .grommetux-search__input {
        font-size: inherit;
        padding: 11px 23px;
        padding-right: 47px;
        line-height: 1.5;
    }
}

@media screen and (max-height: 414px) and (max-width: 736px) {
    #search-results {
        padding: 24px 48px;
    }
}

@media screen and (max-height: 414px) and (max-width: 736px) {
    .grommetux-control-icon-search {
        right: 12px !important;
        width: 24px !important;
        height: 24px !important;
    }
}

@media screen and (max-width: 720px) {
    .mobile-split-scroll {
        -webkit-overflow-scrolling: touch;
        height: 100vh;
        overflow: auto;
    }
}

@media screen and (max-width: 400px) {
    .grommetux-menu--inline.grommetux-menu--row
        > *:not(.grommetux-control-icon):not(.grommetux-button) {
        margin-right: 6px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grommetux-header--large {
        height: 96px;
    }
}

.grommetux-box--size-xlarge {
    width: 720px;
}

.grommetux-box--size-xxlarge {
    width: 960px;
}

@media screen and (max-width: 44.9375em) {
    #login--hpe-logo
        .grommetux-control-icon--responsive.grommetux-control-icon--large,
    #login--hpe-logo
        .grommetux-control-icon--responsive.grommetux-control-icon--xlarge,
    #login--hpe-logo
        .grommetux-control-icon--responsive.grommetux-control-icon--huge,
    .grommetux-video__overlay
        .grommetux-control-icon--responsive.grommetux-control-icon--large,
    .grommetux-video__overlay
        .grommetux-control-icon--responsive.grommetux-control-icon--xlarge,
    .grommetux-video__overlay
        .grommetux-control-icon--responsive.grommetux-control-icon--huge {
        width: 48px;
        height: 48px;
    }
}

.grommetux-paragraph--medium {
    font-size: 18px;
    max-width: unset;
}

.grommetux-paragraph {
    max-width: unset;
}

.grommet dd,
.grommet li:not([class^="grommetux-"]) {
    font-size: 18px;
    color: #000;
}

ul {
    margin: 0;
    margin-left: 1.2rem;
}

@media all and (-ms-high-contrast: none) {
    .grommetux-box--basis-2-3 {
        -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66%;
        flex: 0 1 66.66%;
        max-width: 66.66%;
    }
}

@media all and (-ms-high-contrast: none) {
    .grommetux-box--basis-1-3 {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
        flex: 0 1 33.3%;
        max-width: 33.3%;
    }
}

#marquee {
    padding-top: 0;
}
#marquee > div {
    padding-right: 0;
}

#carousel {
    padding-top: 0;
}
#carousel > div {
    padding-right: 0;
}

#chomp-mouth {
    opacity: 0;
    -webkit-animation: fadeOut 0.5s infinite;
    animation: fadeOut 0.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#search-results .grommetux-list {
    overflow: hidden;
}

.grommetux-control-icon:not([class*="color-index-plain"]) * {
    stroke: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grommetux-background-color-index--dark
        .grommetux-button:not(.grommetux-button--disabled):not(
            .grommetux-button--plain
        ):not(.grommetux-button--fill).grommetux-button--primary:hover,
    .grommetux-background-color-index--light
        .grommetux-background-color-index--dark
        .grommetux-button:not(.grommetux-button--disabled):not(
            .grommetux-button--plain
        ):not(.grommetux-button--fill).grommetux-button--primary:hover {
        outline: 2px solid #01a982;
        box-shadow: none;
    }
}

div#sectionMonitor > section:last-child {
    border-bottom: 0px;
}

.grommetux-toast__container {
    font-family: "Metric", Arial, sans-serif;
}

.grommetux-list__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.app-src-components-Reusable-HPELogoTitle-___index-module__logo___M3IVX {
    height: 48px !important;
    width: 122px !important;
    padding: 0px !important;
}

.app-src-components-Home-TopNavigation-___index-module__active___v20cy {
    text-decoration: underline !important;
}

.app-src-containers-Content-ContentContainer-___index-module__smoothScroll___3Y01H {
    scroll-behavior: smooth;
}
