html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

button,
select,
input,
textarea {
  border-radius: 0;
  font-family: inherit;
}

input[type=text]::-ms-clear {
  display: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

button {
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
}

strong {
  font-weight: 600;
}

@media screen and (-ms-high-contrast: active) {
  svg {
    fill: ButtonText;
  }
}
h1 {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.199;
  letter-spacing: 0;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
}

h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

a {
  color: #0f62fe;
}

em {
  font-style: italic;
}

@keyframes skeleton {
  0% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  28% {
    transform: scaleX(1);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: right;
  }
  58% {
    transform: scaleX(0);
    transform-origin: right;
  }
  82% {
    transform: scaleX(1);
    transform-origin: right;
  }
  83% {
    transform: scaleX(1);
    transform-origin: left;
  }
  96% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.bx--grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 42rem) {
  .bx--grid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 99rem) {
  .bx--grid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 99rem) {
  .bx--grid--full-width {
    max-width: 100%;
  }
}
.bx--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.bx--row-padding [class*=bx--col],
.bx--col-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bx--grid--condensed [class*=bx--col] {
  padding-top: 0.03125rem;
  padding-bottom: 0.03125rem;
}

.bx--col {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col, .bx--grid--condensed .bx--col {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col, .bx--grid--narrow .bx--col {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-sm-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-sm-0, .bx--grid--condensed .bx--col-sm-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-sm-0, .bx--grid--narrow .bx--col-sm-0 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-sm-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-sm-1, .bx--grid--condensed .bx--col-sm-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-sm-1, .bx--grid--narrow .bx--col-sm-1 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-sm-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-sm-2, .bx--grid--condensed .bx--col-sm-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-sm-2, .bx--grid--narrow .bx--col-sm-2 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-sm-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-sm-3, .bx--grid--condensed .bx--col-sm-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-sm-3, .bx--grid--narrow .bx--col-sm-3 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-sm-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-sm-4, .bx--grid--condensed .bx--col-sm-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-sm-4, .bx--grid--narrow .bx--col-sm-4 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-sm,
.bx--col-sm--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-sm, .bx--grid--condensed .bx--col-sm,
.bx--row--condensed .bx--col-sm--auto,
.bx--grid--condensed .bx--col-sm--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-sm, .bx--grid--narrow .bx--col-sm,
.bx--row--narrow .bx--col-sm--auto,
.bx--grid--narrow .bx--col-sm--auto {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col,
.bx--col-sm {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

.bx--col--auto,
.bx--col-sm--auto {
  width: auto;
  max-width: 100%;
  flex: 1 0 0%;
}

.bx--col-sm-0 {
  display: none;
}

.bx--col-sm-1 {
  display: block;
  max-width: 25%;
  flex: 0 0 25%;
}

.bx--col-sm-2 {
  display: block;
  max-width: 50%;
  flex: 0 0 50%;
}

.bx--col-sm-3 {
  display: block;
  max-width: 75%;
  flex: 0 0 75%;
}

.bx--col-sm-4 {
  display: block;
  max-width: 100%;
  flex: 0 0 100%;
}

.bx--offset-sm-0 {
  margin-left: 0;
}

.bx--offset-sm-1 {
  margin-left: 25%;
}

.bx--offset-sm-2 {
  margin-left: 50%;
}

.bx--offset-sm-3 {
  margin-left: 75%;
}

.bx--col-md-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-0, .bx--grid--condensed .bx--col-md-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-0, .bx--grid--narrow .bx--col-md-0 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-1, .bx--grid--condensed .bx--col-md-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-1, .bx--grid--narrow .bx--col-md-1 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-2, .bx--grid--condensed .bx--col-md-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-2, .bx--grid--narrow .bx--col-md-2 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-3, .bx--grid--condensed .bx--col-md-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-3, .bx--grid--narrow .bx--col-md-3 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-4, .bx--grid--condensed .bx--col-md-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-4, .bx--grid--narrow .bx--col-md-4 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-5, .bx--grid--condensed .bx--col-md-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-5, .bx--grid--narrow .bx--col-md-5 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-6, .bx--grid--condensed .bx--col-md-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-6, .bx--grid--narrow .bx--col-md-6 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-7, .bx--grid--condensed .bx--col-md-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-7, .bx--grid--narrow .bx--col-md-7 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md-8, .bx--grid--condensed .bx--col-md-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md-8, .bx--grid--narrow .bx--col-md-8 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-md,
.bx--col-md--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-md, .bx--grid--condensed .bx--col-md,
.bx--row--condensed .bx--col-md--auto,
.bx--grid--condensed .bx--col-md--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-md, .bx--grid--narrow .bx--col-md,
.bx--row--narrow .bx--col-md--auto,
.bx--grid--narrow .bx--col-md--auto {
  padding-right: 1rem;
  padding-left: 0;
}

@media (min-width: 42rem) {
  .bx--col,
.bx--col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  .bx--col--auto,
.bx--col-md--auto {
    width: auto;
    max-width: 100%;
    flex: 1 0 0%;
  }

  .bx--col-md-0 {
    display: none;
  }

  .bx--col-md-1 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }

  .bx--col-md-2 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bx--col-md-3 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }

  .bx--col-md-4 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bx--col-md-5 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }

  .bx--col-md-6 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bx--col-md-7 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }

  .bx--col-md-8 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bx--offset-md-0 {
    margin-left: 0;
  }

  .bx--offset-md-1 {
    margin-left: 12.5%;
  }

  .bx--offset-md-2 {
    margin-left: 25%;
  }

  .bx--offset-md-3 {
    margin-left: 37.5%;
  }

  .bx--offset-md-4 {
    margin-left: 50%;
  }

  .bx--offset-md-5 {
    margin-left: 62.5%;
  }

  .bx--offset-md-6 {
    margin-left: 75%;
  }

  .bx--offset-md-7 {
    margin-left: 87.5%;
  }
}
.bx--col-lg-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-0, .bx--grid--condensed .bx--col-lg-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-0, .bx--grid--narrow .bx--col-lg-0 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-1, .bx--grid--condensed .bx--col-lg-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-1, .bx--grid--narrow .bx--col-lg-1 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-2, .bx--grid--condensed .bx--col-lg-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-2, .bx--grid--narrow .bx--col-lg-2 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-3, .bx--grid--condensed .bx--col-lg-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-3, .bx--grid--narrow .bx--col-lg-3 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-4, .bx--grid--condensed .bx--col-lg-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-4, .bx--grid--narrow .bx--col-lg-4 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-5, .bx--grid--condensed .bx--col-lg-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-5, .bx--grid--narrow .bx--col-lg-5 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-6, .bx--grid--condensed .bx--col-lg-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-6, .bx--grid--narrow .bx--col-lg-6 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-7, .bx--grid--condensed .bx--col-lg-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-7, .bx--grid--narrow .bx--col-lg-7 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-8, .bx--grid--condensed .bx--col-lg-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-8, .bx--grid--narrow .bx--col-lg-8 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-9, .bx--grid--condensed .bx--col-lg-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-9, .bx--grid--narrow .bx--col-lg-9 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-10, .bx--grid--condensed .bx--col-lg-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-10, .bx--grid--narrow .bx--col-lg-10 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-11, .bx--grid--condensed .bx--col-lg-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-11, .bx--grid--narrow .bx--col-lg-11 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg-12, .bx--grid--condensed .bx--col-lg-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg-12, .bx--grid--narrow .bx--col-lg-12 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-lg,
.bx--col-lg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-lg, .bx--grid--condensed .bx--col-lg,
.bx--row--condensed .bx--col-lg--auto,
.bx--grid--condensed .bx--col-lg--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-lg, .bx--grid--narrow .bx--col-lg,
.bx--row--narrow .bx--col-lg--auto,
.bx--grid--narrow .bx--col-lg--auto {
  padding-right: 1rem;
  padding-left: 0;
}

@media (min-width: 66rem) {
  .bx--col,
.bx--col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  .bx--col--auto,
.bx--col-lg--auto {
    width: auto;
    max-width: 100%;
    flex: 1 0 0%;
  }

  .bx--col-lg-0 {
    display: none;
  }

  .bx--col-lg-1 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bx--col-lg-2 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bx--col-lg-3 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bx--col-lg-4 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bx--col-lg-5 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bx--col-lg-6 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bx--col-lg-7 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bx--col-lg-8 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bx--col-lg-9 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bx--col-lg-10 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bx--col-lg-11 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bx--col-lg-12 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bx--offset-lg-0 {
    margin-left: 0;
  }

  .bx--offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .bx--offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .bx--offset-lg-3 {
    margin-left: 25%;
  }

  .bx--offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .bx--offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .bx--offset-lg-6 {
    margin-left: 50%;
  }

  .bx--offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .bx--offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .bx--offset-lg-9 {
    margin-left: 75%;
  }

  .bx--offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .bx--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.bx--col-xlg-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-0, .bx--grid--condensed .bx--col-xlg-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-0, .bx--grid--narrow .bx--col-xlg-0 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-1, .bx--grid--condensed .bx--col-xlg-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-1, .bx--grid--narrow .bx--col-xlg-1 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-2, .bx--grid--condensed .bx--col-xlg-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-2, .bx--grid--narrow .bx--col-xlg-2 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-3, .bx--grid--condensed .bx--col-xlg-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-3, .bx--grid--narrow .bx--col-xlg-3 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-4, .bx--grid--condensed .bx--col-xlg-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-4, .bx--grid--narrow .bx--col-xlg-4 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-5, .bx--grid--condensed .bx--col-xlg-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-5, .bx--grid--narrow .bx--col-xlg-5 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-6, .bx--grid--condensed .bx--col-xlg-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-6, .bx--grid--narrow .bx--col-xlg-6 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-7, .bx--grid--condensed .bx--col-xlg-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-7, .bx--grid--narrow .bx--col-xlg-7 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-8, .bx--grid--condensed .bx--col-xlg-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-8, .bx--grid--narrow .bx--col-xlg-8 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-9, .bx--grid--condensed .bx--col-xlg-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-9, .bx--grid--narrow .bx--col-xlg-9 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-10, .bx--grid--condensed .bx--col-xlg-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-10, .bx--grid--narrow .bx--col-xlg-10 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-11, .bx--grid--condensed .bx--col-xlg-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-11, .bx--grid--narrow .bx--col-xlg-11 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg-12, .bx--grid--condensed .bx--col-xlg-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg-12, .bx--grid--narrow .bx--col-xlg-12 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-xlg,
.bx--col-xlg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-xlg, .bx--grid--condensed .bx--col-xlg,
.bx--row--condensed .bx--col-xlg--auto,
.bx--grid--condensed .bx--col-xlg--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-xlg, .bx--grid--narrow .bx--col-xlg,
.bx--row--narrow .bx--col-xlg--auto,
.bx--grid--narrow .bx--col-xlg--auto {
  padding-right: 1rem;
  padding-left: 0;
}

@media (min-width: 82rem) {
  .bx--col,
.bx--col-xlg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  .bx--col--auto,
.bx--col-xlg--auto {
    width: auto;
    max-width: 100%;
    flex: 1 0 0%;
  }

  .bx--col-xlg-0 {
    display: none;
  }

  .bx--col-xlg-1 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bx--col-xlg-2 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bx--col-xlg-3 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bx--col-xlg-4 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bx--col-xlg-5 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bx--col-xlg-6 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bx--col-xlg-7 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bx--col-xlg-8 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bx--col-xlg-9 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bx--col-xlg-10 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bx--col-xlg-11 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bx--col-xlg-12 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bx--offset-xlg-0 {
    margin-left: 0;
  }

  .bx--offset-xlg-1 {
    margin-left: 8.3333333333%;
  }

  .bx--offset-xlg-2 {
    margin-left: 16.6666666667%;
  }

  .bx--offset-xlg-3 {
    margin-left: 25%;
  }

  .bx--offset-xlg-4 {
    margin-left: 33.3333333333%;
  }

  .bx--offset-xlg-5 {
    margin-left: 41.6666666667%;
  }

  .bx--offset-xlg-6 {
    margin-left: 50%;
  }

  .bx--offset-xlg-7 {
    margin-left: 58.3333333333%;
  }

  .bx--offset-xlg-8 {
    margin-left: 66.6666666667%;
  }

  .bx--offset-xlg-9 {
    margin-left: 75%;
  }

  .bx--offset-xlg-10 {
    margin-left: 83.3333333333%;
  }

  .bx--offset-xlg-11 {
    margin-left: 91.6666666667%;
  }
}
.bx--col-max-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-0, .bx--grid--condensed .bx--col-max-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-0, .bx--grid--narrow .bx--col-max-0 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-1, .bx--grid--condensed .bx--col-max-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-1, .bx--grid--narrow .bx--col-max-1 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-2, .bx--grid--condensed .bx--col-max-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-2, .bx--grid--narrow .bx--col-max-2 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-3, .bx--grid--condensed .bx--col-max-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-3, .bx--grid--narrow .bx--col-max-3 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-4, .bx--grid--condensed .bx--col-max-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-4, .bx--grid--narrow .bx--col-max-4 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-5, .bx--grid--condensed .bx--col-max-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-5, .bx--grid--narrow .bx--col-max-5 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-6, .bx--grid--condensed .bx--col-max-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-6, .bx--grid--narrow .bx--col-max-6 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-7, .bx--grid--condensed .bx--col-max-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-7, .bx--grid--narrow .bx--col-max-7 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-8, .bx--grid--condensed .bx--col-max-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-8, .bx--grid--narrow .bx--col-max-8 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-9, .bx--grid--condensed .bx--col-max-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-9, .bx--grid--narrow .bx--col-max-9 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-10, .bx--grid--condensed .bx--col-max-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-10, .bx--grid--narrow .bx--col-max-10 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-11, .bx--grid--condensed .bx--col-max-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-11, .bx--grid--narrow .bx--col-max-11 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max-12, .bx--grid--condensed .bx--col-max-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max-12, .bx--grid--narrow .bx--col-max-12 {
  padding-right: 1rem;
  padding-left: 0;
}

.bx--col-max,
.bx--col-max--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx--row--condensed .bx--col-max, .bx--grid--condensed .bx--col-max,
.bx--row--condensed .bx--col-max--auto,
.bx--grid--condensed .bx--col-max--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem;
}
.bx--row--narrow .bx--col-max, .bx--grid--narrow .bx--col-max,
.bx--row--narrow .bx--col-max--auto,
.bx--grid--narrow .bx--col-max--auto {
  padding-right: 1rem;
  padding-left: 0;
}

@media (min-width: 99rem) {
  .bx--col,
.bx--col-max {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }

  .bx--col--auto,
.bx--col-max--auto {
    width: auto;
    max-width: 100%;
    flex: 1 0 0%;
  }

  .bx--col-max-0 {
    display: none;
  }

  .bx--col-max-1 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .bx--col-max-2 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .bx--col-max-3 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .bx--col-max-4 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .bx--col-max-5 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .bx--col-max-6 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bx--col-max-7 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .bx--col-max-8 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .bx--col-max-9 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }

  .bx--col-max-10 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .bx--col-max-11 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .bx--col-max-12 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bx--offset-max-0 {
    margin-left: 0;
  }

  .bx--offset-max-1 {
    margin-left: 8.3333333333%;
  }

  .bx--offset-max-2 {
    margin-left: 16.6666666667%;
  }

  .bx--offset-max-3 {
    margin-left: 25%;
  }

  .bx--offset-max-4 {
    margin-left: 33.3333333333%;
  }

  .bx--offset-max-5 {
    margin-left: 41.6666666667%;
  }

  .bx--offset-max-6 {
    margin-left: 50%;
  }

  .bx--offset-max-7 {
    margin-left: 58.3333333333%;
  }

  .bx--offset-max-8 {
    margin-left: 66.6666666667%;
  }

  .bx--offset-max-9 {
    margin-left: 75%;
  }

  .bx--offset-max-10 {
    margin-left: 83.3333333333%;
  }

  .bx--offset-max-11 {
    margin-left: 91.6666666667%;
  }
}
.bx--no-gutter,
.bx--row.bx--no-gutter [class*=bx--col] {
  padding-right: 0;
  padding-left: 0;
}

.bx--no-gutter--start,
.bx--row.bx--no-gutter--start [class*=bx--col] {
  padding-left: 0;
}

.bx--no-gutter--end,
.bx--row.bx--no-gutter--end [class*=bx--col] {
  padding-right: 0;
}

.bx--no-gutter--left,
.bx--row.bx--no-gutter--left [class*=bx--col] {
  padding-left: 0;
}

.bx--no-gutter--right,
.bx--row.bx--no-gutter--right [class*=bx--col] {
  padding-right: 0;
}

.bx--hang--start {
  padding-left: 1rem;
}

.bx--hang--end {
  padding-right: 1rem;
}

.bx--hang--left {
  padding-left: 1rem;
}

.bx--hang--right {
  padding-right: 1rem;
}

.bx--aspect-ratio {
  position: relative;
}

.bx--aspect-ratio::before {
  width: 1px;
  height: 0;
  margin-left: -1px;
  content: "";
  float: left;
}

.bx--aspect-ratio::after {
  display: table;
  clear: both;
  content: "";
}

.bx--aspect-ratio--16x9::before {
  padding-top: 56.25%;
}

.bx--aspect-ratio--9x16::before {
  padding-top: 177.7777777778%;
}

.bx--aspect-ratio--2x1::before {
  padding-top: 50%;
}

.bx--aspect-ratio--1x2::before {
  padding-top: 200%;
}

.bx--aspect-ratio--4x3::before {
  padding-top: 75%;
}

.bx--aspect-ratio--3x4::before {
  padding-top: 133.3333333333%;
}

.bx--aspect-ratio--3x2::before {
  padding-top: 66.6666666667%;
}

.bx--aspect-ratio--2x3::before {
  padding-top: 150%;
}

.bx--aspect-ratio--1x1::before {
  padding-top: 100%;
}

.bx--aspect-ratio--object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bx--assistive-text,
.bx--visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  visibility: inherit;
  white-space: nowrap;
}

.bx--body {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  background-color: #ffffff;
  color: #161616;
  line-height: 1;
}
.bx--body *,
.bx--body *::before,
.bx--body *::after {
  box-sizing: inherit;
}

.bx--text-truncate--end {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx--text-truncate--front {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx--btn {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  position: relative;
  display: inline-flex;
  max-width: 20rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  text-align: left;
  text-decoration: none;
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
  vertical-align: top;
}
.bx--btn *,
.bx--btn *::before,
.bx--btn *::after {
  box-sizing: inherit;
}
.bx--btn:disabled, .bx--btn:hover:disabled, .bx--btn:focus:disabled, .bx--btn.bx--btn--disabled, .bx--btn.bx--btn--disabled:hover, .bx--btn.bx--btn--disabled:focus {
  border-color: #c6c6c6;
  background: #c6c6c6;
  box-shadow: none;
  color: #8d8d8d;
  cursor: not-allowed;
}
.bx--btn .bx--btn__icon {
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bx--btn--primary {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #0f62fe;
  color: #ffffff;
}
.bx--btn--primary:hover {
  background-color: #0353e9;
}
.bx--btn--primary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--primary:active {
  background-color: #002d9c;
}
.bx--btn--primary .bx--btn__icon,
.bx--btn--primary .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--primary:hover {
  color: #ffffff;
}

.bx--btn--secondary {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #393939;
  color: #ffffff;
}
.bx--btn--secondary:hover {
  background-color: #4c4c4c;
}
.bx--btn--secondary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--secondary:active {
  background-color: #6f6f6f;
}
.bx--btn--secondary .bx--btn__icon,
.bx--btn--secondary .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--secondary:hover, .bx--btn--secondary:focus {
  color: #ffffff;
}

.bx--btn--tertiary {
  border-width: 1px;
  border-style: solid;
  border-color: #0f62fe;
  background-color: transparent;
  color: #0f62fe;
}
.bx--btn--tertiary:hover {
  background-color: #0353e9;
}
.bx--btn--tertiary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--tertiary:active {
  background-color: #002d9c;
}
.bx--btn--tertiary .bx--btn__icon,
.bx--btn--tertiary .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--tertiary:hover {
  color: #ffffff;
}
.bx--btn--tertiary:focus {
  background-color: #0f62fe;
  color: #ffffff;
}
.bx--btn--tertiary:active {
  border-color: transparent;
  background-color: #002d9c;
  color: #ffffff;
}
.bx--btn--tertiary:disabled, .bx--btn--tertiary:hover:disabled, .bx--btn--tertiary:focus:disabled, .bx--btn--tertiary.bx--btn--disabled, .bx--btn--tertiary.bx--btn--disabled:hover, .bx--btn--tertiary.bx--btn--disabled:focus {
  background: transparent;
  color: #8d8d8d;
  outline: none;
}

.bx--btn--ghost {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  color: #0f62fe;
  padding: calc(0.875rem - 3px) 16px;
}
.bx--btn--ghost:hover {
  background-color: #e5e5e5;
}
.bx--btn--ghost:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--ghost:active {
  background-color: #c6c6c6;
}
.bx--btn--ghost .bx--btn__icon,
.bx--btn--ghost .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem;
}
.bx--btn--ghost:hover, .bx--btn--ghost:active {
  color: #0043ce;
}
.bx--btn--ghost:active {
  background-color: #c6c6c6;
}
.bx--btn--ghost:disabled, .bx--btn--ghost:hover:disabled, .bx--btn--ghost:focus:disabled, .bx--btn--ghost.bx--btn--disabled, .bx--btn--ghost.bx--btn--disabled:hover, .bx--btn--ghost.bx--btn--disabled:focus {
  border-color: transparent;
  background: transparent;
  color: #8d8d8d;
  outline: none;
}
.bx--btn--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 16px;
}
.bx--btn--ghost.bx--btn--field, .bx--btn--ghost.bx--btn--md {
  padding: calc(0.675rem - 3px) 16px;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid transparent;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline-style: dotted;
  }
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  transition: none;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  content: attr(aria-label);
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  content: none;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::after, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  fill: currentColor;
}
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::after, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
}

.bx--btn.bx--btn--icon-only:not(.bx--tooltip--hidden) .bx--assistive-text {
  pointer-events: all;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #0f62fe;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:active:not([disabled]) {
  border-color: transparent;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline-color: transparent;
}

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:hover,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:focus,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:active {
  cursor: not-allowed;
  fill: #8d8d8d;
}

.bx--tooltip__trigger.bx--btn--icon-only--top {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--btn--icon-only--top:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--top:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--top:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--btn--icon-only--top:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--top:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--top::before, .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--top::before, .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--top::before, .bx--tooltip__trigger.bx--btn--icon-only--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--top::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--btn--icon-only--top:hover::before, .bx--tooltip__trigger.bx--btn--icon-only--top:hover::after, .bx--tooltip__trigger.bx--btn--icon-only--top:focus::before, .bx--tooltip__trigger.bx--btn--icon-only--top:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--top:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--top::before, .bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--top::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top::after,
.bx--tooltip__trigger.bx--btn--icon-only--top .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-start + .bx--assistive-text {
  top: -0.8125rem;
  left: 0;
  transform: translate(0, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-center + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--top.bx--tooltip--align-end + .bx--assistive-text {
  top: -0.8125rem;
  right: 0;
  left: auto;
  transform: translate(0, -100%);
}

.bx--tooltip__trigger.bx--btn--icon-only--right {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--btn--icon-only--right:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--right:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--right:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--btn--icon-only--right:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--right:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--right::before, .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--right::before, .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--right::before, .bx--tooltip__trigger.bx--btn--icon-only--right::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--right::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--right::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--btn--icon-only--right:hover::before, .bx--tooltip__trigger.bx--btn--icon-only--right:hover::after, .bx--tooltip__trigger.bx--btn--icon-only--right:focus::before, .bx--tooltip__trigger.bx--btn--icon-only--right:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--right:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--right:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--right:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--right:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--right:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--right:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--right::before, .bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--right::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right::after,
.bx--tooltip__trigger.bx--btn--icon-only--right .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-start + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-center + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--right.bx--tooltip--align-end + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}

.bx--tooltip__trigger.bx--btn--icon-only--bottom {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--btn--icon-only--bottom:hover::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom:hover::after, .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--bottom:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--bottom:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: -0.8125rem;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: -0.8125rem;
  left: 0;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: -0.8125rem;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: -0.8125rem;
  right: 0;
  left: auto;
  transform: translate(0, 100%);
}

.bx--tooltip__trigger.bx--btn--icon-only--left {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--btn--icon-only--left:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--left:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--left:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--btn--icon-only--left:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--left:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--left::before, .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--left::before, .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--left::before, .bx--tooltip__trigger.bx--btn--icon-only--left::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--left::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--left::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--btn--icon-only--left:hover::before, .bx--tooltip__trigger.bx--btn--icon-only--left:hover::after, .bx--tooltip__trigger.bx--btn--icon-only--left:focus::before, .bx--tooltip__trigger.bx--btn--icon-only--left:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--left:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--left:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--left:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--left:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--btn--icon-only--left:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--left:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--left::before, .bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--left::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left::after,
.bx--tooltip__trigger.bx--btn--icon-only--left .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-start + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-center + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--btn--icon-only--left.bx--tooltip--align-end + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}

.bx--btn--icon-only {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.bx--btn--icon-only .bx--btn__icon {
  position: static;
}
.bx--btn--icon-only.bx--btn--ghost .bx--btn__icon, .bx--btn--icon-only.bx--btn--danger--ghost .bx--btn__icon {
  margin: 0;
}

.bx--btn--icon-only.bx--btn--selected {
  background: #e0e0e0;
}

.bx--btn path[data-icon-path=inner-path] {
  fill: none;
}

.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path:not([data-icon-path]):not([fill=none]),
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #161616;
}

.bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path:not([data-icon-path]):not([fill=none]),
.bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon,
.bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon {
  fill: #8d8d8d;
}

.bx--btn--ghost.bx--btn--icon-only[disabled] {
  cursor: not-allowed;
}

.bx--btn--field.bx--btn--icon-only,
.bx--btn--md.bx--btn--icon-only {
  padding-right: 0.6875rem;
  padding-left: 0.6875rem;
}

.bx--btn--sm.bx--btn--icon-only {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}

.bx--btn--danger {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #da1e28;
  color: #ffffff;
}
.bx--btn--danger:hover {
  background-color: #b81921;
}
.bx--btn--danger:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--danger:active {
  background-color: #750e13;
}
.bx--btn--danger .bx--btn__icon,
.bx--btn--danger .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--danger:hover {
  color: #ffffff;
}
.bx--btn--danger-tertiary, .bx--btn--danger--tertiary {
  border-width: 1px;
  border-style: solid;
  border-color: #da1e28;
  background-color: transparent;
  color: #da1e28;
}
.bx--btn--danger-tertiary:hover, .bx--btn--danger--tertiary:hover {
  background-color: #b81921;
}
.bx--btn--danger-tertiary:focus, .bx--btn--danger--tertiary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--danger-tertiary:active, .bx--btn--danger--tertiary:active {
  background-color: #750e13;
}
.bx--btn--danger-tertiary .bx--btn__icon,
.bx--btn--danger-tertiary .bx--btn__icon path:not([data-icon-path]):not([fill=none]), .bx--btn--danger--tertiary .bx--btn__icon,
.bx--btn--danger--tertiary .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--danger-tertiary:hover, .bx--btn--danger--tertiary:hover {
  border-color: #b81921;
  color: #ffffff;
}
.bx--btn--danger-tertiary:focus, .bx--btn--danger--tertiary:focus {
  background-color: #da1e28;
  color: #ffffff;
}
.bx--btn--danger-tertiary:active, .bx--btn--danger--tertiary:active {
  border-color: #750e13;
  color: #ffffff;
}
.bx--btn--danger-tertiary:disabled, .bx--btn--danger-tertiary:hover:disabled, .bx--btn--danger-tertiary:focus:disabled, .bx--btn--danger-tertiary.bx--btn--disabled, .bx--btn--danger-tertiary.bx--btn--disabled:hover, .bx--btn--danger-tertiary.bx--btn--disabled:focus, .bx--btn--danger--tertiary:disabled, .bx--btn--danger--tertiary:hover:disabled, .bx--btn--danger--tertiary:focus:disabled, .bx--btn--danger--tertiary.bx--btn--disabled, .bx--btn--danger--tertiary.bx--btn--disabled:hover, .bx--btn--danger--tertiary.bx--btn--disabled:focus {
  background: transparent;
  color: #8d8d8d;
  outline: none;
}
.bx--btn--danger-ghost, .bx--btn--danger--ghost {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  color: #da1e28;
  padding: calc(0.875rem - 3px) 16px;
}
.bx--btn--danger-ghost:hover, .bx--btn--danger--ghost:hover {
  background-color: #b81921;
}
.bx--btn--danger-ghost:focus, .bx--btn--danger--ghost:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #ffffff;
}
.bx--btn--danger-ghost:active, .bx--btn--danger--ghost:active {
  background-color: #750e13;
}
.bx--btn--danger-ghost .bx--btn__icon,
.bx--btn--danger-ghost .bx--btn__icon path:not([data-icon-path]):not([fill=none]), .bx--btn--danger--ghost .bx--btn__icon,
.bx--btn--danger--ghost .bx--btn__icon path:not([data-icon-path]):not([fill=none]) {
  fill: currentColor;
}
.bx--btn--danger-ghost .bx--btn__icon, .bx--btn--danger--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem;
}
.bx--btn--danger-ghost:hover, .bx--btn--danger-ghost:active, .bx--btn--danger--ghost:hover, .bx--btn--danger--ghost:active {
  color: #ffffff;
}
.bx--btn--danger-ghost:disabled, .bx--btn--danger-ghost:hover:disabled, .bx--btn--danger-ghost:focus:disabled, .bx--btn--danger-ghost.bx--btn--disabled, .bx--btn--danger-ghost.bx--btn--disabled:hover, .bx--btn--danger-ghost.bx--btn--disabled:focus, .bx--btn--danger--ghost:disabled, .bx--btn--danger--ghost:hover:disabled, .bx--btn--danger--ghost:focus:disabled, .bx--btn--danger--ghost.bx--btn--disabled, .bx--btn--danger--ghost.bx--btn--disabled:hover, .bx--btn--danger--ghost.bx--btn--disabled:focus {
  border-color: transparent;
  background: transparent;
  color: #c6c6c6;
  outline: none;
}
.bx--btn--danger-ghost.bx--btn--sm, .bx--btn--danger--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 16px;
}
.bx--btn--danger-ghost.bx--btn--field, .bx--btn--danger-ghost.bx--btn--md, .bx--btn--danger--ghost.bx--btn--field, .bx--btn--danger--ghost.bx--btn--md {
  padding: calc(0.675rem - 3px) 16px;
}

.bx--btn--sm {
  min-height: 2rem;
  padding: calc(0.375rem - 3px) 60px calc(0.375rem - 3px) 12px;
}

.bx--btn--xl:not(.bx--btn--icon-only) {
  align-items: baseline;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-left: 1rem;
  min-height: 5rem;
}

.bx--btn--lg:not(.bx--btn--icon-only) {
  align-items: baseline;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-left: 1rem;
  min-height: 4rem;
}

.bx--btn--field,
.bx--btn--md {
  min-height: 2.5rem;
  padding: calc(0.675rem - 3px) 60px calc(0.675rem - 3px) 12px;
}

.bx--btn--expressive {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  min-height: 3rem;
}

.bx--btn--icon-only.bx--btn--expressive {
  padding: 12px 13px;
}

.bx--btn.bx--btn--expressive .bx--btn__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.bx--btn-set .bx--btn.bx--btn--expressive {
  max-width: 20rem;
}

.bx--btn.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 9.375rem;
}
.bx--btn.bx--skeleton:hover, .bx--btn.bx--skeleton:focus, .bx--btn.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--btn.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--btn.bx--skeleton::before {
    animation: none;
  }
}

.bx--btn-set {
  display: flex;
}

.bx--btn-set--stacked {
  flex-direction: column;
}

.bx--btn-set .bx--btn {
  width: 100%;
  max-width: 12.25rem;
}
.bx--btn-set .bx--btn:not(:focus) {
  box-shadow: -0.0625rem 0 0 0 #e0e0e0;
}
.bx--btn-set .bx--btn:first-of-type:not(:focus) {
  box-shadow: inherit;
}

.bx--btn-set .bx--btn:focus + .bx--btn {
  box-shadow: inherit;
}

.bx--btn-set--stacked .bx--btn:not(:focus) {
  box-shadow: 0 -0.0625rem 0 0 #e0e0e0;
}

.bx--btn-set--stacked .bx--btn:first-of-type:not(:focus) {
  box-shadow: inherit;
}

.bx--btn-set .bx--btn.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d;
}
.bx--btn-set .bx--btn.bx--btn--disabled:first-of-type {
  box-shadow: none;
}

.bx--btn-set--stacked .bx--btn.bx--btn--disabled {
  box-shadow: 0 -0.0625rem 0 0 #8d8d8d;
}
.bx--btn-set--stacked .bx--btn.bx--btn--disabled:first-of-type {
  box-shadow: none;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--btn:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

.bx--fieldset {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin-bottom: 2rem;
}
.bx--fieldset *,
.bx--fieldset *::before,
.bx--fieldset *::after {
  box-sizing: inherit;
}

.bx--fieldset--no-margin {
  margin-bottom: 0;
}

.bx--form-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}

.bx--label {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #525252;
  font-weight: 400;
  line-height: 1rem;
  vertical-align: baseline;
}
.bx--label *,
.bx--label *::before,
.bx--label *::after {
  box-sizing: inherit;
}

.bx--label .bx--tooltip__trigger {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}

.bx--label.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 4.6875rem;
  height: 0.875rem;
}
.bx--label.bx--skeleton:hover, .bx--label.bx--skeleton:focus, .bx--label.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--label.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--label.bx--skeleton::before {
    animation: none;
  }
}

input[type=number] {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
}

input[data-invalid]:not(:focus),
.bx--number[data-invalid] input[type=number]:not(:focus),
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
.bx--list-box[data-invalid]:not(:focus),
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  input[data-invalid]:not(:focus),
.bx--number[data-invalid] input[type=number]:not(:focus),
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
.bx--list-box[data-invalid]:not(:focus),
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
    outline-style: dotted;
  }
}

input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--number__input-wrapper--warning ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--warn ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning > .bx--text-input ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select--warning .bx--select-input__wrapper ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement,
.bx--list-box--warning ~ .bx--form-requirement {
  display: block;
  overflow: visible;
  max-height: 12.5rem;
  font-weight: 400;
}

input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement {
  color: #da1e28;
}

.bx--form--fluid .bx--text-input__field-wrapper[data-invalid],
.bx--form--fluid .bx--text-input__field-wrapper--warning {
  display: block;
}

.bx--form--fluid .bx--fieldset {
  margin: 0;
}

.bx--form--fluid input[data-invalid] {
  outline: none;
}

.bx--form--fluid .bx--form-requirement {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  margin: 0;
}

input:not(output):not([data-invalid]):-moz-ui-invalid {
  box-shadow: none;
}

.bx--form-requirement {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  display: none;
  overflow: hidden;
  max-height: 0;
  margin: 0.25rem 0 0;
}
.bx--form-requirement *,
.bx--form-requirement *::before,
.bx--form-requirement *::after {
  box-sizing: inherit;
}

.bx--select--inline .bx--form__helper-text {
  margin-top: 0;
}

.bx--form__helper-text {
  font-size: 0.75rem;
  line-height: 1.34;
  letter-spacing: 0.32px;
  z-index: 0;
  width: 100%;
  margin-top: 0.25rem;
  color: #525252;
  opacity: 1;
}

.bx--label--disabled,
.bx--form__helper-text--disabled {
  color: #c6c6c6;
}

fieldset[disabled] .bx--label,
fieldset[disabled] .bx--form__helper-text {
  color: #c6c6c6;
}

.bx--select {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.bx--select *,
.bx--select *::before,
.bx--select *::after {
  box-sizing: inherit;
}

.bx--select-input__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

.bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  appearance: none;
  background-color: #f4f4f4;
  border-radius: 0;
  color: #161616;
  cursor: pointer;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--select-input:hover {
  background-color: #e5e5e5;
}
.bx--select-input::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .bx--select-input:-moz-focusring, .bx--select-input::-moz-focus-inner {
    background-image: none;
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
}
.bx--select-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  color: #161616;
}
@media screen and (prefers-contrast) {
  .bx--select-input:focus {
    outline-style: dotted;
  }
}
.bx--select-input:disabled, .bx--select-input:hover:disabled {
  border-bottom-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #c6c6c6;
  cursor: not-allowed;
}

.bx--select-input--sm {
  height: 2rem;
  max-height: 2rem;
}

.bx--select-input--xl,
.bx--select-input--lg {
  height: 3rem;
  max-height: 3rem;
}

.bx--select--disabled .bx--label,
.bx--select--disabled .bx--form__helper-text {
  color: #c6c6c6;
}

.bx--select-input__wrapper[data-invalid] .bx--select-input,
.bx--select--warning .bx--select-input {
  padding-right: 4.5rem;
}

.bx--select-input:disabled ~ .bx--select__arrow {
  fill: #c6c6c6;
}

.bx--select--light .bx--select-input {
  background-color: #ffffff;
}
.bx--select--light .bx--select-input:hover {
  background-color: #e5e5e5;
}
.bx--select--light .bx--select-input:disabled, .bx--select--light .bx--select-input:hover:disabled {
  background-color: #ffffff;
  color: #c6c6c6;
  cursor: not-allowed;
}

.bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  fill: #161616;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--select__arrow path {
    fill: ButtonText;
  }
}

.bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem;
}

.bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #da1e28;
}

.bx--select__invalid-icon--warning {
  fill: #f1c21b;
}

.bx--select__invalid-icon--warning path[fill] {
  fill: #000000;
  opacity: 1;
}

.bx--select-optgroup,
.bx--select-option {
  color: #161616;
}
.bx--select-optgroup:disabled,
.bx--select-option:disabled {
  color: #c6c6c6;
}

.bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bx--select--inline.bx--select--invalid .bx--label,
.bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem;
}

.bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}

.bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  border-bottom: none;
  background-color: #ffffff;
  color: #161616;
}

.bx--select--inline .bx--select-input[disabled],
.bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #f4f4f4;
}

.bx--select--inline .bx--select__arrow {
  right: 0.5rem;
}

.bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem;
}

.bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem;
}

.bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed;
}

.bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem;
}
.bx--select.bx--skeleton:hover, .bx--select.bx--skeleton:focus, .bx--select.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--select.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--select.bx--skeleton::before {
    animation: none;
  }
}

.bx--select.bx--skeleton .bx--select-input {
  display: none;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--select__arrow {
    fill: ButtonText;
  }
}

.bx--tag {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  background-color: #e0e0e0;
  color: #393939;
  display: inline-flex;
  min-width: 2rem;
  max-width: 100%;
  min-height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  border-radius: 0.9375rem;
  cursor: default;
  vertical-align: middle;
  word-break: break-word;
}
.bx--tag *,
.bx--tag *::before,
.bx--tag *::after {
  box-sizing: inherit;
}
.bx--tag::-moz-focus-inner {
  border: 0;
}
.bx--tag.bx--tag--interactive:hover,
.bx--tag .bx--tag__close-icon:hover {
  background-color: #c6c6c6;
}
.bx--tag:not(:first-child) {
  margin-left: 0;
}

.bx--tag--red {
  background-color: #ffd7d9;
  color: #750e13;
}
.bx--tag--red.bx--tag--interactive:hover,
.bx--tag--red .bx--tag__close-icon:hover {
  background-color: #ffb3b8;
}

.bx--tag--magenta {
  background-color: #ffd6e8;
  color: #740937;
}
.bx--tag--magenta.bx--tag--interactive:hover,
.bx--tag--magenta .bx--tag__close-icon:hover {
  background-color: #ffafd2;
}

.bx--tag--purple {
  background-color: #e8daff;
  color: #491d8b;
}
.bx--tag--purple.bx--tag--interactive:hover,
.bx--tag--purple .bx--tag__close-icon:hover {
  background-color: #d4bbff;
}

.bx--tag--blue {
  background-color: #d0e2ff;
  color: #002d9c;
}
.bx--tag--blue.bx--tag--interactive:hover,
.bx--tag--blue .bx--tag__close-icon:hover {
  background-color: #a6c8ff;
}

.bx--tag--cyan {
  background-color: #bae6ff;
  color: #003a6d;
}
.bx--tag--cyan.bx--tag--interactive:hover,
.bx--tag--cyan .bx--tag__close-icon:hover {
  background-color: #82cfff;
}

.bx--tag--teal {
  background-color: #9ef0f0;
  color: #004144;
}
.bx--tag--teal.bx--tag--interactive:hover,
.bx--tag--teal .bx--tag__close-icon:hover {
  background-color: #3ddbd9;
}

.bx--tag--green {
  background-color: #a7f0ba;
  color: #044317;
}
.bx--tag--green.bx--tag--interactive:hover,
.bx--tag--green .bx--tag__close-icon:hover {
  background-color: #6fdc8c;
}

.bx--tag--gray {
  background-color: #e0e0e0;
  color: #393939;
}
.bx--tag--gray.bx--tag--interactive:hover,
.bx--tag--gray .bx--tag__close-icon:hover {
  background-color: #c6c6c6;
}

.bx--tag--cool-gray {
  background-color: #dde1e6;
  color: #343a3f;
}
.bx--tag--cool-gray.bx--tag--interactive:hover,
.bx--tag--cool-gray .bx--tag__close-icon:hover {
  background-color: #c1c7cd;
}

.bx--tag--warm-gray {
  background-color: #e5e0df;
  color: #3c3838;
}
.bx--tag--warm-gray.bx--tag--interactive:hover,
.bx--tag--warm-gray .bx--tag__close-icon:hover {
  background-color: #cac5c4;
}

.bx--tag--high-contrast {
  background-color: #393939;
  color: #ffffff;
}
.bx--tag--high-contrast.bx--tag--interactive:hover,
.bx--tag--high-contrast .bx--tag__close-icon:hover {
  background-color: #4c4c4c;
}

.bx--tag--disabled,
.bx--tag--filter.bx--tag--disabled,
.bx--tag--interactive.bx--tag--disabled {
  background-color: #f4f4f4;
  color: #c6c6c6;
}
.bx--tag--disabled.bx--tag--interactive:hover,
.bx--tag--disabled .bx--tag__close-icon:hover,
.bx--tag--filter.bx--tag--disabled.bx--tag--interactive:hover,
.bx--tag--filter.bx--tag--disabled .bx--tag__close-icon:hover,
.bx--tag--interactive.bx--tag--disabled.bx--tag--interactive:hover,
.bx--tag--interactive.bx--tag--disabled .bx--tag__close-icon:hover {
  background-color: #f4f4f4;
}
.bx--tag--disabled:hover,
.bx--tag--filter.bx--tag--disabled:hover,
.bx--tag--interactive.bx--tag--disabled:hover {
  cursor: not-allowed;
}

.bx--tag__label {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx--tag--interactive:focus {
  box-shadow: inset 0 0 0 1px #0f62fe;
  outline: none;
}

.bx--tag--interactive:hover {
  cursor: pointer;
}

.bx--tag--filter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.bx--tag--filter:hover {
  outline: none;
}

.bx--tag--interactive {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}

.bx--tag__close-icon {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  margin: 0 0 0 0.125rem;
  background-color: transparent;
  border-radius: 50%;
  color: currentColor;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tag__close-icon svg {
  fill: currentColor;
}

.bx--tag__custom-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  margin-right: 0.25rem;
  background-color: transparent;
  color: currentColor;
  outline: none;
}
.bx--tag__custom-icon svg {
  fill: currentColor;
}

.bx--tag--disabled .bx--tag__close-icon {
  cursor: not-allowed;
}

.bx--tag__close-icon:focus {
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #0f62fe;
  outline: none;
}

.bx--tag--high-contrast .bx--tag__close-icon:focus {
  box-shadow: inset 0 0 0 1px #ffffff;
}

.bx--tag--filter.bx--tag--disabled .bx--tag__close-icon:hover {
  background-color: transparent;
}

.bx--tag--filter.bx--tag--disabled svg {
  fill: #c6c6c6;
}

.bx--tag--sm {
  min-height: 1.125rem;
  padding: 0 0.5rem;
}

.bx--tag--sm.bx--tag--filter {
  padding-right: 0;
}

.bx--tag--sm .bx--tag__close-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem;
}

.bx--tag.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  background-color: #e5e5e5;
  color: #161616;
  overflow: hidden;
  width: 3.75rem;
}
.bx--tag.bx--skeleton:hover, .bx--tag.bx--skeleton:focus, .bx--tag.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--tag.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--tag.bx--skeleton::before {
    animation: none;
  }
}
.bx--tag.bx--skeleton.bx--tag--interactive:hover,
.bx--tag.bx--skeleton .bx--tag__close-icon:hover {
  background-color: #e5e5e5;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .bx--tag.bx--skeleton {
      transform: translateZ(0);
    }
  }
}

/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--tag {
    outline: 1px solid transparent;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--tag__close-icon svg,
.bx--tag__custom-icon svg {
    fill: ButtonText;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--tag__close-icon:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

/* stylelint-enable */
.bx--tooltip__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  display: inline-flex;
  align-items: center;
  color: #525252;
}
.bx--tooltip__label:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__label:focus {
    outline-style: dotted;
  }
}

.bx--tooltip__trigger svg {
  fill: #525252;
}

.bx--tooltip__trigger:not(.bx--btn--icon-only) {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}
.bx--tooltip__trigger:not(.bx--btn--icon-only) *,
.bx--tooltip__trigger:not(.bx--btn--icon-only) *::before,
.bx--tooltip__trigger:not(.bx--btn--icon-only) *::after {
  box-sizing: inherit;
}
.bx--tooltip__trigger:not(.bx--btn--icon-only)::-moz-focus-inner {
  border: 0;
}
.bx--tooltip__trigger:not(.bx--btn--icon-only):focus {
  outline: 1px solid #0f62fe;
  fill: #0353e9;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger:not(.bx--btn--icon-only):focus {
    outline-style: dotted;
  }
}

.bx--tooltip__trigger:not(.bx--btn--icon-only)[disabled] svg {
  fill: #c6c6c6;
}

.bx--tooltip__label .bx--tooltip__trigger {
  margin-left: 0.5rem;
}

.bx--tooltip__label--bold {
  font-weight: 600;
}

.bx--tooltip {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: absolute;
  z-index: 6000;
  display: none;
  min-width: 13rem;
  max-width: 18rem;
  padding: 1rem;
  margin-top: 0.25rem;
  background: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  word-wrap: break-word;
}
.bx--tooltip *,
.bx--tooltip *::before,
.bx--tooltip *::after {
  box-sizing: inherit;
}
.bx--tooltip:focus {
  box-shadow: inset 0 0 0 1px #393939, inset 0 0 0 2px #ffffff;
  outline: 0;
}
.bx--tooltip.bx--tooltip--top.bx--tooltip--align-start, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-start {
  transform: translate(calc(50% - 22px), 0);
}
.bx--tooltip.bx--tooltip--top.bx--tooltip--align-start .bx--tooltip__caret, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-start .bx--tooltip__caret {
  margin-left: 15px;
}
.bx--tooltip.bx--tooltip--top.bx--tooltip--align-end, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-end {
  transform: translate(calc(22px - 50%), 0);
}
.bx--tooltip.bx--tooltip--top.bx--tooltip--align-end .bx--tooltip__caret, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-end .bx--tooltip__caret {
  margin-right: 15px;
}
.bx--tooltip.bx--tooltip--left.bx--tooltip--align-start {
  transform: translate(0, calc(-15px + 50%));
}
.bx--tooltip.bx--tooltip--left.bx--tooltip--align-start .bx--tooltip__caret {
  top: 14px;
}
.bx--tooltip.bx--tooltip--left.bx--tooltip--align-end {
  transform: translate(0, calc(31px - 50%));
}
.bx--tooltip.bx--tooltip--left.bx--tooltip--align-end .bx--tooltip__caret {
  top: initial;
  bottom: 25px;
}
.bx--tooltip.bx--tooltip--right.bx--tooltip--align-start {
  transform: translate(0, calc(-26px + 50%));
}
.bx--tooltip.bx--tooltip--right.bx--tooltip--align-start .bx--tooltip__caret {
  top: 26px;
}
.bx--tooltip.bx--tooltip--right.bx--tooltip--align-end {
  transform: translate(0, calc(20px - 50%));
}
.bx--tooltip.bx--tooltip--right.bx--tooltip--align-end .bx--tooltip__caret {
  top: initial;
  bottom: 12px;
}
.bx--tooltip p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
.bx--tooltip button {
  padding-right: 2rem;
}
.bx--tooltip .bx--btn:focus {
  border-color: #ffffff;
  outline-color: #393939;
}
.bx--tooltip .bx--link {
  color: #78a9ff;
  font-size: 0.875rem;
}
.bx--tooltip .bx--link:focus {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}
.bx--tooltip .bx--link:active, .bx--tooltip .bx--link:active:visited, .bx--tooltip .bx--link:active:visited:hover {
  color: #ffffff;
}
.bx--tooltip .bx--link:visited {
  color: #78a9ff;
}
.bx--tooltip .bx--tooltip__content[tabindex="-1"]:focus {
  outline: none;
}
.bx--tooltip .bx--tooltip__caret {
  position: absolute;
  top: calc(-0.4296875rem + 1px);
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 0.4296875rem solid transparent;
  border-bottom: 0.4296875rem solid #393939;
  border-left: 0.4296875rem solid transparent;
  margin: 0 auto;
  content: "";
}
.bx--tooltip .bx--tooltip__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.bx--tooltip[data-floating-menu-direction=left] {
  margin-left: calc(0.5rem * -1);
}
.bx--tooltip[data-floating-menu-direction=left] .bx--tooltip__caret {
  top: 50%;
  right: calc(-0.4296875rem + 1px);
  left: auto;
  transform: rotate(90deg) translate(50%, -50%);
}
.bx--tooltip[data-floating-menu-direction=top] {
  margin-top: calc(0.5rem * -1);
}
.bx--tooltip[data-floating-menu-direction=top] .bx--tooltip__caret {
  top: auto;
  bottom: calc(-0.4296875rem + 1px);
  transform: rotate(180deg);
}
.bx--tooltip[data-floating-menu-direction=right] {
  margin-left: 0.5rem;
}
.bx--tooltip[data-floating-menu-direction=right] .bx--tooltip__caret {
  top: 50%;
  right: auto;
  left: calc(-0.4296875rem + 1px);
  transform: rotate(270deg) translate(50%, -50%);
}
.bx--tooltip[data-floating-menu-direction=bottom] {
  margin-top: 0.5rem;
}

.bx--tooltip__heading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  margin-bottom: 0.5rem;
}

.bx--tooltip--shown {
  display: block;
  margin-top: 0;
}

/* begin legacy definition tooltip TODO: deprecate */
.bx--tooltip--definition {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
}
.bx--tooltip--definition *,
.bx--tooltip--definition *::before,
.bx--tooltip--definition *::after {
  box-sizing: inherit;
}
.bx--tooltip--definition .bx--tooltip__trigger {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  position: relative;
  display: inline-flex;
  border-bottom: 1px dotted #0f62fe;
  color: #161616;
}
.bx--tooltip--definition .bx--tooltip__trigger:hover + .bx--tooltip--definition__top,
.bx--tooltip--definition .bx--tooltip__trigger:hover + .bx--tooltip--definition__bottom {
  display: block;
}
.bx--tooltip--definition .bx--tooltip__trigger:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip--definition .bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
.bx--tooltip--definition .bx--tooltip__trigger:focus + .bx--tooltip--definition__top,
.bx--tooltip--definition .bx--tooltip__trigger:focus + .bx--tooltip--definition__bottom {
  display: block;
}

.bx--tooltip--definition__bottom,
.bx--tooltip--definition__top {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  display: none;
  width: 13rem;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
  background: #393939;
  border-radius: 0.125rem;
  pointer-events: none;
}
.bx--tooltip--definition__bottom p,
.bx--tooltip--definition__top p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #ffffff;
}
.bx--tooltip--definition__bottom .bx--tooltip__caret,
.bx--tooltip--definition__top .bx--tooltip__caret {
  position: absolute;
  right: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1rem;
  background: #393939;
}

.bx--tooltip--definition__bottom .bx--tooltip__caret {
  top: -0.2rem;
  transform: rotate(-135deg);
}

.bx--tooltip--definition__top {
  margin-top: -2rem;
  transform: translateY(-100%);
}
.bx--tooltip--definition__top .bx--tooltip__caret {
  bottom: -0.2rem;
  transform: rotate(45deg);
}

.bx--tooltip--definition__align-end {
  right: 0;
}

.bx--tooltip--definition__align-center {
  margin-left: 50%;
  transform: translateX(-50%);
}

.bx--tooltip--definition__top.bx--tooltip--definition__align-center {
  margin-left: 50%;
  transform: translate(-50%, -100%);
}

.bx--tooltip--definition__align-center .bx--tooltip__caret {
  left: auto;
  margin-right: calc(50% - 6px);
  margin-left: auto;
}

.bx--tooltip--definition__align-end .bx--tooltip__caret {
  left: auto;
  margin-right: 1rem;
  margin-left: auto;
}

/* end legacy definition tooltip */
.bx--tooltip--definition.bx--tooltip--a11y {
  display: inline-flex;
}

.bx--tooltip--definition button.bx--tooltip--a11y {
  margin: 0;
}

.bx--tooltip__trigger.bx--tooltip__trigger--definition {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  border-bottom: 0.0625rem dotted #525252;
  transition: border-color 110ms;
}

.bx--tooltip__trigger.bx--tooltip__trigger--definition:hover,
.bx--tooltip__trigger.bx--tooltip__trigger--definition:focus {
  border-bottom-color: #0f62fe;
}

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: default;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.5rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before {
  top: -0.25rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  top: -0.5625rem;
  left: 0;
  transform: translate(0, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::before {
  top: -0.25rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: -0.5625rem;
  left: 0;
  transform: translate(0, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::before {
  top: -0.25rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: -0.5625rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::before {
  top: -0.25rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: -0.5625rem;
  right: 0;
  left: auto;
  transform: translate(0, -100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: default;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.5rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before {
  bottom: -0.25rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  bottom: -0.5625rem;
  left: 0;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before {
  bottom: -0.25rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: -0.5625rem;
  left: 0;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::before {
  bottom: -0.25rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: -0.5625rem;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::before {
  bottom: -0.25rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: -0.5625rem;
  right: 0;
  left: auto;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  transform: translate(0, 100%);
}

/* begin tooltip icon (TODO: deprecate) */
.bx--tooltip--icon {
  display: inline-flex;
  align-items: center;
}

.bx--tooltip--icon__top,
.bx--tooltip--icon__bottom {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip--icon__top *,
.bx--tooltip--icon__top *::before,
.bx--tooltip--icon__top *::after,
.bx--tooltip--icon__bottom *,
.bx--tooltip--icon__bottom *::before,
.bx--tooltip--icon__bottom *::after {
  box-sizing: inherit;
}
.bx--tooltip--icon__top::before, .bx--tooltip--icon__top::after,
.bx--tooltip--icon__bottom::before,
.bx--tooltip--icon__bottom::after {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip--icon__top::before,
.bx--tooltip--icon__bottom::before {
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-style: solid;
  border-color: transparent transparent #393939 transparent;
  margin: 0 auto;
  margin-top: 1px;
  margin-left: 50%;
  content: "";
}
.bx--tooltip--icon__top::after,
.bx--tooltip--icon__bottom::after {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 1.5rem;
  max-width: 13rem;
  height: 1.5rem;
  padding: 0 1rem;
  margin-left: 50%;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  content: attr(aria-label);
  font-weight: 400;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}
.bx--tooltip--icon__top:hover::before, .bx--tooltip--icon__top:hover::after, .bx--tooltip--icon__top:focus::before, .bx--tooltip--icon__top:focus::after,
.bx--tooltip--icon__bottom:hover::before,
.bx--tooltip--icon__bottom:hover::after,
.bx--tooltip--icon__bottom:focus::before,
.bx--tooltip--icon__bottom:focus::after {
  opacity: 1;
}
.bx--tooltip--icon__top:hover svg, .bx--tooltip--icon__top:focus svg,
.bx--tooltip--icon__bottom:hover svg,
.bx--tooltip--icon__bottom:focus svg {
  fill: #525252;
}
.bx--tooltip--icon__top:focus,
.bx--tooltip--icon__bottom:focus {
  outline: 1px solid transparent;
}
.bx--tooltip--icon__top:focus svg,
.bx--tooltip--icon__bottom:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip--icon__top:focus svg,
.bx--tooltip--icon__bottom:focus svg {
    outline-style: dotted;
  }
}

.bx--tooltip--icon__top::before {
  transform: translate(-50%, calc(-100% - 9px)) rotate(180deg);
  top: 1px;
}
.bx--tooltip--icon__top::after {
  transform: translate(-50%, calc(-100% - 12px));
  top: 0;
}

.bx--tooltip--icon__bottom::before {
  transform: translate(-50%, 10px) rotate(0);
  bottom: 0;
}
.bx--tooltip--icon__bottom::after {
  transform: translate(-50%, calc(100% + 10px));
  bottom: 0;
}

.bx--tooltip--icon__top.bx--tooltip--icon__align-start::before {
  transform: translate(0, calc(-100% - 9px)) rotate(180deg);
  top: 1px;
  margin-left: 4px;
}
.bx--tooltip--icon__top.bx--tooltip--icon__align-start::after {
  transform: translate(0, calc(-100% - 12px));
  top: 0;
  margin-left: 0;
}

.bx--tooltip--icon__top.bx--tooltip--icon__align-end::before {
  transform: translate(0, calc(-100% - 9px)) rotate(180deg);
  top: 1px;
  right: 0;
  left: auto;
  margin-right: 4px;
}
.bx--tooltip--icon__top.bx--tooltip--icon__align-end::after {
  transform: translate(0, calc(-100% - 12px));
  top: 0;
  margin-left: 0;
  right: 0;
}

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-start::before {
  transform: translate(0, 10px) rotate(0);
  bottom: 0;
  margin-left: 4px;
}
.bx--tooltip--icon__bottom.bx--tooltip--icon__align-start::after {
  transform: translate(0, calc(100% + 10px));
  bottom: 0;
  margin-left: 0;
}

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-end::before {
  transform: translate(0, 10px) rotate(0);
  bottom: 0;
  right: 0;
  left: auto;
  margin-right: 4px;
}
.bx--tooltip--icon__bottom.bx--tooltip--icon__align-end::after {
  transform: translate(0, calc(100% + 10px));
  bottom: 0;
  margin-left: 0;
  right: 0;
}

.bx--tooltip--icon .bx--tooltip__trigger svg {
  margin-left: 0;
}

/* end legacy tooltip icon */
.bx--tooltip__trigger:hover svg, .bx--tooltip__trigger:focus svg {
  fill: #525252;
}

.bx--tooltip__trigger.bx--tooltip--top {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--tooltip--top:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--top:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--top:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--tooltip--top:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--top:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--tooltip--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--tooltip--top::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--top:hover::before, .bx--tooltip__trigger.bx--tooltip--top:hover::after, .bx--tooltip__trigger.bx--tooltip--top:focus::before, .bx--tooltip__trigger.bx--tooltip--top:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--top::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: -0.8125rem;
  left: 0;
  transform: translate(0, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::before {
  top: -0.5rem;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #393939 transparent transparent transparent;
  transform: translate(-50%, -100%);
}
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: -0.8125rem;
  right: 0;
  left: auto;
  transform: translate(0, -100%);
}

.bx--tooltip__trigger.bx--tooltip--right {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--tooltip--right:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--right:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--right:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--tooltip--right:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--right:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--tooltip--right::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--tooltip--right::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--right:hover::before, .bx--tooltip__trigger.bx--tooltip--right:hover::after, .bx--tooltip__trigger.bx--tooltip--right:focus::before, .bx--tooltip__trigger.bx--tooltip--right:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--tooltip--right::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text {
  top: 50%;
  right: 0;
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before {
  right: -0.5rem;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  border-color: transparent #393939 transparent transparent;
  transform: translate(100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text {
  right: -0.8125rem;
  transform: translate(100%, -50%);
}

.bx--tooltip__trigger.bx--tooltip--bottom {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--tooltip--bottom:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--bottom:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--tooltip--bottom::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--tooltip--bottom::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--bottom:hover::before, .bx--tooltip__trigger.bx--tooltip--bottom:hover::after, .bx--tooltip__trigger.bx--tooltip--bottom:focus::before, .bx--tooltip__trigger.bx--tooltip--bottom:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--bottom::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  bottom: -0.8125rem;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: -0.8125rem;
  left: 0;
  transform: translate(0, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: -0.8125rem;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: 0;
  left: 50%;
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::before {
  bottom: -0.5rem;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #393939 transparent;
  transform: translate(-50%, 100%);
}
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: -0.8125rem;
  right: 0;
  left: auto;
  transform: translate(0, 100%);
}

.bx--tooltip__trigger.bx--tooltip--left {
  position: relative;
  display: inline-flex;
  overflow: visible;
  align-items: center;
  cursor: pointer;
}
.bx--tooltip__trigger.bx--tooltip--left:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--left:focus {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--left:focus {
  outline: 1px solid transparent;
}
.bx--tooltip__trigger.bx--tooltip--left:focus svg {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--left:focus svg {
    outline-style: dotted;
  }
}
.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    display: inline-block;
  }
}
.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::after {
  transition: none;
}
.bx--tooltip__trigger.bx--tooltip--left::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  opacity: 1;
  white-space: normal;
  word-break: break-word;
}
.bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  background-color: #393939;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    width: auto;
  }
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    border: 1px solid transparent;
  }
}
.bx--tooltip__trigger.bx--tooltip--left::after {
  content: attr(aria-label);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::after {
  content: none;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--left:hover::before, .bx--tooltip__trigger.bx--tooltip--left:hover::after, .bx--tooltip__trigger.bx--tooltip--left:focus::before, .bx--tooltip__trigger.bx--tooltip--left:focus::after {
  opacity: 1;
}
@keyframes tooltip-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:focus + .bx--assistive-text {
  overflow: visible;
  margin: auto;
  clip: auto;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:focus.bx--tooltip--a11y::before {
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden + .bx--assistive-text {
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden.bx--tooltip--a11y::before {
  animation: none;
  opacity: 0;
}
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--tooltip--left::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text {
  top: 50%;
  left: 0;
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before {
  left: -0.5rem;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  border-color: transparent transparent transparent #393939;
  transform: translate(-100%, -50%);
}
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text {
  left: -0.8125rem;
  transform: translate(-100%, -50%);
}

.bx--tooltip__trigger:not(.bx--tooltip--hidden) .bx--assistive-text {
  pointer-events: all;
}

/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--tooltip__trigger svg,
.bx--tooltip__trigger:hover svg,
.bx--tooltip__trigger:focus svg {
    fill: ButtonText;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--tooltip__trigger:focus svg {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--tooltip {
    outline: 1px solid transparent;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--assistive-text {
    outline: 1px solid transparent;
  }
}

.bx--radio-button-group {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  align-items: center;
}
.bx--radio-button-group *,
.bx--radio-button-group *::before,
.bx--radio-button-group *::after {
  box-sizing: inherit;
}

.bx--label + .bx--form-item .bx--radio-button-group {
  margin-top: 0;
}

.bx--radio-button-group--vertical {
  flex-direction: column;
  align-items: flex-start;
}
.bx--radio-button-group--vertical.bx--radio-button-group--label-left {
  align-items: flex-end;
}
.bx--radio-button-group--vertical .bx--radio-button__label {
  margin-right: 0;
  line-height: 1.25rem;
}
.bx--radio-button-group--vertical .bx--radio-button__label:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.bx--radio-button {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  visibility: inherit;
  white-space: nowrap;
  visibility: inherit;
}

.bx--radio-button__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer;
}

.bx--radio-button__appearance {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border: 1px solid #161616;
  margin: 0.0625rem 0.5rem 0.125rem 0.125rem;
  background-color: transparent;
  border-radius: 50%;
}
.bx--radio-button__appearance *,
.bx--radio-button__appearance *::before,
.bx--radio-button__appearance *::after {
  box-sizing: inherit;
}

.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #161616;
}
.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #161616;
  border-radius: 50%;
  content: "";
  transform: scale(0.5);
}
@media screen and (-ms-high-contrast: active) {
  .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
    background-color: WindowText;
  }
}
@media screen and (prefers-contrast) {
  .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
    border: 2px solid WindowText;
  }
}

.bx--radio-button:disabled + .bx--radio-button__label {
  color: #c6c6c6;
  cursor: not-allowed;
}

.bx--radio-button:disabled + .bx--radio-button__label .bx--radio-button__appearance,
.bx--radio-button:disabled:checked + .bx--radio-button__label .bx--radio-button__appearance {
  border-color: #c6c6c6;
}
.bx--radio-button:disabled + .bx--radio-button__label .bx--radio-button__appearance::before,
.bx--radio-button:disabled:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
  background-color: #c6c6c6;
}

.bx--radio-button:focus + .bx--radio-button__label .bx--radio-button__appearance {
  box-shadow: 0 0 0 2px #0f62fe;
  outline: 1px solid transparent;
}

.bx--radio-button__label.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1.125rem;
}
.bx--radio-button__label.bx--skeleton:hover, .bx--radio-button__label.bx--skeleton:focus, .bx--radio-button__label.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--radio-button__label.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--radio-button__label.bx--skeleton::before {
    animation: none;
  }
}

.bx--radio-button__label.bx--skeleton .bx--radio-button__appearance {
  display: none;
}

.bx--radio-button-wrapper .bx--radio-button__label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}

.bx--radio-button-wrapper:not(:last-of-type) {
  margin-right: 1rem;
}

.bx--radio-button-group--vertical .bx--radio-button-wrapper:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.bx--radio-button-group--label-right .bx--radio-button__label,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-right .bx--radio-button__label {
  flex-direction: row;
}

.bx--radio-button-group--label-left .bx--radio-button__label,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-left .bx--radio-button__label {
  flex-direction: row-reverse;
}

.bx--radio-button-group--label-left .bx--radio-button__appearance,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-left .bx--radio-button__appearance {
  margin-right: 0;
  margin-left: 0.5rem;
}

.bx--inline-notification {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  min-width: 18rem;
  max-width: 18rem;
  height: auto;
  min-height: 3rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.bx--inline-notification *,
.bx--inline-notification *::before,
.bx--inline-notification *::after {
  box-sizing: inherit;
}
@media (min-width: 42rem) {
  .bx--inline-notification {
    max-width: 38rem;
    flex-wrap: nowrap;
  }
}
@media (min-width: 66rem) {
  .bx--inline-notification {
    max-width: 46rem;
  }
}
@media (min-width: 99rem) {
  .bx--inline-notification {
    max-width: 52rem;
  }
}

.bx--inline-notification:not(.bx--inline-notification--low-contrast) a {
  color: #78a9ff;
}

.bx--inline-notification a {
  text-decoration: none;
}

.bx--inline-notification a:hover {
  text-decoration: underline;
}

.bx--inline-notification a:focus {
  outline: 1px solid #78a9ff;
}

.bx--inline-notification.bx--inline-notification--low-contrast a:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--inline-notification.bx--inline-notification--low-contrast a:focus {
    outline-style: dotted;
  }
}

.bx--inline-notification--low-contrast {
  color: #161616;
}
.bx--inline-notification--low-contrast::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  content: "";
  filter: opacity(0.4);
  pointer-events: none;
}

.bx--inline-notification--error {
  border-left: 3px solid #fa4d56;
  background: #393939;
}
.bx--inline-notification--error .bx--inline-notification__icon,
.bx--inline-notification--error .bx--toast-notification__icon {
  fill: #fa4d56;
}

.bx--inline-notification--low-contrast.bx--inline-notification--error {
  border-left: 3px solid #da1e28;
  background: #fff1f1;
}
.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--toast-notification__icon {
  fill: #da1e28;
}
.bx--inline-notification--low-contrast.bx--inline-notification--error::before {
  border-color: #da1e28;
}

.bx--inline-notification--success {
  border-left: 3px solid #42be65;
  background: #393939;
}
.bx--inline-notification--success .bx--inline-notification__icon,
.bx--inline-notification--success .bx--toast-notification__icon {
  fill: #42be65;
}

.bx--inline-notification--low-contrast.bx--inline-notification--success {
  border-left: 3px solid #198038;
  background: #defbe6;
}
.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--toast-notification__icon {
  fill: #198038;
}
.bx--inline-notification--low-contrast.bx--inline-notification--success::before {
  border-color: #198038;
}

.bx--inline-notification--info,
.bx--inline-notification--info-square {
  border-left: 3px solid #4589ff;
  background: #393939;
}
.bx--inline-notification--info .bx--inline-notification__icon,
.bx--inline-notification--info .bx--toast-notification__icon,
.bx--inline-notification--info-square .bx--inline-notification__icon,
.bx--inline-notification--info-square .bx--toast-notification__icon {
  fill: #4589ff;
}

.bx--inline-notification--low-contrast.bx--inline-notification--info,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square {
  border-left: 3px solid #0043ce;
  background: #edf5ff;
}
.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--toast-notification__icon {
  fill: #0043ce;
}
.bx--inline-notification--low-contrast.bx--inline-notification--info::before,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square::before {
  border-color: #0043ce;
}

.bx--inline-notification--warning,
.bx--inline-notification--warning-alt {
  border-left: 3px solid #f1c21b;
  background: #393939;
}
.bx--inline-notification--warning .bx--inline-notification__icon,
.bx--inline-notification--warning .bx--toast-notification__icon,
.bx--inline-notification--warning-alt .bx--inline-notification__icon,
.bx--inline-notification--warning-alt .bx--toast-notification__icon {
  fill: #f1c21b;
}

.bx--inline-notification--low-contrast.bx--inline-notification--warning,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt {
  border-left: 3px solid #f1c21b;
  background: #fdf6dd;
}
.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--toast-notification__icon {
  fill: #f1c21b;
}
.bx--inline-notification--low-contrast.bx--inline-notification--warning::before,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt::before {
  border-color: #f1c21b;
}

.bx--inline-notification--warning .bx--inline-notification__icon path[opacity="0"] {
  fill: #000000;
  opacity: 1;
}

.bx--inline-notification__details {
  display: flex;
  flex-grow: 1;
  margin: 0 3rem 0 1rem;
}
@media (min-width: 42rem) {
  .bx--inline-notification__details {
    margin: 0 1rem;
  }
}

.bx--inline-notification__icon {
  flex-shrink: 0;
  margin-top: 0.875rem;
  margin-right: 1rem;
}

.bx--inline-notification__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem 0;
}

.bx--inline-notification__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  margin: 0 0.25rem 0 0;
}

.bx--inline-notification__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  word-break: break-word;
}

.bx--inline-notification__action-button.bx--btn--ghost {
  height: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 2.5rem;
}
@media (min-width: 42rem) {
  .bx--inline-notification__action-button.bx--btn--ghost {
    margin: 0.5rem 0;
  }
}

.bx--inline-notification:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  color: #78a9ff;
}

.bx--inline-notification__action-button.bx--btn--ghost:active,
.bx--inline-notification__action-button.bx--btn--ghost:hover {
  background-color: #4c4c4c;
}

.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active,
.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover {
  background-color: #ffffff;
}

.bx--inline-notification__action-button.bx--btn--ghost:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}

.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  outline-color: #0f62fe;
}

.bx--inline-notification--hide-close-button .bx--inline-notification__action-button.bx--btn--ghost {
  margin-right: 0.5rem;
}

.bx--inline-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--inline-notification__close-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #ffffff;
}
@media (min-width: 42rem) {
  .bx--inline-notification__close-button {
    position: static;
  }
}

.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
    outline-style: dotted;
  }
}

.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #161616;
}

/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--inline-notification {
    outline: 1px solid transparent;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--inline-notification__close-button:focus,
.bx--btn.bx--btn--ghost.bx--inline-notification__action-button:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--inline-notification__icon {
    fill: ButtonText;
  }
}

/* stylelint-enable */
.bx--overflow-menu,
.bx--overflow-menu__trigger {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--overflow-menu *,
.bx--overflow-menu *::before,
.bx--overflow-menu *::after,
.bx--overflow-menu__trigger *,
.bx--overflow-menu__trigger *::before,
.bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
.bx--overflow-menu::-moz-focus-inner,
.bx--overflow-menu__trigger::-moz-focus-inner {
  border: 0;
}
.bx--overflow-menu *,
.bx--overflow-menu *::before,
.bx--overflow-menu *::after,
.bx--overflow-menu__trigger *,
.bx--overflow-menu__trigger *::before,
.bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
.bx--overflow-menu:focus,
.bx--overflow-menu__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--overflow-menu:focus,
.bx--overflow-menu__trigger:focus {
    outline-style: dotted;
  }
}
.bx--overflow-menu:hover,
.bx--overflow-menu__trigger:hover {
  background-color: #e5e5e5;
}

.bx--overflow-menu--sm {
  width: 2rem;
  height: 2rem;
}

.bx--overflow-menu--xl,
.bx--overflow-menu--lg {
  width: 3rem;
  height: 3rem;
}

.bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
.bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus svg {
  outline: none;
}

.bx--overflow-menu.bx--overflow-menu--open,
.bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__trigger {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #f4f4f4;
  transition: none;
}

.bx--overflow-menu--light.bx--overflow-menu--open,
.bx--overflow-menu--light.bx--overflow-menu--open .bx--overflow-menu__trigger {
  background-color: #ffffff;
}

.bx--overflow-menu__icon {
  width: 1rem;
  height: 1rem;
  fill: #161616;
}

.bx--overflow-menu-options {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 6000;
  top: 32px;
  left: 0;
  display: none;
  width: 10rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f4f4f4;
  list-style: none;
}
.bx--overflow-menu-options *,
.bx--overflow-menu-options *::before,
.bx--overflow-menu-options *::after {
  box-sizing: inherit;
}
.bx--overflow-menu-options::after {
  position: absolute;
  display: block;
  background-color: #f4f4f4;
  content: "";
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}

.bx--overflow-menu.bx--overflow-menu--open:hover {
  background-color: #f4f4f4;
}

.bx--overflow-menu-options--light {
  background-color: #ffffff;
}
.bx--overflow-menu-options--light::after {
  background-color: #ffffff;
}

.bx--overflow-menu.bx--overflow-menu--light.bx--overflow-menu--open:hover {
  background-color: #ffffff;
}

.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  top: -0.1875rem;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
}

.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  bottom: -0.5rem;
  left: 0;
  width: 2.5rem;
  height: 0.5rem;
}

.bx--overflow-menu-options[data-floating-menu-direction=left]::after {
  top: 0;
  right: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}

.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: 0;
  left: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}

.bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 2rem;
}
.bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=left]::after, .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 2rem;
}

.bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
.bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after,
.bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 3rem;
}
.bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=left]::after, .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=right]::after,
.bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
.bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 3rem;
}

.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  right: 0;
  left: auto;
}

.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: auto;
  bottom: 0;
}

.bx--overflow-menu-options--open {
  display: flex;
}

.bx--overflow-menu-options__content {
  width: 100%;
}

.bx--overflow-menu-options__option {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: flex;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  padding: 0;
  background-color: transparent;
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--overflow-menu-options__option *,
.bx--overflow-menu-options__option *::before,
.bx--overflow-menu-options__option *::after {
  box-sizing: inherit;
}

.bx--overflow-menu-options--sm .bx--overflow-menu-options__option {
  height: 2rem;
}

.bx--overflow-menu-options--xl .bx--overflow-menu-options__option,
.bx--overflow-menu-options--lg .bx--overflow-menu-options__option {
  height: 3rem;
}

.bx--overflow-menu--divider {
  border-top: 1px solid #e0e0e0;
}

.bx--overflow-menu--light .bx--overflow-menu--divider {
  border-top: 1px solid #e0e0e0;
}

a.bx--overflow-menu-options__btn::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.bx--overflow-menu-options__btn {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-flex;
  width: 100%;
  max-width: 11.25rem;
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  border: none;
  background-color: transparent;
  color: #525252;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--overflow-menu-options__btn *,
.bx--overflow-menu-options__btn *::before,
.bx--overflow-menu-options__btn *::after {
  box-sizing: inherit;
}
.bx--overflow-menu-options__btn:hover {
  color: #161616;
}
.bx--overflow-menu-options__btn:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--overflow-menu-options__btn:focus {
    outline-style: dotted;
  }
}
.bx--overflow-menu-options__btn::-moz-focus-inner {
  border: none;
}

.bx--overflow-menu-options__btn svg {
  fill: #525252;
}

.bx--overflow-menu-options__btn:hover svg {
  fill: #161616;
}

.bx--overflow-menu-options__option-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx--overflow-menu-options__option:hover {
  background-color: #e5e5e5;
}

.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover,
.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus {
  background-color: #da1e28;
  color: #ffffff;
}
.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover svg,
.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus svg {
  fill: currentColor;
}

.bx--overflow-menu-options__option--disabled:hover {
  background-color: #f4f4f4;
  cursor: not-allowed;
}

.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn {
  color: #c6c6c6;
  pointer-events: none;
}
.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:hover, .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:active, .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #f4f4f4;
}

.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn svg {
  fill: #c6c6c6;
}

.bx--overflow-menu--flip {
  left: -140px;
}
.bx--overflow-menu--flip::before {
  left: 145px;
}

.bx--overflow-menu__container {
  display: inline-block;
}

/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--overflow-menu:focus,
.bx--overflow-menu-options__btn:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--overflow-menu svg {
    fill: ButtonText;
  }
}

/*stylelint-enable */
.bx--modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.5);
  content: "";
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
  visibility: hidden;
}
.bx--modal.is-visible {
  opacity: 1;
  transition: opacity 240ms cubic-bezier(0, 0, 0.3, 1), visibility 0ms linear;
  visibility: inherit;
}
.bx--modal .bx--pagination,
.bx--modal .bx--pagination__control-buttons,
.bx--modal .bx--text-input,
.bx--modal .bx--text-area,
.bx--modal .bx--search-input,
.bx--modal .bx--select-input,
.bx--modal .bx--dropdown,
.bx--modal .bx--dropdown-list,
.bx--modal .bx--number input[type=number],
.bx--modal .bx--date-picker__input {
  background-color: #ffffff;
}

.bx--modal.is-visible .bx--modal-container {
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1);
}

.bx--modal-container {
  position: fixed;
  top: 0;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #f4f4f4;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transform: translate3d(0, -24px, 0);
  transform-origin: top center;
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
}
@media (min-width: 42rem) {
  .bx--modal-container {
    position: static;
    width: 84%;
    height: auto;
    max-height: 90%;
  }
  .bx--modal-container .bx--modal-header,
.bx--modal-container .bx--modal-content,
.bx--modal-container .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  .bx--modal-container .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  .bx--modal-container {
    width: 60%;
    max-height: 84%;
  }
}
@media (min-width: 82rem) {
  .bx--modal-container {
    width: 48%;
  }
}

.bx--modal-header,
.bx--modal-content {
  padding-left: 1rem;
}

.bx--modal-header,
.bx--modal-content,
.bx--modal-content__regular-content {
  padding-right: 1rem;
}

.bx--modal-content--with-form {
  padding-right: 1rem;
}

.bx--modal-container--xs .bx--modal-header {
  padding-right: 3rem;
}
.bx--modal-container--xs .bx--modal-content,
.bx--modal-container--xs .bx--modal-content__regular-content,
.bx--modal-container--xs .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  .bx--modal-container--xs {
    width: 48%;
  }
}
@media (min-width: 66rem) {
  .bx--modal-container--xs {
    width: 32%;
    max-height: 48%;
  }
}
@media (min-width: 82rem) {
  .bx--modal-container--xs {
    width: 24%;
  }
}

.bx--modal-container--sm .bx--modal-header {
  padding-right: 3rem;
}
.bx--modal-container--sm .bx--modal-content,
.bx--modal-container--sm .bx--modal-content__regular-content,
.bx--modal-container--sm .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  .bx--modal-container--sm {
    width: 60%;
  }
}
@media (min-width: 66rem) {
  .bx--modal-container--sm {
    width: 42%;
    max-height: 72%;
  }
}
@media (min-width: 82rem) {
  .bx--modal-container--sm {
    width: 36%;
  }
  .bx--modal-container--sm .bx--modal-header,
.bx--modal-container--sm .bx--modal-content,
.bx--modal-container--sm .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  .bx--modal-container--sm .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}

.bx--modal-container--lg .bx--modal-header {
  padding-right: 3rem;
}
.bx--modal-container--lg .bx--modal-content,
.bx--modal-container--lg .bx--modal-content__regular-content,
.bx--modal-container--lg .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  .bx--modal-container--lg {
    width: 96%;
  }
  .bx--modal-container--lg .bx--modal-header,
.bx--modal-container--lg .bx--modal-content,
.bx--modal-container--lg .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  .bx--modal-container--lg .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  .bx--modal-container--lg {
    width: 84%;
    max-height: 96%;
  }
}
@media (min-width: 82rem) {
  .bx--modal-container--lg {
    width: 72%;
  }
}

.bx--modal-header {
  padding-top: 1rem;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
  grid-column: 1/-1;
  grid-row: 1/1;
}

.bx--modal-header__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  margin-bottom: 0.25rem;
  color: #525252;
}

.bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #161616;
}

.bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
  color: #161616;
  font-weight: 400;
  grid-column: 1/-1;
  grid-row: 2/-2;
  overflow-y: auto;
}
.bx--modal-content:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--modal-content:focus {
    outline-style: dotted;
  }
}

.bx--modal-content > p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
}

.bx--modal-scroll-content > *:last-child {
  padding-bottom: 2rem;
}

.bx--modal-content--overflow-indicator {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  content: "";
  grid-column: 1/-1;
  grid-row: 2/-2;
  pointer-events: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .bx--modal-content--overflow-indicator {
      background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
    }
  }
}
.bx--modal-content:focus ~ .bx--modal-content--overflow-indicator {
  width: calc(100% - 4px);
  margin: 0 2px 2px;
}

@media screen and (-ms-high-contrast: active) {
  .bx--modal-scroll-content > *:last-child {
    padding-bottom: 0;
  }

  .bx--modal-content--overflow-indicator {
    display: none;
  }
}
.bx--modal-footer {
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  margin-top: auto;
  grid-column: 1/-1;
  grid-row: -1/-1;
}

.bx--modal-footer .bx--btn {
  max-width: none;
  height: 4rem;
  flex: 0 1 50%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0;
}

.bx--modal-footer--three-button .bx--btn {
  flex: 0 1 25%;
  align-items: flex-start;
}

.bx--modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--modal-close:hover {
  background-color: #e5e5e5;
}
.bx--modal-close:focus {
  border-color: #0f62fe;
  outline: none;
}

.bx--modal-close::-moz-focus-inner {
  border: 0;
}

.bx--modal-close__icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #161616;
}

.bx--body--with-modal-open {
  overflow: hidden;
}

.bx--body--with-modal-open .bx--tooltip,
.bx--body--with-modal-open .bx--overflow-menu-options {
  z-index: 9000;
}

/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--modal-close__icon {
    fill: ButtonText;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--modal-close:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

/* stylelint-enable */
.bx--table-toolbar {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  background-color: #f4f4f4;
}

.bx--toolbar-content {
  display: flex;
  width: 100%;
  height: 3rem;
  justify-content: flex-end;
  transform: translate3d(0, 0, 0);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--batch-actions ~ .bx--toolbar-content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bx--toolbar-content .bx--search .bx--search-input {
  background-color: transparent;
}

.bx--batch-actions ~ .bx--toolbar-search-container {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 110ms;
}

.bx--toolbar-content .bx--toolbar-search-container-expandable {
  position: relative;
  width: 3rem;
  height: 3rem;
  box-shadow: none;
  cursor: pointer;
  transition: width 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--toolbar-content .bx--toolbar-search-container-expandable:hover {
  background-color: #e5e5e5;
}

.bx--toolbar-search-container-expandable .bx--search-input {
  height: 100%;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.bx--toolbar-search-container-expandable .bx--search-magnifier-icon {
  left: 0;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  fill: #161616;
}

.bx--toolbar-search-container-expandable.bx--search--disabled .bx--search-magnifier-icon {
  background-color: #f4f4f4;
  cursor: not-allowed;
  transition: background-color none;
}

.bx--toolbar-search-container-disabled .bx--search-input {
  cursor: not-allowed;
}

.bx--toolbar-search-container-expandable.bx--search .bx--label {
  visibility: hidden;
}

.bx--toolbar-search-container-expandable.bx--search .bx--search-close {
  width: 3rem;
  height: 3rem;
}
.bx--toolbar-search-container-expandable.bx--search .bx--search-close::before {
  top: 0.125rem;
  height: calc(100% - 0.25rem);
  background-color: #e5e5e5;
}

.bx--toolbar-search-container-expandable.bx--search .bx--search-close:focus::before {
  background-color: #0f62fe;
}

.bx--toolbar-search-container-active.bx--search {
  width: 100%;
}

.bx--toolbar-search-container-active .bx--search-input {
  opacity: 1;
}

.bx--toolbar-search-container-active .bx--label,
.bx--toolbar-search-container-active .bx--search-input {
  padding: 0 3rem;
  cursor: text;
}

.bx--toolbar-search-container-active .bx--search-input:focus + .bx--search-close {
  border: none;
  box-shadow: none;
  outline: none;
}

.bx--toolbar-search-container-active .bx--search-input:not(:placeholder-shown) {
  border: none;
  background-color: #e5e5e5;
}

.bx--toolbar-search-container-active .bx--search-magnifier-icon:focus,
.bx--toolbar-search-container-active .bx--search-magnifier-icon:active,
.bx--toolbar-search-container-active .bx--search-magnifier-icon:hover {
  border: none;
  background-color: transparent;
  outline: none;
}

.bx--toolbar-search-container-persistent .bx--search-close,
.bx--toolbar-search-container-persistent .bx--search-close:hover,
.bx--toolbar-search-container-active .bx--search-close,
.bx--toolbar-search-container-active .bx--search-close:hover {
  border: none;
  background-color: transparent;
}

.bx--toolbar-search-container-persistent .bx--search-close::before {
  display: none;
}

.bx--overflow-menu.bx--toolbar-action {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  cursor: pointer;
  transition: background 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--overflow-menu.bx--toolbar-action *,
.bx--overflow-menu.bx--toolbar-action *::before,
.bx--overflow-menu.bx--toolbar-action *::after {
  box-sizing: inherit;
}
.bx--overflow-menu.bx--toolbar-action::-moz-focus-inner {
  border: 0;
}

.bx--toolbar-action {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transition: background 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--toolbar-action *,
.bx--toolbar-action *::before,
.bx--toolbar-action *::after {
  box-sizing: inherit;
}
.bx--toolbar-action::-moz-focus-inner {
  border: 0;
}

.bx--toolbar-action:hover:not([disabled]) {
  background-color: #e5e5e5;
}

.bx--toolbar-action:hover[aria-expanded=true] {
  background-color: #f4f4f4;
}

.bx--toolbar-action[disabled] {
  cursor: not-allowed;
}

.bx--toolbar-action[disabled] .bx--toolbar-action__icon {
  cursor: not-allowed;
  fill: #c6c6c6;
}

.bx--toolbar-action:focus:not([disabled]),
.bx--toolbar-action:active:not([disabled]) {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--toolbar-action:focus:not([disabled]),
.bx--toolbar-action:active:not([disabled]) {
    outline-style: dotted;
  }
}
.bx--toolbar-action:focus:not([disabled]).bx--toolbar-search-container-expandable,
.bx--toolbar-action:active:not([disabled]).bx--toolbar-search-container-expandable {
  outline: none;
}

.bx--toolbar-action ~ .bx--btn {
  max-width: none;
  margin: 0;
  white-space: nowrap;
}

.bx--overflow-menu--data-table {
  height: 3rem;
}

.bx--toolbar-action__icon {
  width: auto;
  max-width: 1rem;
  height: 1rem;
  fill: #161616;
}

.bx--toolbar-search-container-persistent {
  position: relative;
  width: 100%;
  height: 3rem;
  opacity: 1;
}

.bx--toolbar-search-container-persistent + .bx--toolbar-content {
  position: relative;
  width: auto;
}

.bx--toolbar-search-container-persistent .bx--search {
  position: initial;
}

.bx--toolbar-search-container-persistent .bx--search-magnifier-icon {
  left: 1rem;
}

.bx--toolbar-search-container-persistent .bx--search-input {
  height: 3rem;
  padding: 0 3rem;
  border: none;
}

.bx--toolbar-search-container-persistent .bx--search-input:focus:not([disabled]) {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--toolbar-search-container-persistent .bx--search-input:focus:not([disabled]) {
    outline-style: dotted;
  }
}

.bx--toolbar-search-container-persistent .bx--search-input:hover:not([disabled]) {
  background-color: #e5e5e5;
}

.bx--toolbar-search-container-persistent .bx--search-input:active:not([disabled]),
.bx--toolbar-search-container-persistent .bx--search-input:not(:placeholder-shown) {
  background-color: #e5e5e5;
}

.bx--toolbar-search-container-persistent .bx--search-close {
  width: 3rem;
  height: 3rem;
}

.bx--batch-actions--active ~ .bx--toolbar-search-container,
.bx--batch-actions--active ~ .bx--toolbar-content {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform: translate3d(0, 48px, 0);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--batch-actions {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: #0f62fe;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  overflow-x: auto;
  pointer-events: none;
  transform: translate3d(0, 48px, 0);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  will-change: transform;
}

.bx--batch-actions:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--batch-actions:focus {
    outline-style: dotted;
  }
}

.bx--batch-actions--active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: all;
  transform: translate3d(0, 0, 0);
}

.bx--action-list {
  position: absolute;
  right: 0;
  display: flex;
}

.bx--action-list .bx--btn {
  min-width: 0;
  padding: calc(0.875rem - 3px) 16px;
  color: #ffffff;
}

.bx--action-list .bx--btn:disabled {
  color: #8d8d8d;
}

.bx--action-list .bx--btn .bx--btn__icon {
  position: static;
  margin-left: 0.5rem;
  fill: #ffffff;
}

.bx--action-list .bx--btn .bx--btn__icon .st0 {
  fill: none;
}

.bx--batch-download {
  padding: 0.0625rem;
}

.bx--action-list .bx--btn--primary:focus::before,
.bx--action-list .bx--btn--primary::before,
.bx--action-list .bx--btn--primary:focus::after,
.bx--action-list .bx--btn--primary::after {
  display: none;
}

.bx--action-list .bx--btn--primary:focus {
  outline: 2px solid #f4f4f4;
  outline-offset: -0.125rem;
}

.bx--action-list .bx--btn--primary:nth-child(3):hover + .bx--btn--primary.bx--batch-summary__cancel::before,
.bx--action-list .bx--btn--primary:nth-child(3):focus + .bx--btn--primary.bx--batch-summary__cancel::before {
  opacity: 0;
}

.bx--btn--primary.bx--batch-summary__cancel::before {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  display: block;
  width: 0.0625rem;
  height: 1rem;
  border: none;
  background-color: #ffffff;
  content: "";
  opacity: 1;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--btn--primary.bx--batch-summary__cancel:hover::before {
  opacity: 0;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--batch-summary__cancel {
  position: relative;
  padding-right: 1rem;
}

.bx--batch-summary {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  color: #ffffff;
}

.bx--batch-summary__para {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
}

.bx--table-toolbar--small,
.bx--table-toolbar--sm {
  height: 2rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-expandable,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent,
.bx--table-toolbar--sm .bx--toolbar-search-container-expandable,
.bx--table-toolbar--sm .bx--toolbar-search-container-persistent {
  height: 2rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search-input,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-input,
.bx--table-toolbar--sm .bx--toolbar-search-container-expandable .bx--search-input,
.bx--table-toolbar--sm .bx--toolbar-search-container-persistent .bx--search-input {
  height: 2rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search-close,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-close,
.bx--table-toolbar--sm .bx--toolbar-search-container-expandable .bx--search-close,
.bx--table-toolbar--sm .bx--toolbar-search-container-persistent .bx--search-close {
  width: 2rem;
  height: 2rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search-magnifier-icon,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-magnifier-icon,
.bx--table-toolbar--sm .bx--toolbar-search-container-expandable .bx--search-magnifier-icon,
.bx--table-toolbar--sm .bx--toolbar-search-container-persistent .bx--search-magnifier-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
}
.bx--table-toolbar--small .bx--toolbar-action.bx--toolbar-search-container-persistent,
.bx--table-toolbar--sm .bx--toolbar-action.bx--toolbar-search-container-persistent {
  width: 100%;
}
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier-icon,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-magnifier-icon,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-magnifier-icon,
.bx--table-toolbar--sm .bx--toolbar-search-container-persistent .bx--search-magnifier-icon {
  left: 0.5rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-expandable,
.bx--table-toolbar--sm .bx--toolbar-search-container-expandable {
  width: 2rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search .bx--search-input,
.bx--table-toolbar--sm .bx--toolbar-search-container-expandable .bx--search .bx--search-input {
  padding: 0 3rem;
}
.bx--table-toolbar--small .bx--toolbar-search-container-active,
.bx--table-toolbar--sm .bx--toolbar-search-container-active {
  flex: auto;
  transition: flex 175ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input {
  visibility: inherit;
}
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:focus,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  background-color: #e5e5e5;
}
@media screen and (prefers-contrast) {
  .bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:focus,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input:focus {
    outline-style: dotted;
  }
}
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:active,
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:not(:placeholder-shown),
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input:active,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-input:not(:placeholder-shown) {
  background-color: #e5e5e5;
}
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier-icon:focus,
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier-icon:active,
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier-icon:hover,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-magnifier-icon:focus,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-magnifier-icon:active,
.bx--table-toolbar--sm .bx--toolbar-search-container-active .bx--search-magnifier-icon:hover {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: transparent;
}

.bx--search--disabled .bx--search-magnifier-icon:hover {
  background-color: transparent;
}

.bx--table-toolbar--small .bx--batch-actions .bx--action-list,
.bx--table-toolbar--sm .bx--batch-actions .bx--action-list {
  height: 2rem;
}

.bx--table-toolbar--small .bx--toolbar-action,
.bx--table-toolbar--sm .bx--toolbar-action {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 0;
}

.bx--table-toolbar--small .bx--btn--primary,
.bx--table-toolbar--sm .bx--btn--primary {
  height: 2rem;
  min-height: auto;
  padding-top: calc(0.375rem - 3px);
  padding-bottom: calc(0.375rem - 3px);
}

.bx--table-toolbar--small .bx--btn--primary.bx--batch-summary__cancel::before,
.bx--table-toolbar--sm .bx--btn--primary.bx--batch-summary__cancel::before {
  top: 0.5rem;
}

.bx--table-toolbar--small .bx--toolbar-action ~ .bx--btn,
.bx--table-toolbar--sm .bx--toolbar-action ~ .bx--btn {
  overflow: hidden;
  height: 2rem;
}

.bx--data-table-container {
  padding-top: 0.125rem;
}

.bx--data-table-content {
  overflow-x: auto;
}

.bx--data-table-header {
  padding: 1rem 0 1.5rem 1rem;
  background: #f4f4f4;
}

.bx--data-table-header__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #161616;
}

.bx--data-table-header__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #525252;
}

.bx--data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.bx--data-table thead {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  background-color: #e0e0e0;
}

.bx--data-table tbody {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  width: 100%;
  background-color: #f4f4f4;
}

.bx--data-table tr {
  width: 100%;
  height: 3rem;
  border: none;
}

.bx--data-table tbody tr,
.bx--data-table tbody tr td,
.bx--data-table tbody tr th {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}

.bx--data-table tbody tr:hover {
  background: #e5e5e5;
}

.bx--data-table tbody tr:hover td,
.bx--data-table tbody tr:hover th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #e5e5e5;
  color: #161616;
}

.bx--data-table tbody tr:hover td .bx--link,
.bx--data-table tbody tr:hover th .bx--link {
  color: #0043ce;
}

.bx--data-table th,
.bx--data-table td {
  text-align: left;
  vertical-align: middle;
}

.bx--data-table th[align=right],
.bx--data-table td[align=right] {
  text-align: right;
}

.bx--data-table th[align=center],
.bx--data-table td[align=center] {
  text-align: center;
}

.bx--data-table th {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #e0e0e0;
  color: #161616;
}

.bx--data-table th:last-of-type {
  position: static;
  width: auto;
}

.bx--data-table td,
.bx--data-table tbody th {
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
  background: #f4f4f4;
  color: #525252;
}
.bx--data-table td + td:first-of-type,
.bx--data-table tbody th + td:first-of-type {
  padding-left: 0.75rem;
}

@supports (-moz-appearance: none) {
  .bx--data-table td {
    background-clip: padding-box;
  }
}
.bx--data-table .bx--list-box input[role=combobox],
.bx--data-table .bx--list-box input[type=text],
.bx--data-table .bx--dropdown,
.bx--data-table .bx--list-box,
.bx--data-table .bx--number input[type=number],
.bx--data-table .bx--number__control-btn::before,
.bx--data-table .bx--number__control-btn::after,
.bx--data-table .bx--text-input,
.bx--data-table .bx--select-input {
  background-color: #ffffff;
}

.bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
    outline-style: dotted;
  }
}

.bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=true]:focus {
  outline: none;
}

@media screen and (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bx--data-table td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
    opacity: 0;
  }
}
.bx--data-table td.bx--table-column-menu .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__icon {
  opacity: 1;
}

.bx--data-table.bx--data-table--visible-overflow-menu td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon,
.bx--data-table td.bx--table-column-menu .bx--overflow-menu:hover .bx--overflow-menu__icon,
.bx--data-table td.bx--table-column-menu .bx--overflow-menu:focus .bx--overflow-menu__icon,
.bx--data-table tr:hover td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}

.bx--table-row--menu-option .bx--overflow-menu-options__btn .bx--overflow-menu-options__option-content svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.5rem;
}

.bx--data-table .bx--overflow-menu:hover,
.bx--data-table .bx--overflow-menu__trigger:hover {
  background-color: #cacaca;
}

.bx--data-table--selected .bx--overflow-menu:hover,
.bx--data-table--selected .bx--overflow-menu__trigger:hover {
  background-color: #e5e5e5;
}

.bx--data-table--selected .bx--link {
  color: #0043ce;
}

.bx--data-table--compact td.bx--table-column-menu,
.bx--data-table--xs td.bx--table-column-menu,
.bx--data-table--short td.bx--table-column-menu,
.bx--data-table--sm td.bx--table-column-menu {
  height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.bx--data-table--short td.bx--table-column-menu,
.bx--data-table--sm td.bx--table-column-menu {
  height: 2rem;
}

.bx--data-table--md td.bx--table-column-menu {
  height: 2.5rem;
}

.bx--data-table--tall .bx--table-column-menu,
.bx--data-table--xl .bx--table-column-menu {
  padding-top: 0.5rem;
}

.bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(odd) td {
  border-bottom: 1px solid #f4f4f4;
}

.bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(even) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}

.bx--data-table--zebra tbody tr:not(.bx--parent-row):hover td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}

.bx--table-column-checkbox .bx--checkbox-label {
  padding-left: 0;
}

.bx--data-table th.bx--table-column-checkbox {
  position: static;
  width: 2rem;
  background: #e0e0e0;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}

.bx--data-table .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.375rem;
}

.bx--data-table--compact .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before,
.bx--data-table--xs .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.125rem;
}

.bx--data-table thead th.bx--table-column-checkbox,
.bx--data-table tbody td.bx--table-column-checkbox,
.bx--data-table thead th.bx--table-expand,
.bx--data-table tbody td.bx--table-expand {
  min-width: 0;
}

.bx--data-table thead th.bx--table-column-checkbox,
.bx--data-table tbody td.bx--table-column-checkbox {
  padding-right: 0.25rem;
  padding-left: 1rem;
}

.bx--data-table thead th.bx--table-expand,
.bx--data-table tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
}

.bx--data-table--compact thead th.bx--table-expand,
.bx--data-table--compact tbody td.bx--table-expand,
.bx--data-table--xs thead th.bx--table-expand,
.bx--data-table--xs tbody td.bx--table-expand {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0 0 0.5rem;
}

.bx--data-table--short thead th.bx--table-expand,
.bx--data-table--short tbody td.bx--table-expand,
.bx--data-table--sm thead th.bx--table-expand,
.bx--data-table--sm tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
  padding: 0;
  padding-left: 0.5rem;
}

.bx--data-table--md thead th.bx--table-expand,
.bx--data-table--md tbody td.bx--table-expand {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0 0.25rem 0.5rem;
}

.bx--data-table--tall thead th.bx--table-expand,
.bx--data-table--tall tbody td.bx--table-expand,
.bx--data-table--xl thead th.bx--table-expand,
.bx--data-table--xl tbody td.bx--table-expand {
  height: 4rem;
  padding-top: 0.625rem;
  padding-bottom: 1.375rem;
}

.bx--data-table--tall .bx--table-column-checkbox,
.bx--data-table--xl .bx--table-column-checkbox {
  padding-top: 0.8125rem;
}

.bx--data-table--tall .bx--table-column-radio,
.bx--data-table--xl .bx--table-column-radio {
  padding-top: 1rem;
}

.bx--date-table tbody th.bx--table-column-checkbox:hover {
  background: #cacaca;
}

.bx--table-column-radio {
  width: 48px;
}

.bx--table-column-radio .bx--radio-button__appearance {
  margin-right: -0.125rem;
}

.bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected td,
tr.bx--data-table--selected td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #c6c6c6;
  background-color: #e0e0e0;
  color: #161616;
}

.bx--data-table--zebra tbody tr:first-of-type:nth-child(odd).bx--data-table--selected td,
tr.bx--data-table--selected:first-of-type td {
  border-top: 1px solid #c6c6c6;
}

.bx--data-table--zebra tbody tr:last-of-type:nth-child(odd).bx--data-table--selected td,
.bx--data-table--zebra tbody tr:last-of-type:nth-child(even).bx--data-table--selected td,
tr.bx--data-table--selected:last-of-type td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected td {
  border-bottom: 1px solid #c6c6c6;
}

.bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected:hover td {
  border-bottom: 1px solid #cacaca;
}

.bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected:hover td,
.bx--data-table tbody .bx--data-table--selected:hover td {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background: #cacaca;
  color: #161616;
}

.bx--data-table--selected .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}

.bx--data-table--compact thead tr,
.bx--data-table--compact tbody tr,
.bx--data-table--compact tbody tr th {
  height: 1.5rem;
}

.bx--data-table--compact .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.bx--data-table--compact td,
.bx--data-table--compact tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.bx--data-table--compact .bx--overflow-menu {
  width: 2rem;
  height: 100%;
}

.bx--data-table.bx--data-table--compact .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}

.bx--data-table.bx--data-table--compact .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}

.bx--data-table--xs thead tr,
.bx--data-table--xs tbody tr,
.bx--data-table--xs tbody tr th {
  height: 1.5rem;
}

.bx--data-table--xs .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.bx--data-table--xs td,
.bx--data-table--xs tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.bx--data-table--xs .bx--overflow-menu {
  width: 2rem;
  height: calc(100% + 1px);
}

.bx--data-table.bx--data-table--xs .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}

.bx--data-table.bx--data-table--xs .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}

.bx--data-table--short thead tr,
.bx--data-table--short tbody tr,
.bx--data-table--short tbody tr th {
  height: 2rem;
}

.bx--data-table--short .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.bx--data-table--short td,
.bx--data-table--short tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}

.bx--data-table.bx--data-table--short .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.bx--data-table--short .bx--overflow-menu {
  height: 100%;
}

.bx--data-table--sm thead tr,
.bx--data-table--sm tbody tr,
.bx--data-table--sm tbody tr th {
  height: 2rem;
}

.bx--data-table--sm .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.bx--data-table--sm td,
.bx--data-table--sm tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}

.bx--data-table.bx--data-table--sm .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.bx--data-table--sm .bx--overflow-menu {
  height: calc(100% + 1px);
}

.bx--data-table--md thead tr,
.bx--data-table--md tbody tr,
.bx--data-table--md tbody tr th {
  height: 2.5rem;
}

.bx--data-table--md .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.bx--data-table--md td,
.bx--data-table--md tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}

.bx--data-table.bx--data-table--md .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.bx--data-table--md .bx--table-column-menu {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.bx--data-table--tall thead tr,
.bx--data-table--tall tbody tr,
.bx--data-table--tall tbody tr th {
  height: 4rem;
}

.bx--data-table--tall .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bx--data-table--tall td,
.bx--data-table--tall tbody tr th {
  padding-top: 1rem;
}

.bx--data-table--tall th,
.bx--data-table--tall td {
  vertical-align: top;
}

.bx--data-table--tall .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}

.bx--data-table--xl thead tr,
.bx--data-table--xl tbody tr,
.bx--data-table--xl tbody tr th {
  height: 4rem;
}

.bx--data-table--xl .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bx--data-table--xl td,
.bx--data-table--xl tbody tr th {
  padding-top: 1rem;
}

.bx--data-table--xl th,
.bx--data-table--xl td {
  vertical-align: top;
}

.bx--data-table--xl .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}

.bx--data-table--static {
  width: auto;
}

.bx--data-table_inner-container {
  background-color: #e0e0e0;
  transform: translateZ(0);
}

.bx--data-table--sticky-header {
  display: block;
  overflow-y: scroll;
  /* When using sticky header, with a selection element in the first column, we need to set the last item to a fixed width to match the table body. We only want this to happen when the last table header does not have any text */
}
.bx--data-table--sticky-header thead,
.bx--data-table--sticky-header tbody,
.bx--data-table--sticky-header tr,
.bx--data-table--sticky-header th,
.bx--data-table--sticky-header td {
  display: flex;
}
.bx--data-table--sticky-header thead {
  position: sticky;
  z-index: 1;
  top: 0;
  overflow: scroll;
  width: 100%;
  -ms-overflow-style: none;
  will-change: transform;
}
.bx--data-table--sticky-header thead tr th {
  border-bottom: 1px solid #c6c6c6;
}
.bx--data-table--sticky-header tbody {
  flex-direction: column;
  -ms-overflow-style: none;
  overflow-x: scroll;
  will-change: transform;
}
.bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row {
  height: auto;
  min-height: 3rem;
}
.bx--data-table--sticky-header tr.bx--expandable-row:not(.bx--parent-row) {
  height: auto;
}
.bx--data-table--sticky-header .bx--table-expand {
  max-width: 3rem;
}
.bx--data-table--sticky-header thead .bx--table-expand {
  align-items: center;
}
.bx--data-table--sticky-header .bx--parent-row {
  min-height: 3rem;
}
.bx--data-table--sticky-header:not(.bx--data-table--compact):not(.bx--data-table--xs):not(.bx--data-table--tall):not(.bx--data-table--xl):not(.bx--data-table--short):not(.bx--data-table--sm) td:not(.bx--table-column-menu):not(.bx--table-column-checkbox) {
  padding-top: 0.875rem;
}
.bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  border-top: 1px solid #e5e5e5;
}
.bx--data-table--sticky-header tr.bx--expandable-row:last-of-type {
  overflow: hidden;
}
.bx--data-table--sticky-header tr.bx--data-table--selected:first-of-type td {
  border-top: none;
}
.bx--data-table--sticky-header thead th.bx--table-column-checkbox,
.bx--data-table--sticky-header tbody tr td.bx--table-column-checkbox {
  width: 2.25rem;
  min-width: 2.25rem;
  align-items: center;
}
.bx--data-table--sticky-header.bx--data-table--tall thead th.bx--table-column-checkbox, .bx--data-table--sticky-header.bx--data-table--xl thead th.bx--table-column-checkbox, .bx--data-table--sticky-header.bx--data-table--tall td.bx--table-column-checkbox, .bx--data-table--sticky-header.bx--data-table--xl td.bx--table-column-checkbox {
  align-items: flex-start;
}
.bx--data-table--sticky-header th.bx--table-column-checkbox ~ th:last-of-type:empty {
  max-width: 4rem;
}
.bx--data-table--sticky-header th:empty:not(.bx--table-expand) {
  max-width: 2.25rem;
}
.bx--data-table--sticky-header td.bx--table-column-menu {
  height: auto;
  align-items: center;
  padding-top: 0;
}
.bx--data-table--sticky-header thead::-webkit-scrollbar,
.bx--data-table--sticky-header tbody::-webkit-scrollbar {
  display: none;
}
@-moz-document url-prefix() {
  .bx--data-table--sticky-header thead,
.bx--data-table--sticky-header tbody {
    scrollbar-width: none;
  }
}
.bx--data-table--sticky-header tbody tr:last-of-type {
  border-bottom: 0;
}
.bx--data-table--sticky-header th:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon),
.bx--data-table--sticky-header td:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon) {
  width: 100%;
  min-width: 0;
}
.bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  height: auto;
}
.bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row) {
  min-height: 1.5rem;
}
.bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row) {
  min-height: 2rem;
}
.bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  min-height: 4rem;
}
.bx--data-table--sticky-header.bx--data-table--compact tr td.bx--table-expand, .bx--data-table--sticky-header.bx--data-table--xs tr td.bx--table-expand {
  padding-top: 0.25rem;
}
.bx--data-table--sticky-header.bx--data-table--short tr td.bx--table-expand, .bx--data-table--sticky-header.bx--data-table--sm tr td.bx--table-expand {
  padding-top: 0.5rem;
}
.bx--data-table--sticky-header .bx--table-header-label {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  padding-top: 0.9375rem;
  padding-bottom: 1rem;
  overflow-y: hidden;
}
.bx--data-table--sticky-header.bx--data-table--compact th .bx--table-header-label, .bx--data-table--sticky-header.bx--data-table--xs th .bx--table-header-label {
  padding-top: 0.1875rem;
  padding-bottom: 0;
}
.bx--data-table--sticky-header.bx--data-table--short th .bx--table-header-label, .bx--data-table--sticky-header.bx--data-table--sm th .bx--table-header-label {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.bx--data-table--sticky-header.bx--data-table--tall th .bx--table-header-label, .bx--data-table--sticky-header.bx--data-table--xl th .bx--table-header-label {
  padding-top: 1rem;
}
.bx--data-table--sticky-header.bx--data-table--tall th.bx--table-expand, .bx--data-table--sticky-header.bx--data-table--xl th.bx--table-expand {
  display: flex;
  align-items: flex-start;
}
.bx--data-table--sticky-header.bx--data-table--compact tr.bx--parent-row .bx--table-column-checkbox, .bx--data-table--sticky-header.bx--data-table--short tr.bx--parent-row .bx--table-column-checkbox, .bx--data-table--sticky-header.bx--data-table--xs tr.bx--parent-row .bx--table-column-checkbox, .bx--data-table--sticky-header.bx--data-table--sm tr.bx--parent-row .bx--table-column-checkbox {
  align-items: flex-start;
}

.bx--data-table--max-width {
  max-width: 100%;
}

.bx--data-table--sticky-header {
  max-height: 18.75rem;
}

.bx--data-table .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: 0;
}

.bx--data-table--short .bx--form-item.bx--checkbox-wrapper:last-of-type,
.bx--data-table--compact .bx--form-item.bx--checkbox-wrapper:last-of-type,
.bx--data-table--xs .bx--form-item.bx--checkbox-wrapper:last-of-type,
.bx--data-table--sm .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: -0.1875rem 0;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--data-table-content {
    outline: 1px solid transparent;
  }
}

.bx--data-table tr.bx--parent-row:first-of-type td {
  border-top: 1px solid #e0e0e0;
}

.bx--expandable-row--hidden td {
  width: auto;
  padding: 1rem;
  border-top: 0;
}

tr.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] {
  height: 0;
  transition: height 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

tr.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] td {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background-color: #e5e5e5;
  transition: padding 150ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

tr.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] td .bx--child-row-inner-container {
  overflow: hidden;
  max-height: 0;
}

tr.bx--parent-row.bx--expandable-row + tr[data-child-row] {
  transition: height 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  padding-left: 4rem;
  border-bottom: 1px solid #e0e0e0;
  transition: padding-bottom 110ms cubic-bezier(0.2, 0, 0.38, 0.9), transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td .bx--child-row-inner-container {
  max-height: 100%;
}

.bx--parent-row.bx--expandable-row > td,
.bx--parent-row.bx--expandable-row + tr[data-child-row] > td {
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px #e0e0e0;
}

.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] > td {
  box-shadow: none;
}

.bx--parent-row.bx--expandable-row > td:first-of-type {
  box-shadow: none;
}

tr.bx--parent-row:not(.bx--expandable-row) td,
tr.bx--parent-row.bx--expandable-row td,
tr.bx--parent-row.bx--expandable-row {
  transition: height 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

tr.bx--parent-row:not(.bx--expandable-row):first-of-type:hover td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

tr.bx--parent-row.bx--expandable-row:hover td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #e5e5e5;
  color: #161616;
}

tr.bx--parent-row.bx--expandable-row:hover td:first-of-type {
  border-bottom: 1px solid #e5e5e5;
}

tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  border-bottom: 1px solid #e0e0e0;
  background-color: #e5e5e5;
  color: #161616;
}

tr.bx--expandable-row--hover + tr[data-child-row] td {
  border-bottom: 1px solid #e0e0e0;
}

tr.bx--expandable-row--hover {
  background-color: #e5e5e5;
}

tr.bx--expandable-row--hover td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #e5e5e5;
  color: #161616;
}

tr.bx--parent-row.bx--expandable-row.bx--expandable-row--hover td:first-of-type {
  border-bottom: 1px solid transparent;
}

.bx--data-table td.bx--table-expand {
  border-bottom: 1px solid #e0e0e0;
}

.bx--data-table th.bx--table-expand + .bx--table-column-checkbox,
.bx--data-table td.bx--table-expand + .bx--table-column-checkbox {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.bx--data-table th.bx--table-expand + .bx--table-column-checkbox + th,
.bx--data-table td.bx--table-expand + .bx--table-column-checkbox + td {
  padding-left: 0.5rem;
}

.bx--data-table td.bx--table-expand,
.bx--data-table th.bx--table-expand {
  padding: 0.5rem;
  padding-right: 0;
}

.bx--data-table td.bx--table-expand[data-previous-value=collapsed] {
  border-bottom: 1px solid transparent;
}

.bx--table-expand[data-previous-value=collapsed] .bx--table-expand__svg {
  transform: rotate(270deg);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--table-expand__button {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  height: calc(100% + 1px);
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  vertical-align: inherit;
}
.bx--table-expand__button *,
.bx--table-expand__button *::before,
.bx--table-expand__button *::after {
  box-sizing: inherit;
}
.bx--table-expand__button::-moz-focus-inner {
  border: 0;
}

.bx--table-expand__button:focus {
  box-shadow: inset 0 0 0 2px #0f62fe;
  outline: none;
}

.bx--table-expand__svg {
  fill: #161616;
  transform: rotate(90deg);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--data-table--tall .bx--table-expand__button,
.bx--data-table--xl .bx--table-expand__button {
  width: 2rem;
  padding: 0;
}

tr.bx--parent-row.bx--expandable-row td.bx--table-expand + td::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 0.5rem;
  height: 0.0625rem;
  background: #e0e0e0;
  content: "";
}

tr.bx--parent-row.bx--expandable-row:hover td.bx--table-expand + td::after,
tr.bx--parent-row.bx--expandable-row.bx--expandable-row--hover td.bx--table-expand + td::after {
  background: #e5e5e5;
}

tr.bx--parent-row.bx--data-table--selected td.bx--table-expand + td::after {
  display: none;
}

.bx--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+3) td,
.bx--data-table--zebra tbody tr[data-child-row]:nth-child(4n+4) td {
  border-bottom: 1px solid #f4f4f4;
}

.bx--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+1) td,
.bx--data-table--zebra tbody tr[data-child-row]:nth-child(4n+2) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}

.bx--data-table--zebra tr.bx--parent-row td,
.bx--data-table--zebra tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-bottom 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-top 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--data-table--zebra tbody tr[data-parent-row]:hover td,
.bx--data-table--zebra tbody tr[data-parent-row]:hover + tr[data-child-row] td,
.bx--data-table--zebra tbody tr[data-child-row]:hover td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}

.bx--data-table--zebra tr.bx--parent-row.bx--expandable-row.bx--expandable-row--hover td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #e5e5e5;
}

tr.bx--parent-row.bx--data-table--selected:first-of-type td {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #e0e0e0;
  background: #e0e0e0;
  box-shadow: 0 1px #c6c6c6;
}

tr.bx--parent-row.bx--data-table--selected td {
  border-bottom: 1px solid transparent;
  background: #e0e0e0;
  box-shadow: 0 1px #c6c6c6;
  color: #161616;
}

tr.bx--parent-row.bx--data-table--selected:last-of-type td {
  border-bottom: 1px solid transparent;
  background: #e0e0e0;
  box-shadow: 0 1px #e0e0e0;
}

tr.bx--parent-row.bx--data-table--selected:not(.bx--expandable-row):hover td {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #e0e0e0;
  background: #cacaca;
  box-shadow: 0 1px #cacaca;
}

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row td:first-of-type {
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px #e0e0e0;
}

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row:hover td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row:hover td:first-of-type,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row--hover td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row--hover td:first-of-type {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid transparent;
  background: #cacaca;
  box-shadow: 0 1px #cacaca;
}

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row + tr[data-child-row] td {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #e0e0e0;
  background-color: #e5e5e5;
  box-shadow: 0 1px #c6c6c6;
  color: #161616;
}

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row + tr[data-child-row]:last-of-type td {
  padding-bottom: 1.5rem;
  box-shadow: inset 0 -1px #c6c6c6;
}

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row:hover + tr[data-child-row] td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row--hover + tr[data-child-row] td {
  background: #e0e0e0;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--table-expand__button:focus .bx--table-expand__svg {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--table-expand__svg {
    fill: ButtonText;
  }
}

.bx--data-table--sort th,
.bx--data-table th[aria-sort] {
  height: 3rem;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.bx--table-sort {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  display: flex;
  width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  background-color: #e0e0e0;
  color: #161616;
  font: inherit;
  line-height: 1;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
.bx--table-sort *,
.bx--table-sort *::before,
.bx--table-sort *::after {
  box-sizing: inherit;
}
.bx--table-sort::-moz-focus-inner {
  border: 0;
}

.bx--table-sort:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--table-sort:focus {
    outline-style: dotted;
  }
}

.bx--table-sort:hover {
  background: #cacaca;
}

.bx--table-sort:focus svg,
.bx--table-sort:hover svg {
  opacity: 1;
}

.bx--data-table.bx--data-table--sort th > .bx--table-header-label {
  padding-right: 1rem;
  padding-left: 1rem;
}

th .bx--table-sort__flex {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
}

.bx--data-table--sort:not(.bx--data-table--compact):not(.bx--data-table--short):not(.bx--data-table--tall):not(.bx--data-table--xs):not(.bx--data-table--sm):not(.bx--data-table--md):not(.bx--data-table--xl) th .bx--table-sort__flex {
  /* IE11 workaround for align-items: center and min-height
      https://github.com/philipwalton/flexbugs/issues/231 */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bx--data-table--sort:not(.bx--data-table--compact):not(.bx--data-table--short):not(.bx--data-table--tall):not(.bx--data-table--xs):not(.bx--data-table--sm):not(.bx--data-table--md):not(.bx--data-table--xl) th .bx--table-sort__flex {
    height: 2.99rem;
  }
}

.bx--data-table--compact.bx--data-table--sort th .bx--table-sort__flex,
.bx--data-table--xs.bx--data-table--sort th .bx--table-sort__flex {
  min-height: 1.5rem;
}

.bx--data-table--short.bx--data-table--sort th .bx--table-sort__flex,
.bx--data-table--sm.bx--data-table--sort th .bx--table-sort__flex {
  min-height: 2rem;
}

.bx--data-table--md.bx--data-table--sort th .bx--table-sort__flex {
  min-height: 2.5rem;
}

.bx--data-table--tall.bx--data-table--sort th .bx--table-sort__flex,
.bx--data-table--xl.bx--data-table--sort th .bx--table-sort__flex {
  min-height: 4rem;
  align-items: flex-start;
}

.bx--table-sort .bx--table-sort__icon-inactive {
  display: block;
}

.bx--table-sort .bx--table-sort__icon {
  display: none;
}

.bx--table-sort__icon-unsorted {
  width: 1.25rem;
  min-width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  fill: #161616;
  opacity: 0;
}

.bx--table-sort.bx--table-sort--active {
  background: #cacaca;
}

.bx--table-sort.bx--table-sort--active .bx--table-sort__icon-unsorted {
  display: none;
}

.bx--table-sort.bx--table-sort--active .bx--table-sort__icon {
  display: block;
  opacity: 1;
}

.bx--table-sort--ascending .bx--table-sort__icon {
  transform: rotate(180deg);
}

.bx--table-sort__icon {
  width: 1.25rem;
  min-width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  fill: #161616;
  opacity: 1;
  transform: rotate(0);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--data-table--compact.bx--data-table--sort th,
.bx--data-table--xs.bx--data-table--sort th {
  height: 1.5rem;
}

.bx--data-table--short.bx--data-table--sort th,
.bx--data-table--sm.bx--data-table--sort th {
  height: 2rem;
}

.bx--data-table--md.bx--data-table--sort th {
  height: 2.5rem;
}

.bx--data-table--tall.bx--data-table--sort th,
.bx--data-table--xl.bx--data-table--sort th {
  height: 4rem;
}

.bx--data-table--tall.bx--data-table--sort th .bx--table-sort,
.bx--data-table--xl.bx--data-table--sort th .bx--table-sort {
  display: inline-block;
  height: 4rem;
}

.bx--data-table--tall .bx--table-sort__icon-unsorted,
.bx--data-table--tall .bx--table-sort__icon,
.bx--data-table--xl .bx--table-sort__icon-unsorted,
.bx--data-table--xl .bx--table-sort__icon {
  margin-top: 0.8125rem;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--table-sort__icon,
.bx--table-sort__icon-unsorted {
    fill: ButtonText;
  }
}

.bx--inline-edit-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bx--inline-edit-label:hover .bx--inline-edit-label__icon {
  opacity: 1;
}

.bx--inline-edit-label--inactive {
  display: none;
}

.bx--inline-edit-label__action {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
}
.bx--inline-edit-label__action *,
.bx--inline-edit-label__action *::before,
.bx--inline-edit-label__action *::after {
  box-sizing: inherit;
}
.bx--inline-edit-label__action::-moz-focus-inner {
  border: 0;
}
.bx--inline-edit-label__action:hover {
  cursor: pointer;
}
.bx--inline-edit-label__action:focus {
  outline: 1px solid #0f62fe;
  padding: 0.125rem;
}
@media screen and (prefers-contrast) {
  .bx--inline-edit-label__action:focus {
    outline-style: dotted;
  }
}
.bx--inline-edit-label__action:focus .bx--inline-edit-label__icon {
  width: auto;
  opacity: 1;
}

.bx--inline-edit-label__icon {
  fill: #161616;
  opacity: 0;
}

.bx--inline-edit-input {
  display: none;
}

.bx--inline-edit-input--active {
  display: block;
  margin-left: -0.75rem;
}
.bx--inline-edit-input--active input {
  padding-left: 0.75rem;
}

.bx--data-table.bx--skeleton th {
  padding-left: 1rem;
  vertical-align: middle;
}
.bx--data-table.bx--skeleton th span,
.bx--data-table.bx--skeleton td span {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  display: block;
  width: 4rem;
  height: 1rem;
}
.bx--data-table.bx--skeleton th span:hover, .bx--data-table.bx--skeleton th span:focus, .bx--data-table.bx--skeleton th span:active,
.bx--data-table.bx--skeleton td span:hover,
.bx--data-table.bx--skeleton td span:focus,
.bx--data-table.bx--skeleton td span:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--data-table.bx--skeleton th span::before,
.bx--data-table.bx--skeleton td span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--data-table.bx--skeleton th span::before,
.bx--data-table.bx--skeleton td span::before {
    animation: none;
  }
}
.bx--data-table.bx--skeleton tr:hover td {
  border-color: #e0e0e0;
  background: transparent;
}
.bx--data-table.bx--skeleton tr:hover td:first-of-type, .bx--data-table.bx--skeleton tr:hover td:last-of-type {
  border-color: #e0e0e0;
}

.bx--data-table.bx--skeleton .bx--table-sort-v2 {
  pointer-events: none;
}

.bx--data-table.bx--skeleton th span {
  background: #c6c6c6;
}

.bx--data-table.bx--skeleton th span::before {
  background: #e5e5e5;
}

.bx--data-table-container.bx--skeleton .bx--data-table-header__title {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 7.5rem;
  height: 1.5rem;
}
.bx--data-table-container.bx--skeleton .bx--data-table-header__title:hover, .bx--data-table-container.bx--skeleton .bx--data-table-header__title:focus, .bx--data-table-container.bx--skeleton .bx--data-table-header__title:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--data-table-container.bx--skeleton .bx--data-table-header__title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--data-table-container.bx--skeleton .bx--data-table-header__title::before {
    animation: none;
  }
}

.bx--data-table-container.bx--skeleton .bx--data-table-header__description {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 10rem;
  height: 1rem;
  margin-top: 0.5rem;
}
.bx--data-table-container.bx--skeleton .bx--data-table-header__description:hover, .bx--data-table-container.bx--skeleton .bx--data-table-header__description:focus, .bx--data-table-container.bx--skeleton .bx--data-table-header__description:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--data-table-container.bx--skeleton .bx--data-table-header__description::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--data-table-container.bx--skeleton .bx--data-table-header__description::before {
    animation: none;
  }
}

.bx--tile-group {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.bx--tile-group *,
.bx--tile-group *::before,
.bx--tile-group *::after {
  box-sizing: inherit;
}

.bx--tile {
  position: relative;
  display: block;
  min-width: 8rem;
  min-height: 4rem;
  padding: 1rem;
  background-color: #f4f4f4;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.bx--tile:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--tile:focus {
    outline-style: dotted;
  }
}

.bx--tile--light {
  background-color: #ffffff;
}

.bx--tile--clickable,
.bx--tile--selectable,
.bx--tile--expandable {
  cursor: pointer;
  transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tile--clickable:hover,
.bx--tile--selectable:hover,
.bx--tile--expandable:hover {
  background: #e5e5e5;
}

.bx--tile--expandable .bx--link {
  color: #0043ce;
}

.bx--tile--clickable:focus,
.bx--tile--expandable:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--tile--clickable:focus,
.bx--tile--expandable:focus {
    outline-style: dotted;
  }
}
.bx--tile--clickable:hover .bx--tile__checkmark, .bx--tile--clickable:focus .bx--tile__checkmark,
.bx--tile--expandable:hover .bx--tile__checkmark,
.bx--tile--expandable:focus .bx--tile__checkmark {
  opacity: 1;
}

.bx--tile--expandable::-moz-focus-inner {
  border: 0;
}

.bx--tile--clickable {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #161616;
  text-decoration: none;
}
.bx--tile--clickable *,
.bx--tile--clickable *::before,
.bx--tile--clickable *::after {
  box-sizing: inherit;
}

.bx--tile--clickable:hover,
.bx--tile--clickable:active,
.bx--tile--clickable:visited,
.bx--tile--clickable:visited:hover {
  color: #161616;
  text-decoration: none;
}

.bx--tile--clickable.bx--link--disabled {
  color: #c6c6c6;
}

.bx--tile--clickable:hover.bx--link--disabled {
  display: block;
  background-color: #f4f4f4;
  color: #c6c6c6;
}

.bx--tile--selectable {
  padding-right: 3rem;
  border: 1px solid transparent;
}

.bx--tile__checkmark,
.bx--tile__chevron {
  position: absolute;
  border: none;
  background: transparent;
  transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--tile__checkmark {
  top: 1rem;
  right: 1rem;
  height: 1rem;
  opacity: 0;
}
.bx--tile__checkmark svg {
  border-radius: 50%;
  fill: #525252;
}
.bx--tile__checkmark:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--tile__checkmark:focus {
    outline-style: dotted;
  }
}

.bx--tile__checkmark--persistent {
  opacity: 1;
}

.bx--tile__chevron {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  height: 1rem;
  align-items: flex-end;
}
.bx--tile__chevron svg {
  margin-left: 0.5rem;
  fill: #161616;
  transform-origin: center;
  transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tile__chevron svg {
    fill: ButtonText;
  }
}
.bx--tile__chevron:hover {
  cursor: pointer;
}
.bx--tile__chevron:focus {
  outline: none;
}

.bx--tile--expandable {
  overflow: hidden;
  width: 100%;
  border: 0;
  color: inherit;
  font-size: inherit;
  text-align: left;
  transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.bx--tile-content__above-the-fold {
  display: block;
}

.bx--tile-content__below-the-fold {
  display: block;
  opacity: 0;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  visibility: hidden;
}

.bx--tile--is-expanded {
  overflow: visible;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--tile--is-expanded .bx--tile__chevron svg {
  transform: rotate(180deg);
}
.bx--tile--is-expanded .bx--tile-content__below-the-fold {
  opacity: 1;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  visibility: inherit;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .bx--tile--is-expanded .bx--tile-content__below-the-fold {
      overflow-y: auto;
    }
  }
}

.bx--tile--is-selected {
  border: 1px solid #161616;
}

.bx--tile--is-selected .bx--tile__checkmark {
  opacity: 1;
}

.bx--tile--is-selected .bx--tile__checkmark svg {
  fill: #161616;
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tile--is-selected .bx--tile__checkmark svg {
    fill: ButtonText;
  }
}

.bx--tile-input--checked + .bx--tile--is-selected {
  border-top: 1px solid #f4f4f4;
}

.bx--tile:not(.bx--tile--is-selected) + .bx--tile-input--checked + .bx--tile--is-selected {
  border-top: 1px solid #161616;
}

.bx--tile-input--checked:first-of-type + .bx--tile--is-selected {
  border-top: 1px solid #161616;
}

.bx--tile-content {
  width: 100%;
  height: 100%;
}

.bx--tile-input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  visibility: inherit;
  white-space: nowrap;
}

.bx--tile-input:focus + .bx--tile {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--tile-input:focus + .bx--tile {
    outline-style: dotted;
  }
}

.bx--tile--disabled.bx--tile--selectable {
  background-color: #f4f4f4;
  color: #c6c6c6;
  cursor: not-allowed;
}

.bx--tile--disabled.bx--tile--selectable.bx--tile--light {
  background-color: #ffffff;
}

.bx--tile--disabled.bx--tile--is-selected {
  outline-color: #c6c6c6;
}

.bx--tile--disabled.bx--tile--is-selected .bx--tile__checkmark svg {
  fill: #c6c6c6;
}

body {
  margin: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.container {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  padding: 30px;
}
div.container.theme--white {
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  color: #161616;
  background-color: #ffffff;
  line-height: 1;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-1-1 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-1-1-1 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-1-1-1 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-2-1 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-2-1.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-2-1 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-2-1.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-1-2-1 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-1-2-1 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-3-1 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-3-1.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-3-1 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-3-1.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-1-3-1 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-1-3-1 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-4-1 {
  fill: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-1-4-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-4-1 {
  background-color: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .background-1-4-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-1-4-1 {
  stroke: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-1-4-1 {
  stop-color: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-1-1 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-1-1 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-1-1 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-1-2 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-1-2.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-1-2 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-1-2.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-1-2 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-1-2 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-2-1 {
  fill: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-2-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-2-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-2-1 {
  stroke: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-2-1 {
  stop-color: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-2-2 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-2-2.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-2-2 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-2-2.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-2-2 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-2-2 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-3-1 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-3-1.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-3-1 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-3-1.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-3-1 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-3-1 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-3-2 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-3-2.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-3-2 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-3-2.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-3-2 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-3-2 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-4-1 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-4-1.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-4-1 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-4-1.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-4-1 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-4-1 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-4-2 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-4-2.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-4-2 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-4-2.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-4-2 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-4-2 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-5-1 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-5-1.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-5-1 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-5-1.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-5-1 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-5-1 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-5-2 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-2-5-2.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-5-2 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-2-5-2.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-2-5-2 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-2-5-2 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-1-1 {
  fill: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-1-1.hovered {
  fill: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-1-1 {
  background-color: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-1-1.hovered {
  background-color: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-1-1 {
  stroke: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-1-1 {
  stop-color: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-1-2 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-1-2.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-1-2 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-1-2.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-1-2 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-1-2 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-1-3 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-1-3.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-1-3 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-1-3.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-1-3 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-1-3 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-2-1 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-2-1.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-2-1 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-2-1.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-2-1 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-2-1 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-2-2 {
  fill: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-2-2.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-2-2 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-2-2.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-2-2 {
  stroke: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-2-2 {
  stop-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-2-3 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-2-3.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-2-3 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-2-3.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-2-3 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-2-3 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-3-1 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-3-1.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-3-1 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-3-1.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-3-1 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-3-1 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-3-2 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-3-2.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-3-2 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-3-2.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-3-2 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-3-2 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-3-3 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-3-3.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-3-3 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-3-3.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-3-3 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-3-3 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-4-1 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-4-1.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-4-1 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-4-1.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-4-1 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-4-1 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-4-2 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-4-2.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-4-2 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-4-2.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-4-2 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-4-2 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-4-3 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-4-3.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-4-3 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-4-3.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-4-3 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-4-3 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-5-1 {
  fill: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-5-1.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-5-1 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-5-1.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-5-1 {
  stroke: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-5-1 {
  stop-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-5-2 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-5-2.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-5-2 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-5-2.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-5-2 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-5-2 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-5-3 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-3-5-3.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-5-3 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-3-5-3.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-3-5-3 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-3-5-3 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-1 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-1-1 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-1-1 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-2 {
  fill: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-2.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-2 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-2.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-1-2 {
  stroke: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-1-2 {
  stop-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-3 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-3.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-3 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-3.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-1-3 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-1-3 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-4 {
  fill: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-1-4.hovered {
  fill: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-4 {
  background-color: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-1-4.hovered {
  background-color: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-1-4 {
  stroke: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-1-4 {
  stop-color: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-1 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-1.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-1 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-1.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-2-1 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-2-1 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-2 {
  fill: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-2.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-2 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-2.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-2-2 {
  stroke: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-2-2 {
  stop-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-3 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-3.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-3 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-3.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-2-3 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-2-3 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-4 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-2-4.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-4 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-2-4.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-2-4 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-2-4 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-1 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-1.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-1 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-1.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-3-1 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-3-1 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-2 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-2.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-2 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-2.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-3-2 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-3-2 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-3 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-3.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-3 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-3.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-3-3 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-3-3 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-4 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-4-3-4.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-4 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-4-3-4.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-4-3-4 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-4-3-4 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-1 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-1-1 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-1-1 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-2 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-2.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-2 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-2.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-1-2 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-1-2 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-3 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-3.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-3 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-3.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-1-3 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-1-3 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-4 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-4.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-4 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-4.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-1-4 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-1-4 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-5 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-1-5.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-5 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-1-5.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-1-5 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-1-5 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-1 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-1.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-1 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-1.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-2-1 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-2-1 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-2 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-2.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-2 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-2.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-2-2 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-2-2 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-3 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-3.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-3 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-3.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-2-3 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-2-3 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-4 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-4.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-4 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-4.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-2-4 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-2-4 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-5 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-5-2-5.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-5 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-5-2-5.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-5-2-5 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-5-2-5 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-1 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-1 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-1 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-2 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-2.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-2 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-2.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-2 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-2 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-3 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-3.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-3 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-3.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-3 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-3 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-4 {
  fill: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-4.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-4 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-4.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-4 {
  stroke: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-4 {
  stop-color: #9f1853;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-5 {
  fill: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-5.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-5.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-5 {
  stroke: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-5 {
  stop-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-6 {
  fill: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-6.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-6 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-6.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-6 {
  stroke: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-6 {
  stop-color: #520408;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-7 {
  fill: #198038;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-7.hovered {
  fill: #13622b;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-7 {
  background-color: #198038;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-7.hovered {
  background-color: #13622b;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-7 {
  stroke: #198038;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-7 {
  stop-color: #198038;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-8 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-8.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-8 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-8.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-8 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-8 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-9 {
  fill: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-9.hovered {
  fill: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-9 {
  background-color: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-9.hovered {
  background-color: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-9 {
  stroke: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-9 {
  stop-color: #ee5396;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-10 {
  fill: #b28600;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-10.hovered {
  fill: #8e6b00;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-10 {
  background-color: #b28600;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-10.hovered {
  background-color: #8e6b00;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-10 {
  stroke: #b28600;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-10 {
  stop-color: #b28600;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-11 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-11.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-11 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-11.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-11 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-11 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-12 {
  fill: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-12.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-12 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-12.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-12 {
  stroke: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-12 {
  stop-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-13 {
  fill: #8a3800;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-13.hovered {
  fill: #662a00;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-13 {
  background-color: #8a3800;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-13.hovered {
  background-color: #662a00;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-13 {
  stroke: #8a3800;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-13 {
  stop-color: #8a3800;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-14 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-14-1-14.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-14 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-14-1-14.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-14-1-14 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-14-1-14 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-1 {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-1 {
  background-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-1 {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-1 {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-2 {
  fill: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-2.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-2 {
  background-color: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-2.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-2 {
  stroke: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-2 {
  stop-color: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-3 {
  fill: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-3.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-3 {
  background-color: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-3.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-3 {
  stroke: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-3 {
  stop-color: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-4 {
  fill: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-4.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-4 {
  background-color: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-4.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-4 {
  stroke: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-4 {
  stop-color: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-5 {
  fill: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-5 {
  background-color: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-5 {
  stroke: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-5 {
  stop-color: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-6 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-6.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-6 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-6.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-6 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-6 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-7 {
  fill: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-7.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-7 {
  background-color: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-7.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-7 {
  stroke: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-7 {
  stop-color: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-8 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-8.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-8 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-8.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-8 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-8 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-9 {
  fill: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-9.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-9 {
  background-color: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-9.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-9 {
  stroke: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-9 {
  stop-color: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-10 {
  fill: #31135e;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-10.hovered {
  fill: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-10 {
  background-color: #31135e;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-10.hovered {
  background-color: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-10 {
  stroke: #31135e;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-10 {
  stop-color: #31135e;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-11 {
  fill: #1c0f30;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-1-11.hovered {
  fill: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-11 {
  background-color: #1c0f30;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-1-11.hovered {
  background-color: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-1-11 {
  stroke: #1c0f30;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-1-11 {
  stop-color: #1c0f30;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-1 {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-1 {
  background-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-1 {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-1 {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-2 {
  fill: #edf5ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-2.hovered {
  fill: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-2 {
  background-color: #edf5ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-2.hovered {
  background-color: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-2 {
  stroke: #edf5ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-2 {
  stop-color: #edf5ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-3 {
  fill: #d0e2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-3.hovered {
  fill: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-3 {
  background-color: #d0e2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-3.hovered {
  background-color: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-3 {
  stroke: #d0e2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-3 {
  stop-color: #d0e2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-4 {
  fill: #a6c8ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-4.hovered {
  fill: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-4 {
  background-color: #a6c8ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-4.hovered {
  background-color: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-4 {
  stroke: #a6c8ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-4 {
  stop-color: #a6c8ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-5 {
  fill: #78a9ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-5.hovered {
  fill: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-5 {
  background-color: #78a9ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-5.hovered {
  background-color: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-5 {
  stroke: #78a9ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-5 {
  stop-color: #78a9ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-6 {
  fill: #4589ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-6.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-6 {
  background-color: #4589ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-6.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-6 {
  stroke: #4589ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-6 {
  stop-color: #4589ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-7 {
  fill: #0f62fe;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-7.hovered {
  fill: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-7 {
  background-color: #0f62fe;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-7.hovered {
  background-color: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-7 {
  stroke: #0f62fe;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-7 {
  stop-color: #0f62fe;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-8 {
  fill: #0043ce;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-8.hovered {
  fill: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-8 {
  background-color: #0043ce;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-8.hovered {
  background-color: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-8 {
  stroke: #0043ce;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-8 {
  stop-color: #0043ce;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-9 {
  fill: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-9.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-9 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-9.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-9 {
  stroke: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-9 {
  stop-color: #002d9c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-10 {
  fill: #001d6c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-10.hovered {
  fill: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-10 {
  background-color: #001d6c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-10.hovered {
  background-color: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-10 {
  stroke: #001d6c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-10 {
  stop-color: #001d6c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-11 {
  fill: #001141;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-2-11.hovered {
  fill: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-11 {
  background-color: #001141;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-2-11.hovered {
  background-color: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-2-11 {
  stroke: #001141;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-2-11 {
  stop-color: #001141;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-1 {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-1 {
  background-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-1 {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-1 {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-2 {
  fill: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-2.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-2 {
  background-color: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-2.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-2 {
  stroke: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-2 {
  stop-color: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-3 {
  fill: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-3 {
  background-color: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-3 {
  stroke: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-3 {
  stop-color: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-4 {
  fill: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-4.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-4 {
  background-color: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-4.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-4 {
  stroke: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-4 {
  stop-color: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-5 {
  fill: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-5.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-5 {
  background-color: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-5.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-5 {
  stroke: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-5 {
  stop-color: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-6 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-6.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-6 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-6.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-6 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-6 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-7 {
  fill: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-7.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-7 {
  background-color: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-7.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-7 {
  stroke: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-7 {
  stop-color: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-8 {
  fill: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-8.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-8 {
  background-color: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-8.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-8 {
  stroke: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-8 {
  stop-color: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-9 {
  fill: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-9.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-9 {
  background-color: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-9.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-9 {
  stroke: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-9 {
  stop-color: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-10 {
  fill: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-10.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-10 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-10.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-10 {
  stroke: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-10 {
  stop-color: #012749;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-11 {
  fill: #061727;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-3-11.hovered {
  fill: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-11 {
  background-color: #061727;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-3-11.hovered {
  background-color: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-3-11 {
  stroke: #061727;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-3-11 {
  stop-color: #061727;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-1 {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-1 {
  background-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-1 {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-1 {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-2 {
  fill: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-2.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-2 {
  background-color: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-2.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-2 {
  stroke: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-2 {
  stop-color: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-3 {
  fill: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-3.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-3 {
  background-color: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-3.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-3 {
  stroke: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-3 {
  stop-color: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-4 {
  fill: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-4.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-4 {
  background-color: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-4.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-4 {
  stroke: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-4 {
  stop-color: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-5 {
  fill: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-5.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-5 {
  background-color: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-5.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-5 {
  stroke: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-5 {
  stop-color: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-6 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-6.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-6 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-6.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-6 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-6 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-7 {
  fill: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-7.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-7 {
  background-color: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-7.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-7 {
  stroke: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-7 {
  stop-color: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-8 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-8.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-8 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-8.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-8 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-8 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-9 {
  fill: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-9.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-9 {
  background-color: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-9.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-9 {
  stroke: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-9 {
  stop-color: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-10 {
  fill: #022b30;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-10.hovered {
  fill: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-10 {
  background-color: #022b30;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-10.hovered {
  background-color: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-10 {
  stroke: #022b30;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-10 {
  stop-color: #022b30;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-11 {
  fill: #081a1c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-mono-4-11.hovered {
  fill: black;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-11 {
  background-color: #081a1c;
}
div.container.theme--white .bx--cc--chart-wrapper .background-mono-4-11.hovered {
  background-color: black;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-mono-4-11 {
  stroke: #081a1c;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-mono-4-11 {
  stop-color: #081a1c;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-1 {
  fill: #750e13;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-1.hovered {
  fill: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-1 {
  background-color: #750e13;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-1.hovered {
  background-color: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-1 {
  stroke: #750e13;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-1 {
  stop-color: #750e13;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-2 {
  fill: #a2191f;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-2.hovered {
  fill: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-2 {
  background-color: #a2191f;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-2.hovered {
  background-color: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-2 {
  stroke: #a2191f;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-2 {
  stop-color: #a2191f;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-3 {
  fill: #da1e28;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-3.hovered {
  fill: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-3 {
  background-color: #da1e28;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-3.hovered {
  background-color: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-3 {
  stroke: #da1e28;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-3 {
  stop-color: #da1e28;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-4 {
  fill: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-4.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-4 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-4.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-4 {
  stroke: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-4 {
  stop-color: #fa4d56;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-5 {
  fill: #ff8389;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-5.hovered {
  fill: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-5 {
  background-color: #ff8389;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-5.hovered {
  background-color: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-5 {
  stroke: #ff8389;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-5 {
  stop-color: #ff8389;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-6 {
  fill: #ffb3b8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-6.hovered {
  fill: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-6 {
  background-color: #ffb3b8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-6.hovered {
  background-color: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-6 {
  stroke: #ffb3b8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-6 {
  stop-color: #ffb3b8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-7 {
  fill: #ffd7d9;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-7.hovered {
  fill: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-7 {
  background-color: #ffd7d9;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-7.hovered {
  background-color: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-7 {
  stroke: #ffd7d9;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-7 {
  stop-color: #ffd7d9;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-8 {
  fill: #fff1f1;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-8.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-8 {
  background-color: #fff1f1;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-8.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-8 {
  stroke: #fff1f1;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-8 {
  stop-color: #fff1f1;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-9 {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-9 {
  background-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-9 {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-9 {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-10 {
  fill: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-10.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-10 {
  background-color: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-10.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-10 {
  stroke: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-10 {
  stop-color: #e5f6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-11 {
  fill: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-11.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-11 {
  background-color: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-11.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-11 {
  stroke: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-11 {
  stop-color: #bae6ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-12 {
  fill: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-12.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-12 {
  background-color: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-12.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-12 {
  stroke: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-12 {
  stop-color: #82cfff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-13 {
  fill: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-13.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-13 {
  background-color: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-13.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-13 {
  stroke: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-13 {
  stop-color: #33b1ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-14 {
  fill: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-14.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-14 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-14.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-14 {
  stroke: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-14 {
  stop-color: #1192e8;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-15 {
  fill: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-15.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-15 {
  background-color: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-15.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-15 {
  stroke: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-15 {
  stop-color: #0072c3;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-16 {
  fill: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-16.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-16 {
  background-color: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-16.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-16 {
  stroke: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-16 {
  stop-color: #00539a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-17 {
  fill: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-1-17.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-17 {
  background-color: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-1-17.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-1-17 {
  stroke: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-1-17 {
  stop-color: #003a6d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-1 {
  fill: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-1.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-1 {
  background-color: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-1.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-1 {
  stroke: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-1 {
  stop-color: #491d8b;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-2 {
  fill: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-2.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-2 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-2.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-2 {
  stroke: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-2 {
  stop-color: #6929c4;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-3 {
  fill: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-3.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-3 {
  background-color: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-3.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-3 {
  stroke: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-3 {
  stop-color: #8a3ffc;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-4 {
  fill: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-4.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-4 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-4.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-4 {
  stroke: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-4 {
  stop-color: #a56eff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-5 {
  fill: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-5 {
  background-color: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-5 {
  stroke: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-5 {
  stop-color: #be95ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-6 {
  fill: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-6.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-6 {
  background-color: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-6.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-6 {
  stroke: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-6 {
  stop-color: #d4bbff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-7 {
  fill: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-7.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-7 {
  background-color: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-7.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-7 {
  stroke: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-7 {
  stop-color: #e8daff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-8 {
  fill: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-8.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-8 {
  background-color: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-8.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-8 {
  stroke: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-8 {
  stop-color: #f6f2ff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-9 {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-9 {
  background-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-9 {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-9 {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-10 {
  fill: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-10.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-10 {
  background-color: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-10.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-10 {
  stroke: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-10 {
  stop-color: #d9fbfb;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-11 {
  fill: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-11.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-11 {
  background-color: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-11.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-11 {
  stroke: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-11 {
  stop-color: #9ef0f0;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-12 {
  fill: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-12.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-12 {
  background-color: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-12.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-12 {
  stroke: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-12 {
  stop-color: #3ddbd9;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-13 {
  fill: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-13.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-13 {
  background-color: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-13.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-13 {
  stroke: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-13 {
  stop-color: #08bdba;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-14 {
  fill: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-14.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-14 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-14.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-14 {
  stroke: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-14 {
  stop-color: #009d9a;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-15 {
  fill: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-15.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-15 {
  background-color: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-15.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-15 {
  stroke: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-15 {
  stop-color: #007d79;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-16 {
  fill: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-16.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-16 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-16.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-16 {
  stroke: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-16 {
  stop-color: #005d5d;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-17 {
  fill: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .fill-diverge-2-17.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-17 {
  background-color: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .background-diverge-2-17.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .stroke-diverge-2-17 {
  stroke: #004144;
}
div.container.theme--white .bx--cc--chart-wrapper .stop-color-diverge-2-17 {
  stop-color: #004144;
}
div.container.theme--white .bx--cc--tooltip .tooltip-1-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-1-2-1 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--tooltip .tooltip-1-3-1 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--tooltip .tooltip-1-4-1 {
  background-color: #007d79;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-1-2 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-2-2 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-3-1 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-3-2 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-4-1 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-4-2 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-5-1 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-2-5-2 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-1-1 {
  background-color: #ee5396;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-1-2 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-1-3 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-2-1 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-2-2 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-2-3 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-3-1 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-3-2 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-3-3 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-4-1 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-4-2 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-4-3 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-5-1 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-5-2 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-3-5-3 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-1-2 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-1-3 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-1-4 {
  background-color: #ee5396;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-2-1 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-2-2 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-2-3 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-2-4 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-3-1 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-3-2 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-3-3 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--tooltip .tooltip-4-3-4 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-1-2 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-1-3 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-1-4 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-1-5 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-2-1 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-2-2 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-2-3 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-2-4 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-5-2-5 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-1 {
  background-color: #6929c4;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-2 {
  background-color: #1192e8;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-3 {
  background-color: #005d5d;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-4 {
  background-color: #9f1853;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-6 {
  background-color: #520408;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-7 {
  background-color: #198038;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-8 {
  background-color: #002d9c;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-9 {
  background-color: #ee5396;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-10 {
  background-color: #b28600;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-11 {
  background-color: #009d9a;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-12 {
  background-color: #012749;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-13 {
  background-color: #8a3800;
}
div.container.theme--white .bx--cc--tooltip .tooltip-14-1-14 {
  background-color: #a56eff;
}
div.container.theme--white .bx--cc--legend .additional > .icon .area-1 {
  fill: #f4f4f4;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--legend .additional > .icon .area-2 {
  fill: #e0e0e0;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--legend .additional > .icon .area-3 {
  fill: #c6c6c6;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--legend .additional > .icon .quartile-wrapper {
  fill: #e0e0e0;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--legend .additional > .icon .quartile-line {
  fill: #000;
}
div.container.theme--white .bx--cc--axes {
  overflow: visible;
}
div.container.theme--white .bx--cc--axes g.axis g.ticks.invisible {
  visibility: hidden;
}
div.container.theme--white .bx--cc--axes g.axis g.tick-hover rect.axis-holder {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
div.container.theme--white .bx--cc--axes g.axis g.tick-hover:hover rect.axis-holder,
div.container.theme--white .bx--cc--axes g.axis g.tick-hover:focus rect.axis-holder {
  fill: black;
  stroke: black;
  stroke-width: 2px;
}
div.container.theme--white .bx--cc--axes g.axis g.tick-hover:hover text,
div.container.theme--white .bx--cc--axes g.axis g.tick-hover:focus text {
  fill: white;
}
div.container.theme--white .bx--cc--axes g.axis g.tick text {
  fill: #525252;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--white .bx--cc--axes g.axis g.tick line {
  display: none;
}
div.container.theme--white .bx--cc--axes g.axis path.domain {
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--axes g.axis .axis-title {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  fill: #161616;
}
div.container.theme--white .bx--cc--chart-wrapper g.callouts {
  stroke: #525252;
}
div.container.theme--white .bx--cc--grid-brush g.grid-brush rect.selection {
  fill: none;
  fill-opacity: 0;
  stroke: none;
}
div.container.theme--white .bx--cc--grid-brush rect.frontSelection {
  fill: #e0e0e0;
  fill-opacity: 0.3;
  stroke: #0f62fe;
}
div.container.theme--white .bx--cc--grid rect.chart-grid-backdrop {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--grid rect.chart-grid-backdrop.stroked {
  stroke: #e0e0e0;
}
div.container.theme--white .bx--cc--grid rect.stroke {
  stroke: #e0e0e0;
}
div.container.theme--white .bx--cc--grid g.x.grid g.tick line,
div.container.theme--white .bx--cc--grid g.y.grid g.tick line {
  pointer-events: none;
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--white .bx--cc--grid g.x.grid g.tick.active line,
div.container.theme--white .bx--cc--grid g.y.grid g.tick.active line {
  stroke-dasharray: 2px;
  stroke: #0f62fe;
}
div.container.theme--white .bx--cc--ruler line.ruler-line,
div.container.theme--white .bx--cc--ruler-binned line.ruler-line {
  stroke: #000000;
  stroke-width: 1px;
  stroke-dasharray: 2;
  pointer-events: none;
}
div.container.theme--white .bx--cc--skeleton rect.chart-skeleton-backdrop {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--skeleton .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--white .bx--cc--skeleton .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--white .bx--cc--skeleton .empty-state-lines {
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--white .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
  stop-color: #e0e0e0;
}
div.container.theme--white .bx--cc--skeleton .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--skeleton .empty-state-areas {
  fill: rgba(127, 127, 127, 0.1);
}
div.container.theme--white .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
  stop-color: rgba(127, 127, 127, 0.1);
}
div.container.theme--white .bx--cc--skeleton .shimmer-areas .stop-shimmer {
  stop-color: rgba(255, 255, 255, 0.15);
}
div.container.theme--white .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--skeleton-lines .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--white .bx--cc--skeleton-lines .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--white .bx--cc--skeleton-lines .empty-state-lines {
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--white .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
  stop-color: #e0e0e0;
}
div.container.theme--white .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--white .bx--cc--zero-line line.domain {
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--layout-row {
  display: flex;
  flex-direction: row;
}
div.container.theme--white .bx--cc--layout-column {
  display: flex;
  flex-direction: column;
}
div.container.theme--white .bx--cc--layout-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
div.container.theme--white .bx--cc--layout-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
div.container.theme--white .bx--cc--layout-alignitems-center {
  align-items: center;
}
div.container.theme--white .bx--cc--chart-wrapper .layout-child {
  overflow: visible;
}
div.container.theme--white .bx--cc--chart-wrapper svg.layout-svg-wrapper {
  height: inherit;
  width: inherit;
  overflow: visible;
}
div.container.theme--white div.bx--cc--legend {
  display: flex;
  user-select: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.container.theme--white div.bx--cc--legend[data-name=legend-items] {
  width: 100%;
  margin: -5px;
}
div.container.theme--white div.bx--cc--legend div.legend-item {
  display: flex;
  align-items: center;
  margin: 5px;
}
div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-radius: 2px;
  border: solid 1px #ffffff;
  box-shadow: 0 0 0 2px transparent;
}
@media (forced-colors: active) {
  div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox {
    forced-color-adjust: none;
  }
}
div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
  border-color: #525252;
  background: #ffffff;
}
div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox svg {
  display: none;
  vertical-align: text-top;
  fill: #ffffff;
  stroke: #ffffff;
}
div.container.theme--white div.bx--cc--legend div.legend-item.additional svg.icon {
  margin-right: 4px;
}
div.container.theme--white div.bx--cc--legend div.legend-item p {
  font-size: 12px;
  fill: #525252;
  line-height: 1rem;
}
div.container.theme--white div.bx--cc--legend.center-aligned {
  justify-content: center;
}
div.container.theme--white div.bx--cc--legend.right-aligned {
  justify-content: flex-end;
}
div.container.theme--white div.bx--cc--legend.has-deactivated-items div.legend-item div.checkbox svg {
  display: block;
}
div.container.theme--white div.bx--cc--legend.vertical {
  margin: -5px;
  flex-direction: column;
}
div.container.theme--white div.bx--cc--legend.vertical div.legend-item {
  margin-right: 0;
  margin-bottom: 10px;
}
div.container.theme--white div.bx--cc--legend.clickable div.legend-item:not(.additional):hover {
  cursor: pointer;
}
div.container.theme--white div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox {
  border: solid 1px #ffffff;
  box-shadow: 0 0 0 2px #0f62fe;
}
div.container.theme--white div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox:not(.active) {
  border-color: #525252;
}
div.container.theme--white .bx--chart-holder .bx--modal.is-visible {
  z-index: 99999;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__label {
  margin-top: 0;
  margin-bottom: 0;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__heading {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content {
  padding: 0;
  margin-bottom: 0;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table {
  position: relative;
  border-collapse: collapse;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table th {
  position: sticky;
  top: 0;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer {
  background-color: transparent;
}
div.container.theme--white .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer .bx--cc-modal-footer-spacer {
  width: 50%;
}
div.container.theme--white .bx--cc--title p.title {
  color: #161616;
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
div.container.theme--white .layout-child.title {
  height: unset !important;
  overflow: hidden;
}
div.container.theme--white .bx--cc--meter-title {
  overflow: visible;
}
div.container.theme--white .bx--cc--meter-title text.meter-title,
div.container.theme--white .bx--cc--meter-title text.proportional-meter-title,
div.container.theme--white .bx--cc--meter-title text.proportional-meter-total,
div.container.theme--white .bx--cc--meter-title text.percent-value {
  fill: #161616;
}
div.container.theme--white .bx--cc--meter-title g.status-indicator.status--danger circle.status {
  fill: #da1e28;
}
div.container.theme--white .bx--cc--meter-title g.status-indicator.status--warning circle.status {
  fill: #f1c21b;
}
div.container.theme--white .bx--cc--meter-title g.status-indicator.status--warning path.innerFill {
  fill: #000000;
}
div.container.theme--white .bx--cc--meter-title g.status-indicator.status--success circle.status {
  fill: #198038;
}
div.container.theme--white .bx--cc--meter-title g.status-indicator path.innerFill {
  fill: #ffffff;
}
div.container.theme--white .bx--chart-holder .bx--overflow-menu,
div.container.theme--white .bx--chart-holder .bx--overflow-menu__trigger {
  width: 2rem;
  height: 2rem;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar {
  display: flex;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
  cursor: not-allowed;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
  background-color: transparent;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:focus {
  outline: none;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled svg {
  fill: #8d8d8d;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip {
  right: 0;
  left: unset;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip.is-open {
  display: table;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip ul {
  margin: 0;
  padding: 0;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar .bx--loading__background {
  fill: transparent;
}
div.container.theme--white .bx--chart-holder .bx--cc--toolbar .bx--loading__stroke {
  stroke-dashoffset: 99;
  fill: transparent;
}
div.container.theme--white .bx--cc--tooltip {
  background-color: #ffffff;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  visibility: visible;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  transition: visibility 0s linear 0.1s, opacity 0.1s;
}
div.container.theme--white .bx--cc--tooltip.hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0s, opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--white .bx--cc--tooltip .content-box {
  color: #161616;
}
div.container.theme--white .bx--cc--tooltip .content-box .title-tooltip {
  width: auto;
  padding: 4px;
  min-width: 20px;
  max-width: 270px;
}
div.container.theme--white .bx--cc--tooltip .content-box .title-tooltip p {
  margin: 2px;
  font-size: 12px;
  line-height: 1rem;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip {
  display: flex;
  padding: 4px;
  flex-flow: row nowrap;
  width: auto;
  min-width: 20px;
  justify-content: flex-start;
  align-items: center;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip div.label {
  display: flex;
  flex: 1;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip div.label p {
  flex: 1;
  padding-right: 8px;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip div.label span.label-icon svg {
  height: 12px;
  padding-top: 3px;
  vertical-align: top;
  padding-left: 4px;
  width: auto;
  fill: black;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip.bold {
  font-weight: 600;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
div.container.theme--white .bx--cc--tooltip .content-box .datapoint-tooltip p.value {
  width: auto;
  margin-left: 6px;
}
div.container.theme--white .bx--cc--tooltip .content-box ul.multi-tooltip {
  margin: 0;
  padding: 0;
}
div.container.theme--white .bx--cc--tooltip .content-box ul.multi-tooltip li {
  list-style: none;
  position: relative;
}
div.container.theme--white .bx--cc--tooltip .content-box ul.multi-tooltip li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
div.container.theme--white .bx--cc--tooltip .tooltip-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
@media (forced-colors: active) {
  div.container.theme--white .bx--cc--tooltip .tooltip-color {
    forced-color-adjust: none;
  }
}
div.container.theme--white .bx--cc--tooltip .tooltip-color + div.label p {
  margin-left: 4px;
}
div.container.theme--white .bx--cc--threshold line.threshold-line {
  stroke: #fa4d56;
  stroke-width: 1;
  stroke-dasharray: 4;
  cursor: pointer;
  pointer-events: none;
}
div.container.theme--white .bx--cc--threshold line.threshold-line.active {
  stroke-width: 2;
}
div.container.theme--white .bx--cc--threshold rect.threshold-hoverable-area {
  height: 20px;
  transform: translate(0, -10px);
  cursor: pointer;
  fill: transparent;
}
div.container.theme--white .bx--cc--threshold rect.threshold-hoverable-area.rotate {
  transform: rotate(90deg) translate(0, -10px);
}
div.container.theme--white .bx--cc--threshold--label {
  background-color: #fa4d56;
  pointer-events: none;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  color: #161616;
  line-height: 16px;
  font-size: 12px;
  padding: 4px;
  min-width: 20px;
}
div.container.theme--white .bx--cc--threshold--label.hidden {
  opacity: 0;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--white .bx--cc--zoom-bar rect.zoom-bg {
  fill: #ffffff;
  stroke: #f4f4f4;
}
div.container.theme--white .bx--cc--zoom-bar rect.zoom-slider-bg {
  fill: #f4f4f4;
}
div.container.theme--white .bx--cc--zoom-bar rect.zoom-slider-selected-area {
  fill: #525252;
}
div.container.theme--white .bx--cc--zoom-bar path.zoom-bg-baseline {
  stroke: #8d8d8d;
  stroke-width: 2;
}
div.container.theme--white .bx--cc--zoom-bar path.zoom-graph-area {
  fill: #e0e0e0;
  stroke: #8d8d8d;
  stroke-width: 1;
}
div.container.theme--white .bx--cc--zoom-bar path.zoom-graph-area-unselected {
  fill: #f4f4f4;
  stroke: none;
}
div.container.theme--white .bx--cc--zoom-bar g.zoom-bar-brush rect.handle {
  fill: #525252;
}
div.container.theme--white .bx--cc--zoom-bar g.zoom-bar-brush rect.handle-bar {
  fill: #ffffff;
}
div.container.theme--white .bx--cc--zoom-bar g.zoom-bar-brush rect.selection {
  fill: none;
  stroke: none;
}
div.container.theme--white .bx--cc--zoom-bar rect[class^=highlight-] {
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--white .bx--cc--highlight rect.highlight-bar {
  pointer-events: none;
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--white .bx--cc--card-node {
  display: flex;
  position: relative;
  background-color: #f4f4f4;
  z-index: 1;
  box-sizing: border-box;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  border-left: 0.25rem solid #161616;
}
div.container.theme--white .bx--cc--card-node--a,
div.container.theme--white .bx--cc--card-node--button {
  border-top: none;
  border-right: none;
  border-bottom: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
div.container.theme--white .bx--cc--card-node--button {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  width: 100%;
}
div.container.theme--white .bx--cc--card-node--a:focus,
div.container.theme--white .bx--cc--card-node--a:hover,
div.container.theme--white .bx--cc--card-node--button:focus,
div.container.theme--white .bx--cc--card-node--button:hover {
  background-color: #e5e5e5;
}
div.container.theme--white .bx--cc--card-node--a:focus,
div.container.theme--white .bx--cc--card-node--button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--white .bx--cc--card-node--a:focus,
div.container.theme--white .bx--cc--card-node--button:focus {
    outline-style: dotted;
  }
}
div.container.theme--white .bx--cc--card-node--stacked::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  border-top: 0.125rem solid #e0e0e0;
  border-right: 0.125rem solid #e0e0e0;
  pointer-events: none;
  left: 0.3125rem;
  bottom: 0.3125rem;
}
div.container.theme--white .bx--cc--card-node--stacked::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  border-top: 0.125rem solid #e0e0e0;
  border-right: 0.125rem solid #e0e0e0;
  pointer-events: none;
  left: 0.6875rem;
  bottom: 0.6875rem;
}
div.container.theme--white .bx--cc--card-node__column {
  padding: 0 0.5rem;
}
div.container.theme--white .bx--cc--card-node__column--farside {
  margin-left: auto;
}
div.container.theme--white .bx--cc--card-node__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  margin: 0;
}
div.container.theme--white .bx--cc--card-node__subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  margin: 0;
}
div.container.theme--white .bx--cc--card-node__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  color: #525252;
  padding-top: 1.5rem;
}
div.container.theme--white .bx--cc--shape-node {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  box-sizing: border-box;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  height: 100%;
  position: relative;
}
div.container.theme--white .bx--cc--shape-node--circle {
  border-radius: 100%;
}
div.container.theme--white .bx--cc--shape-node--square {
  border-radius: 0;
}
div.container.theme--white .bx--cc--shape-node--rounded-square {
  border-radius: 0.5rem;
}
div.container.theme--white .bx--cc--shape-node--a,
div.container.theme--white .bx--cc--shape-node--button {
  border: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
div.container.theme--white .bx--cc--shape-node--button {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  width: 100%;
}
div.container.theme--white .bx--cc--shape-node--a:focus,
div.container.theme--white .bx--cc--shape-node--a:hover,
div.container.theme--white .bx--cc--shape-node--button:focus,
div.container.theme--white .bx--cc--shape-node--button:hover {
  background-color: #e5e5e5;
}
div.container.theme--white .bx--cc--shape-node--a:focus .bx--cc--shape-node__title,
div.container.theme--white .bx--cc--shape-node--a:focus .bx--cc--shape-node__subtitle,
div.container.theme--white .bx--cc--shape-node--a:hover .bx--cc--shape-node__title,
div.container.theme--white .bx--cc--shape-node--a:hover .bx--cc--shape-node__subtitle,
div.container.theme--white .bx--cc--shape-node--button:focus .bx--cc--shape-node__title,
div.container.theme--white .bx--cc--shape-node--button:focus .bx--cc--shape-node__subtitle,
div.container.theme--white .bx--cc--shape-node--button:hover .bx--cc--shape-node__title,
div.container.theme--white .bx--cc--shape-node--button:hover .bx--cc--shape-node__subtitle {
  font-weight: 600;
}
div.container.theme--white .bx--cc--shape-node--a:focus:focus,
div.container.theme--white .bx--cc--shape-node--button:focus:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0f62fe;
}
div.container.theme--white .bx--cc--shape-node__body {
  position: absolute;
  top: calc(100% + 0.125rem);
  text-align: center;
}
div.container.theme--white .bx--cc--shape-node__subtitle {
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #161616;
}
div.container.theme--white .bx--cc--shape-node__icon {
  display: flex;
}
div.container.theme--white .bx--cc--shape-node__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #161616;
  padding-top: 0.125rem;
  margin-bottom: 1px;
}
div.container.theme--white .bx--cc--edge {
  fill: transparent;
}
div.container.theme--white .bx--cc--edge__container {
  stroke-width: 1.5rem;
  stroke: transparent;
  stroke-dasharray: none;
}
div.container.theme--white .bx--cc--edge__inner {
  stroke-width: 0.0625rem;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--edge__outer {
  stroke-width: 0.15625rem;
  stroke: transparent;
}
div.container.theme--white .bx--cc--edge:hover .bx--cc--edge__inner {
  stroke-width: 0.15625rem;
}
div.container.theme--white .bx--cc--edge--dash-sm {
  stroke-dasharray: 2 4;
}
div.container.theme--white .bx--cc--edge--dash-md {
  stroke-dasharray: 4 4;
}
div.container.theme--white .bx--cc--edge--dash-lg {
  stroke-dasharray: 8 4;
}
div.container.theme--white .bx--cc--edge--dash-xl {
  stroke-dasharray: 16 4;
}
div.container.theme--white .bx--cc--edge--tunnel .bx--cc--edge__outer {
  stroke: #e0e0e0;
  stroke-width: 0.375rem;
}
div.container.theme--white .bx--cc--edge--double .bx--cc--edge__inner {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--edge--double .bx--cc--edge__outer {
  stroke: #161616;
  stroke-width: 0.28125rem;
}
div.container.theme--white .bx--cc--marker {
  fill: #161616;
}
div.container.theme--white svg.bx--cc--color-legend {
  display: flex;
  user-select: none;
}
div.container.theme--white svg.bx--cc--color-legend g.legend-title text {
  fill: black;
}
div.container.theme--white .bx--cc--area path.area,
div.container.theme--white .bx--cc--area-stacked path.area {
  pointer-events: none;
}
div.container.theme--white .bx--cc--bubble circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--white .bx--cc--bubble circle.dot.unfilled {
  fill: #f4f4f4;
}
div.container.theme--white .bx--cc--bubble g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--white .bx--cc--bullet path.range-box {
  pointer-events: none;
}
div.container.theme--white .bx--cc--bullet path.range-box.order-1 {
  fill: #f4f4f4;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--bullet path.range-box.order-2 {
  fill: #e0e0e0;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--bullet path.range-box.order-3 {
  fill: #c6c6c6;
  stroke: #8d8d8d;
}
div.container.theme--white .bx--cc--bullet path.marker,
div.container.theme--white .bx--cc--bullet path.quartile {
  pointer-events: none;
  stroke-width: 1.5px;
  stroke: #000;
}
div.container.theme--white .bx--cc--bullet path.quartile.over-bar {
  stroke: #fff;
}
div.container.theme--white .bx--cc--donut {
  overflow: visible;
}
div.container.theme--white .bx--cc--line path.line {
  pointer-events: none;
  fill: none;
  stroke-width: 1.5;
}
div.container.theme--white .bx--cc--line path.line.sparkline-loading {
  animation: shimmer 2.5s infinite linear;
}
@keyframes shimmer {
  0% {
    stroke: #e0e0e0;
  }
  20% {
    stroke: #ffffff;
    opacity: 0.5;
  }
  100% {
    stroke: #e0e0e0;
  }
}
div.container.theme--white .bx--cc--scatter circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--white .bx--cc--scatter circle.dot.unfilled {
  fill: #f4f4f4;
  stroke-width: 1.5;
}
div.container.theme--white .bx--cc--scatter circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--white .bx--cc--scatter g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--white .bx--cc--meter rect.container {
  fill: #f4f4f4;
}
div.container.theme--white .bx--cc--meter line.rangeIndicator {
  stroke: #a8a8a8;
  stroke-width: 1px;
}
div.container.theme--white .bx--cc--meter rect.value.status--danger {
  fill: #da1e28;
}
div.container.theme--white .bx--cc--meter rect.value.status--warning {
  fill: #f1c21b;
  stroke-width: 1px;
  stroke: #b28600;
}
div.container.theme--white .bx--cc--meter rect.value.status--success {
  fill: #198038;
}
div.container.theme--white .bx--cc--meter line.peak {
  stroke: #161616;
  stroke-width: 2px;
}
div.container.theme--white .bx--cc--scatter-stacked circle.dot.unfilled {
  fill: #f4f4f4;
  stroke-width: 1.5;
}
div.container.theme--white .bx--cc--scatter-stacked circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--white .bx--cc--radar .blobs path {
  stroke-width: 1.5px;
}
div.container.theme--white .bx--cc--radar .y-axes path,
div.container.theme--white .bx--cc--radar .x-axes line {
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--white .bx--cc--radar .x-axes line.hovered {
  stroke: #000000;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree g.links {
  fill: none;
  stroke: #8d8d8d;
  stroke-opacity: 0.4;
  stroke-width: 1.5;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree g.clickable {
  cursor: pointer;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover text {
  font-weight: 600;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover circle {
  fill: #161616;
  transition: all 0.1s ease-out;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree circle.parent {
  fill: #525252;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree circle.child {
  fill: #8d8d8d;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree text {
  fill: #161616;
}
div.container.theme--white .bx--cc--chart-wrapper .bx--cc--tree text.text-stroke {
  stroke: #ffffff;
  stroke-width: 2px;
}
div.container.theme--white .bx--cc--treemap text {
  pointer-events: none;
}
div.container.theme--white .bx--cc--gauge {
  overflow: visible;
}
div.container.theme--white .bx--cc--gauge path.arc-background {
  fill: #f4f4f4;
}
div.container.theme--white .bx--cc--gauge .gauge-delta-arrow.status--danger {
  fill: #da1e28;
}
div.container.theme--white .bx--cc--gauge .gauge-delta-arrow.status--warning {
  fill: #f1c21b;
}
div.container.theme--white .bx--cc--gauge .gauge-delta-arrow.status--success {
  fill: #198038;
}
div.container.theme--white .bx--cc--pie {
  overflow: visible;
}
div.container.theme--white .bx--cc--lollipop line.line {
  pointer-events: none;
}
div.container.theme--white .bx--cc--lollipop circle.dot {
  stroke-width: 1.5;
}
div.container.theme--white .bx--cc--circle-pack circle.node {
  stroke-width: 1.5px;
}
div.container.theme--white .bx--cc--circle-pack circle.node.hovered {
  fill-opacity: 1;
}
div.container.theme--white .bx--cc--circle-pack circle.node.non-focal {
  fill: #c6c6c6;
  fill-opacity: 30%;
  stroke: #c6c6c6;
}
div.container.theme--white .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-in;
}
div.container.theme--white .bx--cc--chart-wrapper.zoomed-in {
  cursor: zoom-out;
}
div.container.theme--white .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.hovered-child {
  stroke: 1.5px solid initial;
}
div.container.theme--white .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-out;
}
div.container.theme--white .bx--cc--wordcloud text.word.light {
  font-weight: 300;
}
div.container.theme--white .bx--cc--alluvial text.node-text {
  fill: white;
}
div.container.theme--white .bx--cc--alluvial polygon.arrow-down {
  fill: black;
}
div.container.theme--white .bx--cc--heatmap g.highlighter-hidden {
  visibility: hidden;
}
div.container.theme--white .bx--cc--heatmap g.cell-highlight line {
  stroke: white;
  stroke-width: 1px;
}
div.container.theme--white .bx--cc--heatmap g.cell-2 line {
  stroke: white;
  stroke-width: 2px !important;
}
div.container.theme--white .bx--cc--heatmap g.multi-cell line {
  stroke: white;
  stroke-width: 2px;
}
div.container.theme--white .bx--cc--heatmap rect.pattern-fill {
  fill: #8d8d8d;
}
div.container.theme--white .bx--cc--heatmap g.shadows line.top {
  filter: drop-shadow(0px -3px 2px black);
}
div.container.theme--white .bx--cc--heatmap g.shadows line.down {
  filter: drop-shadow(0px 3px 2px black);
}
div.container.theme--white .bx--cc--heatmap g.shadows line.left {
  filter: drop-shadow(-3px 0px 2px black);
}
div.container.theme--white .bx--cc--heatmap g.shadows line.right {
  filter: drop-shadow(3px 0px 2px black);
}
div.container.theme--white .bx--cc--heatmap rect.null-state {
  stroke: transparent !important;
}
div.container.theme--white .bx--cc--heatmap rect.heat {
  stroke-width: 0px;
}
div.container.theme--white .bx--cc--heatmap rect.heat {
  stroke: #ffffff;
}
div.container.theme--white .bx--cc--heatmap rect.null-state {
  fill: #f4f4f4;
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--white {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
div.container.theme--white .bx--cc--chart-wrapper {
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--white .bx--cc--chart-wrapper p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #525252;
}
div.container.theme--white .bx--cc--chart-wrapper text {
  font-size: 12px;
  font-weight: 400;
  fill: #525252;
}
div.container.theme--white .bx--cc--chart-wrapper g.gauge-numbers text.gauge-value-number {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}
div.container.theme--white .bx--cc--chart-wrapper text.meter-title,
div.container.theme--white .bx--cc--chart-wrapper text.percent-value {
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--white .bx--cc--chart-wrapper text.meter-title {
  font-weight: 600;
}
div.container.theme--white .bx--chart-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
div.container.theme--white .bx--chart-holder.filled, div.container.theme--white .bx--chart-holder.fullscreen {
  background-color: #ffffff;
}
div.container.theme--white .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--white .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
  background-color: #ffffff;
}
div.container.theme--white .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
  overflow: hidden;
  opacity: 0;
}
div.container.theme--white .bx--chart-holder.fullscreen,
div.container.theme--white .bx--chart-holder:-webkit-full-screen {
  /* !important is used here to get closer to
  a truly fullscreen experience */
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  padding: 2em;
}
div.container.theme--white .bx--cc--chart-wrapper {
  overflow: visible;
}
div.container.theme--white .resource-card-group {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  max-width: 700px;
}
div.container.theme--white .resource-card-group .bx--col-md-6.bx--col-lg-6 {
  border: 1px solid #ffffff;
  padding: 0;
}
div.container.theme--white .bx--resource-card .bx--tile {
  background: #f4f4f4;
  height: 100%;
  padding: 1rem 25% 1rem 1rem;
  position: relative;
  transition: background 70ms;
  text-decoration: none;
}
div.container.theme--white .bx--resource-card .bx--tile:hover {
  background: #e5e5e5;
}
div.container.theme--white .bx--resource-card__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  color: #161616;
}
div.container.theme--white .bx--resource-card__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  font-weight: 400;
  text-decoration: none;
  color: #161616;
}
div.container.theme--white .bx--resource-card__icon--img {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: flex-end;
}
div.container.theme--white .bx--resource-card__icon--img .gatsby-resp-image-wrapper,
div.container.theme--white .bx--resource-card__icon--img img[src*=gif],
div.container.theme--white .bx--resource-card__icon--img img[src*=svg] {
  margin-bottom: 0;
}
div.container.theme--white .bx--resource-card__icon--img .gatsby-resp-image-wrapper {
  position: static !important;
}
div.container.theme--white .bx--resource-card__icon--action {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
}
div.container.theme--white .bx--resource-card .bx--resource-card__icon--action svg {
  fill: #161616;
}
div.container.theme--white .bx--resource-card--dark .bx--tile {
  background: #262626;
}
div.container.theme--white .bx--resource-card--dark .bx--tile:hover {
  background: #393939;
}
div.container.theme--white .bx--resource-card--dark .bx--resource-card__title,
div.container.theme--white .bx--resource-card--dark .bx--resource-card__subtitle {
  color: #ffffff;
}
div.container.theme--white .bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #f4f4f4;
}
div.container.theme--white .bx--resource-card--disabled .bx--tile:hover {
  background: #f4f4f4;
  cursor: not-allowed;
}
div.container.theme--white .bx--resource-card--disabled .bx--resource-card__title,
div.container.theme--white .bx--resource-card--disabled .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--white .bx--resource-card--disabled .bx--resource-card__icon--action svg {
  fill: #c6c6c6;
}
div.container.theme--white .bx--resource-card--disabled .bx--resource-card__icon--img {
  filter: grayscale(100%);
  opacity: 0.5;
}
div.container.theme--white .bx--resource-card--disabled.bx--resource-card--dark .bx--tile:hover {
  background: #262626;
}
div.container.theme--white .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__title,
div.container.theme--white .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--white .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #525252;
}
div.container.theme--g10 {
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  color: #161616;
  background-color: #f4f4f4;
  line-height: 1;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /*stylelint-enable */
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-1-1 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-1-1-1 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-1-1-1 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-2-1 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-2-1.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-2-1 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-2-1.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-1-2-1 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-1-2-1 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-3-1 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-3-1.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-3-1 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-3-1.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-1-3-1 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-1-3-1 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-4-1 {
  fill: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-1-4-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-4-1 {
  background-color: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-1-4-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-1-4-1 {
  stroke: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-1-4-1 {
  stop-color: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-1-1 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-1-1 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-1-1 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-1-2 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-1-2.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-1-2 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-1-2.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-1-2 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-1-2 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-2-1 {
  fill: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-2-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-2-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-2-1 {
  stroke: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-2-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-2-2 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-2-2.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-2-2 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-2-2.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-2-2 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-2-2 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-3-1 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-3-1.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-3-1 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-3-1.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-3-1 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-3-1 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-3-2 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-3-2.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-3-2 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-3-2.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-3-2 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-3-2 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-4-1 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-4-1.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-4-1 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-4-1.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-4-1 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-4-1 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-4-2 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-4-2.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-4-2 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-4-2.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-4-2 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-4-2 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-5-1 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-5-1.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-5-1 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-5-1.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-5-1 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-5-1 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-5-2 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-2-5-2.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-5-2 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-2-5-2.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-2-5-2 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-2-5-2 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-1-1 {
  fill: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-1-1.hovered {
  fill: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-1-1 {
  background-color: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-1-1.hovered {
  background-color: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-1-1 {
  stroke: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-1-1 {
  stop-color: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-1-2 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-1-2.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-1-2 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-1-2.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-1-2 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-1-2 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-1-3 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-1-3.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-1-3 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-1-3.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-1-3 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-1-3 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-2-1 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-2-1.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-2-1 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-2-1.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-2-1 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-2-1 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-2-2 {
  fill: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-2-2.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-2-2 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-2-2.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-2-2 {
  stroke: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-2-2 {
  stop-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-2-3 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-2-3.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-2-3 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-2-3.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-2-3 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-2-3 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-3-1 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-3-1.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-3-1 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-3-1.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-3-1 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-3-1 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-3-2 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-3-2.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-3-2 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-3-2.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-3-2 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-3-2 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-3-3 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-3-3.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-3-3 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-3-3.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-3-3 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-3-3 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-4-1 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-4-1.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-4-1 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-4-1.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-4-1 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-4-1 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-4-2 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-4-2.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-4-2 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-4-2.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-4-2 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-4-2 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-4-3 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-4-3.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-4-3 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-4-3.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-4-3 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-4-3 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-5-1 {
  fill: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-5-1.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-5-1 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-5-1.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-5-1 {
  stroke: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-5-1 {
  stop-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-5-2 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-5-2.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-5-2 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-5-2.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-5-2 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-5-2 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-5-3 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-3-5-3.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-5-3 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-3-5-3.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-3-5-3 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-3-5-3 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-1 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-1-1 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-1-1 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-2 {
  fill: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-2.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-2 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-2.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-1-2 {
  stroke: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-1-2 {
  stop-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-3 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-3.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-3 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-3.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-1-3 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-1-3 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-4 {
  fill: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-1-4.hovered {
  fill: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-4 {
  background-color: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-1-4.hovered {
  background-color: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-1-4 {
  stroke: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-1-4 {
  stop-color: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-1 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-1.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-1 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-1.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-2-1 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-2-1 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-2 {
  fill: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-2.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-2 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-2.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-2-2 {
  stroke: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-2-2 {
  stop-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-3 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-3.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-3 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-3.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-2-3 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-2-3 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-4 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-2-4.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-4 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-2-4.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-2-4 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-2-4 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-1 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-1.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-1 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-1.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-3-1 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-3-1 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-2 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-2.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-2 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-2.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-3-2 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-3-2 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-3 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-3.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-3 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-3.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-3-3 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-3-3 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-4 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-4-3-4.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-4 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-4-3-4.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-4-3-4 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-4-3-4 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-1 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-1-1 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-1-1 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-2 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-2.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-2 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-2.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-1-2 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-1-2 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-3 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-3.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-3 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-3.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-1-3 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-1-3 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-4 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-4.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-4 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-4.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-1-4 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-1-4 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-5 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-1-5.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-5 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-1-5.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-1-5 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-1-5 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-1 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-1.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-1 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-1.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-2-1 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-2-1 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-2 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-2.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-2 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-2.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-2-2 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-2-2 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-3 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-3.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-3 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-3.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-2-3 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-2-3 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-4 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-4.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-4 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-4.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-2-4 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-2-4 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-5 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-5-2-5.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-5 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-5-2-5.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-5-2-5 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-5-2-5 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-1 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-1.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-1.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-1 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-1 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-2 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-2.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-2 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-2.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-2 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-2 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-3 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-3.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-3 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-3.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-3 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-3 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-4 {
  fill: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-4.hovered {
  fill: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-4 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-4.hovered {
  background-color: #801343;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-4 {
  stroke: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-4 {
  stop-color: #9f1853;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-5 {
  fill: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-5.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-5.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-5 {
  stroke: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-5 {
  stop-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-6 {
  fill: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-6.hovered {
  fill: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-6 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-6.hovered {
  background-color: #300205;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-6 {
  stroke: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-6 {
  stop-color: #520408;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-7 {
  fill: #198038;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-7.hovered {
  fill: #13622b;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-7 {
  background-color: #198038;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-7.hovered {
  background-color: #13622b;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-7 {
  stroke: #198038;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-7 {
  stop-color: #198038;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-8 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-8.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-8 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-8.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-8 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-8 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-9 {
  fill: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-9.hovered {
  fill: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-9 {
  background-color: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-9.hovered {
  background-color: #eb3382;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-9 {
  stroke: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-9 {
  stop-color: #ee5396;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-10 {
  fill: #b28600;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-10.hovered {
  fill: #8e6b00;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-10 {
  background-color: #b28600;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-10.hovered {
  background-color: #8e6b00;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-10 {
  stroke: #b28600;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-10 {
  stop-color: #b28600;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-11 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-11.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-11 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-11.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-11 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-11 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-12 {
  fill: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-12.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-12 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-12.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-12 {
  stroke: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-12 {
  stop-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-13 {
  fill: #8a3800;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-13.hovered {
  fill: #662a00;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-13 {
  background-color: #8a3800;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-13.hovered {
  background-color: #662a00;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-13 {
  stroke: #8a3800;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-13 {
  stop-color: #8a3800;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-14 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-14-1-14.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-14 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-14-1-14.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-14-1-14 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-14-1-14 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-1 {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-1 {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-1 {
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-1 {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-2 {
  fill: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-2.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-2 {
  background-color: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-2.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-2 {
  stroke: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-2 {
  stop-color: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-3 {
  fill: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-3.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-3 {
  background-color: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-3.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-3 {
  stroke: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-3 {
  stop-color: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-4 {
  fill: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-4.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-4 {
  background-color: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-4.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-4 {
  stroke: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-4 {
  stop-color: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-5 {
  fill: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-5 {
  background-color: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-5 {
  stroke: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-5 {
  stop-color: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-6 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-6.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-6 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-6.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-6 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-6 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-7 {
  fill: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-7.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-7 {
  background-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-7.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-7 {
  stroke: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-7 {
  stop-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-8 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-8.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-8 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-8.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-8 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-8 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-9 {
  fill: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-9.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-9 {
  background-color: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-9.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-9 {
  stroke: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-9 {
  stop-color: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-10 {
  fill: #31135e;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-10.hovered {
  fill: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-10 {
  background-color: #31135e;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-10.hovered {
  background-color: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-10 {
  stroke: #31135e;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-10 {
  stop-color: #31135e;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-11 {
  fill: #1c0f30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-1-11.hovered {
  fill: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-11 {
  background-color: #1c0f30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-1-11.hovered {
  background-color: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-1-11 {
  stroke: #1c0f30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-1-11 {
  stop-color: #1c0f30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-1 {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-1 {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-1 {
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-1 {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-2 {
  fill: #edf5ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-2.hovered {
  fill: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-2 {
  background-color: #edf5ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-2.hovered {
  background-color: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-2 {
  stroke: #edf5ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-2 {
  stop-color: #edf5ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-3 {
  fill: #d0e2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-3.hovered {
  fill: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-3 {
  background-color: #d0e2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-3.hovered {
  background-color: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-3 {
  stroke: #d0e2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-3 {
  stop-color: #d0e2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-4 {
  fill: #a6c8ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-4.hovered {
  fill: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-4 {
  background-color: #a6c8ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-4.hovered {
  background-color: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-4 {
  stroke: #a6c8ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-4 {
  stop-color: #a6c8ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-5 {
  fill: #78a9ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-5.hovered {
  fill: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-5 {
  background-color: #78a9ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-5.hovered {
  background-color: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-5 {
  stroke: #78a9ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-5 {
  stop-color: #78a9ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-6 {
  fill: #4589ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-6.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-6 {
  background-color: #4589ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-6.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-6 {
  stroke: #4589ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-6 {
  stop-color: #4589ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-7 {
  fill: #0f62fe;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-7.hovered {
  fill: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-7 {
  background-color: #0f62fe;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-7.hovered {
  background-color: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-7 {
  stroke: #0f62fe;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-7 {
  stop-color: #0f62fe;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-8 {
  fill: #0043ce;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-8.hovered {
  fill: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-8 {
  background-color: #0043ce;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-8.hovered {
  background-color: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-8 {
  stroke: #0043ce;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-8 {
  stop-color: #0043ce;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-9 {
  fill: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-9.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-9 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-9.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-9 {
  stroke: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-9 {
  stop-color: #002d9c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-10 {
  fill: #001d6c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-10.hovered {
  fill: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-10 {
  background-color: #001d6c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-10.hovered {
  background-color: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-10 {
  stroke: #001d6c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-10 {
  stop-color: #001d6c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-11 {
  fill: #001141;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-2-11.hovered {
  fill: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-11 {
  background-color: #001141;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-2-11.hovered {
  background-color: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-2-11 {
  stroke: #001141;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-2-11 {
  stop-color: #001141;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-1 {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-1 {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-1 {
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-1 {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-2 {
  fill: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-2.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-2 {
  background-color: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-2.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-2 {
  stroke: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-2 {
  stop-color: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-3 {
  fill: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-3 {
  background-color: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-3 {
  stroke: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-3 {
  stop-color: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-4 {
  fill: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-4.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-4 {
  background-color: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-4.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-4 {
  stroke: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-4 {
  stop-color: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-5 {
  fill: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-5.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-5 {
  background-color: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-5.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-5 {
  stroke: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-5 {
  stop-color: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-6 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-6.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-6 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-6.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-6 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-6 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-7 {
  fill: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-7.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-7 {
  background-color: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-7.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-7 {
  stroke: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-7 {
  stop-color: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-8 {
  fill: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-8.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-8 {
  background-color: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-8.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-8 {
  stroke: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-8 {
  stop-color: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-9 {
  fill: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-9.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-9 {
  background-color: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-9.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-9 {
  stroke: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-9 {
  stop-color: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-10 {
  fill: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-10.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-10 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-10.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-10 {
  stroke: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-10 {
  stop-color: #012749;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-11 {
  fill: #061727;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-3-11.hovered {
  fill: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-11 {
  background-color: #061727;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-3-11.hovered {
  background-color: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-3-11 {
  stroke: #061727;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-3-11 {
  stop-color: #061727;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-1 {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-1 {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-1 {
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-1 {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-2 {
  fill: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-2.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-2 {
  background-color: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-2.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-2 {
  stroke: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-2 {
  stop-color: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-3 {
  fill: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-3.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-3 {
  background-color: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-3.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-3 {
  stroke: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-3 {
  stop-color: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-4 {
  fill: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-4.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-4 {
  background-color: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-4.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-4 {
  stroke: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-4 {
  stop-color: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-5 {
  fill: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-5.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-5 {
  background-color: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-5.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-5 {
  stroke: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-5 {
  stop-color: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-6 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-6.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-6 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-6.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-6 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-6 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-7 {
  fill: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-7.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-7 {
  background-color: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-7.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-7 {
  stroke: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-7 {
  stop-color: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-8 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-8.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-8 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-8.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-8 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-8 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-9 {
  fill: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-9.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-9 {
  background-color: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-9.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-9 {
  stroke: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-9 {
  stop-color: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-10 {
  fill: #022b30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-10.hovered {
  fill: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-10 {
  background-color: #022b30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-10.hovered {
  background-color: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-10 {
  stroke: #022b30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-10 {
  stop-color: #022b30;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-11 {
  fill: #081a1c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-mono-4-11.hovered {
  fill: black;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-11 {
  background-color: #081a1c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-mono-4-11.hovered {
  background-color: black;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-mono-4-11 {
  stroke: #081a1c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-mono-4-11 {
  stop-color: #081a1c;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-1 {
  fill: #750e13;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-1.hovered {
  fill: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-1 {
  background-color: #750e13;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-1.hovered {
  background-color: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-1 {
  stroke: #750e13;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-1 {
  stop-color: #750e13;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-2 {
  fill: #a2191f;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-2.hovered {
  fill: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-2 {
  background-color: #a2191f;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-2.hovered {
  background-color: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-2 {
  stroke: #a2191f;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-2 {
  stop-color: #a2191f;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-3 {
  fill: #da1e28;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-3.hovered {
  fill: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-3 {
  background-color: #da1e28;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-3.hovered {
  background-color: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-3 {
  stroke: #da1e28;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-3 {
  stop-color: #da1e28;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-4 {
  fill: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-4.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-4 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-4.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-4 {
  stroke: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-4 {
  stop-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-5 {
  fill: #ff8389;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-5.hovered {
  fill: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-5 {
  background-color: #ff8389;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-5.hovered {
  background-color: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-5 {
  stroke: #ff8389;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-5 {
  stop-color: #ff8389;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-6 {
  fill: #ffb3b8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-6.hovered {
  fill: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-6 {
  background-color: #ffb3b8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-6.hovered {
  background-color: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-6 {
  stroke: #ffb3b8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-6 {
  stop-color: #ffb3b8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-7 {
  fill: #ffd7d9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-7.hovered {
  fill: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-7 {
  background-color: #ffd7d9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-7.hovered {
  background-color: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-7 {
  stroke: #ffd7d9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-7 {
  stop-color: #ffd7d9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-8 {
  fill: #fff1f1;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-8.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-8 {
  background-color: #fff1f1;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-8.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-8 {
  stroke: #fff1f1;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-8 {
  stop-color: #fff1f1;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-9 {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-9 {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-9 {
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-9 {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-10 {
  fill: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-10.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-10 {
  background-color: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-10.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-10 {
  stroke: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-10 {
  stop-color: #e5f6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-11 {
  fill: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-11.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-11 {
  background-color: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-11.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-11 {
  stroke: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-11 {
  stop-color: #bae6ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-12 {
  fill: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-12.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-12 {
  background-color: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-12.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-12 {
  stroke: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-12 {
  stop-color: #82cfff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-13 {
  fill: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-13.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-13 {
  background-color: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-13.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-13 {
  stroke: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-13 {
  stop-color: #33b1ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-14 {
  fill: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-14.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-14 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-14.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-14 {
  stroke: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-14 {
  stop-color: #1192e8;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-15 {
  fill: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-15.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-15 {
  background-color: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-15.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-15 {
  stroke: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-15 {
  stop-color: #0072c3;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-16 {
  fill: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-16.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-16 {
  background-color: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-16.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-16 {
  stroke: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-16 {
  stop-color: #00539a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-17 {
  fill: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-1-17.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-17 {
  background-color: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-1-17.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-1-17 {
  stroke: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-1-17 {
  stop-color: #003a6d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-1 {
  fill: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-1.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-1 {
  background-color: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-1.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-1 {
  stroke: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-1 {
  stop-color: #491d8b;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-2 {
  fill: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-2.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-2 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-2.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-2 {
  stroke: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-2 {
  stop-color: #6929c4;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-3 {
  fill: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-3.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-3 {
  background-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-3.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-3 {
  stroke: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-3 {
  stop-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-4 {
  fill: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-4.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-4 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-4.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-4 {
  stroke: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-4 {
  stop-color: #a56eff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-5 {
  fill: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-5 {
  background-color: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-5 {
  stroke: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-5 {
  stop-color: #be95ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-6 {
  fill: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-6.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-6 {
  background-color: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-6.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-6 {
  stroke: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-6 {
  stop-color: #d4bbff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-7 {
  fill: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-7.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-7 {
  background-color: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-7.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-7 {
  stroke: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-7 {
  stop-color: #e8daff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-8 {
  fill: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-8.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-8 {
  background-color: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-8.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-8 {
  stroke: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-8 {
  stop-color: #f6f2ff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-9 {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-9 {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-9 {
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-9 {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-10 {
  fill: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-10.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-10 {
  background-color: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-10.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-10 {
  stroke: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-10 {
  stop-color: #d9fbfb;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-11 {
  fill: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-11.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-11 {
  background-color: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-11.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-11 {
  stroke: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-11 {
  stop-color: #9ef0f0;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-12 {
  fill: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-12.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-12 {
  background-color: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-12.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-12 {
  stroke: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-12 {
  stop-color: #3ddbd9;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-13 {
  fill: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-13.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-13 {
  background-color: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-13.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-13 {
  stroke: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-13 {
  stop-color: #08bdba;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-14 {
  fill: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-14.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-14 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-14.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-14 {
  stroke: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-14 {
  stop-color: #009d9a;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-15 {
  fill: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-15.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-15 {
  background-color: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-15.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-15 {
  stroke: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-15 {
  stop-color: #007d79;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-16 {
  fill: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-16.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-16 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-16.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-16 {
  stroke: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-16 {
  stop-color: #005d5d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-17 {
  fill: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .fill-diverge-2-17.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-17 {
  background-color: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .background-diverge-2-17.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stroke-diverge-2-17 {
  stroke: #004144;
}
div.container.theme--g10 .bx--cc--chart-wrapper .stop-color-diverge-2-17 {
  stop-color: #004144;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-1-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-1-2-1 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-1-3-1 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-1-4-1 {
  background-color: #007d79;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-1-2 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-2-2 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-3-1 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-3-2 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-4-1 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-4-2 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-5-1 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-2-5-2 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-1-1 {
  background-color: #ee5396;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-1-2 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-1-3 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-2-1 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-2-2 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-2-3 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-3-1 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-3-2 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-3-3 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-4-1 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-4-2 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-4-3 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-5-1 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-5-2 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-3-5-3 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-1-2 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-1-3 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-1-4 {
  background-color: #ee5396;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-2-1 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-2-2 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-2-3 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-2-4 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-3-1 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-3-2 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-3-3 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-4-3-4 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-1-2 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-1-3 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-1-4 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-1-5 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-2-1 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-2-2 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-2-3 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-2-4 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-5-2-5 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-1 {
  background-color: #6929c4;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-2 {
  background-color: #1192e8;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-3 {
  background-color: #005d5d;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-4 {
  background-color: #9f1853;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-6 {
  background-color: #520408;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-7 {
  background-color: #198038;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-8 {
  background-color: #002d9c;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-9 {
  background-color: #ee5396;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-10 {
  background-color: #b28600;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-11 {
  background-color: #009d9a;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-12 {
  background-color: #012749;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-13 {
  background-color: #8a3800;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-14-1-14 {
  background-color: #a56eff;
}
div.container.theme--g10 .bx--cc--legend .additional > .icon .area-1 {
  fill: #f4f4f4;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--legend .additional > .icon .area-2 {
  fill: #e0e0e0;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--legend .additional > .icon .area-3 {
  fill: #c6c6c6;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--legend .additional > .icon .quartile-wrapper {
  fill: #e0e0e0;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--legend .additional > .icon .quartile-line {
  fill: #000;
}
div.container.theme--g10 .bx--cc--axes {
  overflow: visible;
}
div.container.theme--g10 .bx--cc--axes g.axis g.ticks.invisible {
  visibility: hidden;
}
div.container.theme--g10 .bx--cc--axes g.axis g.tick-hover rect.axis-holder {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
div.container.theme--g10 .bx--cc--axes g.axis g.tick-hover:hover rect.axis-holder,
div.container.theme--g10 .bx--cc--axes g.axis g.tick-hover:focus rect.axis-holder {
  fill: black;
  stroke: black;
  stroke-width: 2px;
}
div.container.theme--g10 .bx--cc--axes g.axis g.tick-hover:hover text,
div.container.theme--g10 .bx--cc--axes g.axis g.tick-hover:focus text {
  fill: white;
}
div.container.theme--g10 .bx--cc--axes g.axis g.tick text {
  fill: #525252;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g10 .bx--cc--axes g.axis g.tick line {
  display: none;
}
div.container.theme--g10 .bx--cc--axes g.axis path.domain {
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--axes g.axis .axis-title {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  fill: #161616;
}
div.container.theme--g10 .bx--cc--chart-wrapper g.callouts {
  stroke: #525252;
}
div.container.theme--g10 .bx--cc--grid-brush g.grid-brush rect.selection {
  fill: none;
  fill-opacity: 0;
  stroke: none;
}
div.container.theme--g10 .bx--cc--grid-brush rect.frontSelection {
  fill: #e0e0e0;
  fill-opacity: 0.3;
  stroke: #0f62fe;
}
div.container.theme--g10 .bx--cc--grid rect.chart-grid-backdrop {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--grid rect.chart-grid-backdrop.stroked {
  stroke: #e0e0e0;
}
div.container.theme--g10 .bx--cc--grid rect.stroke {
  stroke: #e0e0e0;
}
div.container.theme--g10 .bx--cc--grid g.x.grid g.tick line,
div.container.theme--g10 .bx--cc--grid g.y.grid g.tick line {
  pointer-events: none;
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--g10 .bx--cc--grid g.x.grid g.tick.active line,
div.container.theme--g10 .bx--cc--grid g.y.grid g.tick.active line {
  stroke-dasharray: 2px;
  stroke: #0f62fe;
}
div.container.theme--g10 .bx--cc--ruler line.ruler-line,
div.container.theme--g10 .bx--cc--ruler-binned line.ruler-line {
  stroke: #000000;
  stroke-width: 1px;
  stroke-dasharray: 2;
  pointer-events: none;
}
div.container.theme--g10 .bx--cc--skeleton rect.chart-skeleton-backdrop {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--skeleton .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--g10 .bx--cc--skeleton .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--g10 .bx--cc--skeleton .empty-state-lines {
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--g10 .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
  stop-color: #e0e0e0;
}
div.container.theme--g10 .bx--cc--skeleton .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--skeleton .empty-state-areas {
  fill: rgba(127, 127, 127, 0.1);
}
div.container.theme--g10 .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
  stop-color: rgba(127, 127, 127, 0.1);
}
div.container.theme--g10 .bx--cc--skeleton .shimmer-areas .stop-shimmer {
  stop-color: rgba(255, 255, 255, 0.15);
}
div.container.theme--g10 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--g10 .bx--cc--skeleton-lines .empty-state-lines {
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
  stop-color: #e0e0e0;
}
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--g10 .bx--cc--zero-line line.domain {
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--layout-row {
  display: flex;
  flex-direction: row;
}
div.container.theme--g10 .bx--cc--layout-column {
  display: flex;
  flex-direction: column;
}
div.container.theme--g10 .bx--cc--layout-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
div.container.theme--g10 .bx--cc--layout-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
div.container.theme--g10 .bx--cc--layout-alignitems-center {
  align-items: center;
}
div.container.theme--g10 .bx--cc--chart-wrapper .layout-child {
  overflow: visible;
}
div.container.theme--g10 .bx--cc--chart-wrapper svg.layout-svg-wrapper {
  height: inherit;
  width: inherit;
  overflow: visible;
}
div.container.theme--g10 div.bx--cc--legend {
  display: flex;
  user-select: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.container.theme--g10 div.bx--cc--legend[data-name=legend-items] {
  width: 100%;
  margin: -5px;
}
div.container.theme--g10 div.bx--cc--legend div.legend-item {
  display: flex;
  align-items: center;
  margin: 5px;
}
div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-radius: 2px;
  border: solid 1px #f4f4f4;
  box-shadow: 0 0 0 2px transparent;
}
@media (forced-colors: active) {
  div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox {
    forced-color-adjust: none;
  }
}
div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
  border-color: #525252;
  background: #f4f4f4;
}
div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox svg {
  display: none;
  vertical-align: text-top;
  fill: #f4f4f4;
  stroke: #f4f4f4;
}
div.container.theme--g10 div.bx--cc--legend div.legend-item.additional svg.icon {
  margin-right: 4px;
}
div.container.theme--g10 div.bx--cc--legend div.legend-item p {
  font-size: 12px;
  fill: #525252;
  line-height: 1rem;
}
div.container.theme--g10 div.bx--cc--legend.center-aligned {
  justify-content: center;
}
div.container.theme--g10 div.bx--cc--legend.right-aligned {
  justify-content: flex-end;
}
div.container.theme--g10 div.bx--cc--legend.has-deactivated-items div.legend-item div.checkbox svg {
  display: block;
}
div.container.theme--g10 div.bx--cc--legend.vertical {
  margin: -5px;
  flex-direction: column;
}
div.container.theme--g10 div.bx--cc--legend.vertical div.legend-item {
  margin-right: 0;
  margin-bottom: 10px;
}
div.container.theme--g10 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover {
  cursor: pointer;
}
div.container.theme--g10 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox {
  border: solid 1px #f4f4f4;
  box-shadow: 0 0 0 2px #0f62fe;
}
div.container.theme--g10 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox:not(.active) {
  border-color: #525252;
}
div.container.theme--g10 .bx--chart-holder .bx--modal.is-visible {
  z-index: 99999;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__label {
  margin-top: 0;
  margin-bottom: 0;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__heading {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content {
  padding: 0;
  margin-bottom: 0;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table {
  position: relative;
  border-collapse: collapse;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table th {
  position: sticky;
  top: 0;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer {
  background-color: transparent;
}
div.container.theme--g10 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer .bx--cc-modal-footer-spacer {
  width: 50%;
}
div.container.theme--g10 .bx--cc--title p.title {
  color: #161616;
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
div.container.theme--g10 .layout-child.title {
  height: unset !important;
  overflow: hidden;
}
div.container.theme--g10 .bx--cc--meter-title {
  overflow: visible;
}
div.container.theme--g10 .bx--cc--meter-title text.meter-title,
div.container.theme--g10 .bx--cc--meter-title text.proportional-meter-title,
div.container.theme--g10 .bx--cc--meter-title text.proportional-meter-total,
div.container.theme--g10 .bx--cc--meter-title text.percent-value {
  fill: #161616;
}
div.container.theme--g10 .bx--cc--meter-title g.status-indicator.status--danger circle.status {
  fill: #da1e28;
}
div.container.theme--g10 .bx--cc--meter-title g.status-indicator.status--warning circle.status {
  fill: #f1c21b;
}
div.container.theme--g10 .bx--cc--meter-title g.status-indicator.status--warning path.innerFill {
  fill: #000000;
}
div.container.theme--g10 .bx--cc--meter-title g.status-indicator.status--success circle.status {
  fill: #198038;
}
div.container.theme--g10 .bx--cc--meter-title g.status-indicator path.innerFill {
  fill: #ffffff;
}
div.container.theme--g10 .bx--chart-holder .bx--overflow-menu,
div.container.theme--g10 .bx--chart-holder .bx--overflow-menu__trigger {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar {
  display: flex;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
  cursor: not-allowed;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
  background-color: transparent;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:focus {
  outline: none;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled svg {
  fill: #8d8d8d;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip {
  right: 0;
  left: unset;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip.is-open {
  display: table;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip ul {
  margin: 0;
  padding: 0;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar .bx--loading__background {
  fill: transparent;
}
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar .bx--loading__stroke {
  stroke-dashoffset: 99;
  fill: transparent;
}
div.container.theme--g10 .bx--cc--tooltip {
  background-color: #f4f4f4;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  visibility: visible;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  transition: visibility 0s linear 0.1s, opacity 0.1s;
}
div.container.theme--g10 .bx--cc--tooltip.hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0s, opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g10 .bx--cc--tooltip .content-box {
  color: #161616;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .title-tooltip {
  width: auto;
  padding: 4px;
  min-width: 20px;
  max-width: 270px;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .title-tooltip p {
  margin: 2px;
  font-size: 12px;
  line-height: 1rem;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip {
  display: flex;
  padding: 4px;
  flex-flow: row nowrap;
  width: auto;
  min-width: 20px;
  justify-content: flex-start;
  align-items: center;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip div.label {
  display: flex;
  flex: 1;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip div.label p {
  flex: 1;
  padding-right: 8px;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip div.label span.label-icon svg {
  height: 12px;
  padding-top: 3px;
  vertical-align: top;
  padding-left: 4px;
  width: auto;
  fill: black;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip.bold {
  font-weight: 600;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
div.container.theme--g10 .bx--cc--tooltip .content-box .datapoint-tooltip p.value {
  width: auto;
  margin-left: 6px;
}
div.container.theme--g10 .bx--cc--tooltip .content-box ul.multi-tooltip {
  margin: 0;
  padding: 0;
}
div.container.theme--g10 .bx--cc--tooltip .content-box ul.multi-tooltip li {
  list-style: none;
  position: relative;
}
div.container.theme--g10 .bx--cc--tooltip .content-box ul.multi-tooltip li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
@media (forced-colors: active) {
  div.container.theme--g10 .bx--cc--tooltip .tooltip-color {
    forced-color-adjust: none;
  }
}
div.container.theme--g10 .bx--cc--tooltip .tooltip-color + div.label p {
  margin-left: 4px;
}
div.container.theme--g10 .bx--cc--threshold line.threshold-line {
  stroke: #fa4d56;
  stroke-width: 1;
  stroke-dasharray: 4;
  cursor: pointer;
  pointer-events: none;
}
div.container.theme--g10 .bx--cc--threshold line.threshold-line.active {
  stroke-width: 2;
}
div.container.theme--g10 .bx--cc--threshold rect.threshold-hoverable-area {
  height: 20px;
  transform: translate(0, -10px);
  cursor: pointer;
  fill: transparent;
}
div.container.theme--g10 .bx--cc--threshold rect.threshold-hoverable-area.rotate {
  transform: rotate(90deg) translate(0, -10px);
}
div.container.theme--g10 .bx--cc--threshold--label {
  background-color: #fa4d56;
  pointer-events: none;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  color: #161616;
  line-height: 16px;
  font-size: 12px;
  padding: 4px;
  min-width: 20px;
}
div.container.theme--g10 .bx--cc--threshold--label.hidden {
  opacity: 0;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-bg {
  fill: #f4f4f4;
  stroke: #ffffff;
}
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-slider-bg {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-slider-selected-area {
  fill: #525252;
}
div.container.theme--g10 .bx--cc--zoom-bar path.zoom-bg-baseline {
  stroke: #8d8d8d;
  stroke-width: 2;
}
div.container.theme--g10 .bx--cc--zoom-bar path.zoom-graph-area {
  fill: #e0e0e0;
  stroke: #8d8d8d;
  stroke-width: 1;
}
div.container.theme--g10 .bx--cc--zoom-bar path.zoom-graph-area-unselected {
  fill: #ffffff;
  stroke: none;
}
div.container.theme--g10 .bx--cc--zoom-bar g.zoom-bar-brush rect.handle {
  fill: #525252;
}
div.container.theme--g10 .bx--cc--zoom-bar g.zoom-bar-brush rect.handle-bar {
  fill: #f4f4f4;
}
div.container.theme--g10 .bx--cc--zoom-bar g.zoom-bar-brush rect.selection {
  fill: none;
  stroke: none;
}
div.container.theme--g10 .bx--cc--zoom-bar rect[class^=highlight-] {
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--g10 .bx--cc--highlight rect.highlight-bar {
  pointer-events: none;
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--g10 svg.bx--cc--color-legend {
  display: flex;
  user-select: none;
}
div.container.theme--g10 svg.bx--cc--color-legend g.legend-title text {
  fill: black;
}
div.container.theme--g10 .bx--cc--area path.area,
div.container.theme--g10 .bx--cc--area-stacked path.area {
  pointer-events: none;
}
div.container.theme--g10 .bx--cc--bubble circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g10 .bx--cc--bubble circle.dot.unfilled {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--bubble g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--g10 .bx--cc--bullet path.range-box {
  pointer-events: none;
}
div.container.theme--g10 .bx--cc--bullet path.range-box.order-1 {
  fill: #f4f4f4;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--bullet path.range-box.order-2 {
  fill: #e0e0e0;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--bullet path.range-box.order-3 {
  fill: #c6c6c6;
  stroke: #8d8d8d;
}
div.container.theme--g10 .bx--cc--bullet path.marker,
div.container.theme--g10 .bx--cc--bullet path.quartile {
  pointer-events: none;
  stroke-width: 1.5px;
  stroke: #000;
}
div.container.theme--g10 .bx--cc--bullet path.quartile.over-bar {
  stroke: #fff;
}
div.container.theme--g10 .bx--cc--donut {
  overflow: visible;
}
div.container.theme--g10 .bx--cc--line path.line {
  pointer-events: none;
  fill: none;
  stroke-width: 1.5;
}
div.container.theme--g10 .bx--cc--line path.line.sparkline-loading {
  animation: shimmer 2.5s infinite linear;
}
@keyframes shimmer {
  0% {
    stroke: #e0e0e0;
  }
  20% {
    stroke: #ffffff;
    opacity: 0.5;
  }
  100% {
    stroke: #e0e0e0;
  }
}
div.container.theme--g10 .bx--cc--scatter circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g10 .bx--cc--scatter circle.dot.unfilled {
  fill: #ffffff;
  stroke-width: 1.5;
}
div.container.theme--g10 .bx--cc--scatter circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--g10 .bx--cc--scatter g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--g10 .bx--cc--meter rect.container {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--meter line.rangeIndicator {
  stroke: #a8a8a8;
  stroke-width: 1px;
}
div.container.theme--g10 .bx--cc--meter rect.value.status--danger {
  fill: #da1e28;
}
div.container.theme--g10 .bx--cc--meter rect.value.status--warning {
  fill: #f1c21b;
  stroke-width: 1px;
  stroke: #b28600;
}
div.container.theme--g10 .bx--cc--meter rect.value.status--success {
  fill: #198038;
}
div.container.theme--g10 .bx--cc--meter line.peak {
  stroke: #161616;
  stroke-width: 2px;
}
div.container.theme--g10 .bx--cc--scatter-stacked circle.dot.unfilled {
  fill: #ffffff;
  stroke-width: 1.5;
}
div.container.theme--g10 .bx--cc--scatter-stacked circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--g10 .bx--cc--radar .blobs path {
  stroke-width: 1.5px;
}
div.container.theme--g10 .bx--cc--radar .y-axes path,
div.container.theme--g10 .bx--cc--radar .x-axes line {
  stroke-width: 1px;
  stroke: #e0e0e0;
}
div.container.theme--g10 .bx--cc--radar .x-axes line.hovered {
  stroke: #000000;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree g.links {
  fill: none;
  stroke: #8d8d8d;
  stroke-opacity: 0.4;
  stroke-width: 1.5;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree g.clickable {
  cursor: pointer;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover text {
  font-weight: 600;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover circle {
  fill: #161616;
  transition: all 0.1s ease-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree circle.parent {
  fill: #525252;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree circle.child {
  fill: #8d8d8d;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree text {
  fill: #161616;
}
div.container.theme--g10 .bx--cc--chart-wrapper .bx--cc--tree text.text-stroke {
  stroke: #ffffff;
  stroke-width: 2px;
}
div.container.theme--g10 .bx--cc--treemap text {
  pointer-events: none;
}
div.container.theme--g10 .bx--cc--gauge {
  overflow: visible;
}
div.container.theme--g10 .bx--cc--gauge path.arc-background {
  fill: #ffffff;
}
div.container.theme--g10 .bx--cc--gauge .gauge-delta-arrow.status--danger {
  fill: #da1e28;
}
div.container.theme--g10 .bx--cc--gauge .gauge-delta-arrow.status--warning {
  fill: #f1c21b;
}
div.container.theme--g10 .bx--cc--gauge .gauge-delta-arrow.status--success {
  fill: #198038;
}
div.container.theme--g10 .bx--cc--pie {
  overflow: visible;
}
div.container.theme--g10 .bx--cc--lollipop line.line {
  pointer-events: none;
}
div.container.theme--g10 .bx--cc--lollipop circle.dot {
  stroke-width: 1.5;
}
div.container.theme--g10 .bx--cc--circle-pack circle.node {
  stroke-width: 1.5px;
}
div.container.theme--g10 .bx--cc--circle-pack circle.node.hovered {
  fill-opacity: 1;
}
div.container.theme--g10 .bx--cc--circle-pack circle.node.non-focal {
  fill: #c6c6c6;
  fill-opacity: 30%;
  stroke: #c6c6c6;
}
div.container.theme--g10 .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-in;
}
div.container.theme--g10 .bx--cc--chart-wrapper.zoomed-in {
  cursor: zoom-out;
}
div.container.theme--g10 .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.hovered-child {
  stroke: 1.5px solid initial;
}
div.container.theme--g10 .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-out;
}
div.container.theme--g10 .bx--cc--wordcloud text.word.light {
  font-weight: 300;
}
div.container.theme--g10 .bx--cc--alluvial text.node-text {
  fill: white;
}
div.container.theme--g10 .bx--cc--alluvial polygon.arrow-down {
  fill: black;
}
div.container.theme--g10 .bx--cc--heatmap g.highlighter-hidden {
  visibility: hidden;
}
div.container.theme--g10 .bx--cc--heatmap g.cell-highlight line {
  stroke: white;
  stroke-width: 1px;
}
div.container.theme--g10 .bx--cc--heatmap g.cell-2 line {
  stroke: white;
  stroke-width: 2px !important;
}
div.container.theme--g10 .bx--cc--heatmap g.multi-cell line {
  stroke: white;
  stroke-width: 2px;
}
div.container.theme--g10 .bx--cc--heatmap rect.pattern-fill {
  fill: #8d8d8d;
}
div.container.theme--g10 .bx--cc--heatmap g.shadows line.top {
  filter: drop-shadow(0px -3px 2px black);
}
div.container.theme--g10 .bx--cc--heatmap g.shadows line.down {
  filter: drop-shadow(0px 3px 2px black);
}
div.container.theme--g10 .bx--cc--heatmap g.shadows line.left {
  filter: drop-shadow(-3px 0px 2px black);
}
div.container.theme--g10 .bx--cc--heatmap g.shadows line.right {
  filter: drop-shadow(3px 0px 2px black);
}
div.container.theme--g10 .bx--cc--heatmap rect.null-state {
  stroke: transparent !important;
}
div.container.theme--g10 .bx--cc--heatmap rect.heat {
  stroke-width: 0px;
}
div.container.theme--g10 .bx--cc--heatmap rect.heat {
  stroke: #f4f4f4;
}
div.container.theme--g10 .bx--cc--heatmap rect.null-state {
  fill: #ffffff;
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g10 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
div.container.theme--g10 .bx--cc--chart-wrapper {
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g10 .bx--cc--chart-wrapper p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #525252;
}
div.container.theme--g10 .bx--cc--chart-wrapper text {
  font-size: 12px;
  font-weight: 400;
  fill: #525252;
}
div.container.theme--g10 .bx--cc--chart-wrapper g.gauge-numbers text.gauge-value-number {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}
div.container.theme--g10 .bx--cc--chart-wrapper text.meter-title,
div.container.theme--g10 .bx--cc--chart-wrapper text.percent-value {
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g10 .bx--cc--chart-wrapper text.meter-title {
  font-weight: 600;
}
div.container.theme--g10 .bx--chart-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
div.container.theme--g10 .bx--chart-holder.filled, div.container.theme--g10 .bx--chart-holder.fullscreen {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--g10 .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
  overflow: hidden;
  opacity: 0;
}
div.container.theme--g10 .bx--chart-holder.fullscreen,
div.container.theme--g10 .bx--chart-holder:-webkit-full-screen {
  /* !important is used here to get closer to
  a truly fullscreen experience */
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  padding: 2em;
}
div.container.theme--g10 .bx--cc--chart-wrapper {
  overflow: visible;
}
div.container.theme--g10 .resource-card-group {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  max-width: 700px;
}
div.container.theme--g10 .resource-card-group .bx--col-md-6.bx--col-lg-6 {
  border: 1px solid #f4f4f4;
  padding: 0;
}
div.container.theme--g10 .bx--resource-card .bx--tile {
  background: #ffffff;
  height: 100%;
  padding: 1rem 25% 1rem 1rem;
  position: relative;
  transition: background 70ms;
  text-decoration: none;
}
div.container.theme--g10 .bx--resource-card .bx--tile:hover {
  background: #e5e5e5;
}
div.container.theme--g10 .bx--resource-card__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  color: #161616;
}
div.container.theme--g10 .bx--resource-card__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  font-weight: 400;
  text-decoration: none;
  color: #161616;
}
div.container.theme--g10 .bx--resource-card__icon--img {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: flex-end;
}
div.container.theme--g10 .bx--resource-card__icon--img .gatsby-resp-image-wrapper,
div.container.theme--g10 .bx--resource-card__icon--img img[src*=gif],
div.container.theme--g10 .bx--resource-card__icon--img img[src*=svg] {
  margin-bottom: 0;
}
div.container.theme--g10 .bx--resource-card__icon--img .gatsby-resp-image-wrapper {
  position: static !important;
}
div.container.theme--g10 .bx--resource-card__icon--action {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
}
div.container.theme--g10 .bx--resource-card .bx--resource-card__icon--action svg {
  fill: #161616;
}
div.container.theme--g10 .bx--resource-card--dark .bx--tile {
  background: #262626;
}
div.container.theme--g10 .bx--resource-card--dark .bx--tile:hover {
  background: #393939;
}
div.container.theme--g10 .bx--resource-card--dark .bx--resource-card__title,
div.container.theme--g10 .bx--resource-card--dark .bx--resource-card__subtitle {
  color: #ffffff;
}
div.container.theme--g10 .bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #f4f4f4;
}
div.container.theme--g10 .bx--resource-card--disabled .bx--tile:hover {
  background: #ffffff;
  cursor: not-allowed;
}
div.container.theme--g10 .bx--resource-card--disabled .bx--resource-card__title,
div.container.theme--g10 .bx--resource-card--disabled .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--g10 .bx--resource-card--disabled .bx--resource-card__icon--action svg {
  fill: #c6c6c6;
}
div.container.theme--g10 .bx--resource-card--disabled .bx--resource-card__icon--img {
  filter: grayscale(100%);
  opacity: 0.5;
}
div.container.theme--g10 .bx--resource-card--disabled.bx--resource-card--dark .bx--tile:hover {
  background: #262626;
}
div.container.theme--g10 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__title,
div.container.theme--g10 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--g10 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #525252;
}
div.container.theme--g10 .bx--modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.5);
  content: "";
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
  visibility: hidden;
}
div.container.theme--g10 .bx--modal.is-visible {
  opacity: 1;
  transition: opacity 240ms cubic-bezier(0, 0, 0.3, 1), visibility 0ms linear;
  visibility: inherit;
}
div.container.theme--g10 .bx--modal .bx--pagination,
div.container.theme--g10 .bx--modal .bx--pagination__control-buttons,
div.container.theme--g10 .bx--modal .bx--text-input,
div.container.theme--g10 .bx--modal .bx--text-area,
div.container.theme--g10 .bx--modal .bx--search-input,
div.container.theme--g10 .bx--modal .bx--select-input,
div.container.theme--g10 .bx--modal .bx--dropdown,
div.container.theme--g10 .bx--modal .bx--dropdown-list,
div.container.theme--g10 .bx--modal .bx--number input[type=number],
div.container.theme--g10 .bx--modal .bx--date-picker__input {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--modal.is-visible .bx--modal-container {
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1);
}
div.container.theme--g10 .bx--modal-container {
  position: fixed;
  top: 0;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transform: translate3d(0, -24px, 0);
  transform-origin: top center;
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
}
@media (min-width: 42rem) {
  div.container.theme--g10 .bx--modal-container {
    position: static;
    width: 84%;
    height: auto;
    max-height: 90%;
  }
  div.container.theme--g10 .bx--modal-container .bx--modal-header,
div.container.theme--g10 .bx--modal-container .bx--modal-content,
div.container.theme--g10 .bx--modal-container .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g10 .bx--modal-container .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g10 .bx--modal-container {
    width: 60%;
    max-height: 84%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g10 .bx--modal-container {
    width: 48%;
  }
}
div.container.theme--g10 .bx--modal-header,
div.container.theme--g10 .bx--modal-content {
  padding-left: 1rem;
}
div.container.theme--g10 .bx--modal-header,
div.container.theme--g10 .bx--modal-content,
div.container.theme--g10 .bx--modal-content__regular-content {
  padding-right: 1rem;
}
div.container.theme--g10 .bx--modal-content--with-form {
  padding-right: 1rem;
}
div.container.theme--g10 .bx--modal-container--xs .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g10 .bx--modal-container--xs .bx--modal-content,
div.container.theme--g10 .bx--modal-container--xs .bx--modal-content__regular-content,
div.container.theme--g10 .bx--modal-container--xs .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g10 .bx--modal-container--xs {
    width: 48%;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g10 .bx--modal-container--xs {
    width: 32%;
    max-height: 48%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g10 .bx--modal-container--xs {
    width: 24%;
  }
}
div.container.theme--g10 .bx--modal-container--sm .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g10 .bx--modal-container--sm .bx--modal-content,
div.container.theme--g10 .bx--modal-container--sm .bx--modal-content__regular-content,
div.container.theme--g10 .bx--modal-container--sm .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g10 .bx--modal-container--sm {
    width: 60%;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g10 .bx--modal-container--sm {
    width: 42%;
    max-height: 72%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g10 .bx--modal-container--sm {
    width: 36%;
  }
  div.container.theme--g10 .bx--modal-container--sm .bx--modal-header,
div.container.theme--g10 .bx--modal-container--sm .bx--modal-content,
div.container.theme--g10 .bx--modal-container--sm .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g10 .bx--modal-container--sm .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
div.container.theme--g10 .bx--modal-container--lg .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g10 .bx--modal-container--lg .bx--modal-content,
div.container.theme--g10 .bx--modal-container--lg .bx--modal-content__regular-content,
div.container.theme--g10 .bx--modal-container--lg .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g10 .bx--modal-container--lg {
    width: 96%;
  }
  div.container.theme--g10 .bx--modal-container--lg .bx--modal-header,
div.container.theme--g10 .bx--modal-container--lg .bx--modal-content,
div.container.theme--g10 .bx--modal-container--lg .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g10 .bx--modal-container--lg .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g10 .bx--modal-container--lg {
    width: 84%;
    max-height: 96%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g10 .bx--modal-container--lg {
    width: 72%;
  }
}
div.container.theme--g10 .bx--modal-header {
  padding-top: 1rem;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
  grid-column: 1/-1;
  grid-row: 1/1;
}
div.container.theme--g10 .bx--modal-header__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  margin-bottom: 0.25rem;
  color: #525252;
}
div.container.theme--g10 .bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #161616;
}
div.container.theme--g10 .bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
  color: #161616;
  font-weight: 400;
  grid-column: 1/-1;
  grid-row: 2/-2;
  overflow-y: auto;
}
div.container.theme--g10 .bx--modal-content:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g10 .bx--modal-content:focus {
    outline-style: dotted;
  }
}
div.container.theme--g10 .bx--modal-content > p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
}
div.container.theme--g10 .bx--modal-scroll-content > *:last-child {
  padding-bottom: 2rem;
}
div.container.theme--g10 .bx--modal-content--overflow-indicator {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  content: "";
  grid-column: 1/-1;
  grid-row: 2/-2;
  pointer-events: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    div.container.theme--g10 .bx--modal-content--overflow-indicator {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    }
  }
}
div.container.theme--g10 .bx--modal-content:focus ~ .bx--modal-content--overflow-indicator {
  width: calc(100% - 4px);
  margin: 0 2px 2px;
}
@media screen and (-ms-high-contrast: active) {
  div.container.theme--g10 .bx--modal-scroll-content > *:last-child {
    padding-bottom: 0;
  }
  div.container.theme--g10 .bx--modal-content--overflow-indicator {
    display: none;
  }
}
div.container.theme--g10 .bx--modal-footer {
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  margin-top: auto;
  grid-column: 1/-1;
  grid-row: -1/-1;
}
div.container.theme--g10 .bx--modal-footer .bx--btn {
  max-width: none;
  height: 4rem;
  flex: 0 1 50%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0;
}
div.container.theme--g10 .bx--modal-footer--three-button .bx--btn {
  flex: 0 1 25%;
  align-items: flex-start;
}
div.container.theme--g10 .bx--modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--modal-close:hover {
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--modal-close:focus {
  border-color: #0f62fe;
  outline: none;
}
div.container.theme--g10 .bx--modal-close::-moz-focus-inner {
  border: 0;
}
div.container.theme--g10 .bx--modal-close__icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #161616;
}
div.container.theme--g10 .bx--body--with-modal-open {
  overflow: hidden;
}
div.container.theme--g10 .bx--body--with-modal-open .bx--tooltip,
div.container.theme--g10 .bx--body--with-modal-open .bx--overflow-menu-options {
  z-index: 9000;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g10 .bx--modal-close__icon {
    fill: ButtonText;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g10 .bx--modal-close:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
div.container.theme--g10 .bx--overflow-menu,
div.container.theme--g10 .bx--overflow-menu__trigger {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--overflow-menu *,
div.container.theme--g10 .bx--overflow-menu *::before,
div.container.theme--g10 .bx--overflow-menu *::after,
div.container.theme--g10 .bx--overflow-menu__trigger *,
div.container.theme--g10 .bx--overflow-menu__trigger *::before,
div.container.theme--g10 .bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
div.container.theme--g10 .bx--overflow-menu::-moz-focus-inner,
div.container.theme--g10 .bx--overflow-menu__trigger::-moz-focus-inner {
  border: 0;
}
div.container.theme--g10 .bx--overflow-menu *,
div.container.theme--g10 .bx--overflow-menu *::before,
div.container.theme--g10 .bx--overflow-menu *::after,
div.container.theme--g10 .bx--overflow-menu__trigger *,
div.container.theme--g10 .bx--overflow-menu__trigger *::before,
div.container.theme--g10 .bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
div.container.theme--g10 .bx--overflow-menu:focus,
div.container.theme--g10 .bx--overflow-menu__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g10 .bx--overflow-menu:focus,
div.container.theme--g10 .bx--overflow-menu__trigger:focus {
    outline-style: dotted;
  }
}
div.container.theme--g10 .bx--overflow-menu:hover,
div.container.theme--g10 .bx--overflow-menu__trigger:hover {
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--overflow-menu--sm {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g10 .bx--overflow-menu--xl,
div.container.theme--g10 .bx--overflow-menu--lg {
  width: 3rem;
  height: 3rem;
}
div.container.theme--g10 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g10 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
div.container.theme--g10 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus svg {
  outline: none;
}
div.container.theme--g10 .bx--overflow-menu.bx--overflow-menu--open,
div.container.theme--g10 .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__trigger {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  transition: none;
}
div.container.theme--g10 .bx--overflow-menu--light.bx--overflow-menu--open,
div.container.theme--g10 .bx--overflow-menu--light.bx--overflow-menu--open .bx--overflow-menu__trigger {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--overflow-menu__icon {
  width: 1rem;
  height: 1rem;
  fill: #161616;
}
div.container.theme--g10 .bx--overflow-menu-options {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 6000;
  top: 32px;
  left: 0;
  display: none;
  width: 10rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  list-style: none;
}
div.container.theme--g10 .bx--overflow-menu-options *,
div.container.theme--g10 .bx--overflow-menu-options *::before,
div.container.theme--g10 .bx--overflow-menu-options *::after {
  box-sizing: inherit;
}
div.container.theme--g10 .bx--overflow-menu-options::after {
  position: absolute;
  display: block;
  background-color: #ffffff;
  content: "";
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--overflow-menu.bx--overflow-menu--open:hover {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--overflow-menu-options--light {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--overflow-menu-options--light::after {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--overflow-menu.bx--overflow-menu--light.bx--overflow-menu--open:hover {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  top: -0.1875rem;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
}
div.container.theme--g10 .bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  bottom: -0.5rem;
  left: 0;
  width: 2.5rem;
  height: 0.5rem;
}
div.container.theme--g10 .bx--overflow-menu-options[data-floating-menu-direction=left]::after {
  top: 0;
  right: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}
div.container.theme--g10 .bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: 0;
  left: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}
div.container.theme--g10 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, div.container.theme--g10 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 2rem;
}
div.container.theme--g10 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=left]::after, div.container.theme--g10 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 2rem;
}
div.container.theme--g10 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, div.container.theme--g10 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
div.container.theme--g10 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after,
div.container.theme--g10 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 3rem;
}
div.container.theme--g10 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=left]::after, div.container.theme--g10 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=right]::after,
div.container.theme--g10 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
div.container.theme--g10 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 3rem;
}
div.container.theme--g10 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
div.container.theme--g10 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  right: 0;
  left: auto;
}
div.container.theme--g10 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
div.container.theme--g10 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: auto;
  bottom: 0;
}
div.container.theme--g10 .bx--overflow-menu-options--open {
  display: flex;
}
div.container.theme--g10 .bx--overflow-menu-options__content {
  width: 100%;
}
div.container.theme--g10 .bx--overflow-menu-options__option {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: flex;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  padding: 0;
  background-color: transparent;
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--overflow-menu-options__option *,
div.container.theme--g10 .bx--overflow-menu-options__option *::before,
div.container.theme--g10 .bx--overflow-menu-options__option *::after {
  box-sizing: inherit;
}
div.container.theme--g10 .bx--overflow-menu-options--sm .bx--overflow-menu-options__option {
  height: 2rem;
}
div.container.theme--g10 .bx--overflow-menu-options--xl .bx--overflow-menu-options__option,
div.container.theme--g10 .bx--overflow-menu-options--lg .bx--overflow-menu-options__option {
  height: 3rem;
}
div.container.theme--g10 .bx--overflow-menu--divider {
  border-top: 1px solid #e0e0e0;
}
div.container.theme--g10 .bx--overflow-menu--light .bx--overflow-menu--divider {
  border-top: 1px solid #e0e0e0;
}
div.container.theme--g10 a.bx--overflow-menu-options__btn::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
div.container.theme--g10 .bx--overflow-menu-options__btn {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-flex;
  width: 100%;
  max-width: 11.25rem;
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  border: none;
  background-color: transparent;
  color: #525252;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--overflow-menu-options__btn *,
div.container.theme--g10 .bx--overflow-menu-options__btn *::before,
div.container.theme--g10 .bx--overflow-menu-options__btn *::after {
  box-sizing: inherit;
}
div.container.theme--g10 .bx--overflow-menu-options__btn:hover {
  color: #161616;
}
div.container.theme--g10 .bx--overflow-menu-options__btn:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g10 .bx--overflow-menu-options__btn:focus {
    outline-style: dotted;
  }
}
div.container.theme--g10 .bx--overflow-menu-options__btn::-moz-focus-inner {
  border: none;
}
div.container.theme--g10 .bx--overflow-menu-options__btn svg {
  fill: #525252;
}
div.container.theme--g10 .bx--overflow-menu-options__btn:hover svg {
  fill: #161616;
}
div.container.theme--g10 .bx--overflow-menu-options__option-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.container.theme--g10 .bx--overflow-menu-options__option:hover {
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover,
div.container.theme--g10 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus {
  background-color: #da1e28;
  color: #ffffff;
}
div.container.theme--g10 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover svg,
div.container.theme--g10 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus svg {
  fill: currentColor;
}
div.container.theme--g10 .bx--overflow-menu-options__option--disabled:hover {
  background-color: #ffffff;
  cursor: not-allowed;
}
div.container.theme--g10 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn {
  color: #c6c6c6;
  pointer-events: none;
}
div.container.theme--g10 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:hover, div.container.theme--g10 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:active, div.container.theme--g10 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #ffffff;
}
div.container.theme--g10 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn svg {
  fill: #c6c6c6;
}
div.container.theme--g10 .bx--overflow-menu--flip {
  left: -140px;
}
div.container.theme--g10 .bx--overflow-menu--flip::before {
  left: 145px;
}
div.container.theme--g10 .bx--overflow-menu__container {
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g10 .bx--overflow-menu:focus,
div.container.theme--g10 .bx--overflow-menu-options__btn:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g10 .bx--overflow-menu svg {
    fill: ButtonText;
  }
}
div.container.theme--g10 .bx--data-table-container {
  padding-top: 0.125rem;
}
div.container.theme--g10 .bx--data-table-content {
  overflow-x: auto;
}
div.container.theme--g10 .bx--data-table-header {
  padding: 1rem 0 1.5rem 1rem;
  background: #ffffff;
}
div.container.theme--g10 .bx--data-table-header__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #161616;
}
div.container.theme--g10 .bx--data-table-header__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #525252;
}
div.container.theme--g10 .bx--data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
div.container.theme--g10 .bx--data-table thead {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  background-color: #e0e0e0;
}
div.container.theme--g10 .bx--data-table tbody {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  width: 100%;
  background-color: #ffffff;
}
div.container.theme--g10 .bx--data-table tr {
  width: 100%;
  height: 3rem;
  border: none;
}
div.container.theme--g10 .bx--data-table tbody tr,
div.container.theme--g10 .bx--data-table tbody tr td,
div.container.theme--g10 .bx--data-table tbody tr th {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--data-table tbody tr:hover {
  background: #e5e5e5;
}
div.container.theme--g10 .bx--data-table tbody tr:hover td,
div.container.theme--g10 .bx--data-table tbody tr:hover th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #e5e5e5;
  color: #161616;
}
div.container.theme--g10 .bx--data-table tbody tr:hover td .bx--link,
div.container.theme--g10 .bx--data-table tbody tr:hover th .bx--link {
  color: #0043ce;
}
div.container.theme--g10 .bx--data-table th,
div.container.theme--g10 .bx--data-table td {
  text-align: left;
  vertical-align: middle;
}
div.container.theme--g10 .bx--data-table th[align=right],
div.container.theme--g10 .bx--data-table td[align=right] {
  text-align: right;
}
div.container.theme--g10 .bx--data-table th[align=center],
div.container.theme--g10 .bx--data-table td[align=center] {
  text-align: center;
}
div.container.theme--g10 .bx--data-table th {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #e0e0e0;
  color: #161616;
}
div.container.theme--g10 .bx--data-table th:last-of-type {
  position: static;
  width: auto;
}
div.container.theme--g10 .bx--data-table td,
div.container.theme--g10 .bx--data-table tbody th {
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffff;
  color: #525252;
}
div.container.theme--g10 .bx--data-table td + td:first-of-type,
div.container.theme--g10 .bx--data-table tbody th + td:first-of-type {
  padding-left: 0.75rem;
}
@supports (-moz-appearance: none) {
  div.container.theme--g10 .bx--data-table td {
    background-clip: padding-box;
  }
}
div.container.theme--g10 .bx--data-table .bx--list-box input[role=combobox],
div.container.theme--g10 .bx--data-table .bx--list-box input[type=text],
div.container.theme--g10 .bx--data-table .bx--dropdown,
div.container.theme--g10 .bx--data-table .bx--list-box,
div.container.theme--g10 .bx--data-table .bx--number input[type=number],
div.container.theme--g10 .bx--data-table .bx--number__control-btn::before,
div.container.theme--g10 .bx--data-table .bx--number__control-btn::after,
div.container.theme--g10 .bx--data-table .bx--text-input,
div.container.theme--g10 .bx--data-table .bx--select-input {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
    outline-style: dotted;
  }
}
div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=true]:focus {
  outline: none;
}
@media screen and (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
    opacity: 0;
  }
}
div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g10 .bx--data-table.bx--data-table--visible-overflow-menu td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon,
div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu:hover .bx--overflow-menu__icon,
div.container.theme--g10 .bx--data-table td.bx--table-column-menu .bx--overflow-menu:focus .bx--overflow-menu__icon,
div.container.theme--g10 .bx--data-table tr:hover td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g10 .bx--table-row--menu-option .bx--overflow-menu-options__btn .bx--overflow-menu-options__option-content svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.5rem;
}
div.container.theme--g10 .bx--data-table .bx--overflow-menu:hover,
div.container.theme--g10 .bx--data-table .bx--overflow-menu__trigger:hover {
  background-color: #cacaca;
}
div.container.theme--g10 .bx--data-table--selected .bx--overflow-menu:hover,
div.container.theme--g10 .bx--data-table--selected .bx--overflow-menu__trigger:hover {
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--data-table--selected .bx--link {
  color: #0043ce;
}
div.container.theme--g10 .bx--data-table--compact td.bx--table-column-menu,
div.container.theme--g10 .bx--data-table--xs td.bx--table-column-menu,
div.container.theme--g10 .bx--data-table--short td.bx--table-column-menu,
div.container.theme--g10 .bx--data-table--sm td.bx--table-column-menu {
  height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g10 .bx--data-table--short td.bx--table-column-menu,
div.container.theme--g10 .bx--data-table--sm td.bx--table-column-menu {
  height: 2rem;
}
div.container.theme--g10 .bx--data-table--md td.bx--table-column-menu {
  height: 2.5rem;
}
div.container.theme--g10 .bx--data-table--tall .bx--table-column-menu,
div.container.theme--g10 .bx--data-table--xl .bx--table-column-menu {
  padding-top: 0.5rem;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(odd) td {
  border-bottom: 1px solid #ffffff;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(even) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:not(.bx--parent-row):hover td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--table-column-checkbox .bx--checkbox-label {
  padding-left: 0;
}
div.container.theme--g10 .bx--data-table th.bx--table-column-checkbox {
  position: static;
  width: 2rem;
  background: #e0e0e0;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--data-table .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.375rem;
}
div.container.theme--g10 .bx--data-table--compact .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before,
div.container.theme--g10 .bx--data-table--xs .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.125rem;
}
div.container.theme--g10 .bx--data-table thead th.bx--table-column-checkbox,
div.container.theme--g10 .bx--data-table tbody td.bx--table-column-checkbox,
div.container.theme--g10 .bx--data-table thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table tbody td.bx--table-expand {
  min-width: 0;
}
div.container.theme--g10 .bx--data-table thead th.bx--table-column-checkbox,
div.container.theme--g10 .bx--data-table tbody td.bx--table-column-checkbox {
  padding-right: 0.25rem;
  padding-left: 1rem;
}
div.container.theme--g10 .bx--data-table thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g10 .bx--data-table--compact thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--compact tbody td.bx--table-expand,
div.container.theme--g10 .bx--data-table--xs thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--xs tbody td.bx--table-expand {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0 0 0.5rem;
}
div.container.theme--g10 .bx--data-table--short thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--short tbody td.bx--table-expand,
div.container.theme--g10 .bx--data-table--sm thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--sm tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
  padding: 0;
  padding-left: 0.5rem;
}
div.container.theme--g10 .bx--data-table--md thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--md tbody td.bx--table-expand {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
div.container.theme--g10 .bx--data-table--tall thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--tall tbody td.bx--table-expand,
div.container.theme--g10 .bx--data-table--xl thead th.bx--table-expand,
div.container.theme--g10 .bx--data-table--xl tbody td.bx--table-expand {
  height: 4rem;
  padding-top: 0.625rem;
  padding-bottom: 1.375rem;
}
div.container.theme--g10 .bx--data-table--tall .bx--table-column-checkbox,
div.container.theme--g10 .bx--data-table--xl .bx--table-column-checkbox {
  padding-top: 0.8125rem;
}
div.container.theme--g10 .bx--data-table--tall .bx--table-column-radio,
div.container.theme--g10 .bx--data-table--xl .bx--table-column-radio {
  padding-top: 1rem;
}
div.container.theme--g10 .bx--date-table tbody th.bx--table-column-checkbox:hover {
  background: #cacaca;
}
div.container.theme--g10 .bx--table-column-radio {
  width: 48px;
}
div.container.theme--g10 .bx--table-column-radio .bx--radio-button__appearance {
  margin-right: -0.125rem;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected td,
div.container.theme--g10 tr.bx--data-table--selected td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #c6c6c6;
  background-color: #e0e0e0;
  color: #161616;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:first-of-type:nth-child(odd).bx--data-table--selected td,
div.container.theme--g10 tr.bx--data-table--selected:first-of-type td {
  border-top: 1px solid #c6c6c6;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:last-of-type:nth-child(odd).bx--data-table--selected td,
div.container.theme--g10 .bx--data-table--zebra tbody tr:last-of-type:nth-child(even).bx--data-table--selected td,
div.container.theme--g10 tr.bx--data-table--selected:last-of-type td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected td {
  border-bottom: 1px solid #c6c6c6;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected:hover td {
  border-bottom: 1px solid #cacaca;
}
div.container.theme--g10 .bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected:hover td,
div.container.theme--g10 .bx--data-table tbody .bx--data-table--selected:hover td {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background: #cacaca;
  color: #161616;
}
div.container.theme--g10 .bx--data-table--selected .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g10 .bx--data-table--compact thead tr,
div.container.theme--g10 .bx--data-table--compact tbody tr,
div.container.theme--g10 .bx--data-table--compact tbody tr th {
  height: 1.5rem;
}
div.container.theme--g10 .bx--data-table--compact .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g10 .bx--data-table--compact td,
div.container.theme--g10 .bx--data-table--compact tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g10 .bx--data-table--compact .bx--overflow-menu {
  width: 2rem;
  height: 100%;
}
div.container.theme--g10 .bx--data-table.bx--data-table--compact .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g10 .bx--data-table.bx--data-table--compact .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}
div.container.theme--g10 .bx--data-table--xs thead tr,
div.container.theme--g10 .bx--data-table--xs tbody tr,
div.container.theme--g10 .bx--data-table--xs tbody tr th {
  height: 1.5rem;
}
div.container.theme--g10 .bx--data-table--xs .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g10 .bx--data-table--xs td,
div.container.theme--g10 .bx--data-table--xs tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g10 .bx--data-table--xs .bx--overflow-menu {
  width: 2rem;
  height: calc(100% + 1px);
}
div.container.theme--g10 .bx--data-table.bx--data-table--xs .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g10 .bx--data-table.bx--data-table--xs .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}
div.container.theme--g10 .bx--data-table--short thead tr,
div.container.theme--g10 .bx--data-table--short tbody tr,
div.container.theme--g10 .bx--data-table--short tbody tr th {
  height: 2rem;
}
div.container.theme--g10 .bx--data-table--short .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g10 .bx--data-table--short td,
div.container.theme--g10 .bx--data-table--short tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g10 .bx--data-table.bx--data-table--short .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g10 .bx--data-table--short .bx--overflow-menu {
  height: 100%;
}
div.container.theme--g10 .bx--data-table--sm thead tr,
div.container.theme--g10 .bx--data-table--sm tbody tr,
div.container.theme--g10 .bx--data-table--sm tbody tr th {
  height: 2rem;
}
div.container.theme--g10 .bx--data-table--sm .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g10 .bx--data-table--sm td,
div.container.theme--g10 .bx--data-table--sm tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g10 .bx--data-table.bx--data-table--sm .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g10 .bx--data-table--sm .bx--overflow-menu {
  height: calc(100% + 1px);
}
div.container.theme--g10 .bx--data-table--md thead tr,
div.container.theme--g10 .bx--data-table--md tbody tr,
div.container.theme--g10 .bx--data-table--md tbody tr th {
  height: 2.5rem;
}
div.container.theme--g10 .bx--data-table--md .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g10 .bx--data-table--md td,
div.container.theme--g10 .bx--data-table--md tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g10 .bx--data-table.bx--data-table--md .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g10 .bx--data-table--md .bx--table-column-menu {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g10 .bx--data-table--tall thead tr,
div.container.theme--g10 .bx--data-table--tall tbody tr,
div.container.theme--g10 .bx--data-table--tall tbody tr th {
  height: 4rem;
}
div.container.theme--g10 .bx--data-table--tall .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.container.theme--g10 .bx--data-table--tall td,
div.container.theme--g10 .bx--data-table--tall tbody tr th {
  padding-top: 1rem;
}
div.container.theme--g10 .bx--data-table--tall th,
div.container.theme--g10 .bx--data-table--tall td {
  vertical-align: top;
}
div.container.theme--g10 .bx--data-table--tall .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}
div.container.theme--g10 .bx--data-table--xl thead tr,
div.container.theme--g10 .bx--data-table--xl tbody tr,
div.container.theme--g10 .bx--data-table--xl tbody tr th {
  height: 4rem;
}
div.container.theme--g10 .bx--data-table--xl .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.container.theme--g10 .bx--data-table--xl td,
div.container.theme--g10 .bx--data-table--xl tbody tr th {
  padding-top: 1rem;
}
div.container.theme--g10 .bx--data-table--xl th,
div.container.theme--g10 .bx--data-table--xl td {
  vertical-align: top;
}
div.container.theme--g10 .bx--data-table--xl .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}
div.container.theme--g10 .bx--data-table--static {
  width: auto;
}
div.container.theme--g10 .bx--data-table_inner-container {
  background-color: #e0e0e0;
  transform: translateZ(0);
}
div.container.theme--g10 .bx--data-table--sticky-header {
  display: block;
  overflow-y: scroll;
  /* When using sticky header, with a selection element in the first column, we need to set the last item to a fixed width to match the table body. We only want this to happen when the last table header does not have any text */
}
div.container.theme--g10 .bx--data-table--sticky-header thead,
div.container.theme--g10 .bx--data-table--sticky-header tbody,
div.container.theme--g10 .bx--data-table--sticky-header tr,
div.container.theme--g10 .bx--data-table--sticky-header th,
div.container.theme--g10 .bx--data-table--sticky-header td {
  display: flex;
}
div.container.theme--g10 .bx--data-table--sticky-header thead {
  position: sticky;
  z-index: 1;
  top: 0;
  overflow: scroll;
  width: 100%;
  -ms-overflow-style: none;
  will-change: transform;
}
div.container.theme--g10 .bx--data-table--sticky-header thead tr th {
  border-bottom: 1px solid #c6c6c6;
}
div.container.theme--g10 .bx--data-table--sticky-header tbody {
  flex-direction: column;
  -ms-overflow-style: none;
  overflow-x: scroll;
  will-change: transform;
}
div.container.theme--g10 .bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row {
  height: auto;
  min-height: 3rem;
}
div.container.theme--g10 .bx--data-table--sticky-header tr.bx--expandable-row:not(.bx--parent-row) {
  height: auto;
}
div.container.theme--g10 .bx--data-table--sticky-header .bx--table-expand {
  max-width: 3rem;
}
div.container.theme--g10 .bx--data-table--sticky-header thead .bx--table-expand {
  align-items: center;
}
div.container.theme--g10 .bx--data-table--sticky-header .bx--parent-row {
  min-height: 3rem;
}
div.container.theme--g10 .bx--data-table--sticky-header:not(.bx--data-table--compact):not(.bx--data-table--xs):not(.bx--data-table--tall):not(.bx--data-table--xl):not(.bx--data-table--short):not(.bx--data-table--sm) td:not(.bx--table-column-menu):not(.bx--table-column-checkbox) {
  padding-top: 0.875rem;
}
div.container.theme--g10 .bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  border-top: 1px solid #e5e5e5;
}
div.container.theme--g10 .bx--data-table--sticky-header tr.bx--expandable-row:last-of-type {
  overflow: hidden;
}
div.container.theme--g10 .bx--data-table--sticky-header tr.bx--data-table--selected:first-of-type td {
  border-top: none;
}
div.container.theme--g10 .bx--data-table--sticky-header thead th.bx--table-column-checkbox,
div.container.theme--g10 .bx--data-table--sticky-header tbody tr td.bx--table-column-checkbox {
  width: 2.25rem;
  min-width: 2.25rem;
  align-items: center;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--tall thead th.bx--table-column-checkbox, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xl thead th.bx--table-column-checkbox, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--tall td.bx--table-column-checkbox, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xl td.bx--table-column-checkbox {
  align-items: flex-start;
}
div.container.theme--g10 .bx--data-table--sticky-header th.bx--table-column-checkbox ~ th:last-of-type:empty {
  max-width: 4rem;
}
div.container.theme--g10 .bx--data-table--sticky-header th:empty:not(.bx--table-expand) {
  max-width: 2.25rem;
}
div.container.theme--g10 .bx--data-table--sticky-header td.bx--table-column-menu {
  height: auto;
  align-items: center;
  padding-top: 0;
}
div.container.theme--g10 .bx--data-table--sticky-header thead::-webkit-scrollbar,
div.container.theme--g10 .bx--data-table--sticky-header tbody::-webkit-scrollbar {
  display: none;
}
@-moz-document url-prefix() {
  div.container.theme--g10 .bx--data-table--sticky-header thead,
div.container.theme--g10 .bx--data-table--sticky-header tbody {
    scrollbar-width: none;
  }
}
div.container.theme--g10 .bx--data-table--sticky-header tbody tr:last-of-type {
  border-bottom: 0;
}
div.container.theme--g10 .bx--data-table--sticky-header th:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon),
div.container.theme--g10 .bx--data-table--sticky-header td:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon) {
  width: 100%;
  min-width: 0;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  height: auto;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row) {
  min-height: 1.5rem;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row) {
  min-height: 2rem;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  min-height: 4rem;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--compact tr td.bx--table-expand, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xs tr td.bx--table-expand {
  padding-top: 0.25rem;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--short tr td.bx--table-expand, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--sm tr td.bx--table-expand {
  padding-top: 0.5rem;
}
div.container.theme--g10 .bx--data-table--sticky-header .bx--table-header-label {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  padding-top: 0.9375rem;
  padding-bottom: 1rem;
  overflow-y: hidden;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--compact th .bx--table-header-label, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xs th .bx--table-header-label {
  padding-top: 0.1875rem;
  padding-bottom: 0;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--short th .bx--table-header-label, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--sm th .bx--table-header-label {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--tall th .bx--table-header-label, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xl th .bx--table-header-label {
  padding-top: 1rem;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--tall th.bx--table-expand, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xl th.bx--table-expand {
  display: flex;
  align-items: flex-start;
}
div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--compact tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--short tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--xs tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g10 .bx--data-table--sticky-header.bx--data-table--sm tr.bx--parent-row .bx--table-column-checkbox {
  align-items: flex-start;
}
div.container.theme--g10 .bx--data-table--max-width {
  max-width: 100%;
}
div.container.theme--g10 .bx--data-table--sticky-header {
  max-height: 18.75rem;
}
div.container.theme--g10 .bx--data-table .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: 0;
}
div.container.theme--g10 .bx--data-table--short .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g10 .bx--data-table--compact .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g10 .bx--data-table--xs .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g10 .bx--data-table--sm .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: -0.1875rem 0;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g10 .bx--data-table-content {
    outline: 1px solid transparent;
  }
}
div.container.theme--g10 .bx--select {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
div.container.theme--g10 .bx--select *,
div.container.theme--g10 .bx--select *::before,
div.container.theme--g10 .bx--select *::after {
  box-sizing: inherit;
}
div.container.theme--g10 .bx--select-input__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
div.container.theme--g10 .bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  appearance: none;
  background-color: #ffffff;
  border-radius: 0;
  color: #161616;
  cursor: pointer;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
div.container.theme--g10 .bx--select-input:hover {
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--select-input::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  div.container.theme--g10 .bx--select-input:-moz-focusring, div.container.theme--g10 .bx--select-input::-moz-focus-inner {
    background-image: none;
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
}
div.container.theme--g10 .bx--select-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  color: #161616;
}
@media screen and (prefers-contrast) {
  div.container.theme--g10 .bx--select-input:focus {
    outline-style: dotted;
  }
}
div.container.theme--g10 .bx--select-input:disabled, div.container.theme--g10 .bx--select-input:hover:disabled {
  border-bottom-color: #ffffff;
  background-color: #ffffff;
  color: #c6c6c6;
  cursor: not-allowed;
}
div.container.theme--g10 .bx--select-input--sm {
  height: 2rem;
  max-height: 2rem;
}
div.container.theme--g10 .bx--select-input--xl,
div.container.theme--g10 .bx--select-input--lg {
  height: 3rem;
  max-height: 3rem;
}
div.container.theme--g10 .bx--select--disabled .bx--label,
div.container.theme--g10 .bx--select--disabled .bx--form__helper-text {
  color: #c6c6c6;
}
div.container.theme--g10 .bx--select-input__wrapper[data-invalid] .bx--select-input,
div.container.theme--g10 .bx--select--warning .bx--select-input {
  padding-right: 4.5rem;
}
div.container.theme--g10 .bx--select-input:disabled ~ .bx--select__arrow {
  fill: #c6c6c6;
}
div.container.theme--g10 .bx--select--light .bx--select-input {
  background-color: #f4f4f4;
}
div.container.theme--g10 .bx--select--light .bx--select-input:hover {
  background-color: #e5e5e5;
}
div.container.theme--g10 .bx--select--light .bx--select-input:disabled, div.container.theme--g10 .bx--select--light .bx--select-input:hover:disabled {
  background-color: #f4f4f4;
  color: #c6c6c6;
  cursor: not-allowed;
}
div.container.theme--g10 .bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  fill: #161616;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  div.container.theme--g10 .bx--select__arrow path {
    fill: ButtonText;
  }
}
div.container.theme--g10 .bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem;
}
div.container.theme--g10 .bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #da1e28;
}
div.container.theme--g10 .bx--select__invalid-icon--warning {
  fill: #f1c21b;
}
div.container.theme--g10 .bx--select__invalid-icon--warning path[fill] {
  fill: #000000;
  opacity: 1;
}
div.container.theme--g10 .bx--select-optgroup,
div.container.theme--g10 .bx--select-option {
  color: #161616;
}
div.container.theme--g10 .bx--select-optgroup:disabled,
div.container.theme--g10 .bx--select-option:disabled {
  color: #c6c6c6;
}
div.container.theme--g10 .bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.container.theme--g10 .bx--select--inline.bx--select--invalid .bx--label,
div.container.theme--g10 .bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem;
}
div.container.theme--g10 .bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
div.container.theme--g10 .bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}
div.container.theme--g10 .bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  border-bottom: none;
  background-color: #f4f4f4;
  color: #161616;
}
div.container.theme--g10 .bx--select--inline .bx--select-input[disabled],
div.container.theme--g10 .bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #ffffff;
}
div.container.theme--g10 .bx--select--inline .bx--select__arrow {
  right: 0.5rem;
}
div.container.theme--g10 .bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem;
}
div.container.theme--g10 .bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem;
}
div.container.theme--g10 .bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}
div.container.theme--g10 .bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed;
}
div.container.theme--g10 .bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem;
}
div.container.theme--g10 .bx--select.bx--skeleton:hover, div.container.theme--g10 .bx--select.bx--skeleton:focus, div.container.theme--g10 .bx--select.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
div.container.theme--g10 .bx--select.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  div.container.theme--g10 .bx--select.bx--skeleton::before {
    animation: none;
  }
}
div.container.theme--g10 .bx--select.bx--skeleton .bx--select-input {
  display: none;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g10 .bx--select__arrow {
    fill: ButtonText;
  }
}
div.container.theme--g90 {
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  color: #f4f4f4;
  background-color: #262626;
  line-height: 1;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /*stylelint-enable */
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-1-1 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-1-1.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-1-1 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-1-1.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-1-1-1 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-1-1-1 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-2-1 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-2-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-2-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-2-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-1-2-1 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-1-2-1 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-3-1 {
  fill: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-3-1.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-3-1 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-3-1.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-1-3-1 {
  stroke: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-1-3-1 {
  stop-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-4-1 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-1-4-1.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-4-1 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-1-4-1.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-1-4-1 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-1-4-1 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-1-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-1-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-2-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-2-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-2-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-2-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-2-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-2-2 {
  fill: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-2-2.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-2-2.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-2-2 {
  stroke: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-2-2 {
  stop-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-3-1 {
  fill: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-3-1.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-3-1 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-3-1.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-3-1 {
  stroke: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-3-1 {
  stop-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-3-2 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-3-2.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-3-2.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-3-2 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-3-2 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-4-1 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-4-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-4-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-4-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-4-1 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-4-1 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-4-2 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-4-2.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-4-2 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-4-2.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-4-2 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-4-2 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-5-1 {
  fill: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-5-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-5-1 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-5-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-5-1 {
  stroke: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-5-1 {
  stop-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-5-2 {
  fill: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-2-5-2.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-2-5-2.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-2-5-2 {
  stroke: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-2-5-2 {
  stop-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-1-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-1-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-1-3 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-1-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-1-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-1-3 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-1-3 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-2-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-2-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-2-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-2-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-2-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-2-2 {
  fill: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-2-2.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-2-2.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-2-2 {
  stroke: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-2-2 {
  stop-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-2-3 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-2-3.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-2-3 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-2-3.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-2-3 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-2-3 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-3-1 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-3-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-3-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-3-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-3-1 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-3-1 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-3-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-3-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-3-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-3-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-3-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-3-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-3-3 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-3-3.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-3-3 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-3-3.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-3-3 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-3-3 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-4-1 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-4-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-4-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-4-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-4-1 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-4-1 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-4-2 {
  fill: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-4-2.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-4-2 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-4-2.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-4-2 {
  stroke: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-4-2 {
  stop-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-4-3 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-4-3.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-4-3 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-4-3.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-4-3 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-4-3 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-5-1 {
  fill: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-5-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-5-1 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-5-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-5-1 {
  stroke: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-5-1 {
  stop-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-5-2 {
  fill: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-5-2.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-5-2.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-5-2 {
  stroke: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-5-2 {
  stop-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-5-3 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-3-5-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-5-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-3-5-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-3-5-3 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-3-5-3 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-1-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-3 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-1-3 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-1-3 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-4 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-1-4.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-4 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-1-4.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-1-4 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-1-4 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-1 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-2-1 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-2-1 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-2-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-2-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-3 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-3.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-3.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-2-3 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-2-3 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-4 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-2-4.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-2-4.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-2-4 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-2-4 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-1 {
  fill: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-1 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-3-1 {
  stroke: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-3-1 {
  stop-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-2 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-2.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-2.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-3-2 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-3-2 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-3 {
  fill: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-3.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-3 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-3.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-3-3 {
  stroke: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-3-3 {
  stop-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-4 {
  fill: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-4-3-4.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-4 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-4-3-4.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-4-3-4 {
  stroke: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-4-3-4 {
  stop-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-1-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-3 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-1-3 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-1-3 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-4 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-4.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-4 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-4.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-1-4 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-1-4 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-5 {
  fill: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-1-5.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-5 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-1-5.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-1-5 {
  stroke: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-1-5 {
  stop-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-1 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-2-1 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-2-1 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-2 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-2-2 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-2-2 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-3 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-3.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-3.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-2-3 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-2-3 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-4 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-4.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-4.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-2-4 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-2-4 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-5 {
  fill: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-5-2-5.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-5 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-5-2-5.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-5-2-5 {
  stroke: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-5-2-5 {
  stop-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-2 {
  fill: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-2.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-2 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-2.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-2 {
  stroke: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-2 {
  stop-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-3 {
  fill: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-3.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-3 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-3.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-3 {
  stroke: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-3 {
  stop-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-4 {
  fill: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-4.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-4 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-4.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-4 {
  stroke: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-4 {
  stop-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-5 {
  fill: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-5.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-5.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-5 {
  stroke: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-5 {
  stop-color: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-6 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-6.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-6 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-6.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-6 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-6 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-7 {
  fill: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-7.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-7 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-7.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-7 {
  stroke: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-7 {
  stop-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-8 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-8.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-8 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-8.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-8 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-8 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-9 {
  fill: #d02670;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-9.hovered {
  fill: #b22060;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-9 {
  background-color: #d02670;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-9.hovered {
  background-color: #b22060;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-9 {
  stroke: #d02670;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-9 {
  stop-color: #d02670;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-10 {
  fill: #d2a106;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-10.hovered {
  fill: #af8605;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-10 {
  background-color: #d2a106;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-10.hovered {
  background-color: #af8605;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-10 {
  stroke: #d2a106;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-10 {
  stop-color: #d2a106;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-11 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-11.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-11 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-11.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-11 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-11 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-12 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-12.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-12 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-12.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-12 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-12 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-13 {
  fill: #ba4e00;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-13.hovered {
  fill: #963f00;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-13 {
  background-color: #ba4e00;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-13.hovered {
  background-color: #963f00;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-13 {
  stroke: #ba4e00;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-13 {
  stop-color: #ba4e00;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-14 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-14-1-14.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-14 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-14-1-14.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-14-1-14 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-14-1-14 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-1 {
  fill: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-1 {
  background-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-1 {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-1 {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-2 {
  fill: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-2.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-2 {
  background-color: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-2.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-2 {
  stroke: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-2 {
  stop-color: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-3 {
  fill: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-3.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-3 {
  background-color: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-3.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-3 {
  stroke: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-3 {
  stop-color: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-4 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-4.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-4 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-4.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-4 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-4 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-5 {
  fill: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-5 {
  background-color: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-5 {
  stroke: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-5 {
  stop-color: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-6 {
  fill: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-6.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-6 {
  background-color: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-6.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-6 {
  stroke: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-6 {
  stop-color: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-7 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-7.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-7 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-7.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-7 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-7 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-8 {
  fill: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-8.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-8 {
  background-color: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-8.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-8 {
  stroke: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-8 {
  stop-color: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-9 {
  fill: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-9.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-9 {
  background-color: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-9.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-9 {
  stroke: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-9 {
  stop-color: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-10 {
  fill: #31135e;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-10.hovered {
  fill: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-10 {
  background-color: #31135e;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-10.hovered {
  background-color: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-10 {
  stroke: #31135e;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-10 {
  stop-color: #31135e;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-11 {
  fill: #1c0f30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-1-11.hovered {
  fill: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-11 {
  background-color: #1c0f30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-1-11.hovered {
  background-color: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-1-11 {
  stroke: #1c0f30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-1-11 {
  stop-color: #1c0f30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-1 {
  fill: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-1 {
  background-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-1 {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-1 {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-2 {
  fill: #edf5ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-2.hovered {
  fill: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-2 {
  background-color: #edf5ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-2.hovered {
  background-color: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-2 {
  stroke: #edf5ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-2 {
  stop-color: #edf5ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-3 {
  fill: #d0e2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-3.hovered {
  fill: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-3 {
  background-color: #d0e2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-3.hovered {
  background-color: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-3 {
  stroke: #d0e2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-3 {
  stop-color: #d0e2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-4 {
  fill: #a6c8ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-4.hovered {
  fill: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-4 {
  background-color: #a6c8ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-4.hovered {
  background-color: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-4 {
  stroke: #a6c8ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-4 {
  stop-color: #a6c8ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-5 {
  fill: #78a9ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-5.hovered {
  fill: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-5 {
  background-color: #78a9ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-5.hovered {
  background-color: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-5 {
  stroke: #78a9ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-5 {
  stop-color: #78a9ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-6 {
  fill: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-6.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-6 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-6.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-6 {
  stroke: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-6 {
  stop-color: #4589ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-7 {
  fill: #0f62fe;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-7.hovered {
  fill: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-7 {
  background-color: #0f62fe;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-7.hovered {
  background-color: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-7 {
  stroke: #0f62fe;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-7 {
  stop-color: #0f62fe;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-8 {
  fill: #0043ce;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-8.hovered {
  fill: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-8 {
  background-color: #0043ce;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-8.hovered {
  background-color: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-8 {
  stroke: #0043ce;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-8 {
  stop-color: #0043ce;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-9 {
  fill: #002d9c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-9.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-9 {
  background-color: #002d9c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-9.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-9 {
  stroke: #002d9c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-9 {
  stop-color: #002d9c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-10 {
  fill: #001d6c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-10.hovered {
  fill: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-10 {
  background-color: #001d6c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-10.hovered {
  background-color: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-10 {
  stroke: #001d6c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-10 {
  stop-color: #001d6c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-11 {
  fill: #001141;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-2-11.hovered {
  fill: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-11 {
  background-color: #001141;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-2-11.hovered {
  background-color: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-2-11 {
  stroke: #001141;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-2-11 {
  stop-color: #001141;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-1 {
  fill: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-1 {
  background-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-1 {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-1 {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-2 {
  fill: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-2.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-2 {
  background-color: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-2.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-2 {
  stroke: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-2 {
  stop-color: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-3 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-3 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-3 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-4 {
  fill: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-4.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-4 {
  background-color: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-4.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-4 {
  stroke: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-4 {
  stop-color: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-5 {
  fill: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-5.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-5 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-5.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-5 {
  stroke: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-5 {
  stop-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-6 {
  fill: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-6.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-6 {
  background-color: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-6.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-6 {
  stroke: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-6 {
  stop-color: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-7 {
  fill: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-7.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-7 {
  background-color: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-7.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-7 {
  stroke: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-7 {
  stop-color: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-8 {
  fill: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-8.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-8 {
  background-color: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-8.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-8 {
  stroke: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-8 {
  stop-color: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-9 {
  fill: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-9.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-9 {
  background-color: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-9.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-9 {
  stroke: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-9 {
  stop-color: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-10 {
  fill: #012749;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-10.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-10 {
  background-color: #012749;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-10.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-10 {
  stroke: #012749;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-10 {
  stop-color: #012749;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-11 {
  fill: #061727;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-3-11.hovered {
  fill: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-11 {
  background-color: #061727;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-3-11.hovered {
  background-color: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-3-11 {
  stroke: #061727;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-3-11 {
  stop-color: #061727;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-1 {
  fill: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-1 {
  background-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-1 {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-1 {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-2 {
  fill: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-2.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-2 {
  background-color: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-2.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-2 {
  stroke: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-2 {
  stop-color: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-3 {
  fill: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-3.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-3 {
  background-color: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-3.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-3 {
  stroke: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-3 {
  stop-color: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-4 {
  fill: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-4.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-4 {
  background-color: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-4.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-4 {
  stroke: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-4 {
  stop-color: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-5 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-5.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-5 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-5.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-5 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-5 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-6 {
  fill: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-6.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-6 {
  background-color: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-6.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-6 {
  stroke: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-6 {
  stop-color: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-7 {
  fill: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-7.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-7 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-7.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-7 {
  stroke: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-7 {
  stop-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-8 {
  fill: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-8.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-8 {
  background-color: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-8.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-8 {
  stroke: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-8 {
  stop-color: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-9 {
  fill: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-9.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-9 {
  background-color: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-9.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-9 {
  stroke: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-9 {
  stop-color: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-10 {
  fill: #022b30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-10.hovered {
  fill: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-10 {
  background-color: #022b30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-10.hovered {
  background-color: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-10 {
  stroke: #022b30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-10 {
  stop-color: #022b30;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-11 {
  fill: #081a1c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-mono-4-11.hovered {
  fill: black;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-11 {
  background-color: #081a1c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-mono-4-11.hovered {
  background-color: black;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-mono-4-11 {
  stroke: #081a1c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-mono-4-11 {
  stop-color: #081a1c;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-1 {
  fill: #750e13;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-1.hovered {
  fill: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-1 {
  background-color: #750e13;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-1.hovered {
  background-color: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-1 {
  stroke: #750e13;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-1 {
  stop-color: #750e13;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-2 {
  fill: #a2191f;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-2.hovered {
  fill: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-2 {
  background-color: #a2191f;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-2.hovered {
  background-color: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-2 {
  stroke: #a2191f;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-2 {
  stop-color: #a2191f;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-3 {
  fill: #da1e28;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-3.hovered {
  fill: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-3 {
  background-color: #da1e28;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-3.hovered {
  background-color: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-3 {
  stroke: #da1e28;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-3 {
  stop-color: #da1e28;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-4 {
  fill: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-4.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-4 {
  background-color: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-4.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-4 {
  stroke: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-4 {
  stop-color: #fa4d56;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-5 {
  fill: #ff8389;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-5.hovered {
  fill: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-5 {
  background-color: #ff8389;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-5.hovered {
  background-color: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-5 {
  stroke: #ff8389;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-5 {
  stop-color: #ff8389;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-6 {
  fill: #ffb3b8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-6.hovered {
  fill: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-6 {
  background-color: #ffb3b8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-6.hovered {
  background-color: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-6 {
  stroke: #ffb3b8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-6 {
  stop-color: #ffb3b8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-7 {
  fill: #ffd7d9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-7.hovered {
  fill: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-7 {
  background-color: #ffd7d9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-7.hovered {
  background-color: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-7 {
  stroke: #ffd7d9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-7 {
  stop-color: #ffd7d9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-8 {
  fill: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-8.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-8 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-8.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-8 {
  stroke: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-8 {
  stop-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-9 {
  fill: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-9 {
  background-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-9 {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-9 {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-10 {
  fill: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-10.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-10 {
  background-color: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-10.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-10 {
  stroke: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-10 {
  stop-color: #e5f6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-11 {
  fill: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-11.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-11 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-11.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-11 {
  stroke: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-11 {
  stop-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-12 {
  fill: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-12.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-12 {
  background-color: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-12.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-12 {
  stroke: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-12 {
  stop-color: #82cfff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-13 {
  fill: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-13.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-13 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-13.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-13 {
  stroke: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-13 {
  stop-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-14 {
  fill: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-14.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-14 {
  background-color: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-14.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-14 {
  stroke: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-14 {
  stop-color: #1192e8;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-15 {
  fill: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-15.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-15 {
  background-color: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-15.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-15 {
  stroke: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-15 {
  stop-color: #0072c3;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-16 {
  fill: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-16.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-16 {
  background-color: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-16.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-16 {
  stroke: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-16 {
  stop-color: #00539a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-17 {
  fill: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-1-17.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-17 {
  background-color: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-1-17.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-1-17 {
  stroke: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-1-17 {
  stop-color: #003a6d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-1 {
  fill: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-1.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-1 {
  background-color: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-1.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-1 {
  stroke: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-1 {
  stop-color: #491d8b;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-2 {
  fill: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-2.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-2 {
  background-color: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-2.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-2 {
  stroke: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-2 {
  stop-color: #6929c4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-3 {
  fill: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-3.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-3 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-3.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-3 {
  stroke: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-3 {
  stop-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-4 {
  fill: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-4.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-4 {
  background-color: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-4.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-4 {
  stroke: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-4 {
  stop-color: #a56eff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-5 {
  fill: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-5 {
  background-color: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-5 {
  stroke: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-5 {
  stop-color: #be95ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-6 {
  fill: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-6.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-6 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-6.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-6 {
  stroke: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-6 {
  stop-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-7 {
  fill: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-7.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-7 {
  background-color: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-7.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-7 {
  stroke: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-7 {
  stop-color: #e8daff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-8 {
  fill: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-8.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-8 {
  background-color: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-8.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-8 {
  stroke: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-8 {
  stop-color: #f6f2ff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-9 {
  fill: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-9 {
  background-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-9 {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-9 {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-10 {
  fill: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-10.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-10 {
  background-color: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-10.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-10 {
  stroke: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-10 {
  stop-color: #d9fbfb;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-11 {
  fill: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-11.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-11 {
  background-color: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-11.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-11 {
  stroke: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-11 {
  stop-color: #9ef0f0;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-12 {
  fill: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-12.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-12 {
  background-color: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-12.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-12 {
  stroke: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-12 {
  stop-color: #3ddbd9;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-13 {
  fill: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-13.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-13 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-13.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-13 {
  stroke: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-13 {
  stop-color: #08bdba;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-14 {
  fill: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-14.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-14 {
  background-color: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-14.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-14 {
  stroke: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-14 {
  stop-color: #009d9a;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-15 {
  fill: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-15.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-15 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-15.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-15 {
  stroke: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-15 {
  stop-color: #007d79;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-16 {
  fill: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-16.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-16 {
  background-color: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-16.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-16 {
  stroke: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-16 {
  stop-color: #005d5d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-17 {
  fill: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .fill-diverge-2-17.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-17 {
  background-color: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .background-diverge-2-17.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stroke-diverge-2-17 {
  stroke: #004144;
}
div.container.theme--g90 .bx--cc--chart-wrapper .stop-color-diverge-2-17 {
  stop-color: #004144;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-1-1-1 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-1-2-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-1-3-1 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-1-4-1 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-3-1 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-4-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-4-2 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-5-1 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-2-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-2-3 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-3-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-3-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-3-3 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-4-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-4-2 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-4-3 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-5-1 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-3-5-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-1-4 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-2-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-2-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-3-1 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-3-3 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-4-3-4 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-1-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-1-4 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-1-5 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-2-1 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-2-2 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-5-2-5 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-2 {
  background-color: #33b1ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-3 {
  background-color: #007d79;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-4 {
  background-color: #ff7eb6;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-6 {
  background-color: #fff1f1;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-7 {
  background-color: #6fdc8c;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-8 {
  background-color: #4589ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-9 {
  background-color: #d02670;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-10 {
  background-color: #d2a106;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-11 {
  background-color: #08bdba;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-12 {
  background-color: #bae6ff;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-13 {
  background-color: #ba4e00;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-14 {
  background-color: #d4bbff;
}
div.container.theme--g90 .bx--cc--legend .additional > .icon .area-1 {
  fill: #262626;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--legend .additional > .icon .area-2 {
  fill: #393939;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--legend .additional > .icon .area-3 {
  fill: #525252;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--legend .additional > .icon .quartile-wrapper {
  fill: #393939;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--legend .additional > .icon .quartile-line {
  fill: #fff;
}
div.container.theme--g90 .bx--cc--axes {
  overflow: visible;
}
div.container.theme--g90 .bx--cc--axes g.axis g.ticks.invisible {
  visibility: hidden;
}
div.container.theme--g90 .bx--cc--axes g.axis g.tick-hover rect.axis-holder {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
div.container.theme--g90 .bx--cc--axes g.axis g.tick-hover:hover rect.axis-holder,
div.container.theme--g90 .bx--cc--axes g.axis g.tick-hover:focus rect.axis-holder {
  fill: white;
  stroke: white;
  stroke-width: 2px;
}
div.container.theme--g90 .bx--cc--axes g.axis g.tick-hover:hover text,
div.container.theme--g90 .bx--cc--axes g.axis g.tick-hover:focus text {
  fill: #393939;
}
div.container.theme--g90 .bx--cc--axes g.axis g.tick text {
  fill: #c6c6c6;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g90 .bx--cc--axes g.axis g.tick line {
  display: none;
}
div.container.theme--g90 .bx--cc--axes g.axis path.domain {
  stroke: #8d8d8d;
}
div.container.theme--g90 .bx--cc--axes g.axis .axis-title {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--cc--chart-wrapper g.callouts {
  stroke: #c6c6c6;
}
div.container.theme--g90 .bx--cc--grid-brush g.grid-brush rect.selection {
  fill: none;
  fill-opacity: 0;
  stroke: none;
}
div.container.theme--g90 .bx--cc--grid-brush rect.frontSelection {
  fill: #525252;
  fill-opacity: 0.3;
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--grid rect.chart-grid-backdrop {
  fill: #161616;
}
div.container.theme--g90 .bx--cc--grid rect.chart-grid-backdrop.stroked {
  stroke: #525252;
}
div.container.theme--g90 .bx--cc--grid rect.stroke {
  stroke: #525252;
}
div.container.theme--g90 .bx--cc--grid g.x.grid g.tick line,
div.container.theme--g90 .bx--cc--grid g.y.grid g.tick line {
  pointer-events: none;
  stroke-width: 1px;
  stroke: #525252;
}
div.container.theme--g90 .bx--cc--grid g.x.grid g.tick.active line,
div.container.theme--g90 .bx--cc--grid g.y.grid g.tick.active line {
  stroke-dasharray: 2px;
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--ruler line.ruler-line,
div.container.theme--g90 .bx--cc--ruler-binned line.ruler-line {
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-dasharray: 2;
  pointer-events: none;
}
div.container.theme--g90 .bx--cc--skeleton rect.chart-skeleton-backdrop {
  fill: #161616;
}
div.container.theme--g90 .bx--cc--skeleton .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--g90 .bx--cc--skeleton .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--g90 .bx--cc--skeleton .empty-state-lines {
  stroke-width: 1px;
  stroke: #525252;
}
div.container.theme--g90 .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
  stop-color: #525252;
}
div.container.theme--g90 .bx--cc--skeleton .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--skeleton .empty-state-areas {
  fill: rgba(127, 127, 127, 0.1);
}
div.container.theme--g90 .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
  stop-color: rgba(127, 127, 127, 0.1);
}
div.container.theme--g90 .bx--cc--skeleton .shimmer-areas .stop-shimmer {
  stop-color: rgba(255, 255, 255, 0.15);
}
div.container.theme--g90 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
  fill: #161616;
}
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--g90 .bx--cc--skeleton-lines .empty-state-lines {
  stroke-width: 1px;
  stroke: #525252;
}
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
  stop-color: #525252;
}
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--g90 .bx--cc--zero-line line.domain {
  stroke: #8d8d8d;
}
div.container.theme--g90 .bx--cc--layout-row {
  display: flex;
  flex-direction: row;
}
div.container.theme--g90 .bx--cc--layout-column {
  display: flex;
  flex-direction: column;
}
div.container.theme--g90 .bx--cc--layout-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
div.container.theme--g90 .bx--cc--layout-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
div.container.theme--g90 .bx--cc--layout-alignitems-center {
  align-items: center;
}
div.container.theme--g90 .bx--cc--chart-wrapper .layout-child {
  overflow: visible;
}
div.container.theme--g90 .bx--cc--chart-wrapper svg.layout-svg-wrapper {
  height: inherit;
  width: inherit;
  overflow: visible;
}
div.container.theme--g90 div.bx--cc--legend {
  display: flex;
  user-select: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.container.theme--g90 div.bx--cc--legend[data-name=legend-items] {
  width: 100%;
  margin: -5px;
}
div.container.theme--g90 div.bx--cc--legend div.legend-item {
  display: flex;
  align-items: center;
  margin: 5px;
}
div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-radius: 2px;
  border: solid 1px #262626;
  box-shadow: 0 0 0 2px transparent;
}
@media (forced-colors: active) {
  div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox {
    forced-color-adjust: none;
  }
}
div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
  border-color: #c6c6c6;
  background: #262626;
}
div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox svg {
  display: none;
  vertical-align: text-top;
  fill: #262626;
  stroke: #262626;
}
div.container.theme--g90 div.bx--cc--legend div.legend-item.additional svg.icon {
  margin-right: 4px;
}
div.container.theme--g90 div.bx--cc--legend div.legend-item p {
  font-size: 12px;
  fill: #c6c6c6;
  line-height: 1rem;
}
div.container.theme--g90 div.bx--cc--legend.center-aligned {
  justify-content: center;
}
div.container.theme--g90 div.bx--cc--legend.right-aligned {
  justify-content: flex-end;
}
div.container.theme--g90 div.bx--cc--legend.has-deactivated-items div.legend-item div.checkbox svg {
  display: block;
}
div.container.theme--g90 div.bx--cc--legend.vertical {
  margin: -5px;
  flex-direction: column;
}
div.container.theme--g90 div.bx--cc--legend.vertical div.legend-item {
  margin-right: 0;
  margin-bottom: 10px;
}
div.container.theme--g90 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover {
  cursor: pointer;
}
div.container.theme--g90 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox {
  border: solid 1px #262626;
  box-shadow: 0 0 0 2px #0f62fe;
}
div.container.theme--g90 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox:not(.active) {
  border-color: #c6c6c6;
}
div.container.theme--g90 .bx--chart-holder .bx--modal.is-visible {
  z-index: 99999;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__label {
  margin-top: 0;
  margin-bottom: 0;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__heading {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content {
  padding: 0;
  margin-bottom: 0;
  color-scheme: dark;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table {
  position: relative;
  border-collapse: collapse;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table th {
  position: sticky;
  top: 0;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer {
  background-color: transparent;
}
div.container.theme--g90 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer .bx--cc-modal-footer-spacer {
  width: 50%;
}
div.container.theme--g90 .bx--cc--title p.title {
  color: #f4f4f4;
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
div.container.theme--g90 .layout-child.title {
  height: unset !important;
  overflow: hidden;
}
div.container.theme--g90 .bx--cc--meter-title {
  overflow: visible;
}
div.container.theme--g90 .bx--cc--meter-title text.meter-title,
div.container.theme--g90 .bx--cc--meter-title text.proportional-meter-title,
div.container.theme--g90 .bx--cc--meter-title text.proportional-meter-total,
div.container.theme--g90 .bx--cc--meter-title text.percent-value {
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--cc--meter-title g.status-indicator.status--danger circle.status {
  fill: #ff8389;
}
div.container.theme--g90 .bx--cc--meter-title g.status-indicator.status--warning circle.status {
  fill: #f1c21b;
}
div.container.theme--g90 .bx--cc--meter-title g.status-indicator.status--warning path.innerFill {
  fill: #000000;
}
div.container.theme--g90 .bx--cc--meter-title g.status-indicator.status--success circle.status {
  fill: #42be65;
}
div.container.theme--g90 .bx--cc--meter-title g.status-indicator path.innerFill {
  fill: #000000;
}
div.container.theme--g90 .bx--chart-holder .bx--overflow-menu,
div.container.theme--g90 .bx--chart-holder .bx--overflow-menu__trigger {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar {
  display: flex;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
  cursor: not-allowed;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
  background-color: transparent;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:focus {
  outline: none;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled svg {
  fill: #a8a8a8;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip {
  right: 0;
  left: unset;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip.is-open {
  display: table;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip ul {
  margin: 0;
  padding: 0;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar .bx--loading__background {
  fill: transparent;
}
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar .bx--loading__stroke {
  stroke-dashoffset: 99;
  fill: transparent;
}
div.container.theme--g90 .bx--cc--tooltip {
  background-color: #525252;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  visibility: visible;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  transition: visibility 0s linear 0.1s, opacity 0.1s;
}
div.container.theme--g90 .bx--cc--tooltip.hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0s, opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g90 .bx--cc--tooltip .content-box {
  color: #f4f4f4;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .title-tooltip {
  width: auto;
  padding: 4px;
  min-width: 20px;
  max-width: 270px;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .title-tooltip p {
  margin: 2px;
  font-size: 12px;
  line-height: 1rem;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip {
  display: flex;
  padding: 4px;
  flex-flow: row nowrap;
  width: auto;
  min-width: 20px;
  justify-content: flex-start;
  align-items: center;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip div.label {
  display: flex;
  flex: 1;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip div.label p {
  flex: 1;
  padding-right: 8px;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip div.label span.label-icon svg {
  height: 12px;
  padding-top: 3px;
  vertical-align: top;
  padding-left: 4px;
  width: auto;
  fill: white;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip.bold {
  font-weight: 600;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
div.container.theme--g90 .bx--cc--tooltip .content-box .datapoint-tooltip p.value {
  width: auto;
  margin-left: 6px;
}
div.container.theme--g90 .bx--cc--tooltip .content-box ul.multi-tooltip {
  margin: 0;
  padding: 0;
}
div.container.theme--g90 .bx--cc--tooltip .content-box ul.multi-tooltip li {
  list-style: none;
  position: relative;
}
div.container.theme--g90 .bx--cc--tooltip .content-box ul.multi-tooltip li:not(:last-child) {
  border-bottom: 1px solid #393939;
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
@media (forced-colors: active) {
  div.container.theme--g90 .bx--cc--tooltip .tooltip-color {
    forced-color-adjust: none;
  }
}
div.container.theme--g90 .bx--cc--tooltip .tooltip-color + div.label p {
  margin-left: 4px;
}
div.container.theme--g90 .bx--cc--threshold line.threshold-line {
  stroke: #fa4d56;
  stroke-width: 1;
  stroke-dasharray: 4;
  cursor: pointer;
  pointer-events: none;
}
div.container.theme--g90 .bx--cc--threshold line.threshold-line.active {
  stroke-width: 2;
}
div.container.theme--g90 .bx--cc--threshold rect.threshold-hoverable-area {
  height: 20px;
  transform: translate(0, -10px);
  cursor: pointer;
  fill: transparent;
}
div.container.theme--g90 .bx--cc--threshold rect.threshold-hoverable-area.rotate {
  transform: rotate(90deg) translate(0, -10px);
}
div.container.theme--g90 .bx--cc--threshold--label {
  background-color: #fa4d56;
  pointer-events: none;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  color: #f4f4f4;
  line-height: 16px;
  font-size: 12px;
  padding: 4px;
  min-width: 20px;
}
div.container.theme--g90 .bx--cc--threshold--label.hidden {
  opacity: 0;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-bg {
  fill: #262626;
  stroke: #393939;
}
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-slider-bg {
  fill: #393939;
}
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-slider-selected-area {
  fill: #c6c6c6;
}
div.container.theme--g90 .bx--cc--zoom-bar path.zoom-bg-baseline {
  stroke: #8d8d8d;
  stroke-width: 2;
}
div.container.theme--g90 .bx--cc--zoom-bar path.zoom-graph-area {
  fill: #525252;
  stroke: #8d8d8d;
  stroke-width: 1;
}
div.container.theme--g90 .bx--cc--zoom-bar path.zoom-graph-area-unselected {
  fill: #393939;
  stroke: none;
}
div.container.theme--g90 .bx--cc--zoom-bar g.zoom-bar-brush rect.handle {
  fill: #c6c6c6;
}
div.container.theme--g90 .bx--cc--zoom-bar g.zoom-bar-brush rect.handle-bar {
  fill: #525252;
}
div.container.theme--g90 .bx--cc--zoom-bar g.zoom-bar-brush rect.selection {
  fill: none;
  stroke: none;
}
div.container.theme--g90 .bx--cc--zoom-bar rect[class^=highlight-] {
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--g90 .bx--cc--highlight rect.highlight-bar {
  pointer-events: none;
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--g90 svg.bx--cc--color-legend {
  display: flex;
  user-select: none;
}
div.container.theme--g90 svg.bx--cc--color-legend g.legend-title text {
  color: white;
}
div.container.theme--g90 .bx--cc--area path.area,
div.container.theme--g90 .bx--cc--area-stacked path.area {
  pointer-events: none;
}
div.container.theme--g90 .bx--cc--bubble circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g90 .bx--cc--bubble circle.dot.unfilled {
  fill: #393939;
}
div.container.theme--g90 .bx--cc--bubble g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--g90 .bx--cc--bullet path.range-box {
  pointer-events: none;
}
div.container.theme--g90 .bx--cc--bullet path.range-box.order-1 {
  fill: #262626;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--bullet path.range-box.order-2 {
  fill: #393939;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--bullet path.range-box.order-3 {
  fill: #525252;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--bullet path.marker,
div.container.theme--g90 .bx--cc--bullet path.quartile {
  pointer-events: none;
  stroke-width: 1.5px;
  stroke: #fff;
}
div.container.theme--g90 .bx--cc--bullet path.quartile.over-bar {
  stroke: #000;
}
div.container.theme--g90 .bx--cc--donut {
  overflow: visible;
}
div.container.theme--g90 .bx--cc--line path.line {
  pointer-events: none;
  fill: none;
  stroke-width: 1.5;
}
div.container.theme--g90 .bx--cc--line path.line.sparkline-loading {
  animation: shimmer 2.5s infinite linear;
}
@keyframes shimmer {
  0% {
    stroke: #525252;
  }
  20% {
    stroke: #ffffff;
    opacity: 0.5;
  }
  100% {
    stroke: #525252;
  }
}
div.container.theme--g90 .bx--cc--scatter circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g90 .bx--cc--scatter circle.dot.unfilled {
  fill: #393939;
  stroke-width: 1.5;
}
div.container.theme--g90 .bx--cc--scatter circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--g90 .bx--cc--scatter g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--g90 .bx--cc--meter rect.container {
  fill: #393939;
}
div.container.theme--g90 .bx--cc--meter line.rangeIndicator {
  stroke: #a8a8a8;
  stroke-width: 1px;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--meter rect.value.status--danger {
  fill: #ff8389;
}
div.container.theme--g90 .bx--cc--meter rect.value.status--warning {
  fill: #f1c21b;
  stroke-width: 1px;
  stroke: #b28600;
  stroke: none;
}
div.container.theme--g90 .bx--cc--meter rect.value.status--success {
  fill: #42be65;
}
div.container.theme--g90 .bx--cc--meter line.peak {
  stroke: #f4f4f4;
  stroke-width: 2px;
}
div.container.theme--g90 .bx--cc--scatter-stacked circle.dot.unfilled {
  fill: #393939;
  stroke-width: 1.5;
}
div.container.theme--g90 .bx--cc--scatter-stacked circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--g90 .bx--cc--radar .blobs path {
  stroke-width: 1.5px;
}
div.container.theme--g90 .bx--cc--radar .y-axes path,
div.container.theme--g90 .bx--cc--radar .x-axes line {
  stroke-width: 1px;
  stroke: #525252;
}
div.container.theme--g90 .bx--cc--radar .x-axes line.hovered {
  stroke: #ffffff;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree g.links {
  fill: none;
  stroke: #8d8d8d;
  stroke-opacity: 0.4;
  stroke-width: 1.5;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree g.clickable {
  cursor: pointer;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover text {
  font-weight: 600;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover circle {
  fill: #f4f4f4;
  transition: all 0.1s ease-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree circle.parent {
  fill: #c6c6c6;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree circle.child {
  fill: #8d8d8d;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree text {
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--cc--chart-wrapper .bx--cc--tree text.text-stroke {
  stroke: #161616;
  stroke-width: 2px;
}
div.container.theme--g90 .bx--cc--treemap text {
  pointer-events: none;
}
div.container.theme--g90 .bx--cc--gauge {
  overflow: visible;
}
div.container.theme--g90 .bx--cc--gauge path.arc-background {
  fill: #393939;
}
div.container.theme--g90 .bx--cc--gauge .gauge-delta-arrow.status--danger {
  fill: #ff8389;
}
div.container.theme--g90 .bx--cc--gauge .gauge-delta-arrow.status--warning {
  fill: #f1c21b;
}
div.container.theme--g90 .bx--cc--gauge .gauge-delta-arrow.status--success {
  fill: #42be65;
}
div.container.theme--g90 .bx--cc--pie {
  overflow: visible;
}
div.container.theme--g90 .bx--cc--lollipop line.line {
  pointer-events: none;
}
div.container.theme--g90 .bx--cc--lollipop circle.dot {
  stroke-width: 1.5;
}
div.container.theme--g90 .bx--cc--circle-pack circle.node {
  stroke-width: 1.5px;
}
div.container.theme--g90 .bx--cc--circle-pack circle.node.hovered {
  fill-opacity: 1;
}
div.container.theme--g90 .bx--cc--circle-pack circle.node.non-focal {
  fill: #6f6f6f;
  fill-opacity: 30%;
  stroke: #6f6f6f;
}
div.container.theme--g90 .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-in;
}
div.container.theme--g90 .bx--cc--chart-wrapper.zoomed-in {
  cursor: zoom-out;
}
div.container.theme--g90 .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.hovered-child {
  stroke: 1.5px solid initial;
}
div.container.theme--g90 .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-out;
}
div.container.theme--g90 .bx--cc--wordcloud text.word.light {
  font-weight: 300;
}
div.container.theme--g90 .bx--cc--alluvial rect.node,
div.container.theme--g90 .bx--cc--alluvial rect.node-text-bg {
  fill: white;
}
div.container.theme--g90 .bx--cc--alluvial text.node-text {
  fill: black;
}
div.container.theme--g90 .bx--cc--heatmap g.highlighter-hidden {
  visibility: hidden;
}
div.container.theme--g90 .bx--cc--heatmap g.cell-highlight line {
  stroke: white;
  stroke-width: 1px;
}
div.container.theme--g90 .bx--cc--heatmap g.cell-2 line {
  stroke: white;
  stroke-width: 2px !important;
}
div.container.theme--g90 .bx--cc--heatmap g.multi-cell line {
  stroke: white;
  stroke-width: 2px;
}
div.container.theme--g90 .bx--cc--heatmap rect.pattern-fill {
  fill: #8d8d8d;
}
div.container.theme--g90 .bx--cc--heatmap g.shadows line.top {
  filter: drop-shadow(0px -3px 2px black);
}
div.container.theme--g90 .bx--cc--heatmap g.shadows line.down {
  filter: drop-shadow(0px 3px 2px black);
}
div.container.theme--g90 .bx--cc--heatmap g.shadows line.left {
  filter: drop-shadow(-3px 0px 2px black);
}
div.container.theme--g90 .bx--cc--heatmap g.shadows line.right {
  filter: drop-shadow(3px 0px 2px black);
}
div.container.theme--g90 .bx--cc--heatmap rect.null-state {
  stroke: transparent !important;
}
div.container.theme--g90 .bx--cc--heatmap rect.heat {
  stroke-width: 0px;
}
div.container.theme--g90 .bx--cc--heatmap rect.heat {
  stroke: #262626;
}
div.container.theme--g90 .bx--cc--heatmap rect.null-state {
  fill: #393939;
}
div.container.theme--g90 .bx--cc--heatmap rect.null-state {
  fill: #161616;
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g90 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
div.container.theme--g90 .bx--cc--chart-wrapper {
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g90 .bx--cc--chart-wrapper p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #c6c6c6;
}
div.container.theme--g90 .bx--cc--chart-wrapper text {
  font-size: 12px;
  font-weight: 400;
  fill: #c6c6c6;
}
div.container.theme--g90 .bx--cc--chart-wrapper g.gauge-numbers text.gauge-value-number {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}
div.container.theme--g90 .bx--cc--chart-wrapper text.meter-title,
div.container.theme--g90 .bx--cc--chart-wrapper text.percent-value {
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g90 .bx--cc--chart-wrapper text.meter-title {
  font-weight: 600;
}
div.container.theme--g90 .bx--chart-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
div.container.theme--g90 .bx--chart-holder.filled, div.container.theme--g90 .bx--chart-holder.fullscreen {
  background-color: #262626;
}
div.container.theme--g90 .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--g90 .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
  background-color: #262626;
}
div.container.theme--g90 .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
  overflow: hidden;
  opacity: 0;
}
div.container.theme--g90 .bx--chart-holder.fullscreen,
div.container.theme--g90 .bx--chart-holder:-webkit-full-screen {
  /* !important is used here to get closer to
  a truly fullscreen experience */
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  padding: 2em;
}
div.container.theme--g90 .bx--cc--chart-wrapper {
  overflow: visible;
}
div.container.theme--g90 .resource-card-group {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  max-width: 700px;
}
div.container.theme--g90 .resource-card-group .bx--col-md-6.bx--col-lg-6 {
  border: 1px solid #262626;
  padding: 0;
}
div.container.theme--g90 .bx--resource-card .bx--tile {
  background: #393939;
  height: 100%;
  padding: 1rem 25% 1rem 1rem;
  position: relative;
  transition: background 70ms;
  text-decoration: none;
}
div.container.theme--g90 .bx--resource-card .bx--tile:hover {
  background: #4c4c4c;
}
div.container.theme--g90 .bx--resource-card__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--resource-card__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  font-weight: 400;
  text-decoration: none;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--resource-card__icon--img {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: flex-end;
}
div.container.theme--g90 .bx--resource-card__icon--img .gatsby-resp-image-wrapper,
div.container.theme--g90 .bx--resource-card__icon--img img[src*=gif],
div.container.theme--g90 .bx--resource-card__icon--img img[src*=svg] {
  margin-bottom: 0;
}
div.container.theme--g90 .bx--resource-card__icon--img .gatsby-resp-image-wrapper {
  position: static !important;
}
div.container.theme--g90 .bx--resource-card__icon--action {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
}
div.container.theme--g90 .bx--resource-card .bx--resource-card__icon--action svg {
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--resource-card--dark .bx--tile {
  background: #262626;
}
div.container.theme--g90 .bx--resource-card--dark .bx--tile:hover {
  background: #393939;
}
div.container.theme--g90 .bx--resource-card--dark .bx--resource-card__title,
div.container.theme--g90 .bx--resource-card--dark .bx--resource-card__subtitle {
  color: #ffffff;
}
div.container.theme--g90 .bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--resource-card--disabled .bx--tile:hover {
  background: #393939;
  cursor: not-allowed;
}
div.container.theme--g90 .bx--resource-card--disabled .bx--resource-card__title,
div.container.theme--g90 .bx--resource-card--disabled .bx--resource-card__subtitle {
  color: #a8a8a8;
}
div.container.theme--g90 .bx--resource-card--disabled .bx--resource-card__icon--action svg {
  fill: #6f6f6f;
}
div.container.theme--g90 .bx--resource-card--disabled .bx--resource-card__icon--img {
  filter: grayscale(100%);
  opacity: 0.5;
}
div.container.theme--g90 .bx--resource-card--disabled.bx--resource-card--dark .bx--tile:hover {
  background: #262626;
}
div.container.theme--g90 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__title,
div.container.theme--g90 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--g90 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #525252;
}
div.container.theme--g90 .bx--modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.7);
  content: "";
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
  visibility: hidden;
}
div.container.theme--g90 .bx--modal.is-visible {
  opacity: 1;
  transition: opacity 240ms cubic-bezier(0, 0, 0.3, 1), visibility 0ms linear;
  visibility: inherit;
}
div.container.theme--g90 .bx--modal .bx--pagination,
div.container.theme--g90 .bx--modal .bx--pagination__control-buttons,
div.container.theme--g90 .bx--modal .bx--text-input,
div.container.theme--g90 .bx--modal .bx--text-area,
div.container.theme--g90 .bx--modal .bx--search-input,
div.container.theme--g90 .bx--modal .bx--select-input,
div.container.theme--g90 .bx--modal .bx--dropdown,
div.container.theme--g90 .bx--modal .bx--dropdown-list,
div.container.theme--g90 .bx--modal .bx--number input[type=number],
div.container.theme--g90 .bx--modal .bx--date-picker__input {
  background-color: #525252;
}
div.container.theme--g90 .bx--modal.is-visible .bx--modal-container {
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1);
}
div.container.theme--g90 .bx--modal-container {
  position: fixed;
  top: 0;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #393939;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transform: translate3d(0, -24px, 0);
  transform-origin: top center;
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
}
@media (min-width: 42rem) {
  div.container.theme--g90 .bx--modal-container {
    position: static;
    width: 84%;
    height: auto;
    max-height: 90%;
  }
  div.container.theme--g90 .bx--modal-container .bx--modal-header,
div.container.theme--g90 .bx--modal-container .bx--modal-content,
div.container.theme--g90 .bx--modal-container .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g90 .bx--modal-container .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g90 .bx--modal-container {
    width: 60%;
    max-height: 84%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g90 .bx--modal-container {
    width: 48%;
  }
}
div.container.theme--g90 .bx--modal-header,
div.container.theme--g90 .bx--modal-content {
  padding-left: 1rem;
}
div.container.theme--g90 .bx--modal-header,
div.container.theme--g90 .bx--modal-content,
div.container.theme--g90 .bx--modal-content__regular-content {
  padding-right: 1rem;
}
div.container.theme--g90 .bx--modal-content--with-form {
  padding-right: 1rem;
}
div.container.theme--g90 .bx--modal-container--xs .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g90 .bx--modal-container--xs .bx--modal-content,
div.container.theme--g90 .bx--modal-container--xs .bx--modal-content__regular-content,
div.container.theme--g90 .bx--modal-container--xs .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g90 .bx--modal-container--xs {
    width: 48%;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g90 .bx--modal-container--xs {
    width: 32%;
    max-height: 48%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g90 .bx--modal-container--xs {
    width: 24%;
  }
}
div.container.theme--g90 .bx--modal-container--sm .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g90 .bx--modal-container--sm .bx--modal-content,
div.container.theme--g90 .bx--modal-container--sm .bx--modal-content__regular-content,
div.container.theme--g90 .bx--modal-container--sm .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g90 .bx--modal-container--sm {
    width: 60%;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g90 .bx--modal-container--sm {
    width: 42%;
    max-height: 72%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g90 .bx--modal-container--sm {
    width: 36%;
  }
  div.container.theme--g90 .bx--modal-container--sm .bx--modal-header,
div.container.theme--g90 .bx--modal-container--sm .bx--modal-content,
div.container.theme--g90 .bx--modal-container--sm .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g90 .bx--modal-container--sm .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
div.container.theme--g90 .bx--modal-container--lg .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g90 .bx--modal-container--lg .bx--modal-content,
div.container.theme--g90 .bx--modal-container--lg .bx--modal-content__regular-content,
div.container.theme--g90 .bx--modal-container--lg .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g90 .bx--modal-container--lg {
    width: 96%;
  }
  div.container.theme--g90 .bx--modal-container--lg .bx--modal-header,
div.container.theme--g90 .bx--modal-container--lg .bx--modal-content,
div.container.theme--g90 .bx--modal-container--lg .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g90 .bx--modal-container--lg .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g90 .bx--modal-container--lg {
    width: 84%;
    max-height: 96%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g90 .bx--modal-container--lg {
    width: 72%;
  }
}
div.container.theme--g90 .bx--modal-header {
  padding-top: 1rem;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
  grid-column: 1/-1;
  grid-row: 1/1;
}
div.container.theme--g90 .bx--modal-header__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  margin-bottom: 0.25rem;
  color: #c6c6c6;
}
div.container.theme--g90 .bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
  color: #f4f4f4;
  font-weight: 400;
  grid-column: 1/-1;
  grid-row: 2/-2;
  overflow-y: auto;
}
div.container.theme--g90 .bx--modal-content:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g90 .bx--modal-content:focus {
    outline-style: dotted;
  }
}
div.container.theme--g90 .bx--modal-content > p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
}
div.container.theme--g90 .bx--modal-scroll-content > *:last-child {
  padding-bottom: 2rem;
}
div.container.theme--g90 .bx--modal-content--overflow-indicator {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(57, 57, 57, 0), #393939);
  content: "";
  grid-column: 1/-1;
  grid-row: 2/-2;
  pointer-events: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    div.container.theme--g90 .bx--modal-content--overflow-indicator {
      background-image: linear-gradient(to bottom, rgba(57, 57, 57, 0), #393939);
    }
  }
}
div.container.theme--g90 .bx--modal-content:focus ~ .bx--modal-content--overflow-indicator {
  width: calc(100% - 4px);
  margin: 0 2px 2px;
}
@media screen and (-ms-high-contrast: active) {
  div.container.theme--g90 .bx--modal-scroll-content > *:last-child {
    padding-bottom: 0;
  }
  div.container.theme--g90 .bx--modal-content--overflow-indicator {
    display: none;
  }
}
div.container.theme--g90 .bx--modal-footer {
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  margin-top: auto;
  grid-column: 1/-1;
  grid-row: -1/-1;
}
div.container.theme--g90 .bx--modal-footer .bx--btn {
  max-width: none;
  height: 4rem;
  flex: 0 1 50%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0;
}
div.container.theme--g90 .bx--modal-footer--three-button .bx--btn {
  flex: 0 1 25%;
  align-items: flex-start;
}
div.container.theme--g90 .bx--modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--modal-close:hover {
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--modal-close:focus {
  border-color: #ffffff;
  outline: none;
}
div.container.theme--g90 .bx--modal-close::-moz-focus-inner {
  border: 0;
}
div.container.theme--g90 .bx--modal-close__icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--body--with-modal-open {
  overflow: hidden;
}
div.container.theme--g90 .bx--body--with-modal-open .bx--tooltip,
div.container.theme--g90 .bx--body--with-modal-open .bx--overflow-menu-options {
  z-index: 9000;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g90 .bx--modal-close__icon {
    fill: ButtonText;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g90 .bx--modal-close:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
div.container.theme--g90 .bx--overflow-menu,
div.container.theme--g90 .bx--overflow-menu__trigger {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--overflow-menu *,
div.container.theme--g90 .bx--overflow-menu *::before,
div.container.theme--g90 .bx--overflow-menu *::after,
div.container.theme--g90 .bx--overflow-menu__trigger *,
div.container.theme--g90 .bx--overflow-menu__trigger *::before,
div.container.theme--g90 .bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
div.container.theme--g90 .bx--overflow-menu::-moz-focus-inner,
div.container.theme--g90 .bx--overflow-menu__trigger::-moz-focus-inner {
  border: 0;
}
div.container.theme--g90 .bx--overflow-menu *,
div.container.theme--g90 .bx--overflow-menu *::before,
div.container.theme--g90 .bx--overflow-menu *::after,
div.container.theme--g90 .bx--overflow-menu__trigger *,
div.container.theme--g90 .bx--overflow-menu__trigger *::before,
div.container.theme--g90 .bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
div.container.theme--g90 .bx--overflow-menu:focus,
div.container.theme--g90 .bx--overflow-menu__trigger:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g90 .bx--overflow-menu:focus,
div.container.theme--g90 .bx--overflow-menu__trigger:focus {
    outline-style: dotted;
  }
}
div.container.theme--g90 .bx--overflow-menu:hover,
div.container.theme--g90 .bx--overflow-menu__trigger:hover {
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--overflow-menu--sm {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g90 .bx--overflow-menu--xl,
div.container.theme--g90 .bx--overflow-menu--lg {
  width: 3rem;
  height: 3rem;
}
div.container.theme--g90 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g90 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
div.container.theme--g90 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus svg {
  outline: none;
}
div.container.theme--g90 .bx--overflow-menu.bx--overflow-menu--open,
div.container.theme--g90 .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__trigger {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #393939;
  transition: none;
}
div.container.theme--g90 .bx--overflow-menu--light.bx--overflow-menu--open,
div.container.theme--g90 .bx--overflow-menu--light.bx--overflow-menu--open .bx--overflow-menu__trigger {
  background-color: #525252;
}
div.container.theme--g90 .bx--overflow-menu__icon {
  width: 1rem;
  height: 1rem;
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--overflow-menu-options {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 6000;
  top: 32px;
  left: 0;
  display: none;
  width: 10rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #393939;
  list-style: none;
}
div.container.theme--g90 .bx--overflow-menu-options *,
div.container.theme--g90 .bx--overflow-menu-options *::before,
div.container.theme--g90 .bx--overflow-menu-options *::after {
  box-sizing: inherit;
}
div.container.theme--g90 .bx--overflow-menu-options::after {
  position: absolute;
  display: block;
  background-color: #393939;
  content: "";
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--overflow-menu.bx--overflow-menu--open:hover {
  background-color: #393939;
}
div.container.theme--g90 .bx--overflow-menu-options--light {
  background-color: #525252;
}
div.container.theme--g90 .bx--overflow-menu-options--light::after {
  background-color: #525252;
}
div.container.theme--g90 .bx--overflow-menu.bx--overflow-menu--light.bx--overflow-menu--open:hover {
  background-color: #525252;
}
div.container.theme--g90 .bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  top: -0.1875rem;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
}
div.container.theme--g90 .bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  bottom: -0.5rem;
  left: 0;
  width: 2.5rem;
  height: 0.5rem;
}
div.container.theme--g90 .bx--overflow-menu-options[data-floating-menu-direction=left]::after {
  top: 0;
  right: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}
div.container.theme--g90 .bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: 0;
  left: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}
div.container.theme--g90 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, div.container.theme--g90 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 2rem;
}
div.container.theme--g90 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=left]::after, div.container.theme--g90 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 2rem;
}
div.container.theme--g90 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, div.container.theme--g90 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
div.container.theme--g90 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after,
div.container.theme--g90 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 3rem;
}
div.container.theme--g90 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=left]::after, div.container.theme--g90 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=right]::after,
div.container.theme--g90 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
div.container.theme--g90 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 3rem;
}
div.container.theme--g90 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
div.container.theme--g90 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  right: 0;
  left: auto;
}
div.container.theme--g90 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
div.container.theme--g90 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: auto;
  bottom: 0;
}
div.container.theme--g90 .bx--overflow-menu-options--open {
  display: flex;
}
div.container.theme--g90 .bx--overflow-menu-options__content {
  width: 100%;
}
div.container.theme--g90 .bx--overflow-menu-options__option {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: flex;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  padding: 0;
  background-color: transparent;
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--overflow-menu-options__option *,
div.container.theme--g90 .bx--overflow-menu-options__option *::before,
div.container.theme--g90 .bx--overflow-menu-options__option *::after {
  box-sizing: inherit;
}
div.container.theme--g90 .bx--overflow-menu-options--sm .bx--overflow-menu-options__option {
  height: 2rem;
}
div.container.theme--g90 .bx--overflow-menu-options--xl .bx--overflow-menu-options__option,
div.container.theme--g90 .bx--overflow-menu-options--lg .bx--overflow-menu-options__option {
  height: 3rem;
}
div.container.theme--g90 .bx--overflow-menu--divider {
  border-top: 1px solid #525252;
}
div.container.theme--g90 .bx--overflow-menu--light .bx--overflow-menu--divider {
  border-top: 1px solid #6f6f6f;
}
div.container.theme--g90 a.bx--overflow-menu-options__btn::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
div.container.theme--g90 .bx--overflow-menu-options__btn {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-flex;
  width: 100%;
  max-width: 11.25rem;
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  border: none;
  background-color: transparent;
  color: #c6c6c6;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--overflow-menu-options__btn *,
div.container.theme--g90 .bx--overflow-menu-options__btn *::before,
div.container.theme--g90 .bx--overflow-menu-options__btn *::after {
  box-sizing: inherit;
}
div.container.theme--g90 .bx--overflow-menu-options__btn:hover {
  color: #f4f4f4;
}
div.container.theme--g90 .bx--overflow-menu-options__btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g90 .bx--overflow-menu-options__btn:focus {
    outline-style: dotted;
  }
}
div.container.theme--g90 .bx--overflow-menu-options__btn::-moz-focus-inner {
  border: none;
}
div.container.theme--g90 .bx--overflow-menu-options__btn svg {
  fill: #c6c6c6;
}
div.container.theme--g90 .bx--overflow-menu-options__btn:hover svg {
  fill: #f4f4f4;
}
div.container.theme--g90 .bx--overflow-menu-options__option-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.container.theme--g90 .bx--overflow-menu-options__option:hover {
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover,
div.container.theme--g90 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus {
  background-color: #da1e28;
  color: #ffffff;
}
div.container.theme--g90 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover svg,
div.container.theme--g90 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus svg {
  fill: currentColor;
}
div.container.theme--g90 .bx--overflow-menu-options__option--disabled:hover {
  background-color: #393939;
  cursor: not-allowed;
}
div.container.theme--g90 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn {
  color: #6f6f6f;
  pointer-events: none;
}
div.container.theme--g90 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:hover, div.container.theme--g90 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:active, div.container.theme--g90 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #393939;
}
div.container.theme--g90 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn svg {
  fill: #6f6f6f;
}
div.container.theme--g90 .bx--overflow-menu--flip {
  left: -140px;
}
div.container.theme--g90 .bx--overflow-menu--flip::before {
  left: 145px;
}
div.container.theme--g90 .bx--overflow-menu__container {
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g90 .bx--overflow-menu:focus,
div.container.theme--g90 .bx--overflow-menu-options__btn:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g90 .bx--overflow-menu svg {
    fill: ButtonText;
  }
}
div.container.theme--g90 .bx--data-table-container {
  padding-top: 0.125rem;
}
div.container.theme--g90 .bx--data-table-content {
  overflow-x: auto;
}
div.container.theme--g90 .bx--data-table-header {
  padding: 1rem 0 1.5rem 1rem;
  background: #393939;
}
div.container.theme--g90 .bx--data-table-header__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--data-table-header__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #c6c6c6;
}
div.container.theme--g90 .bx--data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
div.container.theme--g90 .bx--data-table thead {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  background-color: #525252;
}
div.container.theme--g90 .bx--data-table tbody {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  width: 100%;
  background-color: #393939;
}
div.container.theme--g90 .bx--data-table tr {
  width: 100%;
  height: 3rem;
  border: none;
}
div.container.theme--g90 .bx--data-table tbody tr,
div.container.theme--g90 .bx--data-table tbody tr td,
div.container.theme--g90 .bx--data-table tbody tr th {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--data-table tbody tr:hover {
  background: #4c4c4c;
}
div.container.theme--g90 .bx--data-table tbody tr:hover td,
div.container.theme--g90 .bx--data-table tbody tr:hover th {
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  background: #4c4c4c;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--data-table tbody tr:hover td .bx--link,
div.container.theme--g90 .bx--data-table tbody tr:hover th .bx--link {
  color: #a6c8ff;
}
div.container.theme--g90 .bx--data-table th,
div.container.theme--g90 .bx--data-table td {
  text-align: left;
  vertical-align: middle;
}
div.container.theme--g90 .bx--data-table th[align=right],
div.container.theme--g90 .bx--data-table td[align=right] {
  text-align: right;
}
div.container.theme--g90 .bx--data-table th[align=center],
div.container.theme--g90 .bx--data-table td[align=center] {
  text-align: center;
}
div.container.theme--g90 .bx--data-table th {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #525252;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--data-table th:last-of-type {
  position: static;
  width: auto;
}
div.container.theme--g90 .bx--data-table td,
div.container.theme--g90 .bx--data-table tbody th {
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #525252;
  background: #393939;
  color: #c6c6c6;
}
div.container.theme--g90 .bx--data-table td + td:first-of-type,
div.container.theme--g90 .bx--data-table tbody th + td:first-of-type {
  padding-left: 0.75rem;
}
@supports (-moz-appearance: none) {
  div.container.theme--g90 .bx--data-table td {
    background-clip: padding-box;
  }
}
div.container.theme--g90 .bx--data-table .bx--list-box input[role=combobox],
div.container.theme--g90 .bx--data-table .bx--list-box input[type=text],
div.container.theme--g90 .bx--data-table .bx--dropdown,
div.container.theme--g90 .bx--data-table .bx--list-box,
div.container.theme--g90 .bx--data-table .bx--number input[type=number],
div.container.theme--g90 .bx--data-table .bx--number__control-btn::before,
div.container.theme--g90 .bx--data-table .bx--number__control-btn::after,
div.container.theme--g90 .bx--data-table .bx--text-input,
div.container.theme--g90 .bx--data-table .bx--select-input {
  background-color: #525252;
}
div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
    outline-style: dotted;
  }
}
div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=true]:focus {
  outline: none;
}
@media screen and (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
    opacity: 0;
  }
}
div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g90 .bx--data-table.bx--data-table--visible-overflow-menu td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon,
div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu:hover .bx--overflow-menu__icon,
div.container.theme--g90 .bx--data-table td.bx--table-column-menu .bx--overflow-menu:focus .bx--overflow-menu__icon,
div.container.theme--g90 .bx--data-table tr:hover td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g90 .bx--table-row--menu-option .bx--overflow-menu-options__btn .bx--overflow-menu-options__option-content svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.5rem;
}
div.container.theme--g90 .bx--data-table .bx--overflow-menu:hover,
div.container.theme--g90 .bx--data-table .bx--overflow-menu__trigger:hover {
  background-color: #656565;
}
div.container.theme--g90 .bx--data-table--selected .bx--overflow-menu:hover,
div.container.theme--g90 .bx--data-table--selected .bx--overflow-menu__trigger:hover {
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--data-table--selected .bx--link {
  color: #a6c8ff;
}
div.container.theme--g90 .bx--data-table--compact td.bx--table-column-menu,
div.container.theme--g90 .bx--data-table--xs td.bx--table-column-menu,
div.container.theme--g90 .bx--data-table--short td.bx--table-column-menu,
div.container.theme--g90 .bx--data-table--sm td.bx--table-column-menu {
  height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g90 .bx--data-table--short td.bx--table-column-menu,
div.container.theme--g90 .bx--data-table--sm td.bx--table-column-menu {
  height: 2rem;
}
div.container.theme--g90 .bx--data-table--md td.bx--table-column-menu {
  height: 2.5rem;
}
div.container.theme--g90 .bx--data-table--tall .bx--table-column-menu,
div.container.theme--g90 .bx--data-table--xl .bx--table-column-menu {
  padding-top: 0.5rem;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(odd) td {
  border-bottom: 1px solid #393939;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(even) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:not(.bx--parent-row):hover td {
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--table-column-checkbox .bx--checkbox-label {
  padding-left: 0;
}
div.container.theme--g90 .bx--data-table th.bx--table-column-checkbox {
  position: static;
  width: 2rem;
  background: #525252;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--data-table .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.375rem;
}
div.container.theme--g90 .bx--data-table--compact .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before,
div.container.theme--g90 .bx--data-table--xs .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.125rem;
}
div.container.theme--g90 .bx--data-table thead th.bx--table-column-checkbox,
div.container.theme--g90 .bx--data-table tbody td.bx--table-column-checkbox,
div.container.theme--g90 .bx--data-table thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table tbody td.bx--table-expand {
  min-width: 0;
}
div.container.theme--g90 .bx--data-table thead th.bx--table-column-checkbox,
div.container.theme--g90 .bx--data-table tbody td.bx--table-column-checkbox {
  padding-right: 0.25rem;
  padding-left: 1rem;
}
div.container.theme--g90 .bx--data-table thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g90 .bx--data-table--compact thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--compact tbody td.bx--table-expand,
div.container.theme--g90 .bx--data-table--xs thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--xs tbody td.bx--table-expand {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0 0 0.5rem;
}
div.container.theme--g90 .bx--data-table--short thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--short tbody td.bx--table-expand,
div.container.theme--g90 .bx--data-table--sm thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--sm tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
  padding: 0;
  padding-left: 0.5rem;
}
div.container.theme--g90 .bx--data-table--md thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--md tbody td.bx--table-expand {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
div.container.theme--g90 .bx--data-table--tall thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--tall tbody td.bx--table-expand,
div.container.theme--g90 .bx--data-table--xl thead th.bx--table-expand,
div.container.theme--g90 .bx--data-table--xl tbody td.bx--table-expand {
  height: 4rem;
  padding-top: 0.625rem;
  padding-bottom: 1.375rem;
}
div.container.theme--g90 .bx--data-table--tall .bx--table-column-checkbox,
div.container.theme--g90 .bx--data-table--xl .bx--table-column-checkbox {
  padding-top: 0.8125rem;
}
div.container.theme--g90 .bx--data-table--tall .bx--table-column-radio,
div.container.theme--g90 .bx--data-table--xl .bx--table-column-radio {
  padding-top: 1rem;
}
div.container.theme--g90 .bx--date-table tbody th.bx--table-column-checkbox:hover {
  background: #cacaca;
}
div.container.theme--g90 .bx--table-column-radio {
  width: 48px;
}
div.container.theme--g90 .bx--table-column-radio .bx--radio-button__appearance {
  margin-right: -0.125rem;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected td,
div.container.theme--g90 tr.bx--data-table--selected td {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #6f6f6f;
  background-color: #525252;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:first-of-type:nth-child(odd).bx--data-table--selected td,
div.container.theme--g90 tr.bx--data-table--selected:first-of-type td {
  border-top: 1px solid #6f6f6f;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:last-of-type:nth-child(odd).bx--data-table--selected td,
div.container.theme--g90 .bx--data-table--zebra tbody tr:last-of-type:nth-child(even).bx--data-table--selected td,
div.container.theme--g90 tr.bx--data-table--selected:last-of-type td {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected td {
  border-bottom: 1px solid #6f6f6f;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected:hover td {
  border-bottom: 1px solid #cacaca;
}
div.container.theme--g90 .bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected:hover td,
div.container.theme--g90 .bx--data-table tbody .bx--data-table--selected:hover td {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background: #cacaca;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--data-table--selected .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g90 .bx--data-table--compact thead tr,
div.container.theme--g90 .bx--data-table--compact tbody tr,
div.container.theme--g90 .bx--data-table--compact tbody tr th {
  height: 1.5rem;
}
div.container.theme--g90 .bx--data-table--compact .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g90 .bx--data-table--compact td,
div.container.theme--g90 .bx--data-table--compact tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g90 .bx--data-table--compact .bx--overflow-menu {
  width: 2rem;
  height: 100%;
}
div.container.theme--g90 .bx--data-table.bx--data-table--compact .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g90 .bx--data-table.bx--data-table--compact .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}
div.container.theme--g90 .bx--data-table--xs thead tr,
div.container.theme--g90 .bx--data-table--xs tbody tr,
div.container.theme--g90 .bx--data-table--xs tbody tr th {
  height: 1.5rem;
}
div.container.theme--g90 .bx--data-table--xs .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g90 .bx--data-table--xs td,
div.container.theme--g90 .bx--data-table--xs tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g90 .bx--data-table--xs .bx--overflow-menu {
  width: 2rem;
  height: calc(100% + 1px);
}
div.container.theme--g90 .bx--data-table.bx--data-table--xs .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g90 .bx--data-table.bx--data-table--xs .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}
div.container.theme--g90 .bx--data-table--short thead tr,
div.container.theme--g90 .bx--data-table--short tbody tr,
div.container.theme--g90 .bx--data-table--short tbody tr th {
  height: 2rem;
}
div.container.theme--g90 .bx--data-table--short .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g90 .bx--data-table--short td,
div.container.theme--g90 .bx--data-table--short tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g90 .bx--data-table.bx--data-table--short .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g90 .bx--data-table--short .bx--overflow-menu {
  height: 100%;
}
div.container.theme--g90 .bx--data-table--sm thead tr,
div.container.theme--g90 .bx--data-table--sm tbody tr,
div.container.theme--g90 .bx--data-table--sm tbody tr th {
  height: 2rem;
}
div.container.theme--g90 .bx--data-table--sm .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g90 .bx--data-table--sm td,
div.container.theme--g90 .bx--data-table--sm tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g90 .bx--data-table.bx--data-table--sm .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g90 .bx--data-table--sm .bx--overflow-menu {
  height: calc(100% + 1px);
}
div.container.theme--g90 .bx--data-table--md thead tr,
div.container.theme--g90 .bx--data-table--md tbody tr,
div.container.theme--g90 .bx--data-table--md tbody tr th {
  height: 2.5rem;
}
div.container.theme--g90 .bx--data-table--md .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g90 .bx--data-table--md td,
div.container.theme--g90 .bx--data-table--md tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g90 .bx--data-table.bx--data-table--md .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g90 .bx--data-table--md .bx--table-column-menu {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g90 .bx--data-table--tall thead tr,
div.container.theme--g90 .bx--data-table--tall tbody tr,
div.container.theme--g90 .bx--data-table--tall tbody tr th {
  height: 4rem;
}
div.container.theme--g90 .bx--data-table--tall .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.container.theme--g90 .bx--data-table--tall td,
div.container.theme--g90 .bx--data-table--tall tbody tr th {
  padding-top: 1rem;
}
div.container.theme--g90 .bx--data-table--tall th,
div.container.theme--g90 .bx--data-table--tall td {
  vertical-align: top;
}
div.container.theme--g90 .bx--data-table--tall .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}
div.container.theme--g90 .bx--data-table--xl thead tr,
div.container.theme--g90 .bx--data-table--xl tbody tr,
div.container.theme--g90 .bx--data-table--xl tbody tr th {
  height: 4rem;
}
div.container.theme--g90 .bx--data-table--xl .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.container.theme--g90 .bx--data-table--xl td,
div.container.theme--g90 .bx--data-table--xl tbody tr th {
  padding-top: 1rem;
}
div.container.theme--g90 .bx--data-table--xl th,
div.container.theme--g90 .bx--data-table--xl td {
  vertical-align: top;
}
div.container.theme--g90 .bx--data-table--xl .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}
div.container.theme--g90 .bx--data-table--static {
  width: auto;
}
div.container.theme--g90 .bx--data-table_inner-container {
  background-color: #525252;
  transform: translateZ(0);
}
div.container.theme--g90 .bx--data-table--sticky-header {
  display: block;
  overflow-y: scroll;
  /* When using sticky header, with a selection element in the first column, we need to set the last item to a fixed width to match the table body. We only want this to happen when the last table header does not have any text */
}
div.container.theme--g90 .bx--data-table--sticky-header thead,
div.container.theme--g90 .bx--data-table--sticky-header tbody,
div.container.theme--g90 .bx--data-table--sticky-header tr,
div.container.theme--g90 .bx--data-table--sticky-header th,
div.container.theme--g90 .bx--data-table--sticky-header td {
  display: flex;
}
div.container.theme--g90 .bx--data-table--sticky-header thead {
  position: sticky;
  z-index: 1;
  top: 0;
  overflow: scroll;
  width: 100%;
  -ms-overflow-style: none;
  will-change: transform;
}
div.container.theme--g90 .bx--data-table--sticky-header thead tr th {
  border-bottom: 1px solid #6f6f6f;
}
div.container.theme--g90 .bx--data-table--sticky-header tbody {
  flex-direction: column;
  -ms-overflow-style: none;
  overflow-x: scroll;
  will-change: transform;
}
div.container.theme--g90 .bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row {
  height: auto;
  min-height: 3rem;
}
div.container.theme--g90 .bx--data-table--sticky-header tr.bx--expandable-row:not(.bx--parent-row) {
  height: auto;
}
div.container.theme--g90 .bx--data-table--sticky-header .bx--table-expand {
  max-width: 3rem;
}
div.container.theme--g90 .bx--data-table--sticky-header thead .bx--table-expand {
  align-items: center;
}
div.container.theme--g90 .bx--data-table--sticky-header .bx--parent-row {
  min-height: 3rem;
}
div.container.theme--g90 .bx--data-table--sticky-header:not(.bx--data-table--compact):not(.bx--data-table--xs):not(.bx--data-table--tall):not(.bx--data-table--xl):not(.bx--data-table--short):not(.bx--data-table--sm) td:not(.bx--table-column-menu):not(.bx--table-column-checkbox) {
  padding-top: 0.875rem;
}
div.container.theme--g90 .bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  border-top: 1px solid #4c4c4c;
}
div.container.theme--g90 .bx--data-table--sticky-header tr.bx--expandable-row:last-of-type {
  overflow: hidden;
}
div.container.theme--g90 .bx--data-table--sticky-header tr.bx--data-table--selected:first-of-type td {
  border-top: none;
}
div.container.theme--g90 .bx--data-table--sticky-header thead th.bx--table-column-checkbox,
div.container.theme--g90 .bx--data-table--sticky-header tbody tr td.bx--table-column-checkbox {
  width: 2.25rem;
  min-width: 2.25rem;
  align-items: center;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--tall thead th.bx--table-column-checkbox, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xl thead th.bx--table-column-checkbox, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--tall td.bx--table-column-checkbox, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xl td.bx--table-column-checkbox {
  align-items: flex-start;
}
div.container.theme--g90 .bx--data-table--sticky-header th.bx--table-column-checkbox ~ th:last-of-type:empty {
  max-width: 4rem;
}
div.container.theme--g90 .bx--data-table--sticky-header th:empty:not(.bx--table-expand) {
  max-width: 2.25rem;
}
div.container.theme--g90 .bx--data-table--sticky-header td.bx--table-column-menu {
  height: auto;
  align-items: center;
  padding-top: 0;
}
div.container.theme--g90 .bx--data-table--sticky-header thead::-webkit-scrollbar,
div.container.theme--g90 .bx--data-table--sticky-header tbody::-webkit-scrollbar {
  display: none;
}
@-moz-document url-prefix() {
  div.container.theme--g90 .bx--data-table--sticky-header thead,
div.container.theme--g90 .bx--data-table--sticky-header tbody {
    scrollbar-width: none;
  }
}
div.container.theme--g90 .bx--data-table--sticky-header tbody tr:last-of-type {
  border-bottom: 0;
}
div.container.theme--g90 .bx--data-table--sticky-header th:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon),
div.container.theme--g90 .bx--data-table--sticky-header td:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon) {
  width: 100%;
  min-width: 0;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  height: auto;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row) {
  min-height: 1.5rem;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row) {
  min-height: 2rem;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  min-height: 4rem;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--compact tr td.bx--table-expand, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xs tr td.bx--table-expand {
  padding-top: 0.25rem;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--short tr td.bx--table-expand, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--sm tr td.bx--table-expand {
  padding-top: 0.5rem;
}
div.container.theme--g90 .bx--data-table--sticky-header .bx--table-header-label {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  padding-top: 0.9375rem;
  padding-bottom: 1rem;
  overflow-y: hidden;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--compact th .bx--table-header-label, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xs th .bx--table-header-label {
  padding-top: 0.1875rem;
  padding-bottom: 0;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--short th .bx--table-header-label, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--sm th .bx--table-header-label {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--tall th .bx--table-header-label, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xl th .bx--table-header-label {
  padding-top: 1rem;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--tall th.bx--table-expand, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xl th.bx--table-expand {
  display: flex;
  align-items: flex-start;
}
div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--compact tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--short tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--xs tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g90 .bx--data-table--sticky-header.bx--data-table--sm tr.bx--parent-row .bx--table-column-checkbox {
  align-items: flex-start;
}
div.container.theme--g90 .bx--data-table--max-width {
  max-width: 100%;
}
div.container.theme--g90 .bx--data-table--sticky-header {
  max-height: 18.75rem;
}
div.container.theme--g90 .bx--data-table .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: 0;
}
div.container.theme--g90 .bx--data-table--short .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g90 .bx--data-table--compact .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g90 .bx--data-table--xs .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g90 .bx--data-table--sm .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: -0.1875rem 0;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g90 .bx--data-table-content {
    outline: 1px solid transparent;
  }
}
div.container.theme--g90 .bx--select {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
div.container.theme--g90 .bx--select *,
div.container.theme--g90 .bx--select *::before,
div.container.theme--g90 .bx--select *::after {
  box-sizing: inherit;
}
div.container.theme--g90 .bx--select-input__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
div.container.theme--g90 .bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  appearance: none;
  background-color: #393939;
  border-radius: 0;
  color: #f4f4f4;
  cursor: pointer;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
div.container.theme--g90 .bx--select-input:hover {
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--select-input::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  div.container.theme--g90 .bx--select-input:-moz-focusring, div.container.theme--g90 .bx--select-input::-moz-focus-inner {
    background-image: none;
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
}
div.container.theme--g90 .bx--select-input:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  color: #f4f4f4;
}
@media screen and (prefers-contrast) {
  div.container.theme--g90 .bx--select-input:focus {
    outline-style: dotted;
  }
}
div.container.theme--g90 .bx--select-input:disabled, div.container.theme--g90 .bx--select-input:hover:disabled {
  border-bottom-color: #393939;
  background-color: #393939;
  color: #6f6f6f;
  cursor: not-allowed;
}
div.container.theme--g90 .bx--select-input--sm {
  height: 2rem;
  max-height: 2rem;
}
div.container.theme--g90 .bx--select-input--xl,
div.container.theme--g90 .bx--select-input--lg {
  height: 3rem;
  max-height: 3rem;
}
div.container.theme--g90 .bx--select--disabled .bx--label,
div.container.theme--g90 .bx--select--disabled .bx--form__helper-text {
  color: #6f6f6f;
}
div.container.theme--g90 .bx--select-input__wrapper[data-invalid] .bx--select-input,
div.container.theme--g90 .bx--select--warning .bx--select-input {
  padding-right: 4.5rem;
}
div.container.theme--g90 .bx--select-input:disabled ~ .bx--select__arrow {
  fill: #6f6f6f;
}
div.container.theme--g90 .bx--select--light .bx--select-input {
  background-color: #525252;
}
div.container.theme--g90 .bx--select--light .bx--select-input:hover {
  background-color: #4c4c4c;
}
div.container.theme--g90 .bx--select--light .bx--select-input:disabled, div.container.theme--g90 .bx--select--light .bx--select-input:hover:disabled {
  background-color: #525252;
  color: #6f6f6f;
  cursor: not-allowed;
}
div.container.theme--g90 .bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  fill: #f4f4f4;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  div.container.theme--g90 .bx--select__arrow path {
    fill: ButtonText;
  }
}
div.container.theme--g90 .bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem;
}
div.container.theme--g90 .bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #ff8389;
}
div.container.theme--g90 .bx--select__invalid-icon--warning {
  fill: #f1c21b;
}
div.container.theme--g90 .bx--select__invalid-icon--warning path[fill] {
  fill: #000000;
  opacity: 1;
}
div.container.theme--g90 .bx--select-optgroup,
div.container.theme--g90 .bx--select-option {
  color: #f4f4f4;
}
div.container.theme--g90 .bx--select-optgroup:disabled,
div.container.theme--g90 .bx--select-option:disabled {
  color: #6f6f6f;
}
div.container.theme--g90 .bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.container.theme--g90 .bx--select--inline.bx--select--invalid .bx--label,
div.container.theme--g90 .bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem;
}
div.container.theme--g90 .bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
div.container.theme--g90 .bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}
div.container.theme--g90 .bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  border-bottom: none;
  background-color: #262626;
  color: #f4f4f4;
}
div.container.theme--g90 .bx--select--inline .bx--select-input[disabled],
div.container.theme--g90 .bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #393939;
}
div.container.theme--g90 .bx--select--inline .bx--select__arrow {
  right: 0.5rem;
}
div.container.theme--g90 .bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem;
}
div.container.theme--g90 .bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem;
}
div.container.theme--g90 .bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}
div.container.theme--g90 .bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed;
}
div.container.theme--g90 .bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #353535;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem;
}
div.container.theme--g90 .bx--select.bx--skeleton:hover, div.container.theme--g90 .bx--select.bx--skeleton:focus, div.container.theme--g90 .bx--select.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
div.container.theme--g90 .bx--select.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #525252;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  div.container.theme--g90 .bx--select.bx--skeleton::before {
    animation: none;
  }
}
div.container.theme--g90 .bx--select.bx--skeleton .bx--select-input {
  display: none;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g90 .bx--select__arrow {
    fill: ButtonText;
  }
}
div.container.theme--g90 .bx--radio-button__appearance {
  background-color: transparent;
  border-color: #f4f4f4;
}
div.container.theme--g90 .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance {
  border-color: #f4f4f4;
}
div.container.theme--g90 .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance:before {
  background-color: #f4f4f4;
}
@media screen and (-ms-high-contrast: active) {
  div.container.theme--g90 .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance:before {
    background-color: windowText;
  }
}
div.container.theme--g100 {
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  color: #f4f4f4;
  background-color: #161616;
  line-height: 1;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /*stylelint-enable */
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-1-1 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-1-1.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-1-1 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-1-1.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-1-1-1 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-1-1-1 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-2-1 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-2-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-2-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-2-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-1-2-1 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-1-2-1 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-3-1 {
  fill: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-3-1.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-3-1 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-3-1.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-1-3-1 {
  stroke: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-1-3-1 {
  stop-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-4-1 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-1-4-1.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-4-1 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-1-4-1.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-1-4-1 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-1-4-1 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-1-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-1-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-2-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-2-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-2-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-2-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-2-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-2-2 {
  fill: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-2-2.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-2-2.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-2-2 {
  stroke: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-2-2 {
  stop-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-3-1 {
  fill: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-3-1.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-3-1 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-3-1.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-3-1 {
  stroke: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-3-1 {
  stop-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-3-2 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-3-2.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-3-2.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-3-2 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-3-2 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-4-1 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-4-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-4-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-4-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-4-1 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-4-1 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-4-2 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-4-2.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-4-2 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-4-2.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-4-2 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-4-2 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-5-1 {
  fill: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-5-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-5-1 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-5-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-5-1 {
  stroke: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-5-1 {
  stop-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-5-2 {
  fill: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-2-5-2.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-2-5-2.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-2-5-2 {
  stroke: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-2-5-2 {
  stop-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-1-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-1-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-1-3 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-1-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-1-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-1-3 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-1-3 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-2-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-2-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-2-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-2-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-2-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-2-2 {
  fill: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-2-2.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-2-2.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-2-2 {
  stroke: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-2-2 {
  stop-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-2-3 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-2-3.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-2-3 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-2-3.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-2-3 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-2-3 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-3-1 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-3-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-3-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-3-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-3-1 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-3-1 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-3-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-3-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-3-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-3-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-3-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-3-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-3-3 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-3-3.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-3-3 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-3-3.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-3-3 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-3-3 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-4-1 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-4-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-4-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-4-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-4-1 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-4-1 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-4-2 {
  fill: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-4-2.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-4-2 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-4-2.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-4-2 {
  stroke: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-4-2 {
  stop-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-4-3 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-4-3.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-4-3 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-4-3.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-4-3 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-4-3 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-5-1 {
  fill: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-5-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-5-1 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-5-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-5-1 {
  stroke: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-5-1 {
  stop-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-5-2 {
  fill: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-5-2.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-5-2.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-5-2 {
  stroke: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-5-2 {
  stop-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-5-3 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-3-5-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-5-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-3-5-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-3-5-3 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-3-5-3 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-1-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-3 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-1-3 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-1-3 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-4 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-1-4.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-4 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-1-4.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-1-4 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-1-4 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-1 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-2-1 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-2-1 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-2-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-2-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-3 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-3.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-3.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-2-3 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-2-3 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-4 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-2-4.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-2-4.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-2-4 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-2-4 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-1 {
  fill: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-1.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-1 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-1.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-3-1 {
  stroke: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-3-1 {
  stop-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-2 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-2.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-2.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-3-2 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-3-2 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-3 {
  fill: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-3.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-3 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-3.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-3-3 {
  stroke: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-3-3 {
  stop-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-4 {
  fill: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-4-3-4.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-4 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-4-3-4.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-4-3-4 {
  stroke: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-4-3-4 {
  stop-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-1-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-1-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-3 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-1-3 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-1-3 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-4 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-4.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-4 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-4.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-1-4 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-1-4 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-5 {
  fill: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-1-5.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-5 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-1-5.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-1-5 {
  stroke: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-1-5 {
  stop-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-1 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-1.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-1.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-2-1 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-2-1 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-2 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-2.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-2.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-2-2 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-2-2 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-3 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-3.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-3.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-2-3 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-2-3 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-4 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-4.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-4.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-2-4 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-2-4 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-5 {
  fill: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-5-2-5.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-5 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-5-2-5.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-5-2-5 {
  stroke: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-5-2-5 {
  stop-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-1 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-1.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-1.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-1 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-1 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-2 {
  fill: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-2.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-2 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-2.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-2 {
  stroke: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-2 {
  stop-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-3 {
  fill: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-3.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-3 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-3.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-3 {
  stroke: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-3 {
  stop-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-4 {
  fill: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-4.hovered {
  fill: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-4 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-4.hovered {
  background-color: #ff5aa2;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-4 {
  stroke: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-4 {
  stop-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-5 {
  fill: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-5.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-5.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-5 {
  stroke: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-5 {
  stop-color: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-6 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-6.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-6 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-6.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-6 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-6 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-7 {
  fill: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-7.hovered {
  fill: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-7 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-7.hovered {
  background-color: #52d575;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-7 {
  stroke: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-7 {
  stop-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-8 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-8.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-8 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-8.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-8 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-8 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-9 {
  fill: #d02670;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-9.hovered {
  fill: #b22060;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-9 {
  background-color: #d02670;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-9.hovered {
  background-color: #b22060;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-9 {
  stroke: #d02670;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-9 {
  stop-color: #d02670;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-10 {
  fill: #d2a106;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-10.hovered {
  fill: #af8605;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-10 {
  background-color: #d2a106;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-10.hovered {
  background-color: #af8605;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-10 {
  stroke: #d2a106;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-10 {
  stop-color: #d2a106;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-11 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-11.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-11 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-11.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-11 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-11 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-12 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-12.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-12 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-12.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-12 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-12 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-13 {
  fill: #ba4e00;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-13.hovered {
  fill: #963f00;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-13 {
  background-color: #ba4e00;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-13.hovered {
  background-color: #963f00;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-13 {
  stroke: #ba4e00;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-13 {
  stop-color: #ba4e00;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-14 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-14-1-14.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-14 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-14-1-14.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-14-1-14 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-14-1-14 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-1 {
  fill: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-1 {
  background-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-1 {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-1 {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-2 {
  fill: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-2.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-2 {
  background-color: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-2.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-2 {
  stroke: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-2 {
  stop-color: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-3 {
  fill: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-3.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-3 {
  background-color: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-3.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-3 {
  stroke: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-3 {
  stop-color: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-4 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-4.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-4 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-4.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-4 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-4 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-5 {
  fill: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-5 {
  background-color: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-5 {
  stroke: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-5 {
  stop-color: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-6 {
  fill: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-6.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-6 {
  background-color: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-6.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-6 {
  stroke: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-6 {
  stop-color: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-7 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-7.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-7 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-7.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-7 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-7 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-8 {
  fill: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-8.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-8 {
  background-color: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-8.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-8 {
  stroke: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-8 {
  stop-color: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-9 {
  fill: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-9.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-9 {
  background-color: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-9.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-9 {
  stroke: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-9 {
  stop-color: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-10 {
  fill: #31135e;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-10.hovered {
  fill: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-10 {
  background-color: #31135e;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-10.hovered {
  background-color: #220d40;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-10 {
  stroke: #31135e;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-10 {
  stop-color: #31135e;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-11 {
  fill: #1c0f30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-1-11.hovered {
  fill: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-11 {
  background-color: #1c0f30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-1-11.hovered {
  background-color: #0c0715;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-1-11 {
  stroke: #1c0f30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-1-11 {
  stop-color: #1c0f30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-1 {
  fill: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-1 {
  background-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-1 {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-1 {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-2 {
  fill: #edf5ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-2.hovered {
  fill: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-2 {
  background-color: #edf5ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-2.hovered {
  background-color: #c9e1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-2 {
  stroke: #edf5ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-2 {
  stop-color: #edf5ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-3 {
  fill: #d0e2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-3.hovered {
  fill: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-3 {
  background-color: #d0e2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-3.hovered {
  background-color: #acccff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-3 {
  stroke: #d0e2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-3 {
  stop-color: #d0e2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-4 {
  fill: #a6c8ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-4.hovered {
  fill: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-4 {
  background-color: #a6c8ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-4.hovered {
  background-color: #82b2ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-4 {
  stroke: #a6c8ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-4 {
  stop-color: #a6c8ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-5 {
  fill: #78a9ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-5.hovered {
  fill: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-5 {
  background-color: #78a9ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-5.hovered {
  background-color: #5492ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-5 {
  stroke: #78a9ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-5 {
  stop-color: #78a9ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-6 {
  fill: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-6.hovered {
  fill: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-6 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-6.hovered {
  background-color: #2172ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-6 {
  stroke: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-6 {
  stop-color: #4589ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-7 {
  fill: #0f62fe;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-7.hovered {
  fill: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-7 {
  background-color: #0f62fe;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-7.hovered {
  background-color: #0151e8;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-7 {
  stroke: #0f62fe;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-7 {
  stop-color: #0f62fe;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-8 {
  fill: #0043ce;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-8.hovered {
  fill: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-8 {
  background-color: #0043ce;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-8.hovered {
  background-color: #0037aa;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-8 {
  stroke: #0043ce;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-8 {
  stop-color: #0043ce;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-9 {
  fill: #002d9c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-9.hovered {
  fill: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-9 {
  background-color: #002d9c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-9.hovered {
  background-color: #002378;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-9 {
  stroke: #002d9c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-9 {
  stop-color: #002d9c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-10 {
  fill: #001d6c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-10.hovered {
  fill: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-10 {
  background-color: #001d6c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-10.hovered {
  background-color: #001348;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-10 {
  stroke: #001d6c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-10 {
  stop-color: #001d6c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-11 {
  fill: #001141;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-2-11.hovered {
  fill: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-11 {
  background-color: #001141;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-2-11.hovered {
  background-color: #00081d;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-2-11 {
  stroke: #001141;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-2-11 {
  stop-color: #001141;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-1 {
  fill: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-1 {
  background-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-1 {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-1 {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-2 {
  fill: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-2.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-2 {
  background-color: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-2.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-2 {
  stroke: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-2 {
  stop-color: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-3 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-3.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-3.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-3 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-3 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-4 {
  fill: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-4.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-4 {
  background-color: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-4.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-4 {
  stroke: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-4 {
  stop-color: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-5 {
  fill: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-5.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-5 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-5.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-5 {
  stroke: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-5 {
  stop-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-6 {
  fill: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-6.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-6 {
  background-color: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-6.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-6 {
  stroke: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-6 {
  stop-color: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-7 {
  fill: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-7.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-7 {
  background-color: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-7.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-7 {
  stroke: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-7 {
  stop-color: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-8 {
  fill: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-8.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-8 {
  background-color: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-8.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-8 {
  stroke: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-8 {
  stop-color: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-9 {
  fill: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-9.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-9 {
  background-color: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-9.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-9 {
  stroke: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-9 {
  stop-color: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-10 {
  fill: #012749;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-10.hovered {
  fill: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-10 {
  background-color: #012749;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-10.hovered {
  background-color: #011426;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-10 {
  stroke: #012749;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-10 {
  stop-color: #012749;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-11 {
  fill: #061727;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-3-11.hovered {
  fill: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-11 {
  background-color: #061727;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-3-11.hovered {
  background-color: #010508;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-3-11 {
  stroke: #061727;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-3-11 {
  stop-color: #061727;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-1 {
  fill: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-1.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-1 {
  background-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-1.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-1 {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-1 {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-2 {
  fill: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-2.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-2 {
  background-color: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-2.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-2 {
  stroke: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-2 {
  stop-color: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-3 {
  fill: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-3.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-3 {
  background-color: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-3.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-3 {
  stroke: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-3 {
  stop-color: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-4 {
  fill: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-4.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-4 {
  background-color: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-4.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-4 {
  stroke: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-4 {
  stop-color: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-5 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-5.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-5 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-5.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-5 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-5 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-6 {
  fill: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-6.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-6 {
  background-color: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-6.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-6 {
  stroke: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-6 {
  stop-color: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-7 {
  fill: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-7.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-7 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-7.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-7 {
  stroke: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-7 {
  stop-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-8 {
  fill: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-8.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-8 {
  background-color: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-8.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-8 {
  stroke: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-8 {
  stop-color: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-9 {
  fill: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-9.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-9 {
  background-color: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-9.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-9 {
  stroke: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-9 {
  stop-color: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-10 {
  fill: #022b30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-10.hovered {
  fill: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-10 {
  background-color: #022b30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-10.hovered {
  background-color: #010c0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-10 {
  stroke: #022b30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-10 {
  stop-color: #022b30;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-11 {
  fill: #081a1c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-mono-4-11.hovered {
  fill: black;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-11 {
  background-color: #081a1c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-mono-4-11.hovered {
  background-color: black;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-mono-4-11 {
  stroke: #081a1c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-mono-4-11 {
  stop-color: #081a1c;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-1 {
  fill: #750e13;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-1.hovered {
  fill: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-1 {
  background-color: #750e13;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-1.hovered {
  background-color: #550a0e;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-1 {
  stroke: #750e13;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-1 {
  stop-color: #750e13;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-2 {
  fill: #a2191f;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-2.hovered {
  fill: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-2 {
  background-color: #a2191f;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-2.hovered {
  background-color: #831419;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-2 {
  stroke: #a2191f;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-2 {
  stop-color: #a2191f;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-3 {
  fill: #da1e28;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-3.hovered {
  fill: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-3 {
  background-color: #da1e28;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-3.hovered {
  background-color: #bb1a22;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-3 {
  stroke: #da1e28;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-3 {
  stop-color: #da1e28;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-4 {
  fill: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-4.hovered {
  fill: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-4 {
  background-color: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-4.hovered {
  background-color: #f92a35;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-4 {
  stroke: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-4 {
  stop-color: #fa4d56;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-5 {
  fill: #ff8389;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-5.hovered {
  fill: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-5 {
  background-color: #ff8389;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-5.hovered {
  background-color: #ff5f67;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-5 {
  stroke: #ff8389;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-5 {
  stop-color: #ff8389;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-6 {
  fill: #ffb3b8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-6.hovered {
  fill: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-6 {
  background-color: #ffb3b8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-6.hovered {
  background-color: #ff8f97;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-6 {
  stroke: #ffb3b8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-6 {
  stop-color: #ffb3b8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-7 {
  fill: #ffd7d9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-7.hovered {
  fill: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-7 {
  background-color: #ffd7d9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-7.hovered {
  background-color: #ffb3b7;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-7 {
  stroke: #ffd7d9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-7 {
  stop-color: #ffd7d9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-8 {
  fill: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-8.hovered {
  fill: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-8 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-8.hovered {
  background-color: #ffcdcd;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-8 {
  stroke: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-8 {
  stop-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-9 {
  fill: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-9 {
  background-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-9 {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-9 {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-10 {
  fill: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-10.hovered {
  fill: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-10 {
  background-color: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-10.hovered {
  background-color: #c1eaff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-10 {
  stroke: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-10 {
  stop-color: #e5f6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-11 {
  fill: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-11.hovered {
  fill: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-11 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-11.hovered {
  background-color: #96d9ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-11 {
  stroke: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-11 {
  stop-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-12 {
  fill: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-12.hovered {
  fill: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-12 {
  background-color: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-12.hovered {
  background-color: #5ec1ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-12 {
  stroke: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-12 {
  stop-color: #82cfff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-13 {
  fill: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-13.hovered {
  fill: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-13 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-13.hovered {
  background-color: #0fa3ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-13 {
  stroke: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-13 {
  stop-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-14 {
  fill: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-14.hovered {
  fill: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-14 {
  background-color: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-14.hovered {
  background-color: #0f7dc7;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-14 {
  stroke: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-14 {
  stop-color: #1192e8;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-15 {
  fill: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-15.hovered {
  fill: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-15 {
  background-color: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-15.hovered {
  background-color: #005d9f;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-15 {
  stroke: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-15 {
  stop-color: #0072c3;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-16 {
  fill: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-16.hovered {
  fill: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-16 {
  background-color: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-16.hovered {
  background-color: #004076;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-16 {
  stroke: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-16 {
  stop-color: #00539a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-17 {
  fill: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-1-17.hovered {
  fill: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-17 {
  background-color: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-1-17.hovered {
  background-color: #002749;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-1-17 {
  stroke: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-1-17 {
  stop-color: #003a6d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-1 {
  fill: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-1.hovered {
  fill: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-1 {
  background-color: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-1.hovered {
  background-color: #39176d;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-1 {
  stroke: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-1 {
  stop-color: #491d8b;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-2 {
  fill: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-2.hovered {
  fill: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-2 {
  background-color: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-2.hovered {
  background-color: #5923a6;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-2 {
  stroke: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-2 {
  stop-color: #6929c4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-3 {
  fill: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-3.hovered {
  fill: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-3 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-3.hovered {
  background-color: #751cfb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-3 {
  stroke: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-3 {
  stop-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-4 {
  fill: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-4.hovered {
  fill: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-4 {
  background-color: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-4.hovered {
  background-color: #8f4aff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-4 {
  stroke: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-4 {
  stop-color: #a56eff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-5 {
  fill: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-5.hovered {
  fill: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-5 {
  background-color: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-5.hovered {
  background-color: #a871ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-5 {
  stroke: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-5 {
  stop-color: #be95ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-6 {
  fill: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-6.hovered {
  fill: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-6 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-6.hovered {
  background-color: #bd97ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-6 {
  stroke: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-6 {
  stop-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-7 {
  fill: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-7.hovered {
  fill: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-7 {
  background-color: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-7.hovered {
  background-color: #d2b6ff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-7 {
  stroke: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-7 {
  stop-color: #e8daff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-8 {
  fill: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-8.hovered {
  fill: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-8 {
  background-color: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-8.hovered {
  background-color: #ddceff;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-8 {
  stroke: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-8 {
  stop-color: #f6f2ff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-9 {
  fill: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-9.hovered {
  fill: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-9 {
  background-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-9.hovered {
  background-color: #ededed;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-9 {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-9 {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-10 {
  fill: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-10.hovered {
  fill: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-10 {
  background-color: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-10.hovered {
  background-color: #b9f8f8;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-10 {
  stroke: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-10 {
  stop-color: #d9fbfb;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-11 {
  fill: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-11.hovered {
  fill: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-11 {
  background-color: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-11.hovered {
  background-color: #7febeb;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-11 {
  stroke: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-11 {
  stop-color: #9ef0f0;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-12 {
  fill: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-12.hovered {
  fill: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-12 {
  background-color: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-12.hovered {
  background-color: #26cecc;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-12 {
  stroke: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-12 {
  stop-color: #3ddbd9;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-13 {
  fill: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-13.hovered {
  fill: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-13 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-13.hovered {
  background-color: #079b98;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-13 {
  stroke: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-13 {
  stop-color: #08bdba;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-14 {
  fill: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-14.hovered {
  fill: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-14 {
  background-color: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-14.hovered {
  background-color: #007977;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-14 {
  stroke: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-14 {
  stop-color: #009d9a;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-15 {
  fill: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-15.hovered {
  fill: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-15 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-15.hovered {
  background-color: #005956;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-15 {
  stroke: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-15 {
  stop-color: #007d79;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-16 {
  fill: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-16.hovered {
  fill: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-16 {
  background-color: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-16.hovered {
  background-color: #003939;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-16 {
  stroke: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-16 {
  stop-color: #005d5d;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-17 {
  fill: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .fill-diverge-2-17.hovered {
  fill: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-17 {
  background-color: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .background-diverge-2-17.hovered {
  background-color: #001f20;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stroke-diverge-2-17 {
  stroke: #004144;
}
div.container.theme--g100 .bx--cc--chart-wrapper .stop-color-diverge-2-17 {
  stop-color: #004144;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-1-1-1 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-1-2-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-1-3-1 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-1-4-1 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-3-1 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-4-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-4-2 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-5-1 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-2-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-2-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-2-2 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-2-3 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-3-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-3-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-3-3 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-4-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-4-2 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-4-3 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-5-1 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-5-2 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-3-5-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-1-4 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-2-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-2-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-3-1 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-3-2 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-3-3 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-4-3-4 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-1-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-1-3 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-1-4 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-1-5 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-2-1 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-2-2 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-2-3 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-2-4 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-5-2-5 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-1 {
  background-color: #8a3ffc;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-2 {
  background-color: #33b1ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-3 {
  background-color: #007d79;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-4 {
  background-color: #ff7eb6;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-5 {
  background-color: #fa4d56;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-6 {
  background-color: #fff1f1;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-7 {
  background-color: #6fdc8c;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-8 {
  background-color: #4589ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-9 {
  background-color: #d02670;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-10 {
  background-color: #d2a106;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-11 {
  background-color: #08bdba;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-12 {
  background-color: #bae6ff;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-13 {
  background-color: #ba4e00;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-14 {
  background-color: #d4bbff;
}
div.container.theme--g100 .bx--cc--legend .additional > .icon .area-1 {
  fill: #262626;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--legend .additional > .icon .area-2 {
  fill: #393939;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--legend .additional > .icon .area-3 {
  fill: #525252;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--legend .additional > .icon .quartile-wrapper {
  fill: #393939;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--legend .additional > .icon .quartile-line {
  fill: #fff;
}
div.container.theme--g100 .bx--cc--axes {
  overflow: visible;
}
div.container.theme--g100 .bx--cc--axes g.axis g.ticks.invisible {
  visibility: hidden;
}
div.container.theme--g100 .bx--cc--axes g.axis g.tick-hover rect.axis-holder {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
div.container.theme--g100 .bx--cc--axes g.axis g.tick-hover:hover rect.axis-holder,
div.container.theme--g100 .bx--cc--axes g.axis g.tick-hover:focus rect.axis-holder {
  fill: white;
  stroke: white;
  stroke-width: 2px;
}
div.container.theme--g100 .bx--cc--axes g.axis g.tick-hover:hover text,
div.container.theme--g100 .bx--cc--axes g.axis g.tick-hover:focus text {
  fill: #393939;
}
div.container.theme--g100 .bx--cc--axes g.axis g.tick text {
  fill: #c6c6c6;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g100 .bx--cc--axes g.axis g.tick line {
  display: none;
}
div.container.theme--g100 .bx--cc--axes g.axis path.domain {
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--axes g.axis .axis-title {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--cc--chart-wrapper g.callouts {
  stroke: #c6c6c6;
}
div.container.theme--g100 .bx--cc--grid-brush g.grid-brush rect.selection {
  fill: none;
  fill-opacity: 0;
  stroke: none;
}
div.container.theme--g100 .bx--cc--grid-brush rect.frontSelection {
  fill: #393939;
  fill-opacity: 0.3;
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--grid rect.chart-grid-backdrop {
  fill: #161616;
}
div.container.theme--g100 .bx--cc--grid rect.chart-grid-backdrop.stroked {
  stroke: #393939;
}
div.container.theme--g100 .bx--cc--grid rect.stroke {
  stroke: #393939;
}
div.container.theme--g100 .bx--cc--grid g.x.grid g.tick line,
div.container.theme--g100 .bx--cc--grid g.y.grid g.tick line {
  pointer-events: none;
  stroke-width: 1px;
  stroke: #393939;
}
div.container.theme--g100 .bx--cc--grid g.x.grid g.tick.active line,
div.container.theme--g100 .bx--cc--grid g.y.grid g.tick.active line {
  stroke-dasharray: 2px;
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--ruler line.ruler-line,
div.container.theme--g100 .bx--cc--ruler-binned line.ruler-line {
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-dasharray: 2;
  pointer-events: none;
}
div.container.theme--g100 .bx--cc--skeleton rect.chart-skeleton-backdrop {
  fill: #161616;
}
div.container.theme--g100 .bx--cc--skeleton .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--g100 .bx--cc--skeleton .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--g100 .bx--cc--skeleton .empty-state-lines {
  stroke-width: 1px;
  stroke: #393939;
}
div.container.theme--g100 .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
  stop-color: #393939;
}
div.container.theme--g100 .bx--cc--skeleton .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--skeleton .empty-state-areas {
  fill: rgba(127, 127, 127, 0.1);
}
div.container.theme--g100 .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
  stop-color: rgba(127, 127, 127, 0.1);
}
div.container.theme--g100 .bx--cc--skeleton .shimmer-areas .stop-shimmer {
  stop-color: rgba(255, 255, 255, 0.15);
}
div.container.theme--g100 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
  fill: #161616;
}
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-effect-lines {
  stroke-width: 1px;
}
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-effect-sparkline {
  stroke-width: 0px;
}
div.container.theme--g100 .bx--cc--skeleton-lines .empty-state-lines {
  stroke-width: 1px;
  stroke: #393939;
}
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
  stop-color: #393939;
}
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
  stop-color: #ffffff;
}
div.container.theme--g100 .bx--cc--zero-line line.domain {
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--layout-row {
  display: flex;
  flex-direction: row;
}
div.container.theme--g100 .bx--cc--layout-column {
  display: flex;
  flex-direction: column;
}
div.container.theme--g100 .bx--cc--layout-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
div.container.theme--g100 .bx--cc--layout-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
div.container.theme--g100 .bx--cc--layout-alignitems-center {
  align-items: center;
}
div.container.theme--g100 .bx--cc--chart-wrapper .layout-child {
  overflow: visible;
}
div.container.theme--g100 .bx--cc--chart-wrapper svg.layout-svg-wrapper {
  height: inherit;
  width: inherit;
  overflow: visible;
}
div.container.theme--g100 div.bx--cc--legend {
  display: flex;
  user-select: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.container.theme--g100 div.bx--cc--legend[data-name=legend-items] {
  width: 100%;
  margin: -5px;
}
div.container.theme--g100 div.bx--cc--legend div.legend-item {
  display: flex;
  align-items: center;
  margin: 5px;
}
div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  border-radius: 2px;
  border: solid 1px #161616;
  box-shadow: 0 0 0 2px transparent;
}
@media (forced-colors: active) {
  div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox {
    forced-color-adjust: none;
  }
}
div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
  border-color: #c6c6c6;
  background: #161616;
}
div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox svg {
  display: none;
  vertical-align: text-top;
  fill: #161616;
  stroke: #161616;
}
div.container.theme--g100 div.bx--cc--legend div.legend-item.additional svg.icon {
  margin-right: 4px;
}
div.container.theme--g100 div.bx--cc--legend div.legend-item p {
  font-size: 12px;
  fill: #c6c6c6;
  line-height: 1rem;
}
div.container.theme--g100 div.bx--cc--legend.center-aligned {
  justify-content: center;
}
div.container.theme--g100 div.bx--cc--legend.right-aligned {
  justify-content: flex-end;
}
div.container.theme--g100 div.bx--cc--legend.has-deactivated-items div.legend-item div.checkbox svg {
  display: block;
}
div.container.theme--g100 div.bx--cc--legend.vertical {
  margin: -5px;
  flex-direction: column;
}
div.container.theme--g100 div.bx--cc--legend.vertical div.legend-item {
  margin-right: 0;
  margin-bottom: 10px;
}
div.container.theme--g100 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover {
  cursor: pointer;
}
div.container.theme--g100 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox {
  border: solid 1px #161616;
  box-shadow: 0 0 0 2px #0f62fe;
}
div.container.theme--g100 div.bx--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbox:not(.active) {
  border-color: #c6c6c6;
}
div.container.theme--g100 .bx--chart-holder .bx--modal.is-visible {
  z-index: 99999;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__label {
  margin-top: 0;
  margin-bottom: 0;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-header__heading {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content {
  padding: 0;
  margin-bottom: 0;
  color-scheme: dark;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table {
  position: relative;
  border-collapse: collapse;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-content table th {
  position: sticky;
  top: 0;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer {
  background-color: transparent;
}
div.container.theme--g100 .bx--chart-holder .bx--modal .bx--modal-container .bx--modal-footer .bx--cc-modal-footer-spacer {
  width: 50%;
}
div.container.theme--g100 .bx--cc--title p.title {
  color: #f4f4f4;
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
div.container.theme--g100 .layout-child.title {
  height: unset !important;
  overflow: hidden;
}
div.container.theme--g100 .bx--cc--meter-title {
  overflow: visible;
}
div.container.theme--g100 .bx--cc--meter-title text.meter-title,
div.container.theme--g100 .bx--cc--meter-title text.proportional-meter-title,
div.container.theme--g100 .bx--cc--meter-title text.proportional-meter-total,
div.container.theme--g100 .bx--cc--meter-title text.percent-value {
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--cc--meter-title g.status-indicator.status--danger circle.status {
  fill: #fa4d56;
}
div.container.theme--g100 .bx--cc--meter-title g.status-indicator.status--warning circle.status {
  fill: #f1c21b;
}
div.container.theme--g100 .bx--cc--meter-title g.status-indicator.status--warning path.innerFill {
  fill: #000000;
}
div.container.theme--g100 .bx--cc--meter-title g.status-indicator.status--success circle.status {
  fill: #42be65;
}
div.container.theme--g100 .bx--cc--meter-title g.status-indicator path.innerFill {
  fill: #000000;
}
div.container.theme--g100 .bx--chart-holder .bx--overflow-menu,
div.container.theme--g100 .bx--chart-holder .bx--overflow-menu__trigger {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar {
  display: flex;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
  cursor: not-allowed;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
  background-color: transparent;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:focus {
  outline: none;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled svg {
  fill: #8d8d8d;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip {
  right: 0;
  left: unset;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip.is-open {
  display: table;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar .bx--overflow-menu--flip ul {
  margin: 0;
  padding: 0;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar .bx--loading__background {
  fill: transparent;
}
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar .bx--loading__stroke {
  stroke-dashoffset: 99;
  fill: transparent;
}
div.container.theme--g100 .bx--cc--tooltip {
  background-color: #393939;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  visibility: visible;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  transition: visibility 0s linear 0.1s, opacity 0.1s;
}
div.container.theme--g100 .bx--cc--tooltip.hidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0s, opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g100 .bx--cc--tooltip .content-box {
  color: #f4f4f4;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .title-tooltip {
  width: auto;
  padding: 4px;
  min-width: 20px;
  max-width: 270px;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .title-tooltip p {
  margin: 2px;
  font-size: 12px;
  line-height: 1rem;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip {
  display: flex;
  padding: 4px;
  flex-flow: row nowrap;
  width: auto;
  min-width: 20px;
  justify-content: flex-start;
  align-items: center;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip div.label {
  display: flex;
  flex: 1;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip div.label p {
  flex: 1;
  padding-right: 8px;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip div.label span.label-icon svg {
  height: 12px;
  padding-top: 3px;
  vertical-align: top;
  padding-left: 4px;
  width: auto;
  fill: white;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip.bold {
  font-weight: 600;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
div.container.theme--g100 .bx--cc--tooltip .content-box .datapoint-tooltip p.value {
  width: auto;
  margin-left: 6px;
}
div.container.theme--g100 .bx--cc--tooltip .content-box ul.multi-tooltip {
  margin: 0;
  padding: 0;
}
div.container.theme--g100 .bx--cc--tooltip .content-box ul.multi-tooltip li {
  list-style: none;
  position: relative;
}
div.container.theme--g100 .bx--cc--tooltip .content-box ul.multi-tooltip li:not(:last-child) {
  border-bottom: 1px solid #6f6f6f;
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
@media (forced-colors: active) {
  div.container.theme--g100 .bx--cc--tooltip .tooltip-color {
    forced-color-adjust: none;
  }
}
div.container.theme--g100 .bx--cc--tooltip .tooltip-color + div.label p {
  margin-left: 4px;
}
div.container.theme--g100 .bx--cc--threshold line.threshold-line {
  stroke: #fa4d56;
  stroke-width: 1;
  stroke-dasharray: 4;
  cursor: pointer;
  pointer-events: none;
}
div.container.theme--g100 .bx--cc--threshold line.threshold-line.active {
  stroke-width: 2;
}
div.container.theme--g100 .bx--cc--threshold rect.threshold-hoverable-area {
  height: 20px;
  transform: translate(0, -10px);
  cursor: pointer;
  fill: transparent;
}
div.container.theme--g100 .bx--cc--threshold rect.threshold-hoverable-area.rotate {
  transform: rotate(90deg) translate(0, -10px);
}
div.container.theme--g100 .bx--cc--threshold--label {
  background-color: #fa4d56;
  pointer-events: none;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
  display: inline;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  word-wrap: break-word;
  z-index: 1059;
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
  color: #f4f4f4;
  line-height: 16px;
  font-size: 12px;
  padding: 4px;
  min-width: 20px;
}
div.container.theme--g100 .bx--cc--threshold--label.hidden {
  opacity: 0;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-bg {
  fill: #161616;
  stroke: #262626;
}
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-slider-bg {
  fill: #262626;
}
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-slider-selected-area {
  fill: #c6c6c6;
}
div.container.theme--g100 .bx--cc--zoom-bar path.zoom-bg-baseline {
  stroke: #6f6f6f;
  stroke-width: 2;
}
div.container.theme--g100 .bx--cc--zoom-bar path.zoom-graph-area {
  fill: #393939;
  stroke: #6f6f6f;
  stroke-width: 1;
}
div.container.theme--g100 .bx--cc--zoom-bar path.zoom-graph-area-unselected {
  fill: #262626;
  stroke: none;
}
div.container.theme--g100 .bx--cc--zoom-bar g.zoom-bar-brush rect.handle {
  fill: #c6c6c6;
}
div.container.theme--g100 .bx--cc--zoom-bar g.zoom-bar-brush rect.handle-bar {
  fill: #393939;
}
div.container.theme--g100 .bx--cc--zoom-bar g.zoom-bar-brush rect.selection {
  fill: none;
  stroke: none;
}
div.container.theme--g100 .bx--cc--zoom-bar rect[class^=highlight-] {
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--g100 .bx--cc--highlight rect.highlight-bar {
  pointer-events: none;
  fill: #ee5396;
  stroke: #ee5396;
}
div.container.theme--g100 svg.bx--cc--color-legend {
  display: flex;
  user-select: none;
}
div.container.theme--g100 svg.bx--cc--color-legend g.legend-title text {
  color: white;
}
div.container.theme--g100 .bx--cc--area path.area,
div.container.theme--g100 .bx--cc--area-stacked path.area {
  pointer-events: none;
}
div.container.theme--g100 .bx--cc--bubble circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g100 .bx--cc--bubble circle.dot.unfilled {
  fill: #262626;
}
div.container.theme--g100 .bx--cc--bubble g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--g100 .bx--cc--bullet path.range-box {
  pointer-events: none;
}
div.container.theme--g100 .bx--cc--bullet path.range-box.order-1 {
  fill: #262626;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--bullet path.range-box.order-2 {
  fill: #393939;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--bullet path.range-box.order-3 {
  fill: #525252;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--bullet path.marker,
div.container.theme--g100 .bx--cc--bullet path.quartile {
  pointer-events: none;
  stroke-width: 1.5px;
  stroke: #fff;
}
div.container.theme--g100 .bx--cc--bullet path.quartile.over-bar {
  stroke: #000;
}
div.container.theme--g100 .bx--cc--donut {
  overflow: visible;
}
div.container.theme--g100 .bx--cc--line path.line {
  pointer-events: none;
  fill: none;
  stroke-width: 1.5;
}
div.container.theme--g100 .bx--cc--line path.line.sparkline-loading {
  animation: shimmer 2.5s infinite linear;
}
@keyframes shimmer {
  0% {
    stroke: #393939;
  }
  20% {
    stroke: #ffffff;
    opacity: 0.5;
  }
  100% {
    stroke: #393939;
  }
}
div.container.theme--g100 .bx--cc--scatter circle.dot.hovered {
  fill-opacity: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
}
div.container.theme--g100 .bx--cc--scatter circle.dot.unfilled {
  fill: #262626;
  stroke-width: 1.5;
}
div.container.theme--g100 .bx--cc--scatter circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--g100 .bx--cc--scatter g.lines path.line {
  mix-blend-mode: multiply;
}
div.container.theme--g100 .bx--cc--meter rect.container {
  fill: #262626;
}
div.container.theme--g100 .bx--cc--meter line.rangeIndicator {
  stroke: #a8a8a8;
  stroke-width: 1px;
  stroke: #6f6f6f;
}
div.container.theme--g100 .bx--cc--meter rect.value.status--danger {
  fill: #fa4d56;
}
div.container.theme--g100 .bx--cc--meter rect.value.status--warning {
  fill: #f1c21b;
  stroke-width: 1px;
  stroke: #b28600;
  stroke: none;
}
div.container.theme--g100 .bx--cc--meter rect.value.status--success {
  fill: #42be65;
}
div.container.theme--g100 .bx--cc--meter line.peak {
  stroke: #f4f4f4;
  stroke-width: 2px;
}
div.container.theme--g100 .bx--cc--scatter-stacked circle.dot.unfilled {
  fill: #262626;
  stroke-width: 1.5;
}
div.container.theme--g100 .bx--cc--scatter-stacked circle.dot.threshold-anomaly {
  stroke-width: 3;
}
div.container.theme--g100 .bx--cc--radar .blobs path {
  stroke-width: 1.5px;
}
div.container.theme--g100 .bx--cc--radar .y-axes path,
div.container.theme--g100 .bx--cc--radar .x-axes line {
  stroke-width: 1px;
  stroke: #393939;
}
div.container.theme--g100 .bx--cc--radar .x-axes line.hovered {
  stroke: #ffffff;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree g.links {
  fill: none;
  stroke: #6f6f6f;
  stroke-opacity: 0.4;
  stroke-width: 1.5;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree g.clickable {
  cursor: pointer;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover text {
  font-weight: 600;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree g.clickable:hover circle {
  fill: #f4f4f4;
  transition: all 0.1s ease-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree circle.parent {
  fill: #c6c6c6;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree circle.child {
  fill: #6f6f6f;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree text {
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--cc--chart-wrapper .bx--cc--tree text.text-stroke {
  stroke: #161616;
  stroke-width: 2px;
}
div.container.theme--g100 .bx--cc--treemap text {
  pointer-events: none;
}
div.container.theme--g100 .bx--cc--gauge {
  overflow: visible;
}
div.container.theme--g100 .bx--cc--gauge path.arc-background {
  fill: #262626;
}
div.container.theme--g100 .bx--cc--gauge .gauge-delta-arrow.status--danger {
  fill: #fa4d56;
}
div.container.theme--g100 .bx--cc--gauge .gauge-delta-arrow.status--warning {
  fill: #f1c21b;
}
div.container.theme--g100 .bx--cc--gauge .gauge-delta-arrow.status--success {
  fill: #42be65;
}
div.container.theme--g100 .bx--cc--pie {
  overflow: visible;
}
div.container.theme--g100 .bx--cc--lollipop line.line {
  pointer-events: none;
}
div.container.theme--g100 .bx--cc--lollipop circle.dot {
  stroke-width: 1.5;
}
div.container.theme--g100 .bx--cc--circle-pack circle.node {
  stroke-width: 1.5px;
}
div.container.theme--g100 .bx--cc--circle-pack circle.node.hovered {
  fill-opacity: 1;
}
div.container.theme--g100 .bx--cc--circle-pack circle.node.non-focal {
  fill: #525252;
  fill-opacity: 30%;
  stroke: #525252;
}
div.container.theme--g100 .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-in;
}
div.container.theme--g100 .bx--cc--chart-wrapper.zoomed-in {
  cursor: zoom-out;
}
div.container.theme--g100 .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.hovered-child {
  stroke: 1.5px solid initial;
}
div.container.theme--g100 .bx--cc--chart-wrapper.zoomed-in .bx--cc--circle-pack circle.node.clickable {
  cursor: zoom-out;
}
div.container.theme--g100 .bx--cc--wordcloud text.word.light {
  font-weight: 300;
}
div.container.theme--g100 .bx--cc--alluvial rect.node,
div.container.theme--g100 .bx--cc--alluvial rect.node-text-bg {
  fill: white;
}
div.container.theme--g100 .bx--cc--alluvial text.node-text {
  fill: black;
}
div.container.theme--g100 .bx--cc--heatmap g.highlighter-hidden {
  visibility: hidden;
}
div.container.theme--g100 .bx--cc--heatmap g.cell-highlight line {
  stroke: white;
  stroke-width: 1px;
}
div.container.theme--g100 .bx--cc--heatmap g.cell-2 line {
  stroke: white;
  stroke-width: 2px !important;
}
div.container.theme--g100 .bx--cc--heatmap g.multi-cell line {
  stroke: white;
  stroke-width: 2px;
}
div.container.theme--g100 .bx--cc--heatmap rect.pattern-fill {
  fill: #6f6f6f;
}
div.container.theme--g100 .bx--cc--heatmap g.shadows line.top {
  filter: drop-shadow(0px -3px 2px black);
}
div.container.theme--g100 .bx--cc--heatmap g.shadows line.down {
  filter: drop-shadow(0px 3px 2px black);
}
div.container.theme--g100 .bx--cc--heatmap g.shadows line.left {
  filter: drop-shadow(-3px 0px 2px black);
}
div.container.theme--g100 .bx--cc--heatmap g.shadows line.right {
  filter: drop-shadow(3px 0px 2px black);
}
div.container.theme--g100 .bx--cc--heatmap rect.null-state {
  stroke: transparent !important;
}
div.container.theme--g100 .bx--cc--heatmap rect.heat {
  stroke-width: 0px;
}
div.container.theme--g100 .bx--cc--heatmap rect.heat {
  stroke: #161616;
}
div.container.theme--g100 .bx--cc--heatmap rect.null-state {
  fill: #262626;
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: auto;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
}
@font-face {
  div.container.theme--g100 {
    font-display: swap;
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 600;
    src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
div.container.theme--g100 .bx--cc--chart-wrapper {
  font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g100 .bx--cc--chart-wrapper p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #c6c6c6;
}
div.container.theme--g100 .bx--cc--chart-wrapper text {
  font-size: 12px;
  font-weight: 400;
  fill: #c6c6c6;
}
div.container.theme--g100 .bx--cc--chart-wrapper g.gauge-numbers text.gauge-value-number {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}
div.container.theme--g100 .bx--cc--chart-wrapper text.meter-title,
div.container.theme--g100 .bx--cc--chart-wrapper text.percent-value {
  font-size: 16px;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
}
div.container.theme--g100 .bx--cc--chart-wrapper text.meter-title {
  font-weight: 600;
}
div.container.theme--g100 .bx--chart-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
div.container.theme--g100 .bx--chart-holder.filled, div.container.theme--g100 .bx--chart-holder.fullscreen {
  background-color: #161616;
}
div.container.theme--g100 .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--g100 .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
  background-color: #161616;
}
div.container.theme--g100 .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
  overflow: hidden;
  opacity: 0;
}
div.container.theme--g100 .bx--chart-holder.fullscreen,
div.container.theme--g100 .bx--chart-holder:-webkit-full-screen {
  /* !important is used here to get closer to
  a truly fullscreen experience */
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  padding: 2em;
}
div.container.theme--g100 .bx--cc--chart-wrapper {
  overflow: visible;
}
div.container.theme--g100 .resource-card-group {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  max-width: 700px;
}
div.container.theme--g100 .resource-card-group .bx--col-md-6.bx--col-lg-6 {
  border: 1px solid #161616;
  padding: 0;
}
div.container.theme--g100 .bx--resource-card .bx--tile {
  background: #262626;
  height: 100%;
  padding: 1rem 25% 1rem 1rem;
  position: relative;
  transition: background 70ms;
  text-decoration: none;
}
div.container.theme--g100 .bx--resource-card .bx--tile:hover {
  background: #353535;
}
div.container.theme--g100 .bx--resource-card__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--resource-card__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  font-weight: 400;
  text-decoration: none;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--resource-card__icon--img {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: flex-end;
}
div.container.theme--g100 .bx--resource-card__icon--img .gatsby-resp-image-wrapper,
div.container.theme--g100 .bx--resource-card__icon--img img[src*=gif],
div.container.theme--g100 .bx--resource-card__icon--img img[src*=svg] {
  margin-bottom: 0;
}
div.container.theme--g100 .bx--resource-card__icon--img .gatsby-resp-image-wrapper {
  position: static !important;
}
div.container.theme--g100 .bx--resource-card__icon--action {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
}
div.container.theme--g100 .bx--resource-card .bx--resource-card__icon--action svg {
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--resource-card--dark .bx--tile {
  background: #262626;
}
div.container.theme--g100 .bx--resource-card--dark .bx--tile:hover {
  background: #393939;
}
div.container.theme--g100 .bx--resource-card--dark .bx--resource-card__title,
div.container.theme--g100 .bx--resource-card--dark .bx--resource-card__subtitle {
  color: #ffffff;
}
div.container.theme--g100 .bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--resource-card--disabled .bx--tile:hover {
  background: #262626;
  cursor: not-allowed;
}
div.container.theme--g100 .bx--resource-card--disabled .bx--resource-card__title,
div.container.theme--g100 .bx--resource-card--disabled .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--g100 .bx--resource-card--disabled .bx--resource-card__icon--action svg {
  fill: #525252;
}
div.container.theme--g100 .bx--resource-card--disabled .bx--resource-card__icon--img {
  filter: grayscale(100%);
  opacity: 0.5;
}
div.container.theme--g100 .bx--resource-card--disabled.bx--resource-card--dark .bx--tile:hover {
  background: #262626;
}
div.container.theme--g100 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__title,
div.container.theme--g100 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__subtitle {
  color: #8d8d8d;
}
div.container.theme--g100 .bx--resource-card--disabled.bx--resource-card--dark .bx--resource-card__icon--action svg {
  fill: #525252;
}
div.container.theme--g100 .bx--modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.7);
  content: "";
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
  visibility: hidden;
}
div.container.theme--g100 .bx--modal.is-visible {
  opacity: 1;
  transition: opacity 240ms cubic-bezier(0, 0, 0.3, 1), visibility 0ms linear;
  visibility: inherit;
}
div.container.theme--g100 .bx--modal .bx--pagination,
div.container.theme--g100 .bx--modal .bx--pagination__control-buttons,
div.container.theme--g100 .bx--modal .bx--text-input,
div.container.theme--g100 .bx--modal .bx--text-area,
div.container.theme--g100 .bx--modal .bx--search-input,
div.container.theme--g100 .bx--modal .bx--select-input,
div.container.theme--g100 .bx--modal .bx--dropdown,
div.container.theme--g100 .bx--modal .bx--dropdown-list,
div.container.theme--g100 .bx--modal .bx--number input[type=number],
div.container.theme--g100 .bx--modal .bx--date-picker__input {
  background-color: #393939;
}
div.container.theme--g100 .bx--modal.is-visible .bx--modal-container {
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1);
}
div.container.theme--g100 .bx--modal-container {
  position: fixed;
  top: 0;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #262626;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transform: translate3d(0, -24px, 0);
  transform-origin: top center;
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
}
@media (min-width: 42rem) {
  div.container.theme--g100 .bx--modal-container {
    position: static;
    width: 84%;
    height: auto;
    max-height: 90%;
  }
  div.container.theme--g100 .bx--modal-container .bx--modal-header,
div.container.theme--g100 .bx--modal-container .bx--modal-content,
div.container.theme--g100 .bx--modal-container .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g100 .bx--modal-container .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g100 .bx--modal-container {
    width: 60%;
    max-height: 84%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g100 .bx--modal-container {
    width: 48%;
  }
}
div.container.theme--g100 .bx--modal-header,
div.container.theme--g100 .bx--modal-content {
  padding-left: 1rem;
}
div.container.theme--g100 .bx--modal-header,
div.container.theme--g100 .bx--modal-content,
div.container.theme--g100 .bx--modal-content__regular-content {
  padding-right: 1rem;
}
div.container.theme--g100 .bx--modal-content--with-form {
  padding-right: 1rem;
}
div.container.theme--g100 .bx--modal-container--xs .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g100 .bx--modal-container--xs .bx--modal-content,
div.container.theme--g100 .bx--modal-container--xs .bx--modal-content__regular-content,
div.container.theme--g100 .bx--modal-container--xs .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g100 .bx--modal-container--xs {
    width: 48%;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g100 .bx--modal-container--xs {
    width: 32%;
    max-height: 48%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g100 .bx--modal-container--xs {
    width: 24%;
  }
}
div.container.theme--g100 .bx--modal-container--sm .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g100 .bx--modal-container--sm .bx--modal-content,
div.container.theme--g100 .bx--modal-container--sm .bx--modal-content__regular-content,
div.container.theme--g100 .bx--modal-container--sm .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g100 .bx--modal-container--sm {
    width: 60%;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g100 .bx--modal-container--sm {
    width: 42%;
    max-height: 72%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g100 .bx--modal-container--sm {
    width: 36%;
  }
  div.container.theme--g100 .bx--modal-container--sm .bx--modal-header,
div.container.theme--g100 .bx--modal-container--sm .bx--modal-content,
div.container.theme--g100 .bx--modal-container--sm .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g100 .bx--modal-container--sm .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
div.container.theme--g100 .bx--modal-container--lg .bx--modal-header {
  padding-right: 3rem;
}
div.container.theme--g100 .bx--modal-container--lg .bx--modal-content,
div.container.theme--g100 .bx--modal-container--lg .bx--modal-content__regular-content,
div.container.theme--g100 .bx--modal-container--lg .bx--modal-content--with-form {
  padding-right: 1rem;
}
@media (min-width: 42rem) {
  div.container.theme--g100 .bx--modal-container--lg {
    width: 96%;
  }
  div.container.theme--g100 .bx--modal-container--lg .bx--modal-header,
div.container.theme--g100 .bx--modal-container--lg .bx--modal-content,
div.container.theme--g100 .bx--modal-container--lg .bx--modal-content__regular-content {
    padding-right: 20%;
  }
  div.container.theme--g100 .bx--modal-container--lg .bx--modal-content--with-form {
    padding-right: 1rem;
  }
}
@media (min-width: 66rem) {
  div.container.theme--g100 .bx--modal-container--lg {
    width: 84%;
    max-height: 96%;
  }
}
@media (min-width: 82rem) {
  div.container.theme--g100 .bx--modal-container--lg {
    width: 72%;
  }
}
div.container.theme--g100 .bx--modal-header {
  padding-top: 1rem;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
  grid-column: 1/-1;
  grid-row: 1/1;
}
div.container.theme--g100 .bx--modal-header__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  margin-bottom: 0.25rem;
  color: #c6c6c6;
}
div.container.theme--g100 .bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
  color: #f4f4f4;
  font-weight: 400;
  grid-column: 1/-1;
  grid-row: 2/-2;
  overflow-y: auto;
}
div.container.theme--g100 .bx--modal-content:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g100 .bx--modal-content:focus {
    outline-style: dotted;
  }
}
div.container.theme--g100 .bx--modal-content > p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.16px;
}
div.container.theme--g100 .bx--modal-scroll-content > *:last-child {
  padding-bottom: 2rem;
}
div.container.theme--g100 .bx--modal-content--overflow-indicator {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(38, 38, 38, 0), #262626);
  content: "";
  grid-column: 1/-1;
  grid-row: 2/-2;
  pointer-events: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    div.container.theme--g100 .bx--modal-content--overflow-indicator {
      background-image: linear-gradient(to bottom, rgba(38, 38, 38, 0), #262626);
    }
  }
}
div.container.theme--g100 .bx--modal-content:focus ~ .bx--modal-content--overflow-indicator {
  width: calc(100% - 4px);
  margin: 0 2px 2px;
}
@media screen and (-ms-high-contrast: active) {
  div.container.theme--g100 .bx--modal-scroll-content > *:last-child {
    padding-bottom: 0;
  }
  div.container.theme--g100 .bx--modal-content--overflow-indicator {
    display: none;
  }
}
div.container.theme--g100 .bx--modal-footer {
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  margin-top: auto;
  grid-column: 1/-1;
  grid-row: -1/-1;
}
div.container.theme--g100 .bx--modal-footer .bx--btn {
  max-width: none;
  height: 4rem;
  flex: 0 1 50%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0;
}
div.container.theme--g100 .bx--modal-footer--three-button .bx--btn {
  flex: 0 1 25%;
  align-items: flex-start;
}
div.container.theme--g100 .bx--modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--modal-close:hover {
  background-color: #353535;
}
div.container.theme--g100 .bx--modal-close:focus {
  border-color: #ffffff;
  outline: none;
}
div.container.theme--g100 .bx--modal-close::-moz-focus-inner {
  border: 0;
}
div.container.theme--g100 .bx--modal-close__icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--body--with-modal-open {
  overflow: hidden;
}
div.container.theme--g100 .bx--body--with-modal-open .bx--tooltip,
div.container.theme--g100 .bx--body--with-modal-open .bx--overflow-menu-options {
  z-index: 9000;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g100 .bx--modal-close__icon {
    fill: ButtonText;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g100 .bx--modal-close:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
div.container.theme--g100 .bx--overflow-menu,
div.container.theme--g100 .bx--overflow-menu__trigger {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
  border: 0;
  appearance: none;
  background: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--overflow-menu *,
div.container.theme--g100 .bx--overflow-menu *::before,
div.container.theme--g100 .bx--overflow-menu *::after,
div.container.theme--g100 .bx--overflow-menu__trigger *,
div.container.theme--g100 .bx--overflow-menu__trigger *::before,
div.container.theme--g100 .bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
div.container.theme--g100 .bx--overflow-menu::-moz-focus-inner,
div.container.theme--g100 .bx--overflow-menu__trigger::-moz-focus-inner {
  border: 0;
}
div.container.theme--g100 .bx--overflow-menu *,
div.container.theme--g100 .bx--overflow-menu *::before,
div.container.theme--g100 .bx--overflow-menu *::after,
div.container.theme--g100 .bx--overflow-menu__trigger *,
div.container.theme--g100 .bx--overflow-menu__trigger *::before,
div.container.theme--g100 .bx--overflow-menu__trigger *::after {
  box-sizing: inherit;
}
div.container.theme--g100 .bx--overflow-menu:focus,
div.container.theme--g100 .bx--overflow-menu__trigger:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g100 .bx--overflow-menu:focus,
div.container.theme--g100 .bx--overflow-menu__trigger:focus {
    outline-style: dotted;
  }
}
div.container.theme--g100 .bx--overflow-menu:hover,
div.container.theme--g100 .bx--overflow-menu__trigger:hover {
  background-color: #353535;
}
div.container.theme--g100 .bx--overflow-menu--sm {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g100 .bx--overflow-menu--xl,
div.container.theme--g100 .bx--overflow-menu--lg {
  width: 3rem;
  height: 3rem;
}
div.container.theme--g100 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g100 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
    outline-style: dotted;
  }
}
div.container.theme--g100 .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus svg {
  outline: none;
}
div.container.theme--g100 .bx--overflow-menu.bx--overflow-menu--open,
div.container.theme--g100 .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__trigger {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #262626;
  transition: none;
}
div.container.theme--g100 .bx--overflow-menu--light.bx--overflow-menu--open,
div.container.theme--g100 .bx--overflow-menu--light.bx--overflow-menu--open .bx--overflow-menu__trigger {
  background-color: #393939;
}
div.container.theme--g100 .bx--overflow-menu__icon {
  width: 1rem;
  height: 1rem;
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--overflow-menu-options {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 6000;
  top: 32px;
  left: 0;
  display: none;
  width: 10rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #262626;
  list-style: none;
}
div.container.theme--g100 .bx--overflow-menu-options *,
div.container.theme--g100 .bx--overflow-menu-options *::before,
div.container.theme--g100 .bx--overflow-menu-options *::after {
  box-sizing: inherit;
}
div.container.theme--g100 .bx--overflow-menu-options::after {
  position: absolute;
  display: block;
  background-color: #262626;
  content: "";
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--overflow-menu.bx--overflow-menu--open:hover {
  background-color: #262626;
}
div.container.theme--g100 .bx--overflow-menu-options--light {
  background-color: #393939;
}
div.container.theme--g100 .bx--overflow-menu-options--light::after {
  background-color: #393939;
}
div.container.theme--g100 .bx--overflow-menu.bx--overflow-menu--light.bx--overflow-menu--open:hover {
  background-color: #393939;
}
div.container.theme--g100 .bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  top: -0.1875rem;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
}
div.container.theme--g100 .bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  bottom: -0.5rem;
  left: 0;
  width: 2.5rem;
  height: 0.5rem;
}
div.container.theme--g100 .bx--overflow-menu-options[data-floating-menu-direction=left]::after {
  top: 0;
  right: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}
div.container.theme--g100 .bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: 0;
  left: -0.375rem;
  width: 0.375rem;
  height: 2.5rem;
}
div.container.theme--g100 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, div.container.theme--g100 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 2rem;
}
div.container.theme--g100 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=left]::after, div.container.theme--g100 .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 2rem;
}
div.container.theme--g100 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after, div.container.theme--g100 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
div.container.theme--g100 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after,
div.container.theme--g100 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=top]::after {
  width: 3rem;
}
div.container.theme--g100 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=left]::after, div.container.theme--g100 .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction=right]::after,
div.container.theme--g100 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
div.container.theme--g100 .bx--overflow-menu-options--lg.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  height: 3rem;
}
div.container.theme--g100 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=top]::after,
div.container.theme--g100 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=bottom]::after {
  right: 0;
  left: auto;
}
div.container.theme--g100 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=left]::after,
div.container.theme--g100 .bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction=right]::after {
  top: auto;
  bottom: 0;
}
div.container.theme--g100 .bx--overflow-menu-options--open {
  display: flex;
}
div.container.theme--g100 .bx--overflow-menu-options__content {
  width: 100%;
}
div.container.theme--g100 .bx--overflow-menu-options__option {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: flex;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  padding: 0;
  background-color: transparent;
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--overflow-menu-options__option *,
div.container.theme--g100 .bx--overflow-menu-options__option *::before,
div.container.theme--g100 .bx--overflow-menu-options__option *::after {
  box-sizing: inherit;
}
div.container.theme--g100 .bx--overflow-menu-options--sm .bx--overflow-menu-options__option {
  height: 2rem;
}
div.container.theme--g100 .bx--overflow-menu-options--xl .bx--overflow-menu-options__option,
div.container.theme--g100 .bx--overflow-menu-options--lg .bx--overflow-menu-options__option {
  height: 3rem;
}
div.container.theme--g100 .bx--overflow-menu--divider {
  border-top: 1px solid #393939;
}
div.container.theme--g100 .bx--overflow-menu--light .bx--overflow-menu--divider {
  border-top: 1px solid #525252;
}
div.container.theme--g100 a.bx--overflow-menu-options__btn::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
div.container.theme--g100 .bx--overflow-menu-options__btn {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-flex;
  width: 100%;
  max-width: 11.25rem;
  height: 100%;
  align-items: center;
  padding: 0 1rem;
  border: none;
  background-color: transparent;
  color: #c6c6c6;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--overflow-menu-options__btn *,
div.container.theme--g100 .bx--overflow-menu-options__btn *::before,
div.container.theme--g100 .bx--overflow-menu-options__btn *::after {
  box-sizing: inherit;
}
div.container.theme--g100 .bx--overflow-menu-options__btn:hover {
  color: #f4f4f4;
}
div.container.theme--g100 .bx--overflow-menu-options__btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g100 .bx--overflow-menu-options__btn:focus {
    outline-style: dotted;
  }
}
div.container.theme--g100 .bx--overflow-menu-options__btn::-moz-focus-inner {
  border: none;
}
div.container.theme--g100 .bx--overflow-menu-options__btn svg {
  fill: #c6c6c6;
}
div.container.theme--g100 .bx--overflow-menu-options__btn:hover svg {
  fill: #f4f4f4;
}
div.container.theme--g100 .bx--overflow-menu-options__option-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.container.theme--g100 .bx--overflow-menu-options__option:hover {
  background-color: #353535;
}
div.container.theme--g100 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover,
div.container.theme--g100 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus {
  background-color: #da1e28;
  color: #ffffff;
}
div.container.theme--g100 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover svg,
div.container.theme--g100 .bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus svg {
  fill: currentColor;
}
div.container.theme--g100 .bx--overflow-menu-options__option--disabled:hover {
  background-color: #262626;
  cursor: not-allowed;
}
div.container.theme--g100 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn {
  color: #525252;
  pointer-events: none;
}
div.container.theme--g100 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:hover, div.container.theme--g100 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:active, div.container.theme--g100 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #262626;
}
div.container.theme--g100 .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn svg {
  fill: #525252;
}
div.container.theme--g100 .bx--overflow-menu--flip {
  left: -140px;
}
div.container.theme--g100 .bx--overflow-menu--flip::before {
  left: 145px;
}
div.container.theme--g100 .bx--overflow-menu__container {
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g100 .bx--overflow-menu:focus,
div.container.theme--g100 .bx--overflow-menu-options__btn:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g100 .bx--overflow-menu svg {
    fill: ButtonText;
  }
}
div.container.theme--g100 .bx--data-table-container {
  padding-top: 0.125rem;
}
div.container.theme--g100 .bx--data-table-content {
  overflow-x: auto;
}
div.container.theme--g100 .bx--data-table-header {
  padding: 1rem 0 1.5rem 1rem;
  background: #262626;
}
div.container.theme--g100 .bx--data-table-header__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--data-table-header__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  color: #c6c6c6;
}
div.container.theme--g100 .bx--data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
div.container.theme--g100 .bx--data-table thead {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px;
  background-color: #393939;
}
div.container.theme--g100 .bx--data-table tbody {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  width: 100%;
  background-color: #262626;
}
div.container.theme--g100 .bx--data-table tr {
  width: 100%;
  height: 3rem;
  border: none;
}
div.container.theme--g100 .bx--data-table tbody tr,
div.container.theme--g100 .bx--data-table tbody tr td,
div.container.theme--g100 .bx--data-table tbody tr th {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--data-table tbody tr:hover {
  background: #353535;
}
div.container.theme--g100 .bx--data-table tbody tr:hover td,
div.container.theme--g100 .bx--data-table tbody tr:hover th {
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  background: #353535;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--data-table tbody tr:hover td .bx--link,
div.container.theme--g100 .bx--data-table tbody tr:hover th .bx--link {
  color: #a6c8ff;
}
div.container.theme--g100 .bx--data-table th,
div.container.theme--g100 .bx--data-table td {
  text-align: left;
  vertical-align: middle;
}
div.container.theme--g100 .bx--data-table th[align=right],
div.container.theme--g100 .bx--data-table td[align=right] {
  text-align: right;
}
div.container.theme--g100 .bx--data-table th[align=center],
div.container.theme--g100 .bx--data-table td[align=center] {
  text-align: center;
}
div.container.theme--g100 .bx--data-table th {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #393939;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--data-table th:last-of-type {
  position: static;
  width: auto;
}
div.container.theme--g100 .bx--data-table td,
div.container.theme--g100 .bx--data-table tbody th {
  padding-right: 1rem;
  padding-left: 1rem;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #393939;
  background: #262626;
  color: #c6c6c6;
}
div.container.theme--g100 .bx--data-table td + td:first-of-type,
div.container.theme--g100 .bx--data-table tbody th + td:first-of-type {
  padding-left: 0.75rem;
}
@supports (-moz-appearance: none) {
  div.container.theme--g100 .bx--data-table td {
    background-clip: padding-box;
  }
}
div.container.theme--g100 .bx--data-table .bx--list-box input[role=combobox],
div.container.theme--g100 .bx--data-table .bx--list-box input[type=text],
div.container.theme--g100 .bx--data-table .bx--dropdown,
div.container.theme--g100 .bx--data-table .bx--list-box,
div.container.theme--g100 .bx--data-table .bx--number input[type=number],
div.container.theme--g100 .bx--data-table .bx--number__control-btn::before,
div.container.theme--g100 .bx--data-table .bx--number__control-btn::after,
div.container.theme--g100 .bx--data-table .bx--text-input,
div.container.theme--g100 .bx--data-table .bx--select-input {
  background-color: #393939;
}
div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=false]:focus {
    outline-style: dotted;
  }
}
div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded=true]:focus {
  outline: none;
}
@media screen and (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
    opacity: 0;
  }
}
div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g100 .bx--data-table.bx--data-table--visible-overflow-menu td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon,
div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu:hover .bx--overflow-menu__icon,
div.container.theme--g100 .bx--data-table td.bx--table-column-menu .bx--overflow-menu:focus .bx--overflow-menu__icon,
div.container.theme--g100 .bx--data-table tr:hover td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g100 .bx--table-row--menu-option .bx--overflow-menu-options__btn .bx--overflow-menu-options__option-content svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.5rem;
}
div.container.theme--g100 .bx--data-table .bx--overflow-menu:hover,
div.container.theme--g100 .bx--data-table .bx--overflow-menu__trigger:hover {
  background-color: #4c4c4c;
}
div.container.theme--g100 .bx--data-table--selected .bx--overflow-menu:hover,
div.container.theme--g100 .bx--data-table--selected .bx--overflow-menu__trigger:hover {
  background-color: #353535;
}
div.container.theme--g100 .bx--data-table--selected .bx--link {
  color: #a6c8ff;
}
div.container.theme--g100 .bx--data-table--compact td.bx--table-column-menu,
div.container.theme--g100 .bx--data-table--xs td.bx--table-column-menu,
div.container.theme--g100 .bx--data-table--short td.bx--table-column-menu,
div.container.theme--g100 .bx--data-table--sm td.bx--table-column-menu {
  height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g100 .bx--data-table--short td.bx--table-column-menu,
div.container.theme--g100 .bx--data-table--sm td.bx--table-column-menu {
  height: 2rem;
}
div.container.theme--g100 .bx--data-table--md td.bx--table-column-menu {
  height: 2.5rem;
}
div.container.theme--g100 .bx--data-table--tall .bx--table-column-menu,
div.container.theme--g100 .bx--data-table--xl .bx--table-column-menu {
  padding-top: 0.5rem;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(odd) td {
  border-bottom: 1px solid #262626;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(even) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:not(.bx--parent-row):hover td {
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  background-color: #353535;
}
div.container.theme--g100 .bx--table-column-checkbox .bx--checkbox-label {
  padding-left: 0;
}
div.container.theme--g100 .bx--data-table th.bx--table-column-checkbox {
  position: static;
  width: 2rem;
  background: #393939;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--data-table .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.375rem;
}
div.container.theme--g100 .bx--data-table--compact .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before,
div.container.theme--g100 .bx--data-table--xs .bx--table-column-checkbox .bx--checkbox:focus + .bx--checkbox-label::before {
  outline-offset: 0.125rem;
}
div.container.theme--g100 .bx--data-table thead th.bx--table-column-checkbox,
div.container.theme--g100 .bx--data-table tbody td.bx--table-column-checkbox,
div.container.theme--g100 .bx--data-table thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table tbody td.bx--table-expand {
  min-width: 0;
}
div.container.theme--g100 .bx--data-table thead th.bx--table-column-checkbox,
div.container.theme--g100 .bx--data-table tbody td.bx--table-column-checkbox {
  padding-right: 0.25rem;
  padding-left: 1rem;
}
div.container.theme--g100 .bx--data-table thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
}
div.container.theme--g100 .bx--data-table--compact thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--compact tbody td.bx--table-expand,
div.container.theme--g100 .bx--data-table--xs thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--xs tbody td.bx--table-expand {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0 0 0.5rem;
}
div.container.theme--g100 .bx--data-table--short thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--short tbody td.bx--table-expand,
div.container.theme--g100 .bx--data-table--sm thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--sm tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem;
  padding: 0;
  padding-left: 0.5rem;
}
div.container.theme--g100 .bx--data-table--md thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--md tbody td.bx--table-expand {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
div.container.theme--g100 .bx--data-table--tall thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--tall tbody td.bx--table-expand,
div.container.theme--g100 .bx--data-table--xl thead th.bx--table-expand,
div.container.theme--g100 .bx--data-table--xl tbody td.bx--table-expand {
  height: 4rem;
  padding-top: 0.625rem;
  padding-bottom: 1.375rem;
}
div.container.theme--g100 .bx--data-table--tall .bx--table-column-checkbox,
div.container.theme--g100 .bx--data-table--xl .bx--table-column-checkbox {
  padding-top: 0.8125rem;
}
div.container.theme--g100 .bx--data-table--tall .bx--table-column-radio,
div.container.theme--g100 .bx--data-table--xl .bx--table-column-radio {
  padding-top: 1rem;
}
div.container.theme--g100 .bx--date-table tbody th.bx--table-column-checkbox:hover {
  background: #cacaca;
}
div.container.theme--g100 .bx--table-column-radio {
  width: 48px;
}
div.container.theme--g100 .bx--table-column-radio .bx--radio-button__appearance {
  margin-right: -0.125rem;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected td,
div.container.theme--g100 tr.bx--data-table--selected td {
  border-top: 1px solid #393939;
  border-bottom: 1px solid #525252;
  background-color: #393939;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:first-of-type:nth-child(odd).bx--data-table--selected td,
div.container.theme--g100 tr.bx--data-table--selected:first-of-type td {
  border-top: 1px solid #525252;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:last-of-type:nth-child(odd).bx--data-table--selected td,
div.container.theme--g100 .bx--data-table--zebra tbody tr:last-of-type:nth-child(even).bx--data-table--selected td,
div.container.theme--g100 tr.bx--data-table--selected:last-of-type td {
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected td {
  border-bottom: 1px solid #525252;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected:hover td {
  border-bottom: 1px solid #cacaca;
}
div.container.theme--g100 .bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected:hover td,
div.container.theme--g100 .bx--data-table tbody .bx--data-table--selected:hover td {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background: #cacaca;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--data-table--selected .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1;
}
div.container.theme--g100 .bx--data-table--compact thead tr,
div.container.theme--g100 .bx--data-table--compact tbody tr,
div.container.theme--g100 .bx--data-table--compact tbody tr th {
  height: 1.5rem;
}
div.container.theme--g100 .bx--data-table--compact .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g100 .bx--data-table--compact td,
div.container.theme--g100 .bx--data-table--compact tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g100 .bx--data-table--compact .bx--overflow-menu {
  width: 2rem;
  height: 100%;
}
div.container.theme--g100 .bx--data-table.bx--data-table--compact .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g100 .bx--data-table.bx--data-table--compact .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}
div.container.theme--g100 .bx--data-table--xs thead tr,
div.container.theme--g100 .bx--data-table--xs tbody tr,
div.container.theme--g100 .bx--data-table--xs tbody tr th {
  height: 1.5rem;
}
div.container.theme--g100 .bx--data-table--xs .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g100 .bx--data-table--xs td,
div.container.theme--g100 .bx--data-table--xs tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
div.container.theme--g100 .bx--data-table--xs .bx--overflow-menu {
  width: 2rem;
  height: calc(100% + 1px);
}
div.container.theme--g100 .bx--data-table.bx--data-table--xs .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
div.container.theme--g100 .bx--data-table.bx--data-table--xs .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem;
}
div.container.theme--g100 .bx--data-table--short thead tr,
div.container.theme--g100 .bx--data-table--short tbody tr,
div.container.theme--g100 .bx--data-table--short tbody tr th {
  height: 2rem;
}
div.container.theme--g100 .bx--data-table--short .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g100 .bx--data-table--short td,
div.container.theme--g100 .bx--data-table--short tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g100 .bx--data-table.bx--data-table--short .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g100 .bx--data-table--short .bx--overflow-menu {
  height: 100%;
}
div.container.theme--g100 .bx--data-table--sm thead tr,
div.container.theme--g100 .bx--data-table--sm tbody tr,
div.container.theme--g100 .bx--data-table--sm tbody tr th {
  height: 2rem;
}
div.container.theme--g100 .bx--data-table--sm .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g100 .bx--data-table--sm td,
div.container.theme--g100 .bx--data-table--sm tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g100 .bx--data-table.bx--data-table--sm .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g100 .bx--data-table--sm .bx--overflow-menu {
  height: calc(100% + 1px);
}
div.container.theme--g100 .bx--data-table--md thead tr,
div.container.theme--g100 .bx--data-table--md tbody tr,
div.container.theme--g100 .bx--data-table--md tbody tr th {
  height: 2.5rem;
}
div.container.theme--g100 .bx--data-table--md .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
div.container.theme--g100 .bx--data-table--md td,
div.container.theme--g100 .bx--data-table--md tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
}
div.container.theme--g100 .bx--data-table.bx--data-table--md .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g100 .bx--data-table--md .bx--table-column-menu {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
div.container.theme--g100 .bx--data-table--tall thead tr,
div.container.theme--g100 .bx--data-table--tall tbody tr,
div.container.theme--g100 .bx--data-table--tall tbody tr th {
  height: 4rem;
}
div.container.theme--g100 .bx--data-table--tall .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.container.theme--g100 .bx--data-table--tall td,
div.container.theme--g100 .bx--data-table--tall tbody tr th {
  padding-top: 1rem;
}
div.container.theme--g100 .bx--data-table--tall th,
div.container.theme--g100 .bx--data-table--tall td {
  vertical-align: top;
}
div.container.theme--g100 .bx--data-table--tall .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}
div.container.theme--g100 .bx--data-table--xl thead tr,
div.container.theme--g100 .bx--data-table--xl tbody tr,
div.container.theme--g100 .bx--data-table--xl tbody tr th {
  height: 4rem;
}
div.container.theme--g100 .bx--data-table--xl .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
div.container.theme--g100 .bx--data-table--xl td,
div.container.theme--g100 .bx--data-table--xl tbody tr th {
  padding-top: 1rem;
}
div.container.theme--g100 .bx--data-table--xl th,
div.container.theme--g100 .bx--data-table--xl td {
  vertical-align: top;
}
div.container.theme--g100 .bx--data-table--xl .bx--data-table--cell-secondary-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
}
div.container.theme--g100 .bx--data-table--static {
  width: auto;
}
div.container.theme--g100 .bx--data-table_inner-container {
  background-color: #393939;
  transform: translateZ(0);
}
div.container.theme--g100 .bx--data-table--sticky-header {
  display: block;
  overflow-y: scroll;
  /* When using sticky header, with a selection element in the first column, we need to set the last item to a fixed width to match the table body. We only want this to happen when the last table header does not have any text */
}
div.container.theme--g100 .bx--data-table--sticky-header thead,
div.container.theme--g100 .bx--data-table--sticky-header tbody,
div.container.theme--g100 .bx--data-table--sticky-header tr,
div.container.theme--g100 .bx--data-table--sticky-header th,
div.container.theme--g100 .bx--data-table--sticky-header td {
  display: flex;
}
div.container.theme--g100 .bx--data-table--sticky-header thead {
  position: sticky;
  z-index: 1;
  top: 0;
  overflow: scroll;
  width: 100%;
  -ms-overflow-style: none;
  will-change: transform;
}
div.container.theme--g100 .bx--data-table--sticky-header thead tr th {
  border-bottom: 1px solid #525252;
}
div.container.theme--g100 .bx--data-table--sticky-header tbody {
  flex-direction: column;
  -ms-overflow-style: none;
  overflow-x: scroll;
  will-change: transform;
}
div.container.theme--g100 .bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row {
  height: auto;
  min-height: 3rem;
}
div.container.theme--g100 .bx--data-table--sticky-header tr.bx--expandable-row:not(.bx--parent-row) {
  height: auto;
}
div.container.theme--g100 .bx--data-table--sticky-header .bx--table-expand {
  max-width: 3rem;
}
div.container.theme--g100 .bx--data-table--sticky-header thead .bx--table-expand {
  align-items: center;
}
div.container.theme--g100 .bx--data-table--sticky-header .bx--parent-row {
  min-height: 3rem;
}
div.container.theme--g100 .bx--data-table--sticky-header:not(.bx--data-table--compact):not(.bx--data-table--xs):not(.bx--data-table--tall):not(.bx--data-table--xl):not(.bx--data-table--short):not(.bx--data-table--sm) td:not(.bx--table-column-menu):not(.bx--table-column-checkbox) {
  padding-top: 0.875rem;
}
div.container.theme--g100 .bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  border-top: 1px solid #353535;
}
div.container.theme--g100 .bx--data-table--sticky-header tr.bx--expandable-row:last-of-type {
  overflow: hidden;
}
div.container.theme--g100 .bx--data-table--sticky-header tr.bx--data-table--selected:first-of-type td {
  border-top: none;
}
div.container.theme--g100 .bx--data-table--sticky-header thead th.bx--table-column-checkbox,
div.container.theme--g100 .bx--data-table--sticky-header tbody tr td.bx--table-column-checkbox {
  width: 2.25rem;
  min-width: 2.25rem;
  align-items: center;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--tall thead th.bx--table-column-checkbox, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xl thead th.bx--table-column-checkbox, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--tall td.bx--table-column-checkbox, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xl td.bx--table-column-checkbox {
  align-items: flex-start;
}
div.container.theme--g100 .bx--data-table--sticky-header th.bx--table-column-checkbox ~ th:last-of-type:empty {
  max-width: 4rem;
}
div.container.theme--g100 .bx--data-table--sticky-header th:empty:not(.bx--table-expand) {
  max-width: 2.25rem;
}
div.container.theme--g100 .bx--data-table--sticky-header td.bx--table-column-menu {
  height: auto;
  align-items: center;
  padding-top: 0;
}
div.container.theme--g100 .bx--data-table--sticky-header thead::-webkit-scrollbar,
div.container.theme--g100 .bx--data-table--sticky-header tbody::-webkit-scrollbar {
  display: none;
}
@-moz-document url-prefix() {
  div.container.theme--g100 .bx--data-table--sticky-header thead,
div.container.theme--g100 .bx--data-table--sticky-header tbody {
    scrollbar-width: none;
  }
}
div.container.theme--g100 .bx--data-table--sticky-header tbody tr:last-of-type {
  border-bottom: 0;
}
div.container.theme--g100 .bx--data-table--sticky-header th:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon),
div.container.theme--g100 .bx--data-table--sticky-header td:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon) {
  width: 100%;
  min-width: 0;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  height: auto;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xs tr:not(.bx--expandable-row) {
  min-height: 1.5rem;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--sm tr:not(.bx--expandable-row) {
  min-height: 2rem;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row), div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xl tr:not(.bx--expandable-row) {
  min-height: 4rem;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--compact tr td.bx--table-expand, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xs tr td.bx--table-expand {
  padding-top: 0.25rem;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--short tr td.bx--table-expand, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--sm tr td.bx--table-expand {
  padding-top: 0.5rem;
}
div.container.theme--g100 .bx--data-table--sticky-header .bx--table-header-label {
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  padding-top: 0.9375rem;
  padding-bottom: 1rem;
  overflow-y: hidden;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--compact th .bx--table-header-label, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xs th .bx--table-header-label {
  padding-top: 0.1875rem;
  padding-bottom: 0;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--short th .bx--table-header-label, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--sm th .bx--table-header-label {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--tall th .bx--table-header-label, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xl th .bx--table-header-label {
  padding-top: 1rem;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--tall th.bx--table-expand, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xl th.bx--table-expand {
  display: flex;
  align-items: flex-start;
}
div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--compact tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--short tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--xs tr.bx--parent-row .bx--table-column-checkbox, div.container.theme--g100 .bx--data-table--sticky-header.bx--data-table--sm tr.bx--parent-row .bx--table-column-checkbox {
  align-items: flex-start;
}
div.container.theme--g100 .bx--data-table--max-width {
  max-width: 100%;
}
div.container.theme--g100 .bx--data-table--sticky-header {
  max-height: 18.75rem;
}
div.container.theme--g100 .bx--data-table .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: 0;
}
div.container.theme--g100 .bx--data-table--short .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g100 .bx--data-table--compact .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g100 .bx--data-table--xs .bx--form-item.bx--checkbox-wrapper:last-of-type,
div.container.theme--g100 .bx--data-table--sm .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: -0.1875rem 0;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g100 .bx--data-table-content {
    outline: 1px solid transparent;
  }
}
div.container.theme--g100 .bx--select {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
div.container.theme--g100 .bx--select *,
div.container.theme--g100 .bx--select *::before,
div.container.theme--g100 .bx--select *::after {
  box-sizing: inherit;
}
div.container.theme--g100 .bx--select-input__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
div.container.theme--g100 .bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  appearance: none;
  background-color: #262626;
  border-radius: 0;
  color: #f4f4f4;
  cursor: pointer;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
div.container.theme--g100 .bx--select-input:hover {
  background-color: #353535;
}
div.container.theme--g100 .bx--select-input::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  div.container.theme--g100 .bx--select-input:-moz-focusring, div.container.theme--g100 .bx--select-input::-moz-focus-inner {
    background-image: none;
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
}
div.container.theme--g100 .bx--select-input:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  color: #f4f4f4;
}
@media screen and (prefers-contrast) {
  div.container.theme--g100 .bx--select-input:focus {
    outline-style: dotted;
  }
}
div.container.theme--g100 .bx--select-input:disabled, div.container.theme--g100 .bx--select-input:hover:disabled {
  border-bottom-color: #262626;
  background-color: #262626;
  color: #525252;
  cursor: not-allowed;
}
div.container.theme--g100 .bx--select-input--sm {
  height: 2rem;
  max-height: 2rem;
}
div.container.theme--g100 .bx--select-input--xl,
div.container.theme--g100 .bx--select-input--lg {
  height: 3rem;
  max-height: 3rem;
}
div.container.theme--g100 .bx--select--disabled .bx--label,
div.container.theme--g100 .bx--select--disabled .bx--form__helper-text {
  color: #525252;
}
div.container.theme--g100 .bx--select-input__wrapper[data-invalid] .bx--select-input,
div.container.theme--g100 .bx--select--warning .bx--select-input {
  padding-right: 4.5rem;
}
div.container.theme--g100 .bx--select-input:disabled ~ .bx--select__arrow {
  fill: #525252;
}
div.container.theme--g100 .bx--select--light .bx--select-input {
  background-color: #393939;
}
div.container.theme--g100 .bx--select--light .bx--select-input:hover {
  background-color: #353535;
}
div.container.theme--g100 .bx--select--light .bx--select-input:disabled, div.container.theme--g100 .bx--select--light .bx--select-input:hover:disabled {
  background-color: #393939;
  color: #525252;
  cursor: not-allowed;
}
div.container.theme--g100 .bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  fill: #f4f4f4;
  pointer-events: none;
}
@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  div.container.theme--g100 .bx--select__arrow path {
    fill: ButtonText;
  }
}
div.container.theme--g100 .bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem;
}
div.container.theme--g100 .bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #fa4d56;
}
div.container.theme--g100 .bx--select__invalid-icon--warning {
  fill: #f1c21b;
}
div.container.theme--g100 .bx--select__invalid-icon--warning path[fill] {
  fill: #000000;
  opacity: 1;
}
div.container.theme--g100 .bx--select-optgroup,
div.container.theme--g100 .bx--select-option {
  color: #f4f4f4;
}
div.container.theme--g100 .bx--select-optgroup:disabled,
div.container.theme--g100 .bx--select-option:disabled {
  color: #525252;
}
div.container.theme--g100 .bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.container.theme--g100 .bx--select--inline.bx--select--invalid .bx--label,
div.container.theme--g100 .bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem;
}
div.container.theme--g100 .bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
div.container.theme--g100 .bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap;
}
div.container.theme--g100 .bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  border-bottom: none;
  background-color: #161616;
  color: #f4f4f4;
}
div.container.theme--g100 .bx--select--inline .bx--select-input[disabled],
div.container.theme--g100 .bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #262626;
}
div.container.theme--g100 .bx--select--inline .bx--select__arrow {
  right: 0.5rem;
}
div.container.theme--g100 .bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem;
}
div.container.theme--g100 .bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem;
}
div.container.theme--g100 .bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}
div.container.theme--g100 .bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed;
}
div.container.theme--g100 .bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #353535;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem;
}
div.container.theme--g100 .bx--select.bx--skeleton:hover, div.container.theme--g100 .bx--select.bx--skeleton:focus, div.container.theme--g100 .bx--select.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
div.container.theme--g100 .bx--select.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #525252;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  div.container.theme--g100 .bx--select.bx--skeleton::before {
    animation: none;
  }
}
div.container.theme--g100 .bx--select.bx--skeleton .bx--select-input {
  display: none;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  div.container.theme--g100 .bx--select__arrow {
    fill: ButtonText;
  }
}
div.container.theme--g100 .bx--radio-button__appearance {
  background-color: transparent;
  border-color: #f4f4f4;
}
div.container.theme--g100 .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance {
  border-color: #f4f4f4;
}
div.container.theme--g100 .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance:before {
  background-color: #f4f4f4;
}
@media screen and (-ms-high-contrast: active) {
  div.container.theme--g100 .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance:before {
    background-color: windowText;
  }
}
div.container div#color-palette-picker {
  max-width: 18rem;
}
div.container.theme--g90 .bx--label, div.container.theme--g100 .bx--label {
  color: #fff;
  opacity: 0.6;
}
div.container.theme--g90 a, div.container.theme--g100 a {
  color: #78a9ff;
}
div.container #chart-demo {
  max-width: 700px;
}
div.container .bx--grid {
  padding: 0;
}
div.container .bx--grid .bx--row .chart-demo {
  margin-bottom: 60px;
}
div.container h3 {
  margin: 0;
  font-weight: 700;
}
div.container h3 b.component {
  margin-right: 10px;
}
div.container h3 span.bx--tag.component-name {
  font-size: 0.55em;
  vertical-align: middle;
  padding: 0.25em 1em;
  border-radius: 1em;
  font-weight: 600;
}
div.container div.theme-picker {
  margin-top: 15px;
}
div.container p.props b {
  font-weight: 700;
}
div.container div.bx--snippet--multi {
  background-color: black;
  color: white;
}
div.container div.bx--snippet--multi pre {
  padding: 2em !important;
  -moz-tab-size: 4;
  tab-size: 4;
  line-height: 1.4;
}
div.container div.bx--snippet--multi .bx--snippet-container pre::after {
  display: none;
}
div.container div.bx--snippet--multi .token.tag {
  color: #6ea6ff;
}
div.container div.bx--snippet--multi .token.attr-name {
  color: #92eeee;
}
div.container div.bx--snippet--multi .token.attr-value {
  color: #bb8eff;
}
div.container .bx--snippet--multi .bx--snippet-container pre code {
  font-size: 14px;
}
div.container .bx--snippet--multi.bx--snippet--expand .bx--snippet-container,
div.container .bx--snippet--multi.bx--snippet--expand .bx--snippet-container pre {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  div.container div.demo-desktop-only {
    position: relative;
    overflow: hidden;
  }
  div.container div.demo-desktop-only:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #f4f4f4;
    width: 100%;
    height: 100%;
  }
}
div.container div.demo-desktop-only div.cp-message {
  display: none;
}
@media screen and (max-width: 768px) {
  div.container div.demo-desktop-only div.cp-message {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-weight: bold;
    text-align: center;
  }
}
div.container.intro {
  padding: 0;
}
div.container.intro .container-welcome {
  padding: 0 !important;
}
div.container.intro .welcome__container {
  width: 100vw;
  min-height: 100vh;
  padding: 3rem;
  padding-bottom: 5rem;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  div.container.intro .welcome__container:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    content: " ";
    z-index: 1;
  }
}
div.container.intro .welcome__content {
  position: relative;
  z-index: 2;
}
div.container.intro .welcome__heading {
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: 0;
  color: #ffffff;
}
div.container.intro .welcome__heading--subtitle {
  font-weight: 600;
}
div.container.intro .welcome__heading--other {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0;
  font-weight: 600;
  color: #4587fd;
}
div.container.intro h5 {
  margin-top: 2em;
}
div.container.intro span.netlify {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1em 1.5em;
  padding-left: 3rem;
  border-top-right-radius: 2em;
  font-size: 13px;
  vertical-align: middle;
  background-color: #292929;
  color: #bcbcbc;
}
div.container.intro span.netlify a {
  color: #fff;
  font-weight: 700;
}
div.container.tutorial {
  @import '~highlight.js/styles/sunburst.css';
}
div.container.tutorial h1,
div.container.tutorial h2,
div.container.tutorial h5,
div.container.tutorial p {
  margin-bottom: 15px;
}
div.container.tutorial ul,
div.container.tutorial pre {
  margin-bottom: 30px;
}
div.container.tutorial h5 {
  margin-top: 30px;
}
div.container.tutorial ul {
  padding-inline-start: 15px;
  list-style: disc;
}
div.container.tutorial ul li {
  margin-bottom: 0.5em;
}
div.container.tutorial ul li:last-child {
  margin-bottom: 0;
}
div.container.tutorial code {
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #161616;
  padding: 0 0.5em;
}
div.container.tutorial pre {
  background-color: black;
  color: white;
  padding: 15px;
  margin-top: 15px;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 14px;
  line-height: 1.4;
}
div.container.tutorial pre code {
  background-color: unset;
  color: white;
  padding: 0;
}
div.container .marginTop {
  margin-top: 10px;
}
div.container .marginTop-15 {
  margin-top: 15px;
}
div.container .marginTop-30 {
  margin-top: 30px;
}
div.container .marginTop-45 {
  margin-top: 45px;
}
div.container hr {
  margin-bottom: 75px;
  margin-top: 25px;
}

/*# sourceMappingURL=styles.css.map */
