/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/normalize.css/normalize.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/flexboxgrid/dist/flexboxgrid.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/material/prebuilt-themes/indigo-pink.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, 0.1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus::before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-app-background, transparent));color:var(--mat-app-text-color, var(--mat-app-on-background, inherit))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}.mat-theme-loaded-marker{display:none}html{--mat-ripple-color:rgba(0, 0, 0, 0.1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, 0.87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, 0.87);--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);--mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:0.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:0.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:0.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:0.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5;--mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081;--mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#3f51b5;--mdc-filled-text-field-focus-active-indicator-color:#3f51b5;--mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#3f51b5;--mdc-outlined-text-field-focus-outline-color:#3f51b5;--mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);--mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);--mat-form-field-hover-state-layer-opacity:0.04;--mat-form-field-focus-state-layer-opacity:0.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ff4081;--mdc-filled-text-field-focus-active-indicator-color:#ff4081;--mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mdc-outlined-text-field-caret-color:#ff4081;--mdc-outlined-text-field-focus-outline-color:#ff4081;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);--mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:0.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:0.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:0.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:0.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);--mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:0.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-shape:4px;--mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:0.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:0.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius:16px;--mdc-chip-with-avatar-avatar-shape-radius:14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:0.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:0.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1;--mat-chip-disabled-container-opacity:0.4;--mat-chip-trailing-action-opacity:0.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-selected-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-flat-disabled-selected-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-selected-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-flat-disabled-selected-container-color:#3f51b5;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-selected-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-flat-disabled-selected-container-color:#ff4081;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:0.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:0.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:0.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:0.38;--mdc-switch-disabled-track-opacity:0.12;--mdc-switch-disabled-unselected-icon-opacity:0.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:0.12;--mdc-switch-selected-hover-state-layer-opacity:0.04;--mdc-switch-selected-pressed-state-layer-opacity:0.1;--mdc-switch-unselected-focus-state-layer-opacity:0.12;--mdc-switch-unselected-hover-state-layer-opacity:0.04;--mdc-switch-unselected-pressed-state-layer-opacity:0.1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity:0.38;--mat-switch-disabled-unselected-handle-opacity:0.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-selected-track-outline-color:transparent;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:#fff;--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color:rgba(0, 0, 0, 0.87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font:Roboto, sans-serif;--mat-switch-label-text-line-height:20px;--mat-switch-label-text-size:14px;--mat-switch-label-text-tracking:0.0178571429em;--mat-switch-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:0.38;--mdc-radio-disabled-unselected-icon-opacity:0.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#3f51b5;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ff4081;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-radio-label-text-color:rgba(0, 0, 0, 0.87)}html{--mdc-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}html{--mat-radio-label-text-font:Roboto, sans-serif;--mat-radio-label-text-line-height:20px;--mat-radio-label-text-size:14px;--mat-radio-label-text-tracking:0.0178571429em;--mat-radio-label-text-weight:400}html{--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:0.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:0.6;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%)}html{--mdc-slider-handle-color:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-slider-ripple-color:#3f51b5;--mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);--mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);--mat-slider-value-indicator-opacity:0.6}html .mat-accent{--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:white;--mat-slider-ripple-color:#ff4081;--mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);--mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2)}html .mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white;--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2)}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:0.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px;--mat-menu-base-elevation-level:8}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:0.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:0.38;--mdc-list-list-item-disabled-leading-icon-opacity:0.38;--mdc-list-list-item-disabled-trailing-icon-opacity:0.38;--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:0.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:0.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-focus-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px;--mat-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:0.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:0.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px;--mat-paginator-touch-target-display:block}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:0.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-secondary-navigation-tab-container-height:48px;--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3f51b5;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#3f51b5;--mat-tab-header-active-ripple-color:#3f51b5;--mat-tab-header-inactive-ripple-color:#3f51b5;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#3f51b5;--mat-tab-header-active-hover-label-text-color:#3f51b5;--mat-tab-header-active-focus-indicator-color:#3f51b5;--mat-tab-header-active-hover-indicator-color:#3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ff4081;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#ff4081;--mat-tab-header-active-ripple-color:#ff4081;--mat-tab-header-inactive-ripple-color:#ff4081;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#ff4081;--mat-tab-header-active-hover-label-text-color:#ff4081;--mat-tab-header-active-focus-indicator-color:#ff4081;--mat-tab-header-active-hover-indicator-color:#ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3f51b5;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ff4081;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:0.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:0.16;--mdc-checkbox-selected-hover-state-layer-opacity:0.04;--mdc-checkbox-selected-pressed-state-layer-opacity:0.16;--mdc-checkbox-unselected-focus-state-layer-opacity:0.16;--mdc-checkbox-unselected-hover-state-layer-opacity:0.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:0.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black;--mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);--mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px;--mat-checkbox-touch-target-display:block}html{--mat-checkbox-label-text-font:Roboto, sans-serif;--mat-checkbox-label-text-line-height:20px;--mat-checkbox-label-text-size:14px;--mat-checkbox-label-text-tracking:0.0178571429em;--mat-checkbox-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false;--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false;--mdc-protected-button-container-shape:4px;--mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px;--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0;--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px;--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px;--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-text-button-hover-state-layer-opacity:0.04;--mat-text-button-focus-state-layer-opacity:0.12;--mat-text-button-pressed-state-layer-opacity:0.12;--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-filled-button-hover-state-layer-opacity:0.04;--mat-filled-button-focus-state-layer-opacity:0.12;--mat-filled-button-pressed-state-layer-opacity:0.12;--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-protected-button-hover-state-layer-opacity:0.04;--mat-protected-button-focus-state-layer-opacity:0.12;--mat-protected-button-pressed-state-layer-opacity:0.12;--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-outlined-button-hover-state-layer-opacity:0.04;--mat-outlined-button-focus-state-layer-opacity:0.12;--mat-outlined-button-pressed-state-layer-opacity:0.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5;--mat-text-button-state-layer-color:#3f51b5;--mat-text-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081;--mat-text-button-state-layer-color:#ff4081;--mat-text-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336;--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, 0.1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3f51b5;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3f51b5;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3f51b5;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#3f51b5;--mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#ff4081;--mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mdc-text-button-container-height:36px;--mdc-filled-button-container-height:36px;--mdc-protected-button-container-height:36px;--mdc-outlined-button-container-height:36px;--mat-text-button-touch-target-display:block;--mat-filled-button-touch-target-display:block;--mat-protected-button-touch-target-display:block;--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:0.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none;--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:0.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:0.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:0.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);--mat-icon-button-hover-state-layer-opacity:0.04;--mat-icon-button-focus-state-layer-opacity:0.12;--mat-icon-button-pressed-state-layer-opacity:0.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5;--mat-icon-button-state-layer-color:#3f51b5;--mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081;--mat-icon-button-state-layer-color:#ff4081;--mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-fab-small-container-shape:50%;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px;--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}html{--mdc-fab-container-color:white;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-hover-state-layer-opacity:0.04;--mat-fab-focus-state-layer-opacity:0.12;--mat-fab-pressed-state-layer-opacity:0.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);--mdc-fab-small-container-color:white;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);--mat-fab-small-hover-state-layer-opacity:0.04;--mat-fab-small-focus-state-layer-opacity:0.12;--mat-fab-small-pressed-state-layer-opacity:0.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#3f51b5;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ff4081;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#3f51b5;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ff4081;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1)}html{--mat-fab-touch-target-display:block;--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:0.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);--mat-snack-bar-button-color:#ff4081}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);--mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:0.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:0.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:0.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#3f51b5;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.mat-badge-accent{--mat-badge-background-color:#ff4081;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-line-height:22px;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-small-size-line-height:16px;--mat-badge-large-size-text-size:24px;--mat-badge-large-size-line-height:28px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:0.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1;--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:0.04;--mat-standard-button-toggle-focus-state-layer-opacity:0.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:0.03125em;--mat-legacy-button-toggle-label-text-weight:400;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:0.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);--mat-datepicker-toggle-active-state-icon-color:#3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, 0.12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);--mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);--mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:0.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3f51b5}.mat-icon.mat-accent{--mat-icon-color:#ff4081}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);--mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3f51b5;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3f51b5;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3f51b5;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, 0.12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ff4081;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ff4081;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ff4081;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3f51b5;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ff4081;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:0.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, 0.87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto, sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto, sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto, sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto, sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px*.83)/20px Roboto, sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px*.67)/20px Roboto, sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto, sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto, sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto, sans-serif;letter-spacing:-0.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto, sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto, sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto, sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url('marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/shared/styles/global.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EONBrixSans";
  src: url('EON_BrixSansWeb-Black.eot');
  src: url('EON_BrixSansWeb-Black.eot?#iefix') format("embedded-opentype"), url('EON_BrixSansWeb-Black.woff2') format("woff2"), url('EON_BrixSansWeb-Black.woff') format("woff"), url('EON_BrixSansWeb-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "EONBrixSans";
  src: url('EON_BrixSansWeb-Regular.eot');
  src: url('EON_BrixSansWeb-Regular.eot?#iefix') format("embedded-opentype"), url('EON_BrixSansWeb-Regular.woff2') format("woff2"), url('EON_BrixSansWeb-Regular.woff') format("woff"), url('EON_BrixSansWeb-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "EONBrixSans";
  src: url('EON_BrixSansWeb-Bold.eot');
  src: url('EON_BrixSansWeb-Bold.eot?#iefix') format("embedded-opentype"), url('EON_BrixSansWeb-Bold.woff2') format("woff2"), url('EON_BrixSansWeb-Bold.woff') format("woff"), url('EON_BrixSansWeb-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Arimo";
  src: url('Arimo-Regular.eot');
  src: url('Arimo-Regular.eot?#iefix') format("embedded-opentype"), url('Arimo-Regular.woff2') format("woff2"), url('Arimo-Regular.woff') format("woff"), url('Arimo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 85%;
  font-display: fallback;
}
@font-face {
  font-family: "Carlito";
  src: url('Carlito-Regular.eot');
  src: url('Carlito-Regular.eot?#iefix') format("embedded-opentype"), url('Carlito-Regular.woff2') format("woff2"), url('Carlito-Regular.woff') format("woff"), url('Carlito-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "ComicNeue";
  src: url('ComicNeue-Regular.eot');
  src: url('ComicNeue-Regular.eot?#iefix') format("embedded-opentype"), url('ComicNeue-Regular.woff2') format("woff2"), url('ComicNeue-Regular.woff') format("woff"), url('ComicNeue-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 95%;
  font-display: fallback;
}
@font-face {
  font-family: "CourierPrime";
  src: url('CourierPrime-Regular.eot');
  src: url('CourierPrime-Regular.eot?#iefix') format("embedded-opentype"), url('CourierPrime-Regular.woff2') format("woff2"), url('CourierPrime-Regular.woff') format("woff"), url('CourierPrime-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 80%;
  font-display: fallback;
}
@font-face {
  font-family: "Gelasio";
  src: url('Gelasio-Regular.eot');
  src: url('Gelasio-Regular.eot?#iefix') format("embedded-opentype"), url('Gelasio-Regular.woff2') format("woff2"), url('Gelasio-Regular.woff') format("woff"), url('Gelasio-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 85%;
  font-display: fallback;
}
@font-face {
  font-family: "Inter";
  src: url('Inter-Regular.eot');
  src: url('Inter-Regular.eot?#iefix') format("embedded-opentype"), url('Inter-Regular.woff2') format("woff2"), url('Inter-Regular.woff') format("woff"), url('Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 85%;
  font-display: fallback;
}
@font-face {
  font-family: "Lato";
  src: url('Lato-Regular.eot');
  src: url('Lato-Regular.eot?#iefix') format("embedded-opentype"), url('Lato-Regular.woff2') format("woff2"), url('Lato-Regular.woff') format("woff"), url('Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 90%;
  font-display: fallback;
}
@font-face {
  font-family: "Merriweather";
  src: url('Merriweather-Regular.eot');
  src: url('Merriweather-Regular.eot?#iefix') format("embedded-opentype"), url('Merriweather-Regular.woff2') format("woff2"), url('Merriweather-Regular.woff') format("woff"), url('Merriweather-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 80%;
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  src: url('Montserrat-Regular.eot');
  src: url('Montserrat-Regular.eot?#iefix') format("embedded-opentype"), url('Montserrat-Regular.woff2') format("woff2"), url('Montserrat-Regular.woff') format("woff"), url('Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 80%;
  font-display: fallback;
}
@font-face {
  font-family: "Neuton";
  src: url('Neuton-Regular.eot');
  src: url('Neuton-Regular.eot?#iefix') format("embedded-opentype"), url('Neuton-Regular.woff2') format("woff2"), url('Neuton-Regular.woff') format("woff"), url('Neuton-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "NotoSans";
  src: url('NotoSans-Regular.eot');
  src: url('NotoSans-Regular.eot?#iefix') format("embedded-opentype"), url('NotoSans-Regular.woff2') format("woff2"), url('NotoSans-Regular.woff') format("woff"), url('NotoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 90%;
  font-display: fallback;
}
@font-face {
  font-family: "OpenSans";
  src: url('OpenSans-Regular.eot');
  src: url('OpenSans-Regular.eot?#iefix') format("embedded-opentype"), url('OpenSans-Regular.woff2') format("woff2"), url('OpenSans-Regular.woff') format("woff"), url('OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Oswald";
  src: url('Oswald-Regular.eot');
  src: url('Oswald-Regular.eot?#iefix') format("embedded-opentype"), url('Oswald-Regular.woff2') format("woff2"), url('Oswald-Regular.woff') format("woff"), url('Oswald-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins";
  src: url('Poppins-Regular.eot');
  src: url('Poppins-Regular.eot?#iefix') format("embedded-opentype"), url('Poppins-Regular.woff2') format("woff2"), url('Poppins-Regular.woff') format("woff"), url('Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 90%;
  font-display: fallback;
}
@font-face {
  font-family: "PT Sans";
  src: url('PTSans-Regular.eot');
  src: url('PTSans-Regular.eot?#iefix') format("embedded-opentype"), url('PTSans-Regular.woff2') format("woff2"), url('PTSans-Regular.woff') format("woff"), url('PTSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Questrial";
  src: url('Questrial-Regular.eot');
  src: url('Questrial-Regular.eot?#iefix') format("embedded-opentype"), url('Questrial-Regular.woff2') format("woff2"), url('Questrial-Regular.woff') format("woff"), url('Questrial-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 90%;
  font-display: fallback;
}
@font-face {
  font-family: "Roboto";
  src: url('RobotoCondensed-Regular.eot');
  src: url('RobotoCondensed-Regular.eot?#iefix') format("embedded-opentype"), url('RobotoCondensed-Regular.woff2') format("woff2"), url('RobotoCondensed-Regular.woff') format("woff"), url('RobotoCondensed-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "SourceSansPro";
  src: url('SourceSans3-Regular.eot');
  src: url('SourceSans3-Regular.eot?#iefix') format("embedded-opentype"), url('SourceSans3-Regular.woff2') format("woff2"), url('SourceSans3-Regular.woff') format("woff"), url('SourceSans3-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "SpaceMono";
  src: url('SpaceMono-Regular.eot');
  src: url('SpaceMono-Regular.eot?#iefix') format("embedded-opentype"), url('SpaceMono-Regular.woff2') format("woff2"), url('SpaceMono-Regular.woff') format("woff"), url('SpaceMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  size-adjust: 77%;
  font-display: fallback;
}
/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.font-size-unit {
  font-size: calc(0.75em * var(--wl-font-size));
}

.eon-title,
.eon-abstract,
.eon-copy,
.eon-caption,
.eon-quote {
  margin: 0;
}
.eon-title.eon-red,
.eon-abstract.eon-red,
.eon-copy.eon-red,
.eon-caption.eon-red,
.eon-quote.eon-red {
  color: rgb(234, 28, 10);
}
.eon-title.eon-white,
.eon-abstract.eon-white,
.eon-copy.eon-white,
.eon-caption.eon-white,
.eon-quote.eon-white {
  color: rgb(255, 255, 255);
}
.eon-title.eon-turquoise,
.eon-abstract.eon-turquoise,
.eon-copy.eon-turquoise,
.eon-caption.eon-turquoise,
.eon-quote.eon-turquoise {
  color: rgb(30, 162, 177);
}
.eon-title.eon-bordeaux,
.eon-abstract.eon-bordeaux,
.eon-copy.eon-bordeaux,
.eon-caption.eon-bordeaux,
.eon-quote.eon-bordeaux {
  color: rgb(176, 4, 2);
}
.eon-title.eon-limeyellow,
.eon-abstract.eon-limeyellow,
.eon-copy.eon-limeyellow,
.eon-caption.eon-limeyellow,
.eon-quote.eon-limeyellow {
  color: rgb(227, 224, 0);
}
.eon-title.eon-black,
.eon-abstract.eon-black,
.eon-copy.eon-black,
.eon-caption.eon-black,
.eon-quote.eon-black {
  color: rgb(0, 0, 0);
}
.eon-title.eon-darkgrey,
.eon-abstract.eon-darkgrey,
.eon-copy.eon-darkgrey,
.eon-caption.eon-darkgrey,
.eon-quote.eon-darkgrey {
  color: rgb(57, 57, 58);
}

h1.eon-title,
h1.eon-title.first-field {
  font-size: calc(84px * var(--wl-font-size));
  text-align: right;
  line-height: 100%;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 900;
}
h1.eon-title.second-field,
h1.eon-title.first-field.second-field {
  font-size: calc(90px * var(--wl-font-size));
}
h1.eon-title.third-field,
h1.eon-title.first-field.third-field {
  font-size: calc(96px * var(--wl-font-size));
}

h2.eon-title,
h2.eon-title.first-field {
  font-size: calc(60px * var(--wl-font-size));
  text-align: right;
  line-height: 100%;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 900;
}
h2.eon-title.second-field,
h2.eon-title.first-field.second-field {
  font-size: calc(66px * var(--wl-font-size));
}
h2.eon-title.third-field,
h2.eon-title.first-field.third-field {
  font-size: calc(72px * var(--wl-font-size));
}

h3.eon-title,
h3.eon-title.first-field {
  font-size: calc(40px * var(--wl-font-size));
  text-align: right;
  line-height: 100%;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 900;
}
h3.eon-title.second-field,
h3.eon-title.first-field.second-field {
  font-size: calc(48px * var(--wl-font-size));
}
h3.eon-title.third-field,
h3.eon-title.first-field.third-field {
  font-size: calc(52px * var(--wl-font-size));
}
h3.eon-title.text-left,
h3.eon-title.first-field.text-left {
  text-align: right;
  color: rgb(234, 28, 10);
}

h4.eon-title {
  font-size: calc(30px * var(--wl-font-size));
  line-height: 100%;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 900;
}

h5.eon-title {
  font-size: calc(18px * var(--wl-font-size));
  line-height: 24px;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 700;
}

.eon-abstract {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: calc(20px * var(--wl-font-size));
  line-height: 24px;
  font-weight: 500;
}

.eon-copy {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: calc(16px * var(--wl-font-size));
  line-height: 22px;
  font-weight: 400;
}

.eon-caption {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: calc(14px * var(--wl-font-size));
  line-height: 18px;
  font-weight: 400;
}

.eon-quote {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: calc(28px * var(--wl-font-size));
  line-height: 32px;
  font-weight: 400;
}

@media (max-width: 420px) {
  h1.eon-title {
    font-size: calc(46px * var(--wl-font-size));
  }
  h1.eon-title.first-field {
    font-size: calc(46px * var(--wl-font-size));
  }
  h1.eon-title.second-field {
    font-size: calc(48px * var(--wl-font-size));
  }
  h1.eon-title.third-field {
    font-size: calc(50px * var(--wl-font-size));
  }
  h2.eon-title {
    font-size: calc(36px * var(--wl-font-size));
  }
  h2.eon-title.first-field {
    font-size: calc(36px * var(--wl-font-size));
  }
  h2.eon-title.second-field {
    font-size: calc(38px * var(--wl-font-size));
  }
  h2.eon-title.third-field {
    font-size: calc(40px * var(--wl-font-size));
  }
  h3.eon-title {
    font-size: calc(28px * var(--wl-font-size));
  }
  h3.eon-title.first-field {
    font-size: calc(28px * var(--wl-font-size));
  }
  h3.eon-title.second-field {
    font-size: calc(30px * var(--wl-font-size));
  }
  h3.eon-title.third-field {
    font-size: calc(32px * var(--wl-font-size));
  }
  h4.eon-title {
    font-size: calc(24px * var(--wl-font-size));
  }
}
.eon-bold {
  font-weight: bold;
}

/* stylelint-disable */
@font-face {
  font-family: "EON_Icons";
  src: url('EON_Icons.eot?c5c67518aea9250a15174d1d9777bfee?#iefix') format("embedded-opentype"), url('EON_Icons.woff2?c5c67518aea9250a15174d1d9777bfee') format("woff2"), url('EON_Icons.woff?c5c67518aea9250a15174d1d9777bfee') format("woff"), url('EON_Icons.ttf?c5c67518aea9250a15174d1d9777bfee') format("truetype"), url('EON_Icons.svg?c5c67518aea9250a15174d1d9777bfee#EON_Icons') format("svg");
}
.eon-icon {
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.4;
  text-rendering: auto;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .eon-icon {
    font-size: 20px !important;
  }
}

.eon-icon:before {
  font-family: EON_Icons !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
}

.icon-add:before {
  content: "\f101";
}

.icon-alarms:before {
  content: "\f102";
}

.icon-arrowdown-1:before {
  content: "\f103";
}

.icon-arrowdown-2:before {
  content: "\f104";
}

.icon-arrowhalfdown:before {
  content: "\f105";
}

.icon-arrowhalfup:before {
  content: "\f106";
}

.icon-arrowleft-1:before {
  content: "\f107";
}

.icon-arrowleft-2:before {
  content: "\f108";
}

.icon-arrowright-1:before {
  content: "\f109";
}

.icon-arrowright-2:before {
  content: "\f10a";
}

.icon-arrowup-1:before {
  content: "\f10b";
}

.icon-arrowup-2:before {
  content: "\f10c";
}

.icon-arrowupdown-1:before {
  content: "\f10d";
}

.icon-arrowupdown-2:before {
  content: "\f10e";
}

.icon-barchart:before {
  content: "\f10f";
}

.icon-bookmark:before {
  content: "\f110";
}

.icon-bubble:before {
  content: "\f111";
}

.icon-businessindicator {
  -webkit-mask-image: var(--wl-business-indicator);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-calculator:before {
  content: "\f113";
}

.icon-calendar:before {
  content: "\f114";
}

.icon-cash:before {
  content: "\f115";
}

.icon-check-1:before {
  content: "\f116";
}

.icon-check-2:before {
  content: "\f117";
}

.icon-check-3:before {
  content: "\f118";
}

.icon-check:before {
  content: "\f119";
}

.icon-circle:before {
  content: "\f11a";
}

.icon-close:before {
  content: "\f11b";
}

.icon-co2:before {
  content: "\f11c";
}

.icon-compare-1:before {
  content: "\f11d";
}

.icon-compare-2:before {
  content: "\f11e";
}

.icon-copy:before {
  content: "\f11f";
}

.icon-currency:before {
  content: "\f120";
}

.icon-currency {
  font-size: 38px !important;
}

.icon-customer:before {
  content: "\f121";
}

.icon-dashboard:before {
  content: "\f122";
}

.icon-dataex:before {
  content: "\f123";
}

.icon-delete:before {
  content: "\f124";
}

.icon-download:before {
  content: "\f125";
}

.icon-drag-handle:before {
  content: "\f126";
}

.icon-dragndrop-1:before {
  content: "\f127";
}

.icon-dragndrop-2:before {
  content: "\f128";
}

.icon-duration-curve:before {
  content: "\f129";
}

.icon-edit-1:before {
  content: "\f12a";
}

.icon-edit-2:before {
  content: "\f12b";
}

.icon-edit-s:before {
  content: "\f12c";
}

.icon-electricity {
  -webkit-mask-image: var(--wl-electricity);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: var(--wl-electricity-color);
  width: 100%;
  height: 100%;
}

.icon-euro:before {
  content: "\f12e";
}

.icon-expired:before {
  content: "\f12f";
}

.icon-filter:before {
  content: "\f130";
}

.icon-filter2:before {
  content: "\f131";
}

.icon-form:before {
  content: "\f132";
}

.icon-full-screen:before {
  content: "\f133";
}

.icon-gas {
  -webkit-mask-image: var(--wl-gas);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: var(--wl-gas-color);
  width: 100%;
  height: 100%;
}

.icon-goto:before {
  content: "\f135";
}

.icon-group:before {
  content: "\f136";
}

.icon-heat {
  -webkit-mask-image: var(--wl-heat);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: var(--wl-heat-color);
  width: 100%;
  height: 100%;
}

.icon-heatmap:before {
  content: "\f138";
}

.icon-histogram:before {
  content: "\f139";
}

.icon-home:before {
  content: "\f13a";
}

.icon-host:before {
  content: "\f13b";
}

.icon-id:before {
  content: "\f13c";
}

.icon-illuminance {
  -webkit-mask-image: var(--wl-illuminance);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-info:before {
  content: "\f13e";
}

.icon-kva:before {
  content: "\f13f";
}

.icon-kw:before {
  content: "\f140";
}

.icon-kwh:before {
  content: "\f141";
}

.icon-language:before {
  content: "\f142";
}

.icon-layered-line:before {
  content: "\f143";
}

.icon-line-bar-chart:before {
  content: "\f144";
}

.icon-linechart:before {
  content: "\f145";
}

.icon-login:before {
  content: "\f146";
}

.icon-logout:before {
  content: "\f147";
}

.icon-mail:before {
  content: "\f148";
}

.icon-menu:before {
  content: "\f149";
}

.icon-meter-1:before {
  content: "\f14a";
}

.icon-meter-2:before {
  content: "\f14b";
}

.icon-meter-3:before {
  content: "\f14c";
}

.icon-meter-4:before {
  content: "\f14d";
}

.icon-meter-5:before {
  content: "\f14e";
}

.icon-meter-link:before {
  content: "\f14f";
}

.icon-meter-s:before {
  content: "\f150";
}

.icon-meter:before {
  content: "\f151";
}

.icon-minus:before {
  content: "\f152";
}

.icon-more:before {
  content: "\f153";
}

.icon-move:before {
  content: "\f154";
}

.icon-multiple:before {
  content: "\f155";
}

.icon-node-s:before {
  content: "\f156";
}

.icon-nomove:before {
  content: "\f157";
}

.icon-notification:before {
  content: "\f158";
}

.icon-org-s:before {
  content: "\f159";
}

.icon-pareto:before {
  content: "\f15a";
}

.icon-pdf:before {
  content: "\f15b";
}

.icon-performance-indicator {
  -webkit-mask-image: var(--wl-performance-indicator);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-piechart:before {
  content: "\f15d";
}

.icon-pin:before {
  content: "\f15e";
}

.icon-plus-slim:before {
  content: "\f15f";
}

.icon-plus:before {
  content: "\f160";
}

.icon-pound:before {
  content: "\f161";
}

.icon-power {
  -webkit-mask-image: var(--wl-power);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-pressure {
  -webkit-mask-image: var(--wl-pressure);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-print:before {
  content: "\f164";
}

.icon-product {
  -webkit-mask-image: var(--wl-product);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-radio-1:before {
  content: "\f166";
}

.icon-radio-2:before {
  content: "\f167";
}

.icon-rates {
  -webkit-mask-image: var(--wl-rates);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-reload:before {
  content: "\f169";
}

.icon-save:before {
  content: "\f16a";
}

.icon-scatter-graph:before {
  content: "\f16b";
}

.icon-scatter:before {
  content: "\f16c";
}

.icon-schedule-font:before {
  content: "\f16d";
}

.icon-schedule {
  -webkit-mask-image: var(--wl-duration);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-search:before {
  content: "\f16e";
}

.icon-seasonal-analysis:before {
  content: "\f16f";
}

.icon-send:before {
  content: "\f170";
}

.icon-settings-1:before {
  content: "\f171";
}

.icon-settings-2:before {
  content: "\f172";
}

.icon-sigma:before {
  content: "\f173";
}

.icon-signal {
  -webkit-mask-image: var(--wl-signal);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-single-value:before {
  content: "\f175";
}

.icon-site-s:before {
  content: "\f176";
}

.icon-site:before {
  content: "\f177";
}

.icon-sites:before {
  content: "\f178";
}

.icon-stacked-chart:before {
  content: "\f179";
}

.icon-star:before {
  content: "\f17a";
}

.icon-stats:before {
  content: "\f17b";
}

.icon-statsdown:before {
  content: "\f17c";
}

.icon-statsup:before {
  content: "\f17d";
}

.icon-sum:before {
  content: "\f17e";
}

.icon-swap-1:before {
  content: "\f17f";
}

.icon-swap-2:before {
  content: "\f180";
}

.icon-switch:before {
  content: "\f181";
}

.icon-table-chart:before {
  content: "\f182";
}

.icon-table:before {
  content: "\f183";
}

.icon-tag:before {
  content: "\f184";
}

.icon-tags:before {
  content: "\f185";
}

.icon-tariff:before {
  content: "\f186";
}

.icon-temperature {
  -webkit-mask-image: var(--wl-temperature);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-tenant-billing:before {
  content: "\f188";
}

.icon-tenant:before {
  content: "\f189";
}

.icon-text-box:before {
  content: "\f18a";
}

.icon-thumbtack:before {
  content: "\f18b";
}

.icon-toggle_off:before {
  content: "\f18c";
}

.icon-toggle_on:before {
  content: "\f18d";
}

.icon-unit-1:before {
  content: "\f18e";
}

.icon-unit-2:before {
  content: "\f18f";
}

.icon-upload:before {
  content: "\f190";
}

.icon-user-documentation:before {
  content: "\f191";
}

.icon-user:before {
  content: "\f192";
}

.icon-water {
  -webkit-mask-image: var(--wl-water);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: var(--wl-water-color);
  width: 100%;
  height: 100%;
}

.icon-environmental {
  -webkit-mask-image: var(--wl-environmental);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: var(--wl-environmental-color);
  width: 100%;
  height: 100%;
}

.icon-weather {
  -webkit-mask-image: var(--wl-weather);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: padding-box, content-box;
  -webkit-mask-size: 55% auto;
  background-color: black;
  width: 100%;
  height: 100%;
}

.icon-white-labelling:before {
  content: "\f195";
}

.icon-zoom-reset:before {
  content: "\f196";
}

.icon-load-analysis:before {
  content: "\f175";
}

.icon-exclamation:before {
  content: url('exclamation-icon.svg');
}

.icon-sankey-diagram:before {
  content: url('sankey-icon.svg');
}

.icon-user-guides:before {
  content: url('user-guides.svg');
}

.icon-pajamas_approval:before {
  content: url('pajamas_approval.svg');
}

/* stylelint-enable */
.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
  font-size: calc(16px * var(--wl-font-size));
  color: rgb(57, 57, 58);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hidden {
  visibility: hidden;
}

a {
  text-decoration: underline;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: rgb(143, 145, 146);
}
a:visited {
  color: rgb(143, 145, 146);
}

svg text {
  fill: rgb(64, 64, 64);
}
svg path.highcharts-point {
  transition: fill 0.3s;
}

/* IE 11: Prevent button shift when clicking */
button span {
  position: relative;
}
button span.mdc-button__label {
  width: 100%;
}

/* IE 11 fixes for flexboxgrid */
_:-ms-fullscreen,
:root .col-xs {
  flex-basis: auto;
}

_:-ms-fullscreen,
:root .start-xs {
  text-align: left;
}

::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.eon-bg-turquoise {
  background-color: rgb(30, 162, 177) !important;
}

.eon-bg-bordeaux {
  background-color: rgb(176, 4, 2) !important;
}

.eon-bg-limeyellow {
  background-color: rgb(227, 224, 0) !important;
}

.eon-bg-darkgrey-75 {
  background-color: rgb(64, 64, 64) !important;
}

.eon-bg-electricity-wl {
  background-color: var(--wl-electricity-color) !important;
}

.eon-bg-gas-wl {
  background-color: var(--wl-gas-color) !important;
}

.eon-bg-water-wl {
  background-color: var(--wl-water-color) !important;
}

.eon-bg-heat-wl {
  background-color: var(--wl-heat-color) !important;
}

.eon-bg-environmental-wl {
  background-color: var(--wl-environmental-color) !important;
}

/* Flexbox */
.col-xs-min {
  box-sizing: border-box;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: none;
}

.col-xs-stretch {
  flex: auto;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: auto;
}

.flex-align-items-bottom {
  align-items: flex-end;
}

.flex-align-items-center {
  align-items: center;
}

.flex-justify-content-center {
  justify-content: center;
}

.flex-justify-content-end {
  justify-content: flex-end;
}

.flex-justify-content-evenly {
  justify-content: space-evenly;
}

.flex-justify-content-between {
  justify-content: space-between;
}

.flex-align-self-center {
  align-self: center;
}

.flex-align-self-end {
  align-self: flex-end;
}

.flex-50 {
  flex: 1 1 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}

.flex-40 {
  flex: 1 1 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}

.flex-60 {
  flex: 1 1 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}

.flex-30 {
  flex: 1 1 30%;
  -ms-flex-preferred-size: 30%;
  max-width: 30%;
}

.flex-70 {
  flex: 1 1 70%;
  -ms-flex-preferred-size: 70%;
  max-width: 70%;
}

.flex-20 {
  flex: 1 1 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}

.flex-80 {
  flex: 1 1 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}

.flex-25 {
  flex: 1 1 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}

.flex-75 {
  flex: 1 1 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

@keyframes icon-spin {
  100% {
    transform: rotate(-360deg);
  }
}
.icon-spin {
  transition-duration: 0.8s;
  transition-property: transform;
  overflow: hidden;
  animation: icon-spin 2s linear infinite;
}

.icon-spin-normal {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.icon-spin-small {
  height: 22px;
  width: 22px;
}

/* Hide spinners on number fields */
input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.no-border {
  border: 0 !important;
}

.d-none {
  display: none !important;
}

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

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

.white-space-normal {
  white-space: normal !important;
}

.boot-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boot-content {
  display: flex;
  flex-direction: column;
}

.boot-logo {
  width: 90px;
  height: 60px;
  background-size: contain;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@keyframes load {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.loading-indicator {
  position: relative;
  height: 100px;
}

.loading-animation {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.75;
}
.loading-animation:nth-child(1) {
  animation: load 3.5s ease-in-out infinite;
  background: rgb(227, 224, 0);
  transform-origin: 100% 100%;
  margin-left: -20px;
}
.loading-animation:nth-child(2) {
  animation: load 4.3s ease-in-out infinite;
  animation-delay: -1.1666666667s;
  background: rgb(30, 162, 177);
  transform-origin: 0% 100%;
  margin-left: 20px;
}
.loading-animation:nth-child(3) {
  animation: load 5.1s ease-in-out infinite;
  animation-delay: -2.3333333333s;
  background: rgb(234, 28, 10);
  transform-origin: 50% 0%;
  margin-top: 20px;
}

.small-circle-button {
  cursor: pointer;
  color: rgb(57, 57, 58);
  background-color: transparent;
  border: solid 3px rgb(57, 57, 58);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 5px 0 0;
  transition: all 300ms ease-in-out;
}
.small-circle-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(143, 145, 146);
  border: solid 3px rgb(143, 145, 146);
}
.small-circle-button.active {
  color: rgb(255, 255, 255);
  background-color: rgb(57, 57, 58);
}
.small-circle-button.active:hover {
  background-color: rgb(143, 145, 146);
  border: solid 3px rgb(143, 145, 146);
}
.small-circle-button .eon-icon {
  display: flex;
  justify-content: center;
  font-size: 20px !important;
}
.small-circle-button:focus {
  outline: 0;
}
.small-circle-button:disabled {
  color: rgb(191, 191, 191);
  cursor: default;
  border-color: rgb(191, 191, 191);
}

.eon-icon-small {
  font-size: 22px;
  vertical-align: middle;
}

.eon-icon-middle {
  font-size: 26px;
  vertical-align: middle;
  line-height: normal;
}

button.eon-button {
  height: 52px;
  border: none;
  border-radius: 40px;
  padding: 0;
  box-shadow: none;
  font-weight: bold;
  font-size: calc(16px * var(--wl-font-size));
  color: rgb(255, 255, 255);
  white-space: nowrap;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
}
button.eon-button:focus {
  outline: none;
}
button.eon-button:before {
  content: "";
  height: 52px;
  width: 26px;
  position: relative;
  display: inline;
}
button.eon-button:after {
  content: "";
  height: 52px;
  width: 26px;
  position: relative;
  display: inline;
}

button.input-button {
  border: 0;
  padding: 0;
  outline: none;
  line-height: 1;
  margin: -10px 0;
  background-color: transparent;
}
button.input-button:focus {
  outline: none;
}
button.input-button:hover {
  color: rgb(234, 28, 10);
}
button.input-button:disabled {
  color: rgb(232, 232, 232);
}

button.eon-button,
a.eon-button.small,
a.eon-button,
a.eon-button-icon,
a.eon-button-icon-only {
  color: rgb(255, 255, 255);
}
button.eon-button.eon-red,
a.eon-button.small.eon-red,
a.eon-button.eon-red,
a.eon-button-icon.eon-red,
a.eon-button-icon-only.eon-red {
  color: rgb(234, 28, 10);
}
button.eon-button.eon-white,
a.eon-button.small.eon-white,
a.eon-button.eon-white,
a.eon-button-icon.eon-white,
a.eon-button-icon-only.eon-white {
  color: rgb(255, 255, 255);
}
button.eon-button.eon-turquoise,
a.eon-button.small.eon-turquoise,
a.eon-button.eon-turquoise,
a.eon-button-icon.eon-turquoise,
a.eon-button-icon-only.eon-turquoise {
  color: rgb(30, 162, 177);
}
button.eon-button.eon-bordeaux,
a.eon-button.small.eon-bordeaux,
a.eon-button.eon-bordeaux,
a.eon-button-icon.eon-bordeaux,
a.eon-button-icon-only.eon-bordeaux {
  color: rgb(176, 4, 2);
}
button.eon-button.eon-limeyellow,
a.eon-button.small.eon-limeyellow,
a.eon-button.eon-limeyellow,
a.eon-button-icon.eon-limeyellow,
a.eon-button-icon-only.eon-limeyellow {
  color: rgb(227, 224, 0);
}
button.eon-button.eon-black,
a.eon-button.small.eon-black,
a.eon-button.eon-black,
a.eon-button-icon.eon-black,
a.eon-button-icon-only.eon-black {
  color: rgb(0, 0, 0);
}
button.eon-button.eon-darkgrey,
a.eon-button.small.eon-darkgrey,
a.eon-button.eon-darkgrey,
a.eon-button-icon.eon-darkgrey,
a.eon-button-icon-only.eon-darkgrey {
  color: rgb(57, 57, 58);
}
button.eon-button.eon-red-active,
a.eon-button.small.eon-red-active,
a.eon-button.eon-red-active,
a.eon-button-icon.eon-red-active,
a.eon-button-icon-only.eon-red-active {
  color: rgb(213, 22, 7);
}
button.eon-button.eon-bordeaux-active,
a.eon-button.small.eon-bordeaux-active,
a.eon-button.eon-bordeaux-active,
a.eon-button-icon.eon-bordeaux-active,
a.eon-button-icon-only.eon-bordeaux-active {
  color: rgb(160, 3, 17);
}
button.eon-button.eon-limeyellow-active,
a.eon-button.small.eon-limeyellow-active,
a.eon-button.eon-limeyellow-active,
a.eon-button-icon.eon-limeyellow-active,
a.eon-button-icon-only.eon-limeyellow-active {
  color: rgb(218, 214, 0);
}
button.eon-button.eon-turquoise-active,
a.eon-button.small.eon-turquoise-active,
a.eon-button.eon-turquoise-active,
a.eon-button-icon.eon-turquoise-active,
a.eon-button-icon-only.eon-turquoise-active {
  color: rgb(43, 145, 163);
}
button.eon-button.eon-red-75,
a.eon-button.small.eon-red-75,
a.eon-button.eon-red-75,
a.eon-button-icon.eon-red-75,
a.eon-button-icon-only.eon-red-75 {
  color: rgb(240, 85, 72);
}
button.eon-button.eon-red-50,
a.eon-button.small.eon-red-50,
a.eon-button.eon-red-50,
a.eon-button-icon.eon-red-50,
a.eon-button-icon-only.eon-red-50 {
  color: rgb(244, 141, 132);
}
button.eon-button.eon-red-25,
a.eon-button.small.eon-red-25,
a.eon-button.eon-red-25,
a.eon-button-icon.eon-red-25,
a.eon-button-icon-only.eon-red-25 {
  color: rgb(250, 198, 194);
}
button.eon-button.eon-bordeaux-75,
a.eon-button.small.eon-bordeaux-75,
a.eon-button.eon-bordeaux-75,
a.eon-button-icon.eon-bordeaux-75,
a.eon-button-icon-only.eon-bordeaux-75 {
  color: rgb(196, 67, 65);
}
button.eon-button.eon-bordeaux-50,
a.eon-button.small.eon-bordeaux-50,
a.eon-button.eon-bordeaux-50,
a.eon-button-icon.eon-bordeaux-50,
a.eon-button-icon-only.eon-bordeaux-50 {
  color: rgb(215, 129, 128);
}
button.eon-button.eon-bordeaux-25,
a.eon-button.small.eon-bordeaux-25,
a.eon-button.eon-bordeaux-25,
a.eon-button-icon.eon-bordeaux-25,
a.eon-button-icon-only.eon-bordeaux-25 {
  color: rgb(235, 192, 192);
}
button.eon-button.eon-limeyellow-75,
a.eon-button.small.eon-limeyellow-75,
a.eon-button.eon-limeyellow-75,
a.eon-button-icon.eon-limeyellow-75,
a.eon-button-icon-only.eon-limeyellow-75 {
  color: rgb(234, 232, 64);
}
button.eon-button.eon-limeyellow-50,
a.eon-button.small.eon-limeyellow-50,
a.eon-button.eon-limeyellow-50,
a.eon-button-icon.eon-limeyellow-50,
a.eon-button-icon-only.eon-limeyellow-50 {
  color: rgb(241, 239, 127);
}
button.eon-button.eon-limeyellow-25,
a.eon-button.small.eon-limeyellow-25,
a.eon-button.eon-limeyellow-25,
a.eon-button-icon.eon-limeyellow-25,
a.eon-button-icon-only.eon-limeyellow-25 {
  color: rgb(248, 247, 191);
}
button.eon-button.eon-turquoise-75,
a.eon-button.small.eon-turquoise-75,
a.eon-button.eon-turquoise-75,
a.eon-button-icon.eon-turquoise-75,
a.eon-button-icon-only.eon-turquoise-75 {
  color: rgb(86, 185, 197);
}
button.eon-button.eon-turquoise-50,
a.eon-button.small.eon-turquoise-50,
a.eon-button.eon-turquoise-50,
a.eon-button-icon.eon-turquoise-50,
a.eon-button-icon-only.eon-turquoise-50 {
  color: rgb(142, 208, 216);
}
button.eon-button.eon-turquoise-25,
a.eon-button.small.eon-turquoise-25,
a.eon-button.eon-turquoise-25,
a.eon-button-icon.eon-turquoise-25,
a.eon-button-icon-only.eon-turquoise-25 {
  color: rgb(199, 232, 235);
}
button.eon-button.eon-black,
a.eon-button.small.eon-black,
a.eon-button.eon-black,
a.eon-button-icon.eon-black,
a.eon-button-icon-only.eon-black {
  color: rgb(0, 0, 0);
}
button.eon-button.eon-darkgrey,
a.eon-button.small.eon-darkgrey,
a.eon-button.eon-darkgrey,
a.eon-button-icon.eon-darkgrey,
a.eon-button-icon-only.eon-darkgrey {
  color: rgb(57, 57, 58);
}
button.eon-button.eon-darkgrey-active,
a.eon-button.small.eon-darkgrey-active,
a.eon-button.eon-darkgrey-active,
a.eon-button-icon.eon-darkgrey-active,
a.eon-button-icon-only.eon-darkgrey-active {
  color: rgb(64, 64, 64);
}
button.eon-button.eon-darkgrey-75,
a.eon-button.small.eon-darkgrey-75,
a.eon-button.eon-darkgrey-75,
a.eon-button-icon.eon-darkgrey-75,
a.eon-button-icon-only.eon-darkgrey-75 {
  color: rgb(64, 64, 64);
}
button.eon-button.eon-darkgrey-25,
a.eon-button.small.eon-darkgrey-25,
a.eon-button.eon-darkgrey-25,
a.eon-button-icon.eon-darkgrey-25,
a.eon-button-icon-only.eon-darkgrey-25 {
  color: rgb(191, 191, 191);
}
button.eon-button.eon-middlegrey,
a.eon-button.small.eon-middlegrey,
a.eon-button.eon-middlegrey,
a.eon-button-icon.eon-middlegrey,
a.eon-button-icon-only.eon-middlegrey {
  color: rgb(143, 145, 146);
}
button.eon-button.eon-lightgrey,
a.eon-button.small.eon-lightgrey,
a.eon-button.eon-lightgrey,
a.eon-button-icon.eon-lightgrey,
a.eon-button-icon-only.eon-lightgrey {
  color: rgb(232, 232, 232);
}
button.eon-button.eon-ultralightgrey,
a.eon-button.small.eon-ultralightgrey,
a.eon-button.eon-ultralightgrey,
a.eon-button-icon.eon-ultralightgrey,
a.eon-button-icon-only.eon-ultralightgrey {
  color: rgb(246, 246, 247);
}

button.eon-button.bg-eon-red,
a.eon-button.small.bg-eon-red,
a.eon-button.bg-eon-red {
  background-color: rgb(234, 28, 10);
}
button.eon-button.bg-eon-red:before,
a.eon-button.small.bg-eon-red:before,
a.eon-button.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red:after,
a.eon-button.small.bg-eon-red:after,
a.eon-button.bg-eon-red:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red:hover,
a.eon-button.small.bg-eon-red:hover,
a.eon-button.bg-eon-red:hover {
  background-color: rgb(213, 22, 7);
}
button.eon-button.bg-eon-red:hover:before,
a.eon-button.small.bg-eon-red:hover:before,
a.eon-button.bg-eon-red:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red:hover:after,
a.eon-button.small.bg-eon-red:hover:after,
a.eon-button.bg-eon-red:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux,
a.eon-button.small.bg-eon-bordeaux,
a.eon-button.bg-eon-bordeaux {
  background-color: rgb(176, 4, 2);
}
button.eon-button.bg-eon-bordeaux:before,
a.eon-button.small.bg-eon-bordeaux:before,
a.eon-button.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux:after,
a.eon-button.small.bg-eon-bordeaux:after,
a.eon-button.bg-eon-bordeaux:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux:hover,
a.eon-button.small.bg-eon-bordeaux:hover,
a.eon-button.bg-eon-bordeaux:hover {
  background-color: rgb(160, 3, 17);
}
button.eon-button.bg-eon-bordeaux:hover:before,
a.eon-button.small.bg-eon-bordeaux:hover:before,
a.eon-button.bg-eon-bordeaux:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux:hover:after,
a.eon-button.small.bg-eon-bordeaux:hover:after,
a.eon-button.bg-eon-bordeaux:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise,
a.eon-button.small.bg-eon-turquoise,
a.eon-button.bg-eon-turquoise {
  background-color: rgb(30, 162, 177);
}
button.eon-button.bg-eon-turquoise:before,
a.eon-button.small.bg-eon-turquoise:before,
a.eon-button.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise:after,
a.eon-button.small.bg-eon-turquoise:after,
a.eon-button.bg-eon-turquoise:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise:hover,
a.eon-button.small.bg-eon-turquoise:hover,
a.eon-button.bg-eon-turquoise:hover {
  background-color: rgb(43, 145, 163);
}
button.eon-button.bg-eon-turquoise:hover:before,
a.eon-button.small.bg-eon-turquoise:hover:before,
a.eon-button.bg-eon-turquoise:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise:hover:after,
a.eon-button.small.bg-eon-turquoise:hover:after,
a.eon-button.bg-eon-turquoise:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow,
a.eon-button.small.bg-eon-limeyellow,
a.eon-button.bg-eon-limeyellow {
  background-color: rgb(227, 224, 0);
}
button.eon-button.bg-eon-limeyellow:before,
a.eon-button.small.bg-eon-limeyellow:before,
a.eon-button.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow:after,
a.eon-button.small.bg-eon-limeyellow:after,
a.eon-button.bg-eon-limeyellow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow:hover,
a.eon-button.small.bg-eon-limeyellow:hover,
a.eon-button.bg-eon-limeyellow:hover {
  background-color: rgb(218, 214, 0);
}
button.eon-button.bg-eon-limeyellow:hover:before,
a.eon-button.small.bg-eon-limeyellow:hover:before,
a.eon-button.bg-eon-limeyellow:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow:hover:after,
a.eon-button.small.bg-eon-limeyellow:hover:after,
a.eon-button.bg-eon-limeyellow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-darkgrey,
a.eon-button.small.bg-eon-darkgrey,
a.eon-button.bg-eon-darkgrey {
  background-color: rgb(57, 57, 58);
}
button.eon-button.bg-eon-darkgrey:before,
a.eon-button.small.bg-eon-darkgrey:before,
a.eon-button.bg-eon-darkgrey:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(57,57,58)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-darkgrey:after,
a.eon-button.small.bg-eon-darkgrey:after,
a.eon-button.bg-eon-darkgrey:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(57,57,58)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-darkgrey:hover,
a.eon-button.small.bg-eon-darkgrey:hover,
a.eon-button.bg-eon-darkgrey:hover {
  background-color: rgb(64, 64, 64);
}
button.eon-button.bg-eon-darkgrey:hover:before,
a.eon-button.small.bg-eon-darkgrey:hover:before,
a.eon-button.bg-eon-darkgrey:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(64,64,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-darkgrey:hover:after,
a.eon-button.small.bg-eon-darkgrey:hover:after,
a.eon-button.bg-eon-darkgrey:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(64,64,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-middlegrey,
a.eon-button.small.bg-eon-middlegrey,
a.eon-button.bg-eon-middlegrey {
  background-color: rgb(143, 145, 146);
}
button.eon-button.bg-eon-middlegrey:before,
a.eon-button.small.bg-eon-middlegrey:before,
a.eon-button.bg-eon-middlegrey:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(143,145,146)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-middlegrey:after,
a.eon-button.small.bg-eon-middlegrey:after,
a.eon-button.bg-eon-middlegrey:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(143,145,146)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-middlegrey:hover,
a.eon-button.small.bg-eon-middlegrey:hover,
a.eon-button.bg-eon-middlegrey:hover {
  background-color: rgb(150, 150, 150);
}
button.eon-button.bg-eon-middlegrey:hover:before,
a.eon-button.small.bg-eon-middlegrey:hover:before,
a.eon-button.bg-eon-middlegrey:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(150,150,150)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-middlegrey:hover:after,
a.eon-button.small.bg-eon-middlegrey:hover:after,
a.eon-button.bg-eon-middlegrey:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(150,150,150)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-nbs,
a.eon-button.small.bg-nbs,
a.eon-button.bg-nbs {
  background-color: rgb(2, 63, 133);
}
button.eon-button.bg-nbs:before,
a.eon-button.small.bg-nbs:before,
a.eon-button.bg-nbs:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(2,63,133)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-nbs:after,
a.eon-button.small.bg-nbs:after,
a.eon-button.bg-nbs:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(2,63,133)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-nbs:hover,
a.eon-button.small.bg-nbs:hover,
a.eon-button.bg-nbs:hover {
  background-color: rgb(31, 89, 156);
}
button.eon-button.bg-nbs:hover:before,
a.eon-button.small.bg-nbs:hover:before,
a.eon-button.bg-nbs:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(31,89,156)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-nbs:hover:after,
a.eon-button.small.bg-nbs:hover:after,
a.eon-button.bg-nbs:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(31,89,156)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-white,
a.eon-button.small.bg-eon-white,
a.eon-button.bg-eon-white {
  background-color: rgb(255, 255, 255);
}
button.eon-button.bg-eon-white:before,
a.eon-button.small.bg-eon-white:before,
a.eon-button.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-white:after,
a.eon-button.small.bg-eon-white:after,
a.eon-button.bg-eon-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-white:hover,
a.eon-button.small.bg-eon-white:hover,
a.eon-button.bg-eon-white:hover {
  background-color: rgb(232, 232, 232);
}
button.eon-button.bg-eon-white:hover:before,
a.eon-button.small.bg-eon-white:hover:before,
a.eon-button.bg-eon-white:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-white:hover:after,
a.eon-button.small.bg-eon-white:hover:after,
a.eon-button.bg-eon-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red-75,
a.eon-button.small.bg-eon-red-75,
a.eon-button.bg-eon-red-75 {
  background-color: rgb(240, 85, 72);
}
button.eon-button.bg-eon-red-75:before,
a.eon-button.small.bg-eon-red-75:before,
a.eon-button.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red-75:after,
a.eon-button.small.bg-eon-red-75:after,
a.eon-button.bg-eon-red-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red-75:hover,
a.eon-button.small.bg-eon-red-75:hover,
a.eon-button.bg-eon-red-75:hover {
  background-color: rgb(240, 85, 72);
}
button.eon-button.bg-eon-red-75:hover:before,
a.eon-button.small.bg-eon-red-75:hover:before,
a.eon-button.bg-eon-red-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-red-75:hover:after,
a.eon-button.small.bg-eon-red-75:hover:after,
a.eon-button.bg-eon-red-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux-75,
a.eon-button.small.bg-eon-bordeaux-75,
a.eon-button.bg-eon-bordeaux-75 {
  background-color: rgb(196, 67, 65);
}
button.eon-button.bg-eon-bordeaux-75:before,
a.eon-button.small.bg-eon-bordeaux-75:before,
a.eon-button.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux-75:after,
a.eon-button.small.bg-eon-bordeaux-75:after,
a.eon-button.bg-eon-bordeaux-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux-75:hover,
a.eon-button.small.bg-eon-bordeaux-75:hover,
a.eon-button.bg-eon-bordeaux-75:hover {
  background-color: rgb(196, 67, 65);
}
button.eon-button.bg-eon-bordeaux-75:hover:before,
a.eon-button.small.bg-eon-bordeaux-75:hover:before,
a.eon-button.bg-eon-bordeaux-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-bordeaux-75:hover:after,
a.eon-button.small.bg-eon-bordeaux-75:hover:after,
a.eon-button.bg-eon-bordeaux-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-75,
a.eon-button.small.bg-eon-limeyellow-75,
a.eon-button.bg-eon-limeyellow-75 {
  background-color: rgb(234, 232, 64);
  color: rgb(176, 4, 2);
}
button.eon-button.bg-eon-limeyellow-75:before,
a.eon-button.small.bg-eon-limeyellow-75:before,
a.eon-button.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-75:after,
a.eon-button.small.bg-eon-limeyellow-75:after,
a.eon-button.bg-eon-limeyellow-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-75:hover,
a.eon-button.small.bg-eon-limeyellow-75:hover,
a.eon-button.bg-eon-limeyellow-75:hover {
  background-color: rgb(234, 232, 64);
}
button.eon-button.bg-eon-limeyellow-75:hover:before,
a.eon-button.small.bg-eon-limeyellow-75:hover:before,
a.eon-button.bg-eon-limeyellow-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-75:hover:after,
a.eon-button.small.bg-eon-limeyellow-75:hover:after,
a.eon-button.bg-eon-limeyellow-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-50,
a.eon-button.small.bg-eon-limeyellow-50,
a.eon-button.bg-eon-limeyellow-50 {
  background-color: rgb(241, 239, 127);
  color: rgb(176, 4, 2);
}
button.eon-button.bg-eon-limeyellow-50:before,
a.eon-button.small.bg-eon-limeyellow-50:before,
a.eon-button.bg-eon-limeyellow-50:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-50:after,
a.eon-button.small.bg-eon-limeyellow-50:after,
a.eon-button.bg-eon-limeyellow-50:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-50:hover,
a.eon-button.small.bg-eon-limeyellow-50:hover,
a.eon-button.bg-eon-limeyellow-50:hover {
  background-color: rgb(241, 239, 127);
}
button.eon-button.bg-eon-limeyellow-50:hover:before,
a.eon-button.small.bg-eon-limeyellow-50:hover:before,
a.eon-button.bg-eon-limeyellow-50:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-limeyellow-50:hover:after,
a.eon-button.small.bg-eon-limeyellow-50:hover:after,
a.eon-button.bg-eon-limeyellow-50:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise-75,
a.eon-button.small.bg-eon-turquoise-75,
a.eon-button.bg-eon-turquoise-75 {
  background-color: rgb(86, 185, 197);
}
button.eon-button.bg-eon-turquoise-75:before,
a.eon-button.small.bg-eon-turquoise-75:before,
a.eon-button.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise-75:after,
a.eon-button.small.bg-eon-turquoise-75:after,
a.eon-button.bg-eon-turquoise-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise-75:hover,
a.eon-button.small.bg-eon-turquoise-75:hover,
a.eon-button.bg-eon-turquoise-75:hover {
  background-color: rgb(86, 185, 197);
}
button.eon-button.bg-eon-turquoise-75:hover:before,
a.eon-button.small.bg-eon-turquoise-75:hover:before,
a.eon-button.bg-eon-turquoise-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.bg-eon-turquoise-75:hover:after,
a.eon-button.small.bg-eon-turquoise-75:hover:after,
a.eon-button.bg-eon-turquoise-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.wl-eon-primary,
a.eon-button.small.wl-eon-primary,
a.eon-button.wl-eon-primary {
  background-color: var(--wl-primary-btn-color);
}
button.eon-button.wl-eon-primary:before,
a.eon-button.small.wl-eon-primary:before,
a.eon-button.wl-eon-primary:before {
  background-color: var(--wl-primary-btn-color);
  border-top-left-radius: 35%;
  border-bottom-left-radius: 35%;
}
button.eon-button.wl-eon-primary:after,
a.eon-button.small.wl-eon-primary:after,
a.eon-button.wl-eon-primary:after {
  background-color: var(--wl-primary-btn-color);
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}
button.eon-button.wl-eon-primary:hover,
a.eon-button.small.wl-eon-primary:hover,
a.eon-button.wl-eon-primary:hover {
  background-color: var(--wl-primary-btn-color-active);
}
button.eon-button.wl-eon-primary:hover:before,
a.eon-button.small.wl-eon-primary:hover:before,
a.eon-button.wl-eon-primary:hover:before {
  background-color: var(--wl-primary-btn-color-active);
  border-top-left-radius: 35%;
  border-bottom-left-radius: 35%;
}
button.eon-button.wl-eon-primary:hover:after,
a.eon-button.small.wl-eon-primary:hover:after,
a.eon-button.wl-eon-primary:hover:after {
  background-color: var(--wl-primary-btn-color-active);
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}
button.eon-button.wl-eon-secondary,
a.eon-button.small.wl-eon-secondary,
a.eon-button.wl-eon-secondary {
  background-color: var(--wl-secondary-btn-color);
}
button.eon-button.wl-eon-secondary:before,
a.eon-button.small.wl-eon-secondary:before,
a.eon-button.wl-eon-secondary:before {
  background-color: var(--wl-secondary-btn-color);
  border-top-left-radius: 35%;
  border-bottom-left-radius: 35%;
}
button.eon-button.wl-eon-secondary:after,
a.eon-button.small.wl-eon-secondary:after,
a.eon-button.wl-eon-secondary:after {
  background-color: var(--wl-secondary-btn-color);
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}
button.eon-button.wl-eon-secondary:hover,
a.eon-button.small.wl-eon-secondary:hover,
a.eon-button.wl-eon-secondary:hover {
  background-color: var(--wl-secondary-btn-color-active);
}
button.eon-button.wl-eon-secondary:hover:before,
a.eon-button.small.wl-eon-secondary:hover:before,
a.eon-button.wl-eon-secondary:hover:before {
  background-color: var(--wl-secondary-btn-color-active);
  border-top-left-radius: 35%;
  border-bottom-left-radius: 35%;
}
button.eon-button.wl-eon-secondary:hover:after,
a.eon-button.small.wl-eon-secondary:hover:after,
a.eon-button.wl-eon-secondary:hover:after {
  background-color: var(--wl-secondary-btn-color-active);
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}
button.eon-button.wl-eon-primary.disabled, button.eon-button.wl-eon-primary:disabled, button.eon-button.wl-eon-secondary.disabled, button.eon-button.wl-eon-secondary:disabled,
a.eon-button.small.wl-eon-primary.disabled,
a.eon-button.small.wl-eon-primary:disabled,
a.eon-button.small.wl-eon-secondary.disabled,
a.eon-button.small.wl-eon-secondary:disabled,
a.eon-button.wl-eon-primary.disabled,
a.eon-button.wl-eon-primary:disabled,
a.eon-button.wl-eon-secondary.disabled,
a.eon-button.wl-eon-secondary:disabled {
  color: rgb(191, 191, 191);
  cursor: default;
}
button.eon-button.wl-eon-primary.disabled:before, button.eon-button.wl-eon-primary:disabled:before, button.eon-button.wl-eon-secondary.disabled:before, button.eon-button.wl-eon-secondary:disabled:before,
a.eon-button.small.wl-eon-primary.disabled:before,
a.eon-button.small.wl-eon-primary:disabled:before,
a.eon-button.small.wl-eon-secondary.disabled:before,
a.eon-button.small.wl-eon-secondary:disabled:before,
a.eon-button.wl-eon-primary.disabled:before,
a.eon-button.wl-eon-primary:disabled:before,
a.eon-button.wl-eon-secondary.disabled:before,
a.eon-button.wl-eon-secondary:disabled:before {
  background-color: rgb(232, 232, 232);
  border-top-left-radius: 35%;
  border-bottom-left-radius: 35%;
}
button.eon-button.wl-eon-primary.disabled:after, button.eon-button.wl-eon-primary:disabled:after, button.eon-button.wl-eon-secondary.disabled:after, button.eon-button.wl-eon-secondary:disabled:after,
a.eon-button.small.wl-eon-primary.disabled:after,
a.eon-button.small.wl-eon-primary:disabled:after,
a.eon-button.small.wl-eon-secondary.disabled:after,
a.eon-button.small.wl-eon-secondary:disabled:after,
a.eon-button.wl-eon-primary.disabled:after,
a.eon-button.wl-eon-primary:disabled:after,
a.eon-button.wl-eon-secondary.disabled:after,
a.eon-button.wl-eon-secondary:disabled:after {
  background-color: rgb(232, 232, 232);
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}
button.eon-button.wl-eon-primary.disabled:hover, button.eon-button.wl-eon-primary:disabled:hover, button.eon-button.wl-eon-secondary.disabled:hover, button.eon-button.wl-eon-secondary:disabled:hover,
a.eon-button.small.wl-eon-primary.disabled:hover,
a.eon-button.small.wl-eon-primary:disabled:hover,
a.eon-button.small.wl-eon-secondary.disabled:hover,
a.eon-button.small.wl-eon-secondary:disabled:hover,
a.eon-button.wl-eon-primary.disabled:hover,
a.eon-button.wl-eon-primary:disabled:hover,
a.eon-button.wl-eon-secondary.disabled:hover,
a.eon-button.wl-eon-secondary:disabled:hover {
  background-color: rgb(232, 232, 232);
}
button.eon-button.wl-eon-primary.disabled:hover:before, button.eon-button.wl-eon-primary:disabled:hover:before, button.eon-button.wl-eon-secondary.disabled:hover:before, button.eon-button.wl-eon-secondary:disabled:hover:before,
a.eon-button.small.wl-eon-primary.disabled:hover:before,
a.eon-button.small.wl-eon-primary:disabled:hover:before,
a.eon-button.small.wl-eon-secondary.disabled:hover:before,
a.eon-button.small.wl-eon-secondary:disabled:hover:before,
a.eon-button.wl-eon-primary.disabled:hover:before,
a.eon-button.wl-eon-primary:disabled:hover:before,
a.eon-button.wl-eon-secondary.disabled:hover:before,
a.eon-button.wl-eon-secondary:disabled:hover:before {
  background-color: rgb(232, 232, 232);
  border-top-left-radius: 35%;
  border-bottom-left-radius: 35%;
}
button.eon-button.wl-eon-primary.disabled:hover:after, button.eon-button.wl-eon-primary:disabled:hover:after, button.eon-button.wl-eon-secondary.disabled:hover:after, button.eon-button.wl-eon-secondary:disabled:hover:after,
a.eon-button.small.wl-eon-primary.disabled:hover:after,
a.eon-button.small.wl-eon-primary:disabled:hover:after,
a.eon-button.small.wl-eon-secondary.disabled:hover:after,
a.eon-button.small.wl-eon-secondary:disabled:hover:after,
a.eon-button.wl-eon-primary.disabled:hover:after,
a.eon-button.wl-eon-primary:disabled:hover:after,
a.eon-button.wl-eon-secondary.disabled:hover:after,
a.eon-button.wl-eon-secondary:disabled:hover:after {
  background-color: rgb(232, 232, 232);
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}
button.eon-button.disabled, button.eon-button:disabled,
a.eon-button.small.disabled,
a.eon-button.small:disabled,
a.eon-button.disabled,
a.eon-button:disabled {
  color: rgb(191, 191, 191);
  cursor: default;
  background-color: rgb(232, 232, 232);
}
button.eon-button.disabled:before, button.eon-button:disabled:before,
a.eon-button.small.disabled:before,
a.eon-button.small:disabled:before,
a.eon-button.disabled:before,
a.eon-button:disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled:after, button.eon-button:disabled:after,
a.eon-button.small.disabled:after,
a.eon-button.small:disabled:after,
a.eon-button.disabled:after,
a.eon-button:disabled:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled:hover, button.eon-button:disabled:hover,
a.eon-button.small.disabled:hover,
a.eon-button.small:disabled:hover,
a.eon-button.disabled:hover,
a.eon-button:disabled:hover {
  background-color: rgb(232, 232, 232);
}
button.eon-button.disabled:hover:before, button.eon-button:disabled:hover:before,
a.eon-button.small.disabled:hover:before,
a.eon-button.small:disabled:hover:before,
a.eon-button.disabled:hover:before,
a.eon-button:disabled:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled:hover:after, button.eon-button:disabled:hover:after,
a.eon-button.small.disabled:hover:after,
a.eon-button.small:disabled:hover:after,
a.eon-button.disabled:hover:after,
a.eon-button:disabled:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled.bg-eon-white, button.eon-button:disabled.bg-eon-white,
a.eon-button.small.disabled.bg-eon-white,
a.eon-button.small:disabled.bg-eon-white,
a.eon-button.disabled.bg-eon-white,
a.eon-button:disabled.bg-eon-white {
  background-color: rgb(255, 255, 255);
}
button.eon-button.disabled.bg-eon-white:before, button.eon-button:disabled.bg-eon-white:before,
a.eon-button.small.disabled.bg-eon-white:before,
a.eon-button.small:disabled.bg-eon-white:before,
a.eon-button.disabled.bg-eon-white:before,
a.eon-button:disabled.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled.bg-eon-white:after, button.eon-button:disabled.bg-eon-white:after,
a.eon-button.small.disabled.bg-eon-white:after,
a.eon-button.small:disabled.bg-eon-white:after,
a.eon-button.disabled.bg-eon-white:after,
a.eon-button:disabled.bg-eon-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled.bg-eon-white:hover:before, button.eon-button:disabled.bg-eon-white:hover:before,
a.eon-button.small.disabled.bg-eon-white:hover:before,
a.eon-button.small:disabled.bg-eon-white:hover:before,
a.eon-button.disabled.bg-eon-white:hover:before,
a.eon-button:disabled.bg-eon-white:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
button.eon-button.disabled.bg-eon-white:hover span, button.eon-button:disabled.bg-eon-white:hover span,
a.eon-button.small.disabled.bg-eon-white:hover span,
a.eon-button.small:disabled.bg-eon-white:hover span,
a.eon-button.disabled.bg-eon-white:hover span,
a.eon-button:disabled.bg-eon-white:hover span {
  background-color: rgb(255, 255, 255);
}
button.eon-button.disabled.bg-eon-white:hover:after, button.eon-button:disabled.bg-eon-white:hover:after,
a.eon-button.small.disabled.bg-eon-white:hover:after,
a.eon-button.small:disabled.bg-eon-white:hover:after,
a.eon-button.disabled.bg-eon-white:hover:after,
a.eon-button:disabled.bg-eon-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}

a.eon-button.bg-eon-red,
a.eon-button-icon.bg-eon-red {
  background-color: rgb(234, 28, 10);
}
a.eon-button.bg-eon-red:before,
a.eon-button-icon.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red span,
a.eon-button-icon.bg-eon-red span {
  background-color: rgb(234, 28, 10);
}
a.eon-button.bg-eon-red:after,
a.eon-button-icon.bg-eon-red:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red:hover,
a.eon-button-icon.bg-eon-red:hover {
  background-color: rgb(213, 22, 7);
}
a.eon-button.bg-eon-red:hover:before,
a.eon-button-icon.bg-eon-red:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red:hover span,
a.eon-button-icon.bg-eon-red:hover span {
  background-color: rgb(213, 22, 7);
}
a.eon-button.bg-eon-red:hover:after,
a.eon-button-icon.bg-eon-red:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux,
a.eon-button-icon.bg-eon-bordeaux {
  background-color: rgb(176, 4, 2);
}
a.eon-button.bg-eon-bordeaux:before,
a.eon-button-icon.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux span,
a.eon-button-icon.bg-eon-bordeaux span {
  background-color: rgb(176, 4, 2);
}
a.eon-button.bg-eon-bordeaux:after,
a.eon-button-icon.bg-eon-bordeaux:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux:hover,
a.eon-button-icon.bg-eon-bordeaux:hover {
  background-color: rgb(160, 3, 17);
}
a.eon-button.bg-eon-bordeaux:hover:before,
a.eon-button-icon.bg-eon-bordeaux:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux:hover span,
a.eon-button-icon.bg-eon-bordeaux:hover span {
  background-color: rgb(160, 3, 17);
}
a.eon-button.bg-eon-bordeaux:hover:after,
a.eon-button-icon.bg-eon-bordeaux:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise,
a.eon-button-icon.bg-eon-turquoise {
  background-color: rgb(30, 162, 177);
}
a.eon-button.bg-eon-turquoise:before,
a.eon-button-icon.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise span,
a.eon-button-icon.bg-eon-turquoise span {
  background-color: rgb(30, 162, 177);
}
a.eon-button.bg-eon-turquoise:after,
a.eon-button-icon.bg-eon-turquoise:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise:hover,
a.eon-button-icon.bg-eon-turquoise:hover {
  background-color: rgb(43, 145, 163);
}
a.eon-button.bg-eon-turquoise:hover:before,
a.eon-button-icon.bg-eon-turquoise:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise:hover span,
a.eon-button-icon.bg-eon-turquoise:hover span {
  background-color: rgb(43, 145, 163);
}
a.eon-button.bg-eon-turquoise:hover:after,
a.eon-button-icon.bg-eon-turquoise:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow,
a.eon-button-icon.bg-eon-limeyellow {
  background-color: rgb(227, 224, 0);
}
a.eon-button.bg-eon-limeyellow:before,
a.eon-button-icon.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow span,
a.eon-button-icon.bg-eon-limeyellow span {
  background-color: rgb(227, 224, 0);
}
a.eon-button.bg-eon-limeyellow:after,
a.eon-button-icon.bg-eon-limeyellow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow:hover,
a.eon-button-icon.bg-eon-limeyellow:hover {
  background-color: rgb(218, 214, 0);
}
a.eon-button.bg-eon-limeyellow:hover:before,
a.eon-button-icon.bg-eon-limeyellow:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow:hover span,
a.eon-button-icon.bg-eon-limeyellow:hover span {
  background-color: rgb(218, 214, 0);
}
a.eon-button.bg-eon-limeyellow:hover:after,
a.eon-button-icon.bg-eon-limeyellow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white,
a.eon-button-icon.bg-eon-white {
  background-color: rgb(255, 255, 255);
}
a.eon-button.bg-eon-white:before,
a.eon-button-icon.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white span,
a.eon-button-icon.bg-eon-white span {
  background-color: rgb(255, 255, 255);
}
a.eon-button.bg-eon-white:after,
a.eon-button-icon.bg-eon-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white:hover,
a.eon-button-icon.bg-eon-white:hover {
  background-color: rgb(232, 232, 232);
}
a.eon-button.bg-eon-white:hover:before,
a.eon-button-icon.bg-eon-white:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white:hover span,
a.eon-button-icon.bg-eon-white:hover span {
  background-color: rgb(232, 232, 232);
}
a.eon-button.bg-eon-white:hover:after,
a.eon-button-icon.bg-eon-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75,
a.eon-button-icon.bg-eon-red-75 {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:before,
a.eon-button-icon.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75 span,
a.eon-button-icon.bg-eon-red-75 span {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:after,
a.eon-button-icon.bg-eon-red-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75:hover,
a.eon-button-icon.bg-eon-red-75:hover {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:hover:before,
a.eon-button-icon.bg-eon-red-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75:hover span,
a.eon-button-icon.bg-eon-red-75:hover span {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:hover:after,
a.eon-button-icon.bg-eon-red-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75,
a.eon-button-icon.bg-eon-bordeaux-75 {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:before,
a.eon-button-icon.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75 span,
a.eon-button-icon.bg-eon-bordeaux-75 span {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:after,
a.eon-button-icon.bg-eon-bordeaux-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75:hover,
a.eon-button-icon.bg-eon-bordeaux-75:hover {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:hover:before,
a.eon-button-icon.bg-eon-bordeaux-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75:hover span,
a.eon-button-icon.bg-eon-bordeaux-75:hover span {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:hover:after,
a.eon-button-icon.bg-eon-bordeaux-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75,
a.eon-button-icon.bg-eon-limeyellow-75 {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:before,
a.eon-button-icon.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75 span,
a.eon-button-icon.bg-eon-limeyellow-75 span {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:after,
a.eon-button-icon.bg-eon-limeyellow-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75:hover,
a.eon-button-icon.bg-eon-limeyellow-75:hover {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:hover:before,
a.eon-button-icon.bg-eon-limeyellow-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75:hover span,
a.eon-button-icon.bg-eon-limeyellow-75:hover span {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:hover:after,
a.eon-button-icon.bg-eon-limeyellow-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50,
a.eon-button-icon.bg-eon-limeyellow-50 {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:before,
a.eon-button-icon.bg-eon-limeyellow-50:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50 span,
a.eon-button-icon.bg-eon-limeyellow-50 span {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:after,
a.eon-button-icon.bg-eon-limeyellow-50:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50:hover,
a.eon-button-icon.bg-eon-limeyellow-50:hover {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:hover:before,
a.eon-button-icon.bg-eon-limeyellow-50:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50:hover span,
a.eon-button-icon.bg-eon-limeyellow-50:hover span {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:hover:after,
a.eon-button-icon.bg-eon-limeyellow-50:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75,
a.eon-button-icon.bg-eon-turquoise-75 {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:before,
a.eon-button-icon.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75 span,
a.eon-button-icon.bg-eon-turquoise-75 span {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:after,
a.eon-button-icon.bg-eon-turquoise-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75:hover,
a.eon-button-icon.bg-eon-turquoise-75:hover {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:hover:before,
a.eon-button-icon.bg-eon-turquoise-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75:hover span,
a.eon-button-icon.bg-eon-turquoise-75:hover span {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:hover:after,
a.eon-button-icon.bg-eon-turquoise-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}

a.eon-button,
a.eon-button-icon,
a.eon-button.small {
  height: 52px;
  border: 0;
  padding: 0 1px;
  box-shadow: none;
  font-weight: bold;
  font-size: calc(16px * var(--wl-font-size));
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 52px;
  display: inline-block;
  text-decoration: none;
  background-color: rgb(234, 28, 10);
  margin: 0 26px;
}
a.eon-button:before,
a.eon-button-icon:before,
a.eon-button.small:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
  background-size: contain;
  height: 52px;
  width: 26px;
  margin-left: -26px;
}
a.eon-button:after,
a.eon-button-icon:after,
a.eon-button.small:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
  background-size: contain;
  height: 52px;
  width: 26px;
  margin-right: 1px;
}

a.eon-button.small {
  height: 32px;
  line-height: 32px;
}
a.eon-button.small:before {
  height: 32px;
  width: 16px;
  margin-left: -16px;
}
a.eon-button.small:after {
  height: 32px;
  width: 16px;
  margin-right: 1px;
}

a.eon-button-icon {
  padding-right: 46px;
  position: relative;
}
a.eon-button-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 52px;
  width: 78px;
  right: -26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'   width='52px' height='52px' viewBox='0 0 52 52' enable-background='new 0 0 52 52' xml:space='preserve'%3E%3Cg%3E  %3Cpath fill='rgb(234,28,10)' d='M43.586,50.924c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.149,2.23-24.301,0-36.451    c-0.65-3.545-3.322-6.02-6.742-6.693C37.668,0.116,26,0,26,0v52C26,51.999,38.332,51.87,43.586,50.924z'/%3E%3C/g%3E%3C/svg%3E"), none;
  margin-right: 1px;
}

a.eon-button-icon:after,
a.eon-button-icon-only:after {
  font-family: EON_Icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 52px;
  font-size: 40px;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.eon-button-icon.download:after,
a.eon-button-icon-only.download:after {
  content: "\f122";
}

a.eon-button:hover,
a.eon-button-icon:hover {
  cursor: pointer;
}
a.eon-button.bg-eon-red,
a.eon-button-icon.bg-eon-red {
  background-color: rgb(234, 28, 10);
}
a.eon-button.bg-eon-red:before,
a.eon-button-icon.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red span,
a.eon-button-icon.bg-eon-red span {
  background-color: rgb(234, 28, 10);
}
a.eon-button.bg-eon-red:after,
a.eon-button-icon.bg-eon-red:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red:hover,
a.eon-button-icon.bg-eon-red:hover {
  background-color: rgb(213, 22, 7);
}
a.eon-button.bg-eon-red:hover:before,
a.eon-button-icon.bg-eon-red:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red:hover span,
a.eon-button-icon.bg-eon-red:hover span {
  background-color: rgb(213, 22, 7);
}
a.eon-button.bg-eon-red:hover:after,
a.eon-button-icon.bg-eon-red:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux,
a.eon-button-icon.bg-eon-bordeaux {
  background-color: rgb(176, 4, 2);
}
a.eon-button.bg-eon-bordeaux:before,
a.eon-button-icon.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux span,
a.eon-button-icon.bg-eon-bordeaux span {
  background-color: rgb(176, 4, 2);
}
a.eon-button.bg-eon-bordeaux:after,
a.eon-button-icon.bg-eon-bordeaux:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux:hover,
a.eon-button-icon.bg-eon-bordeaux:hover {
  background-color: rgb(160, 3, 17);
}
a.eon-button.bg-eon-bordeaux:hover:before,
a.eon-button-icon.bg-eon-bordeaux:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux:hover span,
a.eon-button-icon.bg-eon-bordeaux:hover span {
  background-color: rgb(160, 3, 17);
}
a.eon-button.bg-eon-bordeaux:hover:after,
a.eon-button-icon.bg-eon-bordeaux:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise,
a.eon-button-icon.bg-eon-turquoise {
  background-color: rgb(30, 162, 177);
}
a.eon-button.bg-eon-turquoise:before,
a.eon-button-icon.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise span,
a.eon-button-icon.bg-eon-turquoise span {
  background-color: rgb(30, 162, 177);
}
a.eon-button.bg-eon-turquoise:after,
a.eon-button-icon.bg-eon-turquoise:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise:hover,
a.eon-button-icon.bg-eon-turquoise:hover {
  background-color: rgb(43, 145, 163);
}
a.eon-button.bg-eon-turquoise:hover:before,
a.eon-button-icon.bg-eon-turquoise:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise:hover span,
a.eon-button-icon.bg-eon-turquoise:hover span {
  background-color: rgb(43, 145, 163);
}
a.eon-button.bg-eon-turquoise:hover:after,
a.eon-button-icon.bg-eon-turquoise:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow,
a.eon-button-icon.bg-eon-limeyellow {
  background-color: rgb(227, 224, 0);
}
a.eon-button.bg-eon-limeyellow:before,
a.eon-button-icon.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow span,
a.eon-button-icon.bg-eon-limeyellow span {
  background-color: rgb(227, 224, 0);
}
a.eon-button.bg-eon-limeyellow:after,
a.eon-button-icon.bg-eon-limeyellow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow:hover,
a.eon-button-icon.bg-eon-limeyellow:hover {
  background-color: rgb(218, 214, 0);
}
a.eon-button.bg-eon-limeyellow:hover:before,
a.eon-button-icon.bg-eon-limeyellow:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow:hover span,
a.eon-button-icon.bg-eon-limeyellow:hover span {
  background-color: rgb(218, 214, 0);
}
a.eon-button.bg-eon-limeyellow:hover:after,
a.eon-button-icon.bg-eon-limeyellow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white,
a.eon-button-icon.bg-eon-white {
  background-color: rgb(255, 255, 255);
}
a.eon-button.bg-eon-white:before,
a.eon-button-icon.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white span,
a.eon-button-icon.bg-eon-white span {
  background-color: rgb(255, 255, 255);
}
a.eon-button.bg-eon-white:after,
a.eon-button-icon.bg-eon-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white:hover,
a.eon-button-icon.bg-eon-white:hover {
  background-color: rgb(232, 232, 232);
}
a.eon-button.bg-eon-white:hover:before,
a.eon-button-icon.bg-eon-white:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-white:hover span,
a.eon-button-icon.bg-eon-white:hover span {
  background-color: rgb(232, 232, 232);
}
a.eon-button.bg-eon-white:hover:after,
a.eon-button-icon.bg-eon-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75,
a.eon-button-icon.bg-eon-red-75 {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:before,
a.eon-button-icon.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75 span,
a.eon-button-icon.bg-eon-red-75 span {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:after,
a.eon-button-icon.bg-eon-red-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75:hover,
a.eon-button-icon.bg-eon-red-75:hover {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:hover:before,
a.eon-button-icon.bg-eon-red-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-red-75:hover span,
a.eon-button-icon.bg-eon-red-75:hover span {
  background-color: rgb(240, 85, 72);
}
a.eon-button.bg-eon-red-75:hover:after,
a.eon-button-icon.bg-eon-red-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75,
a.eon-button-icon.bg-eon-bordeaux-75 {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:before,
a.eon-button-icon.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75 span,
a.eon-button-icon.bg-eon-bordeaux-75 span {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:after,
a.eon-button-icon.bg-eon-bordeaux-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75:hover,
a.eon-button-icon.bg-eon-bordeaux-75:hover {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:hover:before,
a.eon-button-icon.bg-eon-bordeaux-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-bordeaux-75:hover span,
a.eon-button-icon.bg-eon-bordeaux-75:hover span {
  background-color: rgb(196, 67, 65);
}
a.eon-button.bg-eon-bordeaux-75:hover:after,
a.eon-button-icon.bg-eon-bordeaux-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75,
a.eon-button-icon.bg-eon-limeyellow-75 {
  background-color: rgb(234, 232, 64);
  color: rgb(176, 4, 2);
}
a.eon-button.bg-eon-limeyellow-75:before,
a.eon-button-icon.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75 span,
a.eon-button-icon.bg-eon-limeyellow-75 span {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:after,
a.eon-button-icon.bg-eon-limeyellow-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75:hover,
a.eon-button-icon.bg-eon-limeyellow-75:hover {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:hover:before,
a.eon-button-icon.bg-eon-limeyellow-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-75:hover span,
a.eon-button-icon.bg-eon-limeyellow-75:hover span {
  background-color: rgb(234, 232, 64);
}
a.eon-button.bg-eon-limeyellow-75:hover:after,
a.eon-button-icon.bg-eon-limeyellow-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50,
a.eon-button-icon.bg-eon-limeyellow-50 {
  background-color: rgb(241, 239, 127);
  color: rgb(176, 4, 2);
}
a.eon-button.bg-eon-limeyellow-50:before,
a.eon-button-icon.bg-eon-limeyellow-50:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50 span,
a.eon-button-icon.bg-eon-limeyellow-50 span {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:after,
a.eon-button-icon.bg-eon-limeyellow-50:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50:hover,
a.eon-button-icon.bg-eon-limeyellow-50:hover {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:hover:before,
a.eon-button-icon.bg-eon-limeyellow-50:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-limeyellow-50:hover span,
a.eon-button-icon.bg-eon-limeyellow-50:hover span {
  background-color: rgb(241, 239, 127);
}
a.eon-button.bg-eon-limeyellow-50:hover:after,
a.eon-button-icon.bg-eon-limeyellow-50:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75,
a.eon-button-icon.bg-eon-turquoise-75 {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:before,
a.eon-button-icon.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75 span,
a.eon-button-icon.bg-eon-turquoise-75 span {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:after,
a.eon-button-icon.bg-eon-turquoise-75:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75:hover,
a.eon-button-icon.bg-eon-turquoise-75:hover {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:hover:before,
a.eon-button-icon.bg-eon-turquoise-75:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.bg-eon-turquoise-75:hover span,
a.eon-button-icon.bg-eon-turquoise-75:hover span {
  background-color: rgb(86, 185, 197);
}
a.eon-button.bg-eon-turquoise-75:hover:after,
a.eon-button-icon.bg-eon-turquoise-75:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled, a.eon-button:disabled,
a.eon-button-icon.disabled,
a.eon-button-icon:disabled {
  color: rgb(191, 191, 191);
  cursor: default;
  background-color: rgb(232, 232, 232);
}
a.eon-button.disabled:before, a.eon-button:disabled:before,
a.eon-button-icon.disabled:before,
a.eon-button-icon:disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled:after, a.eon-button:disabled:after,
a.eon-button-icon.disabled:after,
a.eon-button-icon:disabled:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled:hover, a.eon-button:disabled:hover,
a.eon-button-icon.disabled:hover,
a.eon-button-icon:disabled:hover {
  background-color: rgb(232, 232, 232);
}
a.eon-button.disabled:hover:before, a.eon-button:disabled:hover:before,
a.eon-button-icon.disabled:hover:before,
a.eon-button-icon:disabled:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled:hover:after, a.eon-button:disabled:hover:after,
a.eon-button-icon.disabled:hover:after,
a.eon-button-icon:disabled:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled.bg-eon-white, a.eon-button:disabled.bg-eon-white,
a.eon-button-icon.disabled.bg-eon-white,
a.eon-button-icon:disabled.bg-eon-white {
  background-color: rgb(255, 255, 255);
}
a.eon-button.disabled.bg-eon-white:before, a.eon-button:disabled.bg-eon-white:before,
a.eon-button-icon.disabled.bg-eon-white:before,
a.eon-button-icon:disabled.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled.bg-eon-white:after, a.eon-button:disabled.bg-eon-white:after,
a.eon-button-icon.disabled.bg-eon-white:after,
a.eon-button-icon:disabled.bg-eon-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled.bg-eon-white:hover, a.eon-button:disabled.bg-eon-white:hover,
a.eon-button-icon.disabled.bg-eon-white:hover,
a.eon-button-icon:disabled.bg-eon-white:hover {
  background-color: rgb(255, 255, 255);
}
a.eon-button.disabled.bg-eon-white:hover:before, a.eon-button:disabled.bg-eon-white:hover:before,
a.eon-button-icon.disabled.bg-eon-white:hover:before,
a.eon-button-icon:disabled.bg-eon-white:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E"), none;
}
a.eon-button.disabled.bg-eon-white:hover:after, a.eon-button:disabled.bg-eon-white:hover:after,
a.eon-button-icon.disabled.bg-eon-white:hover:after,
a.eon-button-icon:disabled.bg-eon-white:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E"), none;
}

.dropdown-button {
  border-radius: 3px;
  border: 2px solid rgb(57, 57, 58);
  text-decoration: none;
  line-height: 36px;
  padding: 0 16px;
  cursor: pointer;
  color: rgb(57, 57, 58);
  outline: none;
  background: transparent;
}
.dropdown-button:hover {
  color: rgb(143, 145, 146);
  border: 2px solid rgb(143, 145, 146);
}
.dropdown-button:disabled {
  color: rgb(143, 145, 146);
  border: 2px solid rgb(143, 145, 146);
  cursor: initial;
}

button.button-ng {
  font-size: calc(15px * var(--wl-font-size));
  background-color: var(--wl-secondary-btn-color);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 5px;
  padding: 10px;
  min-width: 80px;
  outline: none;
}
button.button-ng.button-ng-ok {
  background-color: var(--wl-primary-btn-color);
}
button.button-ng.button-ng-ok:hover {
  background-color: var(--wl-primary-btn-color-active);
}
button.button-ng.button-ng-cancel {
  background-color: var(--wl-secondary-btn-color);
}
button.button-ng.button-ng-cancel:hover {
  background-color: var(--wl-secondary-btn-color-active);
}

.md2-datepicker {
  min-width: 0 !important;
}
.md2-datepicker .md2-datepicker-arrow {
  display: none;
}
.md2-datepicker .md2-datepicker-placeholder {
  font-size: calc(18px * var(--wl-font-size));
  bottom: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.md2-datepicker .md2-datepicker-trigger {
  height: 50px;
  padding: 0 0 0 46px;
}
.md2-datepicker .md2-datepicker-button {
  top: 5px;
}
.md2-datepicker .md2-datepicker-input {
  height: 50px;
  padding: 0;
  min-width: 0;
}
.md2-datepicker .md2-floating-placeholder {
  display: none;
}
.md2-datepicker .md2-datepicker-input-focused {
  border: none;
}
.md2-datepicker .md2-datepicker-value {
  height: 50px;
  margin-right: 20px;
}
.md2-datepicker .md2-datepicker-clear {
  margin-right: 20px;
}

.md2-datepicker-panel .md2-datepicker-header,
.md2-datepicker-panel .md2-calendar-day.selected,
.md2-datepicker-panel .md2-calendar-day.selected:hover {
  background-color: rgb(30, 162, 177);
}
.md2-datepicker-panel .md2-calendar-year.selected,
.md2-datepicker-panel .md2-datepicker-actions .md2-button,
.md2-datepicker-panel .md2-calendar-day.today {
  color: rgb(43, 145, 163);
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.validation-error {
  color: rgb(240, 85, 72);
  margin-top: 10px;
}
.validation-error.dark-mode {
  color: #fe3c2c;
  font-weight: bold;
}
.validation-error.no-margin {
  margin: 0;
}

.info-label {
  color: rgb(143, 145, 146);
  margin: 10px;
}
.info-label.dark-mode {
  color: rgb(82, 82, 82);
  font-weight: bold;
}
.info-label.no-margin {
  margin: 0;
}

input {
  min-width: 80px !important;
}

input[type=radio] {
  min-width: auto;
}

input.eon-input-text,
input.eon-input-text-no-label {
  width: 100%;
  display: inline-block;
  padding: 11px;
  padding-left: 12px;
  font-size: calc(18px * var(--wl-font-size));
  outline: 0;
}
input.eon-input-text:focus,
input.eon-input-text-no-label:focus {
  outline: 0;
}
input.eon-input-text:disabled,
input.eon-input-text-no-label:disabled {
  background-color: rgb(255, 255, 255);
}
input.eon-input-text.eon-red, input.eon-input-text.eon-bordeaux, input.eon-input-text.eon-turquoise,
input.eon-input-text-no-label.eon-red,
input.eon-input-text-no-label.eon-bordeaux,
input.eon-input-text-no-label.eon-turquoise {
  color: rgb(255, 255, 255);
}
input.eon-input-text.eon-red, input.eon-input-text.eon-red:disabled,
input.eon-input-text-no-label.eon-red,
input.eon-input-text-no-label.eon-red:disabled {
  background-color: rgb(234, 28, 10);
}
input.eon-input-text.eon-bordeaux, input.eon-input-text.eon-bordeaux:disabled,
input.eon-input-text-no-label.eon-bordeaux,
input.eon-input-text-no-label.eon-bordeaux:disabled {
  background-color: rgb(176, 4, 2);
}
input.eon-input-text.eon-turquoise, input.eon-input-text.eon-turquoise:disabled,
input.eon-input-text-no-label.eon-turquoise,
input.eon-input-text-no-label.eon-turquoise:disabled {
  background-color: rgb(30, 162, 177);
}
input.eon-input-text.eon-limeyellow, input.eon-input-text.eon-limeyellow:disabled,
input.eon-input-text-no-label.eon-limeyellow,
input.eon-input-text-no-label.eon-limeyellow:disabled {
  background-color: rgb(227, 224, 0);
  color: rgb(176, 4, 2);
}

input.eon-input-text-no-label.eon-red, input.eon-input-text-no-label.eon-bordeaux, input.eon-input-text-no-label.eon-turquoise {
  color: rgb(255, 255, 255);
}
input.eon-input-text-no-label.eon-red::-webkit-input-placeholder, input.eon-input-text-no-label.eon-bordeaux::-webkit-input-placeholder, input.eon-input-text-no-label.eon-turquoise::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}
input.eon-input-text-no-label.eon-red:-moz-placeholder, input.eon-input-text-no-label.eon-bordeaux:-moz-placeholder, input.eon-input-text-no-label.eon-turquoise:-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
input.eon-input-text-no-label.eon-red::-moz-placeholder, input.eon-input-text-no-label.eon-bordeaux::-moz-placeholder, input.eon-input-text-no-label.eon-turquoise::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
input.eon-input-text-no-label.eon-red:-ms-input-placeholder, input.eon-input-text-no-label.eon-bordeaux:-ms-input-placeholder, input.eon-input-text-no-label.eon-turquoise:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}
input.eon-input-text-no-label.eon-limeyellow {
  color: rgb(176, 4, 2);
}
input.eon-input-text-no-label.eon-limeyellow::-webkit-input-placeholder {
  color: rgb(176, 4, 2);
}
input.eon-input-text-no-label.eon-limeyellow:-moz-placeholder {
  color: rgb(176, 4, 2);
  opacity: 1;
}
input.eon-input-text-no-label.eon-limeyellow::-moz-placeholder {
  color: rgb(176, 4, 2);
  opacity: 1;
}
input.eon-input-text-no-label.eon-limeyellow:-ms-input-placeholder {
  color: rgb(176, 4, 2);
}

input.eon-input-text-no-label:disabled,
input.eon-input-text:disabled {
  background-color: rgb(255, 255, 255);
}
input.eon-input-text-no-label:disabled::-webkit-input-placeholder,
input.eon-input-text:disabled::-webkit-input-placeholder {
  color: rgb(232, 232, 232);
}
input.eon-input-text-no-label:disabled:-moz-placeholder,
input.eon-input-text:disabled:-moz-placeholder {
  color: rgb(232, 232, 232);
  opacity: 1;
}
input.eon-input-text-no-label:disabled::-moz-placeholder,
input.eon-input-text:disabled::-moz-placeholder {
  color: rgb(232, 232, 232);
  opacity: 1;
}
input.eon-input-text-no-label:disabled:-ms-input-placeholder,
input.eon-input-text:disabled:-ms-input-placeholder {
  color: rgb(232, 232, 232);
}
input.eon-input-text-no-label:disabled.eon-red::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-red::-webkit-input-placeholder {
  color: rgb(250, 198, 194);
}
input.eon-input-text-no-label:disabled.eon-red:-moz-placeholder,
input.eon-input-text:disabled.eon-red:-moz-placeholder {
  color: rgb(250, 198, 194);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-red::-moz-placeholder,
input.eon-input-text:disabled.eon-red::-moz-placeholder {
  color: rgb(250, 198, 194);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-red:-ms-input-placeholder,
input.eon-input-text:disabled.eon-red:-ms-input-placeholder {
  color: rgb(250, 198, 194);
}
input.eon-input-text-no-label:disabled.eon-bordeaux::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-bordeaux::-webkit-input-placeholder {
  color: rgb(235, 192, 192);
}
input.eon-input-text-no-label:disabled.eon-bordeaux:-moz-placeholder,
input.eon-input-text:disabled.eon-bordeaux:-moz-placeholder {
  color: rgb(235, 192, 192);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-bordeaux::-moz-placeholder,
input.eon-input-text:disabled.eon-bordeaux::-moz-placeholder {
  color: rgb(235, 192, 192);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-bordeaux:-ms-input-placeholder,
input.eon-input-text:disabled.eon-bordeaux:-ms-input-placeholder {
  color: rgb(235, 192, 192);
}
input.eon-input-text-no-label:disabled.eon-turquoise::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-turquoise::-webkit-input-placeholder {
  color: rgb(199, 232, 235);
}
input.eon-input-text-no-label:disabled.eon-turquoise:-moz-placeholder,
input.eon-input-text:disabled.eon-turquoise:-moz-placeholder {
  color: rgb(199, 232, 235);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-turquoise::-moz-placeholder,
input.eon-input-text:disabled.eon-turquoise::-moz-placeholder {
  color: rgb(199, 232, 235);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-turquoise:-ms-input-placeholder,
input.eon-input-text:disabled.eon-turquoise:-ms-input-placeholder {
  color: rgb(199, 232, 235);
}
input.eon-input-text-no-label:disabled.eon-limeyellow::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-limeyellow::-webkit-input-placeholder {
  color: rgb(248, 247, 191);
}
input.eon-input-text-no-label:disabled.eon-limeyellow:-moz-placeholder,
input.eon-input-text:disabled.eon-limeyellow:-moz-placeholder {
  color: rgb(248, 247, 191);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-limeyellow::-moz-placeholder,
input.eon-input-text:disabled.eon-limeyellow::-moz-placeholder {
  color: rgb(248, 247, 191);
  opacity: 1;
}
input.eon-input-text-no-label:disabled.eon-limeyellow:-ms-input-placeholder,
input.eon-input-text:disabled.eon-limeyellow:-ms-input-placeholder {
  color: rgb(248, 247, 191);
}

input.eon-input-text-no-label[value]:disabled,
input.eon-input-text[value]:disabled {
  background-color: rgb(246, 246, 247);
  color: rgb(57, 57, 58);
}
input.eon-input-text-no-label[value]:disabled.eon-red, input.eon-input-text-no-label[value]:disabled.eon-bordeaux, input.eon-input-text-no-label[value]:disabled.eon-turquoise,
input.eon-input-text[value]:disabled.eon-red,
input.eon-input-text[value]:disabled.eon-bordeaux,
input.eon-input-text[value]:disabled.eon-turquoise {
  color: rgb(255, 255, 255);
}
input.eon-input-text-no-label[value]:disabled.eon-red,
input.eon-input-text[value]:disabled.eon-red {
  background-color: rgb(240, 85, 72);
}
input.eon-input-text-no-label[value]:disabled.eon-bordeaux,
input.eon-input-text[value]:disabled.eon-bordeaux {
  background-color: rgb(196, 67, 65);
}
input.eon-input-text-no-label[value]:disabled.eon-turquoise,
input.eon-input-text[value]:disabled.eon-turquoise {
  background-color: rgb(86, 185, 197);
}
input.eon-input-text-no-label[value]:disabled.eon-limeyellow,
input.eon-input-text[value]:disabled.eon-limeyellow {
  background-color: rgb(234, 232, 64);
  color: rgb(176, 4, 2);
}

input.eon-input-text-no-label.error,
input.eon-input-text.error {
  padding-right: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000, 39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(234,28,10)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049, 7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(255,255,255)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), none;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  background-repeat: no-repeat;
}
input.eon-input-text-no-label.error.eon-red,
input.eon-input-text.error.eon-red {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000, 39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049, 7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(234,28,10)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), none;
}
input.eon-input-text-no-label.error.eon-bordeaux,
input.eon-input-text.error.eon-bordeaux {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000, 39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049, 7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(176,4,2)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), none;
}
input.eon-input-text-no-label.error.eon-turquoise,
input.eon-input-text.error.eon-turquoise {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000, 39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049, 7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(30,162,177)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), none;
}
input.eon-input-text-no-label.error.eon-limeyellow,
input.eon-input-text.error.eon-limeyellow {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000, 39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049, 7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(227,224,0)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), none;
}

label.eon-input-label {
  font-size: calc(18px * var(--wl-font-size));
  line-height: 22px;
  height: 22px;
  display: block;
  margin: 4px 0;
  width: 100%;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
}
label.eon-input-label.required:after {
  content: "*";
  color: rgb(57, 57, 58);
}
label.eon-input-label.eon-red, label.eon-input-label.eon-bordeaux, label.eon-input-label.eon-turquoise {
  color: rgb(255, 255, 255);
}
label.eon-input-label.eon-red.required:after, label.eon-input-label.eon-bordeaux.required:after, label.eon-input-label.eon-turquoise.required:after {
  color: rgb(255, 255, 255);
}
label.eon-input-label.eon-limeyellow {
  color: rgb(176, 4, 2);
}
label.eon-input-label.eon-limeyellow.required:after {
  color: rgb(176, 4, 2);
}
label.eon-input-label.disabled {
  color: rgb(191, 191, 191);
}
label.eon-input-label.disabled.eon-red {
  color: rgb(244, 141, 132);
}
label.eon-input-label.disabled.eon-bordeaux {
  color: rgb(215, 129, 128);
}
label.eon-input-label.disabled.eon-turquoise {
  color: rgb(142, 208, 216);
}
label.eon-input-label.disabled.eon-limeyellow {
  color: rgb(248, 247, 191);
}

span.error {
  display: block;
  font-size: calc(14px * var(--wl-font-size));
  line-height: 14px;
  color: rgb(57, 57, 58);
  margin-top: 4px;
}
span.error.no-label {
  color: rgb(0, 0, 0);
}
span.error.eon-red, span.error.eon-bordeaux, span.error.eon-turquoise {
  color: rgb(255, 255, 255);
}
span.error.eon-red.no-label, span.error.eon-bordeaux.no-label, span.error.eon-turquoise.no-label {
  color: rgb(255, 255, 255);
}
span.error.eon-limeyellow {
  color: rgb(176, 4, 2);
}

.input-with-icon {
  display: inline-block;
  width: 100%;
}
.input-with-icon input {
  width: calc(100% - 60px);
  float: left;
  height: 59px;
  border: none;
  padding: 15px 20px;
}
.input-with-icon .input-icon {
  width: 60px;
  float: left;
  font-size: 41px;
  text-align: center;
  padding: 18px 0 0 0;
  background: rgb(255, 255, 255);
  color: rgb(143, 145, 146);
}

.eon-label {
  font-size: calc(12px * var(--wl-font-size));
  font-weight: 900;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  margin: 14px 0 4px 0;
}

.label-space .eon-label {
  margin-top: 20px;
}

.eon-label-right {
  text-align: right;
}

.eon-checkbox-label,
.eon-radio-label {
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding-left: 42px;
  font-size: calc(18px * var(--wl-font-size));
  position: relative;
}
.eon-checkbox-label:before,
.eon-radio-label:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: no-repeat center center;
  background-size: contain;
}
.eon-checkbox-label input[type=checkbox].eon-checkbox,
.eon-checkbox-label input[type=radio].eon-radio,
.eon-radio-label input[type=checkbox].eon-checkbox,
.eon-radio-label input[type=radio].eon-radio {
  display: none;
}
.eon-checkbox-label:hover,
.eon-radio-label:hover {
  cursor: pointer;
}

.eon-checkbox-label {
  background-color: transparent;
}
.eon-checkbox-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-red {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-bordeaux {
  background-color: transparent;
  color: rgb(176, 4, 2);
}
.eon-checkbox-label.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-bordeaux.eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-turquoise {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-limeyellow {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-white {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.eon-checkbox-label.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-white.eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-white.eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-white.eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-red-75 {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(240,85,72)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-bordeaux-75 {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(196,67,65)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-limeyellow-75 {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(234,232,64)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.bg-eon-turquoise-75 {
  background-color: transparent;
}
.eon-checkbox-label.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(86,185,197)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked {
  background-color: transparent;
}
.eon-checkbox-label.checked:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(143,145,146)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-red {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(234,28,10)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-bordeaux {
  background-color: transparent;
  color: rgb(176, 4, 2);
}
.eon-checkbox-label.checked.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-bordeaux.eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(227,224,0)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-turquoise {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(30,162,177)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-limeyellow {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(227,224,0)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(176,4,2)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-white {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.eon-checkbox-label.checked.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(234,28,10)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-white.eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(234,28,10)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-white.eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(176,4,2)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-white.eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(30,162,177)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-red-75 {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(240,85,72)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-bordeaux-75 {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(196,67,65)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-limeyellow-75 {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(234,232,64)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.checked.bg-eon-turquoise-75 {
  background-color: transparent;
}
.eon-checkbox-label.checked.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000, 0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(86,185,197)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138, 16.008926) rotate(-1.000000) translate(-16.186138, -16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.disabled {
  color: rgb(191, 191, 191);
}
.eon-checkbox-label.disabled:hover {
  cursor: default;
}
.eon-checkbox-label.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(191,191,191)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.disabled.eon-limeyellow-25 {
  color: rgb(248, 247, 191);
}
.eon-checkbox-label.disabled.eon-limeyellow-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(248,247,191)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.disabled.eon-bordeaux-25 {
  color: rgb(235, 192, 192);
}
.eon-checkbox-label.disabled.eon-bordeaux-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(235,192,192)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.disabled.eon-red-25 {
  color: rgb(250, 198, 194);
}
.eon-checkbox-label.disabled.eon-red-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(250,198,194)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-checkbox-label.disabled.eon-turquoise-25 {
  color: rgb(199, 232, 235);
}
.eon-checkbox-label.disabled.eon-turquoise-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(199,232,235)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}

.eon-radio-label {
  background-color: transparent;
}
.eon-radio-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-red {
  background-color: transparent;
}
.eon-radio-label.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-bordeaux {
  background-color: transparent;
}
.eon-radio-label.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-bordeaux.eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-turquoise {
  background-color: transparent;
}
.eon-radio-label.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-limeyellow {
  background-color: transparent;
}
.eon-radio-label.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-white {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.eon-radio-label.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-white.eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-white.eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-white.eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-red-75 {
  background-color: transparent;
}
.eon-radio-label.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(240,85,72)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-bordeaux-75 {
  background-color: transparent;
}
.eon-radio-label.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(196,67,65)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-limeyellow-75 {
  background-color: transparent;
}
.eon-radio-label.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(234,232,64)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.bg-eon-turquoise-75 {
  background-color: transparent;
}
.eon-radio-label.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(86,185,197)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked {
  background-color: transparent;
}
.eon-radio-label.checked:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(143,145,146)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-red {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(234,28,10)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-bordeaux {
  background-color: transparent;
  color: rgb(176, 4, 2);
}
.eon-radio-label.checked.bg-eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(176,4,2)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-bordeaux.eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(176,4,2)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(227,224,0)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-turquoise {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(30,162,177)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-limeyellow {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-limeyellow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(227,224,0)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(176,4,2)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-white {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.eon-radio-label.checked.bg-eon-white:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(234,28,10)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-white.eon-red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(234,28,10)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-white.eon-bordeaux:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(176,4,2)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-white.eon-turquoise:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(30,162,177)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-red-75 {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-red-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(240,85,72)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-bordeaux-75 {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-bordeaux-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(196,67,65)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-limeyellow-75 {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-limeyellow-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(234,232,64)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.checked.bg-eon-turquoise-75 {
  background-color: transparent;
}
.eon-radio-label.checked.bg-eon-turquoise-75:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000, 0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(86,185,197)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-radio-label.disabled {
  color: rgb(191, 191, 191);
}
.eon-radio-label.disabled:hover {
  cursor: default;
}
.eon-radio-label.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(191,191,191)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.disabled.eon-limeyellow-25 {
  color: rgb(248, 247, 191);
}
.eon-radio-label.disabled.eon-limeyellow-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(248,247,191)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.disabled.eon-bordeaux-25 {
  color: rgb(235, 192, 192);
}
.eon-radio-label.disabled.eon-bordeaux-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(235,192,192)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.disabled.eon-red-25 {
  color: rgb(250, 198, 194);
}
.eon-radio-label.disabled.eon-red-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(250,198,194)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}
.eon-radio-label.disabled.eon-turquoise-25 {
  color: rgb(199, 232, 235);
}
.eon-radio-label.disabled.eon-turquoise-25:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(199,232,235)' mask='url(%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E"), none;
}

.eon-select,
.eon-select.large {
  width: 100%;
  background-color: transparent;
  height: 52px;
  padding: 0;
  margin: 0;
  border: 0;
}
.eon-select .ui-selectmenu-button,
.eon-select.large .ui-selectmenu-button {
  width: 100%;
  height: 100%;
  border: 2px solid rgb(191, 191, 191);
  background-color: transparent;
  padding: 0 0 0 12px;
  border-radius: 3px;
}
.eon-select .ui-selectmenu-button .ui-selectmenu-text,
.eon-select.large .ui-selectmenu-button .ui-selectmenu-text {
  height: 48px;
  line-height: 48px;
  font-size: calc(18px * var(--wl-font-size));
  border: 0;
  color: rgb(57, 57, 58);
}
.eon-select .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large .ui-selectmenu-button .ui-selectmenu-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='26px' height='15px' viewBox='235 18 26 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M259,20 C256.258,24.142 252.883,28.088 248.904,31.677 C248.431,32.107 247.632,32.107 247.158,31.679 C243.151,28.071 239.755,24.166 237,20' id='icn_down' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
  width: 44px;
  height: 44px;
  margin: 2px;
  background-size: 22px 12px;
  background-color: rgb(234, 28, 10);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
}
.eon-select .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large .ui-selectmenu-button:hover .ui-selectmenu-icon {
  background-color: rgb(213, 22, 7);
}
.eon-select .ui-selectmenu-button.ui-selectmenu-button-open,
.eon-select.large .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.eon-select .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='26px' height='15px' viewBox='235 18 26 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M259,20 C256.258,24.142 252.883,28.088 248.904,31.677 C248.431,32.107 247.632,32.107 247.158,31.679 C243.151,28.071 239.755,24.166 237,20' id='icn_down' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
  background-color: rgb(213, 22, 7);
}
.eon-select.eon-red .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-red .ui-selectmenu-button .ui-selectmenu-icon {
  background-color: rgb(234, 28, 10);
}
.eon-select.eon-red .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-red .ui-selectmenu-button:hover .ui-selectmenu-icon {
  background-color: rgb(213, 22, 7);
}
.eon-select.eon-red .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-red .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background-color: rgb(213, 22, 7);
}
.eon-select.eon-bordeaux .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-bordeaux .ui-selectmenu-button .ui-selectmenu-icon {
  background-color: rgb(176, 4, 2);
}
.eon-select.eon-bordeaux .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-bordeaux .ui-selectmenu-button:hover .ui-selectmenu-icon {
  background-color: rgb(160, 3, 17);
}
.eon-select.eon-bordeaux .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-bordeaux .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background-color: rgb(160, 3, 17);
}
.eon-select.eon-turquoise .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-turquoise .ui-selectmenu-button .ui-selectmenu-icon {
  background-color: rgb(30, 162, 177);
}
.eon-select.eon-turquoise .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-turquoise .ui-selectmenu-button:hover .ui-selectmenu-icon {
  background-color: rgb(43, 145, 163);
}
.eon-select.eon-turquoise .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-turquoise .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background-color: rgb(43, 145, 163);
}
.eon-select.eon-limeyellow .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-limeyellow .ui-selectmenu-button .ui-selectmenu-icon {
  background-color: rgb(227, 224, 0);
}
.eon-select.eon-limeyellow .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-limeyellow .ui-selectmenu-button:hover .ui-selectmenu-icon {
  background-color: rgb(218, 214, 0);
}
.eon-select.eon-limeyellow .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-limeyellow .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background-color: rgb(218, 214, 0);
}

.ui-selectmenu-menu .ui-menu {
  border: 2px solid rgb(191, 191, 191);
  border-top: 0;
  padding: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 58);
  height: 52px;
  border: 0;
  margin: 0;
  line-height: 52px;
  padding: 0 0 0 12px;
  font-size: calc(18px * var(--wl-font-size));
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: rgb(232, 232, 232);
}

.eon-select.small {
  height: 40px;
}
.eon-select.small .ui-selectmenu-button {
  padding: 0 0 0 12px;
}
.eon-select.small .ui-selectmenu-button .ui-selectmenu-text {
  height: 36px;
  line-height: 36px;
  font-size: calc(16px * var(--wl-font-size));
}
.eon-select.small .ui-selectmenu-button .ui-selectmenu-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='26px' height='15px' viewBox='235 18 26 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M259,20 C256.258,24.142 252.883,28.088 248.904,31.677 C248.431,32.107 247.632,32.107 247.158,31.679 C243.151,28.071 239.755,24.166 237,20' id='icn_down' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
  background-size: 14px 8px;
  width: 32px;
  height: 32px;
}

.ui-selectmenu-menu .ui-menu.small .ui-menu-item .ui-menu-item-wrapper {
  height: 36px;
  line-height: 36px;
  font-size: calc(16px * var(--wl-font-size));
  padding: 0 0 0 12px;
}

.eon-slider.ui-slider {
  height: 8px;
  border: 0;
  background-color: rgb(191, 191, 191);
  border-radius: 2px;
  margin: 22px 0;
}
.eon-slider.ui-slider .ui-slider-handle {
  width: 52px;
  height: 52px;
  border: 0;
  top: -22px;
  margin-left: -26px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(234,28,10)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.ui-slider .ui-slider-handle:hover {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(213,22,7)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-red .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(234,28,10)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-red .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(213,22,7)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-bordeaux {
  background-color: rgb(255, 255, 255);
}
.eon-slider.eon-bordeaux .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(176,4,2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-bordeaux .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(160,3,17)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-turquoise .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(30,162,177)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-turquoise .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(43,145,163)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-limeyellow .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(227,224,0)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-limeyellow .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(218,214,0)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-red {
  background-color: rgb(176, 4, 2);
}
.eon-slider.eon-white.eon-red .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-red .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-bordeaux {
  background-color: #76020c;
}
.eon-slider.eon-white.eon-bordeaux .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-bordeaux .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-limeyellow {
  background-color: rgb(255, 255, 255);
}
.eon-slider.eon-white.eon-limeyellow .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(176,4,2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-limeyellow .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(160,3,17)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-turquoise {
  background-color: #0f738a;
}
.eon-slider.eon-white.eon-turquoise .ui-slider-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-slider.eon-white.eon-turquoise .ui-slider-handle:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000, 0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000, 19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
ems-sidebar-container h2 {
  font-size: calc(18px * var(--wl-font-size));
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: bold;
  margin: 0;
}
ems-sidebar-container h3 {
  font-size: calc(12px * var(--wl-font-size));
  font-weight: bold;
  margin: 20px 0 5px 0;
}
ems-sidebar-container p {
  margin: 30px 0;
}
ems-sidebar-container hr {
  height: 1px;
  border-width: 0;
  background-color: rgb(191, 191, 191);
  flex: none;
}
ems-sidebar-container hr.widget-wizard {
  margin: 20px 0;
  width: 100%;
  height: 0;
  background: none;
  border-top: 2px solid rgb(232, 232, 232);
}
ems-sidebar-container hr.widget-wizard.no-margin {
  margin: 0;
}
ems-sidebar-container hr.widget-wizard.no-margin-top {
  margin-top: 0;
}
ems-sidebar-container hr.widget-wizard.no-margin-bottom {
  margin-bottom: 0;
}
ems-sidebar-container hr.widget-wizard.reduced-margin-bottom {
  margin-bottom: 12px;
}

.eon-logo {
  display: inline-block;
  min-width: 70px;
  min-height: 20px;
  background-size: contain;
  background-image: url('eon-optimum-logo-red.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.eon-logo.small {
  height: 20px;
  width: 70px;
}
.eon-logo.medium {
  width: 104px;
  height: 30px;
}
.eon-logo.large {
  width: 240px;
  height: 70px;
}

img.eon-logo {
  background-image: none;
}

.eon-logo-full-screen {
  display: inline-block;
  background-size: contain;
  background-image: url('eon-optimum-logo-red-full-screen.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.eon-link {
  color: rgb(234, 28, 10);
  cursor: pointer;
  font-size: calc(18px * var(--wl-font-size));
  line-height: 21px;
  height: 21px;
}
.eon-link.arrow-left:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 21px;
  padding-right: 10px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.eon-link.arrow-right:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 21px;
  line-height: 21px;
  padding-right: 10px;
  margin-left: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center 1px;
  background-size: contain;
}
.eon-link.eon-red {
  color: rgb(234, 28, 10);
}
.eon-link.eon-red.arrow-left:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(234,28,10)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-red.arrow-left:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(213,22,7)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(213,22,7)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-red.arrow-right:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-red.arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(213,22,7)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-red:hover {
  color: rgb(213, 22, 7);
}
.eon-link.eon-bordeaux {
  color: rgb(176, 4, 2);
}
.eon-link.eon-bordeaux.arrow-left:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(176,4,2)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-bordeaux.arrow-left:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(160,3,17)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(160,3,17)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-bordeaux.arrow-right:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-bordeaux.arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(160,3,17)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-bordeaux:hover {
  color: rgb(160, 3, 17);
}
.eon-link.eon-limeyellow {
  color: rgb(227, 224, 0);
}
.eon-link.eon-limeyellow.arrow-left:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(227,224,0)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(227,224,0)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-limeyellow.arrow-left:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(218,214,0)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(218,214,0)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-limeyellow.arrow-right:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-limeyellow.arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(218,214,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-limeyellow:hover {
  color: rgb(218, 214, 0);
}
.eon-link.eon-turquoise {
  color: rgb(30, 162, 177);
}
.eon-link.eon-turquoise.arrow-left:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(30,162,177)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-turquoise.arrow-left:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(43,145,163)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(43,145,163)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-turquoise.arrow-right:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-turquoise.arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(43,145,163)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-turquoise:hover {
  color: rgb(43, 145, 163);
}
.eon-link.eon-white {
  color: rgb(255, 255, 255);
}
.eon-link.eon-white.arrow-left:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(255,255,255)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-white.arrow-left:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(255,255,255)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
.eon-link.eon-white.arrow-right:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-white.arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11px' height='18px' viewBox='77 1 11 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M79,3 C81.635,4.745 84.146,6.893 86.431,9.425 C86.705,9.727 86.705,10.234 86.432,10.536 C84.136,13.085 81.651,15.247 79,17' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
.eon-link.eon-white:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

markdown a,
markdown a:link,
markdown a:visited {
  display: inline-block;
  vertical-align: baseline;
  color: rgb(234, 28, 10);
  cursor: pointer;
  text-decoration: none;
}
markdown a:before,
markdown a:link:before,
markdown a:visited:before {
  content: "";
  line-height: 1em;
  padding-right: 0.8em;
  margin-right: 0.3em;
  margin-left: 0.1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(234,28,10)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
markdown a:hover,
markdown a:link:hover,
markdown a:visited:hover {
  text-decoration: underline;
  color: rgb(213, 22, 7);
}
markdown a:hover:before,
markdown a:link:hover:before,
markdown a:visited:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19px' height='20px' viewBox='-1 0 19 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_link_arrow_right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(0.000000, 2.000000)' stroke-linecap='round'%3E%3Cpath d='M0,8 L17,8' id='Stroke-84' stroke='rgb(213,22,7)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M9,0 C11.769,2.004 14.364,4.474 16.762,7.388 C17.047,7.732 17.047,8.313 16.761,8.658 C14.375,11.551 11.752,14.006 9,16' id='Stroke-85' stroke='rgb(213,22,7)' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), none;
}
markdown > p {
  margin: 0 0 1em 0;
}

ul.eon-pagination {
  list-style: none;
  padding: 0;
  display: inline-block;
  background-color: transparent !important;
}
ul.eon-pagination li {
  display: inline;
  float: left;
  background: no-repeat center center;
  background-size: contain;
}
ul.eon-pagination li:hover {
  cursor: pointer;
}
ul.eon-pagination li a {
  display: block;
}
ul.eon-pagination.tiny li {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(191,191,191)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny li:last-of-type {
  margin-right: 0;
}
ul.eon-pagination.tiny li a {
  width: 12px;
  height: 12px;
}
ul.eon-pagination.tiny li.active, ul.eon-pagination.tiny li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(234,28,10)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-red li.active, ul.eon-pagination.tiny.eon-red li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(234,28,10)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-bordeaux li.active, ul.eon-pagination.tiny.eon-bordeaux li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(176,4,2)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-turquoise li.active, ul.eon-pagination.tiny.eon-turquoise li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(30,162,177)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-limeyellow li.active, ul.eon-pagination.tiny.eon-limeyellow li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(227,224,0)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-red-25 li.active, ul.eon-pagination.tiny.eon-red-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(250,198,194)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-bordeaux-25 li.active, ul.eon-pagination.tiny.eon-bordeaux-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(235,192,192)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-turquoise-25 li.active, ul.eon-pagination.tiny.eon-turquoise-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(199,232,235)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-limeyellow-25 li.active, ul.eon-pagination.tiny.eon-limeyellow-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(248,247,191)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-red li {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(244,141,132)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-red li.active, ul.eon-pagination.tiny.eon-white.bg-eon-red li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-bordeaux li {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(215,129,128)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-bordeaux li.active, ul.eon-pagination.tiny.eon-white.bg-eon-bordeaux li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-turquoise li {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(142,208,216)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-turquoise li.active, ul.eon-pagination.tiny.eon-white.bg-eon-turquoise li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-limeyellow li {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(241,239,127)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.tiny.eon-white.bg-eon-limeyellow li.active, ul.eon-pagination.tiny.eon-white.bg-eon-limeyellow li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cpath d='M1.94190287,0.385961789 C1.15259274,0.536133855 0.536120348,1.15260472 0.38594791,1.9419129 C-0.128649303,4.64732408 -0.128649303,7.35267592 0.38594791,10.0580871 C0.536120348,10.8473953 1.15259274,11.4638661 1.94190287,11.6140382 C3.29458213,11.8713065 4.64732073,12 6,12 C7.35267927,12 8.70541787,11.8713065 10.0580971,11.6140382 C10.8474073,11.4638661 11.4638797,10.8473953 11.6140521,10.0580871 C12.1286493,7.35267592 12.1286493,4.64732408 11.6140521,1.9419129 C11.4638797,1.15260472 10.8474073,0.536133855 10.0580971,0.385961789 C8.70541787,0.128634152 7.35267927,0 6,0 C4.64732073,0 3.29458213,0.128634152 1.94190287,0.385961789 Z' id='Fill-281-Copy-4' stroke='none' fill='rgb(176,4,2)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.big li {
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(191,191,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big li:last-of-type {
  margin-right: 0;
}
ul.eon-pagination.big li.active, ul.eon-pagination.big li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(234,28,10)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(143,145,146)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big li a {
  width: 50px;
  height: 14px;
}
ul.eon-pagination.big.eon-red li.active, ul.eon-pagination.big.eon-red li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(234,28,10)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-red.image-bg li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-red.image-bg li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(191,191,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-red.image-bg li.active, ul.eon-pagination.big.eon-red.image-bg li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(234,28,10)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-bordeaux li.active, ul.eon-pagination.big.eon-bordeaux li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(176,4,2)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-bordeaux.image-bg li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-bordeaux.image-bg li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(191,191,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-bordeaux.image-bg li.active, ul.eon-pagination.big.eon-bordeaux.image-bg li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(176,4,2)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-turquoise li.active, ul.eon-pagination.big.eon-turquoise li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(30,162,177)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-turquoise.image-bg li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-turquoise.image-bg li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(191,191,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-turquoise.image-bg li.active, ul.eon-pagination.big.eon-turquoise.image-bg li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(30,162,177)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-limeyellow li.active, ul.eon-pagination.big.eon-limeyellow li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(227,224,0)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-limeyellow.image-bg li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-limeyellow.image-bg li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(191,191,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-limeyellow.image-bg li.active, ul.eon-pagination.big.eon-limeyellow.image-bg li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(227,224,0)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-red-25 li.active, ul.eon-pagination.big.eon-red-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(250,198,194)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-bordeaux-25 li.active, ul.eon-pagination.big.eon-bordeaux-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(235,192,192)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-turquoise-25 li.active, ul.eon-pagination.big.eon-turquoise-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(199,232,235)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-limeyellow-25 li.active, ul.eon-pagination.big.eon-limeyellow-25 li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(248,247,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-red li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(244,141,132)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-red li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(240,85,72)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-red li.active, ul.eon-pagination.big.eon-white.bg-eon-red li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-bordeaux li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(215,129,128)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-bordeaux li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(196,67,65)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-bordeaux li.active, ul.eon-pagination.big.eon-white.bg-eon-bordeaux li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-turquoise li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(142,208,216)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-turquoise li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(86,185,197)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-turquoise li.active, ul.eon-pagination.big.eon-white.bg-eon-turquoise li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(255,255,255)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-limeyellow li {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(248,247,191)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-limeyellow li:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(241,239,127)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.big.eon-white.bg-eon-limeyellow li.active, ul.eon-pagination.big.eon-white.bg-eon-limeyellow li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='14px' viewBox='0 0 50 14' enable-background='new 0 0 50 14' xml:space='preserve'%3E %3Cpath fill='rgb(176,4,2)' d='M47.82,1.954c-0.164-0.891-0.836-1.514-1.695-1.684C44.806,0.032,41.707,0,41.707,0H8.2 c0,0-3.099,0.032-4.419,0.27C2.922,0.439,2.25,1.063,2.087,1.954c-0.561,3.053-0.561,6.107,0,9.16 c0.164,0.891,0.835,1.513,1.694,1.682C5.268,13.037,8.2,13.066,8.2,13.066h33.507c0,0,2.932-0.029,4.418-0.271 c0.859-0.169,1.531-0.791,1.695-1.682C48.38,8.061,48.38,5.007,47.82,1.954z'/%3E %3C/svg%3E"), none;
}
ul.eon-pagination.full li {
  margin: 3px;
}
ul.eon-pagination.full li.active, ul.eon-pagination.full li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(234,28,10)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.full li.active a,
ul.eon-pagination.full li.active a:hover, ul.eon-pagination.full li.active:hover a,
ul.eon-pagination.full li.active:hover a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.full li a {
  width: 32px;
  height: 32px;
  font-size: calc(20px * var(--wl-font-size));
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  color: rgb(234, 28, 10);
}
ul.eon-pagination.full li a:hover {
  color: rgb(234, 28, 10);
}
ul.eon-pagination.full li.previous {
  width: 24px;
  height: 24px;
  margin: 8px 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.eon-pagination.full li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.full li.next {
  width: 24px;
  height: 24px;
  margin: 8px 2px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.full li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-red li.active, ul.eon-pagination.eon-red li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(234,28,10)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-red li.active a,
ul.eon-pagination.eon-red li.active a:hover, ul.eon-pagination.eon-red li.active:hover a,
ul.eon-pagination.eon-red li.active:hover a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-red li a {
  color: rgb(234, 28, 10);
}
ul.eon-pagination.eon-red li a:hover {
  color: rgb(234, 28, 10);
}
ul.eon-pagination.eon-red li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-red li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-red li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-red li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-bordeaux li.active, ul.eon-pagination.eon-bordeaux li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(176,4,2)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-bordeaux li.active a,
ul.eon-pagination.eon-bordeaux li.active a:hover, ul.eon-pagination.eon-bordeaux li.active:hover a,
ul.eon-pagination.eon-bordeaux li.active:hover a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-bordeaux li a {
  color: rgb(176, 4, 2);
}
ul.eon-pagination.eon-bordeaux li a:hover {
  color: rgb(176, 4, 2);
}
ul.eon-pagination.eon-bordeaux li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-bordeaux li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-bordeaux li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-bordeaux li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-turquoise li.active, ul.eon-pagination.eon-turquoise li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(30,162,177)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-turquoise li.active a,
ul.eon-pagination.eon-turquoise li.active a:hover, ul.eon-pagination.eon-turquoise li.active:hover a,
ul.eon-pagination.eon-turquoise li.active:hover a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-turquoise li a {
  color: rgb(30, 162, 177);
}
ul.eon-pagination.eon-turquoise li a:hover {
  color: rgb(30, 162, 177);
}
ul.eon-pagination.eon-turquoise li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-turquoise li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-turquoise li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-turquoise li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-limeyellow li.active, ul.eon-pagination.eon-limeyellow li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(227,224,0)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-limeyellow li.active a,
ul.eon-pagination.eon-limeyellow li.active a:hover, ul.eon-pagination.eon-limeyellow li.active:hover a,
ul.eon-pagination.eon-limeyellow li.active:hover a:hover {
  color: rgb(176, 4, 2);
}
ul.eon-pagination.eon-limeyellow li a {
  color: rgb(227, 224, 0);
}
ul.eon-pagination.eon-limeyellow li a:hover {
  color: rgb(227, 224, 0);
}
ul.eon-pagination.eon-limeyellow li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-limeyellow li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-limeyellow li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-limeyellow li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-red li.active, ul.eon-pagination.eon-white.bg-eon-red li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-red li.active a,
ul.eon-pagination.eon-white.bg-eon-red li.active a:hover, ul.eon-pagination.eon-white.bg-eon-red li.active:hover a,
ul.eon-pagination.eon-white.bg-eon-red li.active:hover a:hover {
  color: rgb(234, 28, 10);
}
ul.eon-pagination.eon-white.bg-eon-red li a {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-red li a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-red li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-red li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-red li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-red li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li.active, ul.eon-pagination.eon-white.bg-eon-bordeaux li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li.active a,
ul.eon-pagination.eon-white.bg-eon-bordeaux li.active a:hover, ul.eon-pagination.eon-white.bg-eon-bordeaux li.active:hover a,
ul.eon-pagination.eon-white.bg-eon-bordeaux li.active:hover a:hover {
  color: rgb(176, 4, 2);
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li a {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-bordeaux li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li.active, ul.eon-pagination.eon-white.bg-eon-limeyellow li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(176,4,2)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li.active a,
ul.eon-pagination.eon-white.bg-eon-limeyellow li.active a:hover, ul.eon-pagination.eon-white.bg-eon-limeyellow li.active:hover a,
ul.eon-pagination.eon-white.bg-eon-limeyellow li.active:hover a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li a {
  color: rgb(176, 4, 2);
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li a:hover {
  color: rgb(176, 4, 2);
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-limeyellow li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-turquoise li.active, ul.eon-pagination.eon-white.bg-eon-turquoise li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='62 0 32 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M67.1784076,1.02923144 C65.0735806,1.42969028 63.4296543,3.07361259 63.0291944,5.1784344 C61.6569352,12.3928642 61.6569352,19.6071358 63.0291944,26.8215656 C63.4296543,28.9263874 65.0735806,30.5703097 67.1784076,30.9707686 C70.7855524,31.6568174 74.3928553,32 78,32 C81.6071447,32 85.2144476,31.6568174 88.8215924,30.9707686 C90.9264194,30.5703097 92.5703457,28.9263874 92.9708056,26.8215656 C94.3430648,19.6071358 94.3430648,12.3928642 92.9708056,5.1784344 C92.5703457,3.07361259 90.9264194,1.42969028 88.8215924,1.02923144 C85.2144476,0.343024406 81.6071447,0 78,0 C74.3928553,0 70.7855524,0.343024406 67.1784076,1.02923144 Z' id='Fill-281-Copy-7' stroke='none' fill='rgb(255,255,255)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-turquoise li.active a,
ul.eon-pagination.eon-white.bg-eon-turquoise li.active a:hover, ul.eon-pagination.eon-white.bg-eon-turquoise li.active:hover a,
ul.eon-pagination.eon-white.bg-eon-turquoise li.active:hover a:hover {
  color: rgb(30, 162, 177);
}
ul.eon-pagination.eon-white.bg-eon-turquoise li a {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-turquoise li a:hover {
  color: rgb(255, 255, 255);
}
ul.eon-pagination.eon-white.bg-eon-turquoise li.previous {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-turquoise li.previous:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-turquoise li.next {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}
ul.eon-pagination.eon-white.bg-eon-turquoise li.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='26px' viewBox='-2 4 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M11.9998751,28 C7.85787511,25.258 3.91187511,21.883 0.321875109,17.904 C-0.107124891,17.431 -0.107124891,16.632 0.320875109,16.158 C3.92887511,12.151 7.83387511,8.755 11.9998751,6' id='icn_left' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E"), none;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
html {
  --mat-app-background-color: #fef8fc;
  --mat-app-text-color: #1d1b1e;
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: rgba(29, 27, 30, 0.1);
  --mat-option-selected-state-label-text-color: #1f182a;
  --mat-option-label-text-color: #1d1b1e;
  --mat-option-hover-state-layer-color: rgba(29, 27, 30, 0.08);
  --mat-option-focus-state-layer-color: rgba(29, 27, 30, 0.12);
  --mat-option-selected-state-layer-color: #eadef7;
  --mat-option-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-color: #49454e;
  --mat-optgroup-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-full-pseudo-checkbox-selected-icon-color: #7d00fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #49454e;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fef8fc;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(29, 27, 30, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(29, 27, 30, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #7d00fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(29, 27, 30, 0.38);
  --mat-badge-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-bottom-sheet-container-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-expansion-header-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-stepper-container-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-stepper-header-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-toolbar-title-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-node-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-card-title-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-filled-text-field-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-chip-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mat-switch-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-radio-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mat-menu-item-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mdc-list-list-item-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-container-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-header-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-checkbox-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-protected-button-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-filled-button-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-extended-fab-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-supporting-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Lucida Grande, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
}
.mat-theme-loaded-marker {
  display: none;
}

html .mat-display-large, html .mat-typography .mat-display-large, html .mat-typography h1 {
  font: 400 3.562rem / 4rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 0.5em;
}
html .mat-display-medium, html .mat-typography .mat-display-medium, html .mat-typography h2 {
  font: 400 2.812rem / 3.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-display-small, html .mat-typography .mat-display-small, html .mat-typography h3 {
  font: 400 2.25rem / 2.75rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-large, html .mat-typography .mat-headline-large, html .mat-typography h4 {
  font: 400 2rem / 2.5rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-medium, html .mat-typography .mat-headline-medium, html .mat-typography h5 {
  font: 400 1.75rem / 2.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-small, html .mat-typography .mat-headline-small, html .mat-typography h6 {
  font: 400 1.5rem / 2rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-title-large, html .mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0;
}
html .mat-title-medium, html .mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.009rem;
}
html .mat-title-small, html .mat-typography .mat-title-small {
  font: 500 0.875rem / 1.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.006rem;
}
html .mat-body-large, html .mat-typography .mat-body-large, html .mat-typography {
  font: 400 1rem / 1.5rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.031rem;
}
html .mat-body-large p, html .mat-typography .mat-body-large p, html .mat-typography p {
  margin: 0 0 0.75em;
}
html .mat-body-medium, html .mat-typography .mat-body-medium {
  font: 400 0.875rem / 1.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.016rem;
}
html .mat-body-small, html .mat-typography .mat-body-small {
  font: 400 0.75rem / 1rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.025rem;
}
html .mat-label-large, html .mat-typography .mat-label-large {
  font: 500 0.875rem / 1.25rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.006rem;
}
html .mat-label-medium, html .mat-typography .mat-label-medium {
  font: 500 0.75rem / 1rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.031rem;
}
html .mat-label-small, html .mat-typography .mat-label-small {
  font: 500 0.688rem / 1rem var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.031rem;
}

.mdc-list-item.mdc-list-item--with-one-line {
  height: unset !important;
}

.mat-mdc-input-element {
  caret-color: auto;
}

.mat-mdc-autocomplete-panel {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option {
  line-height: 48px !important;
  font-family: unset !important;
  font-size: calc(16px * var(--wl-font-size));
  background-color: inherit !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ems-fix-top-margin > label {
  margin-top: -3px;
}

.mat-mdc-snack-bar-container.error {
  background: rgb(234, 28, 10);
  border-radius: 5px;
}
.mat-mdc-snack-bar-container.error .mdc-snackbar__surface {
  background: rgb(234, 28, 10) !important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: rgb(57, 57, 58) !important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__label {
  color: rgb(255, 255, 255) !important;
}

.mat-mdc-simple-snack-bar {
  font-family: inherit;
}

.mat-mdc-snack-bar-action .mat-mdc-button {
  color: rgb(255, 255, 255);
}

.mat-mdc-snack-bar-label {
  color: rgb(255, 255, 255);
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
}

.mat-form-field-invalid {
  border-color: rgb(234, 28, 10);
}

.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: #e0e0e0;
  color: rgb(0, 0, 0);
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  font-size: 14px;
  font-weight: 500;
  font-family: unset !important;
}

.mat-mdc-menu-content .separator {
  height: 1px;
  background-color: rgb(232, 232, 232);
}

.eon-form md2-datepicker {
  border: 2px solid rgb(57, 57, 58);
}
.eon-form .mat-mdc-form-field,
.eon-form .mat-mdc-select {
  width: 100%;
}

.mat-mdc-select {
  padding: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

div mat-toolbar {
  padding: 0;
  min-height: 0;
}

.mat-mdc-select-value {
  padding: 3px;
}

mat-toolbar .mat-toolbar-layout mat-toolbar-row {
  height: auto;
  border-bottom: 1px solid rgb(232, 232, 232);
}

mat-sidenav.sidenav.mat-sidenav-over.mat-sidenav-opened {
  box-shadow: none;
}

mat-sidenav.sidenav.mat-sidenav-over.mat-sidenav-opening {
  box-shadow: none;
}

/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
div.mat-tab-label:focus {
  background-color: transparent !important;
}

.mat-mdc-option.mat-mdc-selected {
  color: rgb(43, 145, 163) !important;
}

.mat-mdc-option.mdc-list-item--selected {
  color: rgb(43, 145, 163);
}
.mat-mdc-option.mdc-list-item--selected .mat-pseudo-checkbox-minimal {
  display: none !important;
}

.mat-mdc-option:hover,
.mat-mdc-list-item:hover,
.mat-mdc-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: rgb(43, 145, 163) !important;
}

.mat-mdc-select-panel {
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
  background-color: #fff !important;
  padding: 0 !important;
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  color: rgb(43, 145, 163) !important;
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-select-panel mat-divider {
  display: none;
}

.mat-mdc-select:focus:not(.mat-mdc-select-disabled) .mat-mdc-select-trigger {
  color: rgb(43, 145, 163);
  border-bottom: 1px solid rgb(43, 145, 163);
}

.mat-mdc-select:focus:not(.mat-mdc-select-disabled) .mat-mdc-select-arrow {
  border-top-color: rgb(43, 145, 163);
}

.mat-mdc-select:focus:not(.mat-mdc-select-disabled) .mat-mdc-select-underline {
  background-color: rgb(43, 145, 163);
}

.mat-mdc-select:focus:not(.mat-mdc-select-disabled) .mat-mdc-select-trigger {
  border: none;
}

.mat-mdc-select.mat-mdc-select-disabled:focus {
  border: 2px solid rgb(232, 232, 232);
}

.mat-sidenav-container,
.mat-drawer-content {
  background-color: white !important;
  transform: none !important;
}

.mat-drawer-container {
  flex: auto;
  display: flex !important;
  flex-direction: column !important;
}

.mat-drawer-content {
  flex: auto;
  display: flex !important;
  flex-direction: column;
}

.mat-sidenav {
  position: fixed !important;
  display: flex !important;
  flex-direction: column;
}

.cdk-overlay-pane .mat-mdc-dialog-container .mdc-dialog__container {
  width: 100%;
}
.cdk-overlay-pane .mat-mdc-autocomplete-panel {
  width: inherit !important;
  padding: 0;
}

.mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before {
  background-color: unset !important;
}

.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input {
  caret-color: unset !important;
  color: inherit !important;
}

.mat-mdc-form-field {
  display: flex;
  border: 2px solid rgb(57, 57, 58);
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  background-color: inherit !important;
  font-family: inherit !important;
}
.mat-mdc-form-field .mat-mdc-form-field-infix {
  border-top: none !important;
  padding: 0 !important;
  min-height: auto !important;
  align-items: center;
  align-self: center;
  display: flex !important;
}
.mat-mdc-form-field.mat-focused {
  border: 2px solid rgb(30, 162, 177);
}
.mat-mdc-form-field .mat-mdc-form-field-wrapper,
.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  margin: 0;
  padding: 0;
}
.mat-mdc-form-field .mat-mdc-form-field-flex {
  height: 100%;
  padding: 10px 10px 10px 20px;
}
.mat-mdc-form-field .mat-mdc-form-field-underline,
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field .mat-mdc-form-field-label-wrapper {
  display: none !important;
}
.mat-mdc-form-field .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: inherit !important;
}
.mat-mdc-form-field .mdc-text-field--filled.mdc-text-field--disabled {
  background: rgb(246, 246, 247) !important;
}
.mat-mdc-form-field.mat-form-field-disabled, .mat-mdc-form-field.disabled {
  border: 2px solid rgb(232, 232, 232);
  background: rgb(246, 246, 247);
  box-sizing: border-box;
}
.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-input-element:disabled, .mat-mdc-form-field.disabled .mat-mdc-input-element:disabled {
  color: rgb(143, 145, 146);
}
.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-input-element:disabled .arrow, .mat-mdc-form-field.disabled .mat-mdc-input-element:disabled .arrow {
  color: rgb(143, 145, 146);
}
.mat-mdc-form-field.mat-form-field-readonly .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: rgb(246, 246, 247) !important;
}
.mat-mdc-form-field .mdc-line-ripple:before,
.mat-mdc-form-field .mdc-line-ripple:after {
  border-bottom: 0 !important;
}

.mat-mdc-form-field.dark-mode {
  background: rgb(37, 37, 37) !important;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(37, 37, 37);
}
.mat-mdc-form-field.dark-mode .mdc-text-field--filled {
  background-color: unset !important;
}
.mat-mdc-form-field.dark-mode .mdc-text-field--filled .mdc-text-field__input {
  color: unset !important;
}
.mat-mdc-form-field.dark-mode .mat-mdc-icon-button {
  color: rgb(255, 255, 255) !important;
}

.mat-mdc-form-field.full-width {
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.mat-mdc-form-field.full-width .mat-form-field-infix {
  width: 100%;
}

.mat-mdc-select.dark-mode {
  background: rgb(37, 37, 37);
}
.mat-mdc-select.dark-mode .mat-mdc-select-value {
  color: rgb(255, 255, 255);
}

.mat-mdc-select.light-mode {
  border: 2px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}
.mat-mdc-select.light-mode .mat-mdc-select-value,
.mat-mdc-select.light-mode .mat-mdc-select-placeholder {
  color: rgb(176, 4, 2);
  font-weight: bold;
  font-size: calc(18px * var(--wl-font-size));
  text-transform: none;
}

.form-slim .mat-mdc-form-field {
  border: 1px solid rgb(232, 232, 232);
}
.form-slim .mat-mdc-form-field.ng-touched.ng-invalid {
  border: 1px solid rgb(234, 28, 10);
  color: rgb(234, 28, 10);
}

.header-selectbox .mat-mdc-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.header-selectbox .mat-mdc-form-field .mat-form-field-wrapper {
  display: flex;
  flex: 1;
}
.header-selectbox .mat-mdc-form-field .mat-form-field-infix {
  width: auto;
}
.header-selectbox .mat-mdc-form-field .mat-form-field-infix .mat-mdc-input-element {
  font-size: calc(16px * var(--wl-font-size));
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: rgb(143, 145, 146);
  text-align: center;
}

form.disabled .mat-mdc-form-field {
  display: block;
  border: 2px solid rgb(232, 232, 232);
  background: rgb(246, 246, 247) !important;
  box-sizing: border-box;
}
form.disabled .mat-mdc-form-field .mat-mdc-input-element:disabled {
  color: rgb(57, 57, 58);
}

.mat-form-field-readonly {
  display: block;
  border: 2px solid rgb(232, 232, 232);
  background: rgb(246, 246, 247) !important;
  box-sizing: border-box;
}
.mat-form-field-readonly .mat-mdc-input-element {
  color: rgb(57, 57, 58);
}

/* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
.mat-input-underline,
.mat-input-subscript-wrapper {
  visibility: hidden;
  bottom: 0;
  left: 0;
}

/* We already disable ripple effect through material ripple option. However we also need to hide
   it here because otherwise some inputs would be underlined. */
/* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
.mat-input-ripple {
  display: none;
}

.mat-mdc-select-panel {
  max-width: calc(100% + 32px) !important;
  min-width: calc(100% + 32px) !important;
  width: calc(100% + 32px) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
}
.mat-mdc-select-panel mat-option.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}

.dialog .md2-datepicker-input {
  border: none !important;
}

.mat-mdc-form-field.no-padding {
  /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
}
.mat-mdc-form-field.no-padding .mat-input-wrapper {
  padding: 8px 0;
}
.mat-mdc-form-field.no-padding .mat-input-prefix {
  padding-right: 10px;
}
.mat-mdc-form-field.no-padding .mat-datepicker-toggle {
  height: 20px;
  vertical-align: middle;
}

.mat-mdc-selection-list {
  border: 2px solid rgb(57, 57, 58);
  border-radius: 3px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div[role=listbox] {
  background-color: #fff !important;
}

mat-select {
  display: flex !important;
  flex-direction: column;
  border: 2px solid rgb(57, 57, 58);
  border-radius: 3px;
  box-sizing: border-box;
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
}
mat-select .mat-mdc-select-value {
  padding: 3px;
}
mat-select.no-padding .mat-mdc-select-value {
  padding: 0;
}
mat-select .mat-mdc-select-placeholder {
  color: rgb(143, 145, 146);
  text-transform: uppercase;
  top: -40px !important;
}
mat-select.mat-select-proper-placeholder .mat-mdc-select-placeholder {
  color: rgb(0, 0, 0);
  text-transform: none;
}
mat-select.no-text-transform * {
  text-transform: none;
}
mat-select .mat-mdc-select-arrow {
  border-top-color: rgb(64, 64, 64);
}
mat-select .mat-mdc-select-value {
  padding: 3px 10px;
  color: rgb(64, 64, 64);
  flex: auto !important;
  max-width: 100%;
  width: auto !important;
  display: block;
}
mat-select .mat-mdc-select-value.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
mat-select .mat-mdc-select-trigger {
  height: 38px;
  flex: auto;
  display: flex !important;
  align-items: center;
}
mat-select .mat-mdc-select-arrow {
  margin-right: 12px;
}
mat-select span.mat-select-underline {
  display: none;
}
mat-select.mat-mdc-select-disabled {
  border: 2px solid rgb(232, 232, 232);
  background: rgb(246, 246, 247);
}
mat-select.mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgb(143, 145, 146);
}
mat-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  border-top-color: rgb(143, 145, 146);
}
mat-select:focus {
  border: 2px solid rgb(30, 162, 177);
}
mat-select .mat-pseudo-checkbox {
  display: none !important;
}

.toolbar-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.toolbar-form-field .mat-form-field-flex {
  padding: 0;
}

.mat-mdc-select.toolbar-select {
  border: none;
}
.mat-mdc-select.toolbar-select .mat-mdc-select-placeholder {
  color: rgb(255, 255, 255);
}
.mat-mdc-select.toolbar-select .mat-mdc-select-arrow {
  border-top-color: rgb(255, 255, 255);
}
.mat-mdc-select.toolbar-select .mat-mdc-select-value {
  color: rgb(255, 255, 255);
}
.mat-mdc-select.toolbar-select:focus .mat-mdc-select-arrow {
  border-top-color: rgb(255, 255, 255);
}

.mat-mdc-checkbox .mdc-form-field {
  gap: 0.5rem;
  align-items: center;
}
.mat-mdc-checkbox .mdc-form-field label.mdc-label span {
  font-weight: 900 !important;
  font-size: calc(12px * var(--wl-font-size));
}

.mat-mdc-checkbox {
  line-height: 28px;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0;
  --mdc-checkbox-state-layer-size: 23px;
}
.mat-mdc-checkbox .mdc-label {
  font-family: var(--wl-font-style) !important;
  font-size: calc(16px * var(--wl-font-size));
  white-space: nowrap;
}
.mat-mdc-checkbox.mat-checkbox-white .mat-internal-form-field {
  color: white;
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled {
  pointer-events: none;
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled .mdc-label {
  opacity: 0.5;
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled .mdc-checkbox__background {
  background-image: url('checkbox_squircle_disabled.svg') !important;
}

.mat-mdc-list-option .mdc-checkbox__background {
  width: 1.5rem !important;
  height: 1.5rem !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.mat-accent .mat-pseudo-checkbox,
.mat-pseudo-checkbox,
.mdc-checkbox__background {
  top: 0 !important;
  left: 0 !important;
  background-image: url('checkbox_squircle_regular.svg') !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mat-accent .mat-pseudo-checkbox:hover,
.mat-pseudo-checkbox:hover,
.mdc-checkbox__background:hover {
  -webkit-mask: url('checkbox_squircle_hover.svg') !important;
  mask: url('checkbox_squircle_hover.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
}
.mat-accent .mat-pseudo-checkbox:active,
.mat-pseudo-checkbox:active,
.mdc-checkbox__background:active {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
}
.mat-accent .mat-pseudo-checkbox .mdc-checkbox__checkmark,
.mat-pseudo-checkbox .mdc-checkbox__checkmark,
.mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}

.mat-mdc-checkbox:hover.mat-accent .mat-pseudo-checkbox,
.mat-mdc-checkbox:hover .mat-pseudo-checkbox,
.mat-mdc-checkbox:hover .mdc-checkbox__background {
  -webkit-mask: url('checkbox_squircle_hover.svg') !important;
  mask: url('checkbox_squircle_hover.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
}
.mat-mdc-checkbox:hover.mat-accent .mat-pseudo-checkbox .mdc-checkbox__checkmark,
.mat-mdc-checkbox:hover .mat-pseudo-checkbox .mdc-checkbox__checkmark,
.mat-mdc-checkbox:hover .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}

.mdc-checkbox__checkmark {
  display: none !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-frame {
  display: none;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-frame {
  border-color: rgb(57, 57, 58);
}

.mdc-checkbox__mixedmark {
  display: none;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:hover {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after {
  display: none;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full .mdc-checkbox__checkmark {
  color: transparent !important;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background:hover {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background:after {
  display: none;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
  -webkit-mask: url('checkbox_squircle_indeterminate.svg') !important;
  mask: url('checkbox_squircle_indeterminate.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background:hover,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background:hover {
  background-image: url('checkbox_squircle_indeterminate.svg') !important;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background:after,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background:after {
  display: none;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}

.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background {
  background-image: url('checkbox_squircle_checked_disabled.svg') !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mdc-checkbox-white {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox, .mdc-checkbox-white.mat-pseudo-checkbox, .mdc-checkbox-white.mdc-checkbox__background {
  background-image: url('checkbox_squircle_white_regular.svg') !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox:hover, .mdc-checkbox-white.mat-pseudo-checkbox:hover, .mdc-checkbox-white.mdc-checkbox__background:hover {
  background-image: url('checkbox_squircle_white_hover.svg') !important;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox:active, .mdc-checkbox-white.mat-pseudo-checkbox:active, .mdc-checkbox-white.mdc-checkbox__background:active {
  background-image: url('checkbox_squircle_white_checked.svg') !important;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox .mdc-checkbox__checkmark, .mdc-checkbox-white.mat-pseudo-checkbox .mdc-checkbox__checkmark, .mdc-checkbox-white.mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}
.mdc-checkbox-white.mat-mdc-checkbox:hover {
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
}
.mdc-checkbox-white.mat-mdc-checkbox:hover.mat-accent .mat-pseudo-checkbox,
.mdc-checkbox-white.mat-mdc-checkbox:hover .mat-pseudo-checkbox,
.mdc-checkbox-white.mat-mdc-checkbox:hover .mdc-checkbox__background {
  background-image: url('checkbox_squircle_white_hover.svg') !important;
}
.mdc-checkbox-white.mat-mdc-checkbox:hover.mat-accent .mat-pseudo-checkbox .mdc-checkbox__checkmark,
.mdc-checkbox-white.mat-mdc-checkbox:hover .mat-pseudo-checkbox .mdc-checkbox__checkmark,
.mdc-checkbox-white.mat-mdc-checkbox:hover .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-checked, .mdc-checkbox-white.mdc-checkbox--selected.mat-accent .mdc-checkbox__background, .mdc-checkbox-white.mat-pseudo-checkbox-checked {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-checked:hover, .mdc-checkbox-white.mdc-checkbox--selected.mat-accent .mdc-checkbox__background:hover, .mdc-checkbox-white.mat-pseudo-checkbox-checked:hover {
  background-image: url('checkbox_squircle_white_checked.svg') !important;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-checked:after, .mdc-checkbox-white.mdc-checkbox--selected.mat-accent .mdc-checkbox__background:after, .mdc-checkbox-white.mat-pseudo-checkbox-checked:after {
  display: none;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-checked .mdc-checkbox__checkmark, .mdc-checkbox-white.mdc-checkbox--selected.mat-accent .mdc-checkbox__background .mdc-checkbox__checkmark, .mdc-checkbox-white.mat-pseudo-checkbox-checked .mdc-checkbox__checkmark {
  color: transparent !important;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-indeterminate, .mdc-checkbox-white.mat-checkbox-indeterminate.mat-accent .mdc-checkbox__background, .mdc-checkbox-white.mat-pseudo-checkbox-indeterminate {
  background-image: url('checkbox_squircle_white_indeterminate.svg') !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-indeterminate:hover, .mdc-checkbox-white.mat-checkbox-indeterminate.mat-accent .mdc-checkbox__background:hover, .mdc-checkbox-white.mat-pseudo-checkbox-indeterminate:hover {
  background-image: url('checkbox_squircle_white_indeterminate.svg') !important;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-indeterminate:after, .mdc-checkbox-white.mat-checkbox-indeterminate.mat-accent .mdc-checkbox__background:after, .mdc-checkbox-white.mat-pseudo-checkbox-indeterminate:after {
  display: none;
}
.mdc-checkbox-white.mat-accent .mat-pseudo-checkbox-indeterminate .mdc-checkbox__checkmark, .mdc-checkbox-white.mat-checkbox-indeterminate.mat-accent .mdc-checkbox__background .mdc-checkbox__checkmark, .mdc-checkbox-white.mat-pseudo-checkbox-indeterminate .mdc-checkbox__checkmark {
  color: transparent !important;
}
.mdc-checkbox-white.mat-checkbox-indeterminate.mat-accent.mat-mdc-checkbox-disabled .mdc-checkbox__background, .mdc-checkbox-white.mdc-checkbox--selected.mat-accent.mat-mdc-checkbox-disabled .mdc-checkbox__background {
  background-image: url('checkbox_squircle_white_checked_disabled.svg') !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  height: 24px !important;
  width: 24px !important;
  border: none !important;
  cursor: pointer;
}
.mdc-checkbox-white.mat-checkbox-indeterminate.mat-accent.mat-mdc-checkbox-disabled .mdc-checkbox__background .mdc-checkbox__checkmark, .mdc-checkbox-white.mdc-checkbox--selected.mat-accent.mat-mdc-checkbox-disabled .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: transparent !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-inner-container {
  width: 24px !important;
  height: 24px !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-input {
  left: auto !important;
  bottom: auto !important;
}

.mat-mdc-radio-button {
  display: block;
}
.mat-mdc-radio-button .mat-internal-form-field {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: calc(16px * var(--wl-font-size)) !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-radio-label-content {
  width: 100%;
  margin-left: 2px;
}

/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-radio-label {
  width: 100%;
}

/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-radio-container {
  vertical-align: middle;
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
}

.mdc-radio__outer-circle,
.mdc-radio__inner-circle {
  top: -2px !important;
  left: -2px !important;
  width: 24px !important;
  height: 24px !important;
}

.mdc-radio__outer-circle {
  border: 2px solid rgb(143, 145, 146) !important;
  background-color: transparent !important;
}

.mdc-radio__inner-circle {
  background-color: white !important;
  transform: scale(0);
  transition: transform ease-out 280ms, background-color ease-out 280ms !important;
}

.mat-mdc-radio-checked .mdc-radio__outer-circle {
  border: 2px solid var(--wl-checkboxradio-color) !important;
  background-color: var(--wl-checkboxradio-color) !important;
}
.mat-mdc-radio-checked .mdc-radio__inner-circle {
  transform: scale(0.3) !important;
  border-color: white !important;
}

.mat-mdc-radio-group.mat-radio-group-black .mat-mdc-radio-checked .mdc-radio__outer-circle {
  border: 2px solid var(--wl-checkboxradio-color) !important;
  background-color: var(--wl-checkboxradio-color) !important;
}

.mat-mdc-tab-body-content {
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}

/* Override material design font */
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.mat-option-text .mat-calendar-body-cell,
.mat-calendar .mat-calendar-body-cell {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
}
.mat-option-text .mat-calendar-body-selected,
.mat-calendar .mat-calendar-body-selected {
  background-color: var(--wl-calendar-color) !important;
}
.mat-option-text .mat-calendar-body-today,
.mat-calendar .mat-calendar-body-today {
  border-color: var(--wl-calendar-color) !important;
}
.mat-option-text .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: var(--wl-calendar-light-color);
}
.mat-option-text .mat-calendar-table-header th,
.mat-calendar .mat-calendar-table-header th {
  font-size: calc(11px * var(--wl-font-size));
}
.mat-option-text .mat-calendar-body-label,
.mat-option-text .mat-calendar-period-button,
.mat-calendar .mat-calendar-body-label,
.mat-calendar .mat-calendar-period-button {
  font-size: calc(14px * var(--wl-font-size));
  color: inherit !important;
}
.mat-option-text .mat-calendar-body,
.mat-calendar .mat-calendar-body {
  font-size: calc(13px * var(--wl-font-size));
}

.mat-datepicker-toggle .mat-mdc-icon-button {
  color: black !important;
}

.mat-mdc-tooltip .mdc-tooltip__surface {
  font-size: calc(16px * var(--wl-font-size));
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
}

.mat-button-toggle:not(.mat-button-toggle-checked):not(.mat-button-toggle-disabled) {
  color: #404040;
}

.mat-button-toggle,
.mat-mdc-raised-button,
.mat-mdc-fab,
.mat-mdc-icon-button,
.mat-mdc-mini-fab,
.mat-card,
.mat-checkbox,
.mat-form-field,
.mat-list,
.mat-radio-button,
.mat-select,
.mat-list .mat-list-item .mat-list-item-content,
.mat-nav-list .mat-list-item .mat-list-item-content,
.mat-tab-label,
.mat-slide-toggle-content,
.mat-toolbar,
.mat-tooltip,
.mat-mdc-tab-body-wrapper {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
  color: rgb(64, 64, 64);
  letter-spacing: 0.03rem;
}

.mat-mdc-button,
.mat-mdc-menu-item {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
  color: rgb(64, 64, 64);
  letter-spacing: 0.03rem;
  font-size: calc(14px * var(--wl-font-size));
}

.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-size: inherit !important;
  color: inherit !important;
}

.mat-mdc-menu-item,
.mat-mdc-menu-item:visited,
.mat-mdc-menu-item:link {
  color: inherit !important;
}

.mat-mdc-form-field-focus-overlay {
  background-color: unset !important;
}

.mat-mdc-tooltip {
  background: rgba(97, 97, 97, 0.9);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  margin: 14px;
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-tooltip .mat-mdc-tooltip-surface {
  background-color: unset !important;
  max-height: 60vh !important;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  padding: 0;
  min-width: 450px;
}
.mat-mdc-tooltip .customizable-widget-tooltip {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: calc(14px * var(--wl-font-size));
  border: 1px solid rgb(211, 211, 211);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}

/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-text,
.mat-selection-list {
  padding: 0 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-item-content {
  padding-left: 11px !important;
}

.searchbar {
  /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
}
.searchbar .mat-pseudo-checkbox {
  display: none !important;
}
.searchbar .mat-list-item-content {
  padding-left: 0 !important;
}
.searchbar .mat-mdc-selection-list {
  border: none !important;
}

.mat-mdc-tab-body-wrapper {
  flex: auto;
}

/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-tab-no-header .mat-mdc-tab-header {
  display: none;
}

/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-tab-no-single.single {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
}
.mat-tab-no-single.single .mat-mdc-tab-header {
  border: none !important;
}
.mat-tab-no-single.single .mat-tab-label {
  padding: 0 10px 0 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: calc(22px * var(--wl-font-size)) !important;
  font-weight: bold !important;
  cursor: default !important;
}
.mat-tab-no-single.single .mat-tab-label:hover {
  color: rgb(57, 57, 58) !important;
}
.mat-tab-no-single.single .mat-ink-bar {
  display: none !important;
}

.mat-mdc-tab-group {
  font-family: inherit !important;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  height: 50px;
  -webkit-user-select: none;
          user-select: none;
  flex: auto;
}
.mat-mdc-tab-group .mat-mdc-tab-list {
  flex-grow: 0;
}
.mat-mdc-tab-group mat-ink-bar {
  background-color: rgb(143, 145, 146) !important;
}
.mat-mdc-tab-group div.mat-mdc-tab {
  padding: 0 10px;
  line-height: 50px;
  opacity: 0.6;
  color: rgb(57, 57, 58);
}
.mat-mdc-tab-group div.mat-mdc-tab .mdc-tab__content .mdc-tab__text-label {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: calc(16px * var(--wl-font-size));
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  transition: color 300ms, opacity 300ms ease-in-out;
  min-width: 0;
}
.mat-mdc-tab-group div.mat-mdc-tab .mdc-tab-indicator {
  color: rgb(57, 57, 58);
  opacity: 0.75;
}
.mat-mdc-tab-group div.mat-mdc-tab:hover {
  color: var(--wl-theme-color);
  opacity: 1;
}
.mat-mdc-tab-group div.mat-mdc-tab.mdc-tab--active {
  opacity: 1;
}

.mat-datepicker-toggle .mat-mdc-icon-button {
  width: auto;
  height: auto;
  line-height: inherit;
  margin: -4px;
  padding: 0;
  display: flex;
  align-items: center;
}

.ems-autocomplete-without-border .mat-mdc-form-field {
  border: none;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
.mat-button-toggle-group {
  box-shadow: none !important;
  border-radius: 3px;
  border: 2px solid rgb(57, 57, 58);
  display: flex !important;
}
.mat-button-toggle-group.ems-fit, .mat-button-toggle-group.ems-fit-auto {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.mat-button-toggle-group.ems-fit .mat-button-toggle, .mat-button-toggle-group.ems-fit-auto .mat-button-toggle {
  flex: 1;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.mat-button-toggle-group.ems-fit .mat-button-toggle .mat-button-toggle-label-content, .mat-button-toggle-group.ems-fit-auto .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0;
}
.mat-button-toggle-group.ems-fit-auto {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.mat-button-toggle-group.ems-fit-auto .mat-button-toggle {
  flex: 1 1 auto;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
.mat-button-toggle {
  border-right: 2px solid rgb(57, 57, 58);
  background-color: transparent;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.mat-button-toggle:last-child {
  border-right: none;
}
.mat-button-toggle.mat-button-toggle-checked {
  background-color: rgb(57, 57, 58);
  color: rgb(255, 255, 255);
}
.mat-button-toggle.mat-button-toggle-disabled {
  color: rgb(232, 232, 232);
  background-color: transparent;
}
.mat-button-toggle.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: rgb(57, 57, 58);
  color: rgb(255, 255, 255);
}

.mat-button-toggle-label-content .mat-pseudo-checkbox {
  display: none;
}

.mat-mdc-tab .mdc-tab--active .mdc-tab__text-label {
  color: inherit !important;
}
.mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-color: inherit !important;
}
.mat-mdc-tab .mdc-tab__text-label {
  color: inherit !important;
}

.mat-mdc-dialog-content {
  min-width: 40vw;
  width: auto;
  margin: 0 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-radio-ripple,
.mat-checkbox-ripple {
  display: none;
}

.mat-expansion-panel {
  box-shadow: none !important;
  background: none !important;
}
.mat-expansion-panel p {
  font-size: calc(16px * var(--wl-font-size));
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
}
.mat-expansion-panel h4 {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
}
.mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel-body {
  padding: 0 !important;
  font-family: inherit;
}
.mat-expansion-panel .mat-expansion-panel-header {
  height: 48px !important;
}
.mat-expansion-panel .mat-expansion-panel-header .mat-content {
  flex: none !important;
}
.mat-expansion-panel .mat-expansion-panel-header:hover .mat-expansion-indicator:after {
  color: rgb(143, 145, 146);
}
.mat-expansion-panel .mat-expansion-indicator {
  font-size: calc(20px * var(--wl-font-size));
}
.mat-expansion-panel .mat-expansion-indicator:after {
  color: rgb(57, 57, 58);
  font-family: EON_Icons !important;
  content: "\f103";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  border: none;
  transform: rotate(0);
}

.button-tooltip {
  font-size: calc(0.9em * var(--wl-font-size));
}

.multiline-tooltip {
  white-space: pre-line;
}

.tooltip-no-wrap {
  max-width: unset !important;
  word-break: break-all !important;
  white-space: normal !important;
}

.stepper-wizard mat-horizontal-stepper {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
}
.stepper-wizard mat-horizontal-stepper .mat-horizontal-stepper-header-container {
  border: 1px solid rgb(232, 232, 232);
}
.stepper-wizard mat-horizontal-stepper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  visibility: hidden;
}
.stepper-wizard mat-horizontal-stepper .mat-horizontal-content-container {
  border: 1px solid rgb(232, 232, 232);
  border-top: none;
  padding-top: 24px;
}
.stepper-wizard mat-horizontal-stepper mat-step-header {
  height: 50px;
}
.stepper-wizard mat-horizontal-stepper mat-step-header:hover, .stepper-wizard mat-horizontal-stepper mat-step-header.cdk-program-focused {
  background-color: inherit;
}
.stepper-wizard mat-horizontal-stepper mat-step-header .mat-step-label {
  font-size: calc(18px * var(--wl-font-size));
}
.stepper-wizard mat-horizontal-stepper mat-step-header .mat-step-label.mat-step-label-selected .mat-step-text-label {
  font-weight: 600;
}
.stepper-wizard mat-horizontal-stepper mat-step-header .mat-step-icon {
  background-color: inherit;
}
.stepper-wizard mat-horizontal-stepper mat-step-header i.eon-icon {
  height: 28px;
  font-size: 20px;
  color: rgb(43, 145, 163);
}

.aggrid-mat-select {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.aggrid-mat-select mat-form-field,
.aggrid-mat-select mat-select,
.aggrid-mat-select mat-mdc-select-value {
  border: none !important;
  padding-left: 0 !important;
}
.aggrid-mat-select .mat-form-field-flex {
  padding-left: 0 !important;
}

.alert-table .ag-cell {
  border: none !important;
}

.mat-tree,
.mat-tree-node {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
}

table.mat-mdc-table.alternating-bgcolor tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.mat-mdc-table.highlight-error-rows tbody tr.error {
  background-color: rgb(250, 198, 194);
}

.cdk-overlay-pane.no-padding mat-dialog-container {
  padding: 0 !important;
}

.cdk-overlay-pane.display-flex mat-dialog-container {
  display: flex;
}

.position-relative.cdk-overlay-pane {
  position: relative !important;
}

.header-button.open {
  background-color: rgb(246, 246, 247);
}

.mat-mdc-menu-panel {
  background: #fff !important;
}

.ems-dropdown-menu.mat-mdc-menu-panel {
  min-height: auto;
  min-width: 140px;
}
.ems-dropdown-menu .mat-mdc-menu-content {
  padding: 0 !important;
}
.ems-dropdown-menu .mat-mdc-menu-item {
  border-bottom: 1px solid rgb(232, 232, 232);
}
.ems-dropdown-menu .mat-mdc-menu-item:last-child {
  border-bottom: none;
}

.color-chooser .mat-mdc-option {
  padding: 0 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
.mat-button-no-focus {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.mat-button-no-focus .mat-button-focus-overlay {
  opacity: 0 !important;
}

mat-form-field.ems-datepicker-height-fix {
  height: 40px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
mat-form-field.ems-datepicker-height-fix div.mat-form-field-infix {
  margin-top: -1px;
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  height: 100% !important;
}

.mat-mdc-dialog-surface {
  padding: 25px;
  position: relative;
  max-width: 100%;
}

.mat-mdc-row,
.mdc-data-table__content,
.mat-mdc-header-row,
.mat-stepper-vertical,
.mat-stepper-horizontal,
.mat-step-label {
  font-family: unset !important;
  font-size: unset !important;
}

.mat-mdc-radio-button .mdc-radio--disabled + label {
  opacity: 0.5;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.page_container {
  margin: 0 auto;
  background-size: 14% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  background-color: rgb(234, 28, 10);
  height: auto;
}
.page_container .content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
  font-size: calc(18px * var(--wl-font-size));
  color: rgb(64, 64, 64);
  padding: 0 3%;
  background: rgb(255, 255, 255);
  height: 100%;
  box-shadow: 4.5vh 0 0 rgb(30, 162, 177), 5.5vh 0 0 rgb(227, 224, 0);
}
.page_container .content #title h3 {
  color: rgb(234, 28, 10);
  font-size: calc(100px * var(--wl-font-size));
  font-weight: 900;
  line-height: 0.92;
  text-align: right;
  float: right;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .page_container .content #title h3 {
    font-size: calc(80px * var(--wl-font-size));
    line-height: 1;
    margin-top: 20px;
    padding-right: 13px;
  }
}
.page_container .content #text {
  line-height: 1.33;
  letter-spacing: 0.2px;
}
.page_container .content #text h4 {
  font-weight: 900;
  color: rgb(234, 28, 10);
}
.page_container .content #text div:last-of-type {
  height: 100px;
}
@media (max-width: 1199px) {
  .page_container .content #text {
    font-size: calc(16px * var(--wl-font-size));
  }
}
@media (max-width: 1199px) {
  .page_container .content {
    box-shadow: 2.5vh 0 0 rgb(30, 162, 177), 4vh 0 0 rgb(227, 224, 0);
    flex-basis: 73%;
    max-width: 73%;
  }
}
@media (max-width: 767px) {
  .page_container .content {
    box-shadow: 2vh 0 0 rgb(30, 162, 177), 3vh 0 0 rgb(227, 224, 0);
    flex-basis: 78.4%;
    max-width: 78.4%;
  }
}

.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ag-icon-aggregation::before {
  content: var(--ag-icon-font-code-aggregation, "\f101");
}

.ag-icon-arrows::before {
  content: var(--ag-icon-font-code-arrows, "\f102");
}

.ag-icon-asc::before {
  content: var(--ag-icon-font-code-asc, "\f103");
}

.ag-icon-cancel::before {
  content: var(--ag-icon-font-code-cancel, "\f104");
}

.ag-icon-chart::before {
  content: var(--ag-icon-font-code-chart, "\f105");
}

.ag-icon-checkbox-checked::before {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
}

.ag-icon-checkbox-indeterminate::before {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
}

.ag-icon-checkbox-unchecked::before {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
}

.ag-icon-color-picker::before {
  content: var(--ag-icon-font-code-color-picker, "\f109");
}

.ag-icon-columns::before {
  content: var(--ag-icon-font-code-columns, "\f10a");
}

.ag-icon-contracted::before {
  content: var(--ag-icon-font-code-contracted, "\f10b");
}

.ag-icon-copy::before {
  content: var(--ag-icon-font-code-copy, "\f10c");
}

.ag-icon-cross::before {
  content: var(--ag-icon-font-code-cross, "\f10d");
}

.ag-icon-csv::before {
  content: var(--ag-icon-font-code-csv, "\f10e");
}

.ag-icon-cut::before {
  content: var(--ag-icon-font-code-cut, "\f10f");
}

.ag-icon-desc::before {
  content: var(--ag-icon-font-code-desc, "\f110");
}

.ag-icon-excel::before {
  content: var(--ag-icon-font-code-excel, "\f111");
}

.ag-icon-expanded::before {
  content: var(--ag-icon-font-code-expanded, "\f112");
}

.ag-icon-eye-slash::before {
  content: var(--ag-icon-font-code-eye-slash, "\f113");
}

.ag-icon-eye::before {
  content: var(--ag-icon-font-code-eye, "\f114");
}

.ag-icon-filter::before {
  content: var(--ag-icon-font-code-filter, "\f115");
}

.ag-icon-first::before {
  content: var(--ag-icon-font-code-first, "\f116");
}

.ag-icon-grip::before {
  content: var(--ag-icon-font-code-grip, "\f117");
}

.ag-icon-group::before {
  content: var(--ag-icon-font-code-group, "\f118");
}

.ag-icon-last::before {
  content: var(--ag-icon-font-code-last, "\f119");
}

.ag-icon-left::before {
  content: var(--ag-icon-font-code-left, "\f11a");
}

.ag-icon-linked::before {
  content: var(--ag-icon-font-code-linked, "\f11b");
}

.ag-icon-loading::before {
  content: var(--ag-icon-font-code-loading, "\f11c");
}

.ag-icon-maximize::before {
  content: var(--ag-icon-font-code-maximize, "\f11d");
}

.ag-icon-menu::before {
  content: var(--ag-icon-font-code-menu, "\f11e");
}

.ag-icon-minimize::before {
  content: var(--ag-icon-font-code-minimize, "\f11f");
}

.ag-icon-next::before {
  content: var(--ag-icon-font-code-next, "\f120");
}

.ag-icon-none::before {
  content: var(--ag-icon-font-code-none, "\f121");
}

.ag-icon-not-allowed::before {
  content: var(--ag-icon-font-code-not-allowed, "\f122");
}

.ag-icon-paste::before {
  content: var(--ag-icon-font-code-paste, "\f123");
}

.ag-icon-pin::before {
  content: var(--ag-icon-font-code-pin, "\f124");
}

.ag-icon-pivot::before {
  content: var(--ag-icon-font-code-pivot, "\f125");
}

.ag-icon-previous::before {
  content: var(--ag-icon-font-code-previous, "\f126");
}

.ag-icon-radio-button-off::before {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
}

.ag-icon-radio-button-on::before {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
}

.ag-icon-right::before {
  content: var(--ag-icon-font-code-right, "\f129");
}

.ag-icon-save::before {
  content: var(--ag-icon-font-code-save, "\f12a");
}

.ag-icon-small-down::before {
  content: var(--ag-icon-font-code-small-down, "\f12b");
}

.ag-icon-small-left::before {
  content: var(--ag-icon-font-code-small-left, "\f12c");
}

.ag-icon-small-right::before {
  content: var(--ag-icon-font-code-small-right, "\f12d");
}

.ag-icon-small-up::before {
  content: var(--ag-icon-font-code-small-up, "\f12e");
}

.ag-icon-tick::before {
  content: var(--ag-icon-font-code-tick, "\f12f");
}

.ag-icon-tree-closed::before {
  content: var(--ag-icon-font-code-tree-closed, "\f130");
}

.ag-icon-tree-indeterminate::before {
  content: var(--ag-icon-font-code-tree-indeterminate, "\f131");
}

.ag-icon-tree-open::before {
  content: var(--ag-icon-font-code-tree-open, "\f132");
}

.ag-icon-unlinked::before {
  content: var(--ag-icon-font-code-unlinked, "\f133");
}

.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}

.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}

.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}

[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-tooltip-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #BBB;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-chip-background-color: transparent;
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-row-border-style: solid;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-row-border-width: 1px;
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
  background-color: var(--ag-background-color);
}

[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}

ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block;
}

.ag-hidden {
  display: none !important;
}

.ag-invisible {
  visibility: hidden !important;
}

.ag-no-transition {
  transition: none !important;
}

.ag-drag-handle {
  cursor: grab;
}

.ag-column-drop-wrapper {
  display: flex;
}

.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}

.ag-unselectable {
  -webkit-user-select: none;
  user-select: none;
}

.ag-selectable {
  -webkit-user-select: text;
  user-select: text;
}

.ag-tab {
  position: relative;
}

.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}

.ag-select-agg-func-popup {
  position: absolute;
}

.ag-input-wrapper, .ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}

.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}

.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s;
}

.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
  opacity: 0.5;
}

.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}

.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}

.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}

.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}

.ag-root.ag-layout-normal {
  height: 100%;
}

.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-body-viewport {
  display: flex;
}

.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto;
}

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}

.ag-body-vertical-scroll-viewport {
  overflow-y: scroll;
}

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}

.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-body-vertical-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
  position: relative;
}

.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}

.ag-center-cols-container {
  display: block;
}

.ag-pinned-right-cols-container {
  display: block;
}

.ag-body-horizontal-scroll-container {
  height: 100%;
}

.ag-body-vertical-scroll-container {
  width: 100%;
}

.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.ag-full-width-container {
  width: 100%;
}

.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ag-virtual-list-container {
  overflow: hidden;
}

.ag-center-cols-clipper {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
}

.ag-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  min-height: 0;
}

.ag-body-clipper {
  overflow: hidden;
  min-width: 0px;
  flex: 1 1 auto;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
  min-height: 0;
  min-width: 0;
  display: flex;
  position: relative;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  opacity: 0;
  transition: opacity 400ms;
  visibility: hidden;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  visibility: visible;
  opacity: 1;
}

.ag-body-horizontal-scroll {
  width: 100%;
}

.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  left: 0;
  right: 0;
}

.ag-body-vertical-scroll {
  height: 100%;
}

.ag-body-vertical-scroll.ag-scrollbar-invisible {
  top: 0;
  z-index: 10;
}

.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
  right: 0;
}

.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
  left: 0;
}

.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}

.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}

.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}

.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-header-cell-sortable {
  cursor: pointer;
}

.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}

.ag-pinned-left-header {
  height: 100%;
}

.ag-pinned-right-header {
  height: 100%;
}

.ag-header-row {
  position: absolute;
  overflow: hidden;
}

.ag-header.ag-header-allow-overflow .ag-header-row {
  overflow: visible;
}

.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}

.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}

.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch;
}

.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.ag-header-cell-comp-wrapper {
  width: 100%;
  overflow: hidden;
}

.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}

.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}

.ag-ltr .ag-header-cell-resize {
  right: -4px;
}

.ag-rtl .ag-header-cell-resize {
  left: -4px;
}

.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}

.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}

.ag-header-select-all {
  display: flex;
}

.ag-column-moving .ag-cell {
  transition: left 0.2s;
}

.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}

.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}

.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}

.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}

.ag-column-select-header-icon {
  position: relative;
}

.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}

.ag-column-select-header-filter {
  width: 100%;
}

.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}

.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}

.ag-column-drop-list {
  display: flex;
  align-items: center;
}

.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}

.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}

.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}

.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}

.ag-column-drop-vertical-list > * {
  flex: none;
}

.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}

.ag-column-drop-vertical-empty-message {
  display: block;
}

.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}

.ag-column-drop-cell-button {
  cursor: pointer;
}

.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}

.ag-filter-toolpanel-header {
  position: relative;
}

.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}

.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}

.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s;
}

.ag-row-animation .ag-row.ag-after-created {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
}

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}

.ag-row {
  white-space: nowrap;
  width: 100%;
}

.ag-row-loading {
  display: flex;
  align-items: center;
}

.ag-row-position-absolute {
  position: absolute;
}

.ag-row-position-relative {
  position: relative;
}

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}

.ag-row-inline-editing {
  z-index: 1;
}

.ag-row-dragging {
  z-index: 2;
}

.ag-stub-cell {
  display: flex;
  align-items: center;
}

.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}

.ag-cell-value {
  flex: 1 1 auto;
}

.ag-cell-value, .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}

.ag-cell-wrapper {
  display: flex;
  align-items: center;
}

.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}

.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}

.ag-cell-inline-editing {
  z-index: 1;
}

.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}

.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}

.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.ag-set-filter-item-checkbox {
  display: flex;
  overflow: hidden;
}

.ag-set-filter-group-icons {
  display: block;
}

.ag-set-filter-group-icons > * {
  cursor: pointer;
}

.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}

.ag-filter-filter {
  flex: 1 1 0px;
}

.ag-filter-condition {
  display: flex;
  justify-content: center;
}

.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}

.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}

.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}

.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}

.ag-floating-filter-input > * {
  flex: 1 1 auto;
}

.ag-floating-filter-button {
  display: flex;
  flex: none;
}

.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}

.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ag-overlay-loading-wrapper {
  pointer-events: all;
}

.ag-popup-child {
  z-index: 5;
  top: 0;
}

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}

.ag-large-text-input {
  display: block;
}

.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}

.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}

.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}

.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-sticky-top {
  position: absolute;
  display: flex;
  width: 100%;
}

.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ag-sticky-top-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}

.ag-panel-title-bar-title {
  flex: 1 1 auto;
}

.ag-panel-title-bar-buttons {
  display: flex;
}

.ag-panel-title-bar-button {
  cursor: pointer;
}

.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

.ag-dialog {
  position: absolute;
}

.ag-resizer {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1;
}

.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}

.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}

.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}

.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}

.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}

.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}

.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}

.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}

.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}

.ag-tooltip-custom {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}

.ag-opacity-zero {
  opacity: 0 !important;
}

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
}

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}

.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}

.ag-menu-list {
  display: table;
  width: 100%;
}

.ag-menu-option, .ag-menu-separator {
  display: table-row;
}

.ag-menu-option-part, .ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}

.ag-menu-option-text {
  white-space: nowrap;
}

.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}

.ag-rich-select {
  cursor: default;
  outline: none;
}

.ag-rich-select-value {
  display: flex;
  align-items: center;
}

.ag-rich-select-value-icon {
  flex: 1 1 auto;
  order: 1;
}

.ag-ltr .ag-rich-select-value-icon {
  text-align: right;
}

.ag-rtl .ag-rich-select-value-icon {
  text-align: left;
}

.ag-rich-select-list {
  position: relative;
}

.ag-rich-select-virtual-list-item {
  display: flex;
}

.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}

.ag-paging-button {
  position: relative;
}

.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}

.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}

.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}

.ag-column-select-checkbox {
  display: flex;
}

.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}

.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}

.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}

.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}

.ag-details-row {
  width: 100%;
}

.ag-details-row-fixed-height {
  height: 100%;
}

.ag-details-grid {
  width: 100%;
}

.ag-details-grid-fixed-height {
  height: 100%;
}

.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}

.ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
  display: none;
}

.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
}

.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}

.ag-right-aligned-header .ag-header-cell-text {
  text-align: end;
}

.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}

.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}

.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ag-side-button-label {
  writing-mode: vertical-lr;
}

.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.ag-status-panel {
  display: inline-flex;
}

.ag-status-name-value {
  white-space: nowrap;
}

.ag-status-bar-left {
  display: inline-flex;
}

.ag-status-bar-center {
  display: inline-flex;
}

.ag-status-bar-right {
  display: inline-flex;
}

.ag-icon {
  display: block;
  speak: none;
}

.ag-group {
  position: relative;
  width: 100%;
}

.ag-group-title-bar {
  display: flex;
  align-items: center;
}

.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ag-group-title-bar .ag-group-title {
  cursor: default;
}

.ag-group-toolbar {
  display: flex;
  align-items: center;
}

.ag-group-container {
  display: flex;
}

.ag-disabled .ag-group-container {
  pointer-events: none;
}

.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}

.ag-group-container-vertical {
  flex-direction: column;
}

.ag-column-group-icons {
  display: block;
}

.ag-column-group-icons > * {
  cursor: pointer;
}

.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}

.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}

.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}

.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}

.ag-input-field, .ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ag-input-field-input {
  flex: 1 1 auto;
}

.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}

.ag-range-field {
  display: flex;
  align-items: center;
}

.ag-angle-select {
  display: flex;
  align-items: center;
}

.ag-angle-select-wrapper {
  display: flex;
}

.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}

.ag-angle-select-child-circle {
  position: absolute;
}

.ag-slider-wrapper {
  display: flex;
}

.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}

.ag-picker-field-display {
  flex: 1 1 auto;
}

.ag-picker-field {
  display: flex;
  align-items: center;
}

.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ag-picker-field-wrapper {
  overflow: hidden;
}

.ag-label-align-right .ag-label {
  order: 1;
}

.ag-label-align-right > * {
  flex: none;
}

.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}

.ag-label-align-top > * {
  align-self: stretch;
}

.ag-label-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-spectrum-val {
  cursor: pointer;
}

.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

.ag-spectrum-hue {
  cursor: default;
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.ag-spectrum-alpha {
  cursor: default;
}

.ag-spectrum-hue-background {
  width: 100%;
  height: 100%;
}

.ag-spectrum-alpha-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 100%;
}

.ag-spectrum-tool {
  cursor: pointer;
}

.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}

.ag-recent-colors {
  display: flex;
}

.ag-recent-color {
  cursor: pointer;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px;
}

.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-set-filter-indent-1 {
  padding-left: 20px;
}

.ag-rtl .ag-set-filter-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px;
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px;
}

.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-set-filter-indent-2 {
  padding-left: 40px;
}

.ag-rtl .ag-set-filter-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px;
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px;
}

.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-set-filter-indent-3 {
  padding-left: 60px;
}

.ag-rtl .ag-set-filter-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px;
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px;
}

.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-set-filter-indent-4 {
  padding-left: 80px;
}

.ag-rtl .ag-set-filter-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px;
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px;
}

.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-set-filter-indent-5 {
  padding-left: 100px;
}

.ag-rtl .ag-set-filter-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px;
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px;
}

.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-set-filter-indent-6 {
  padding-left: 120px;
}

.ag-rtl .ag-set-filter-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px;
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px;
}

.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-set-filter-indent-7 {
  padding-left: 140px;
}

.ag-rtl .ag-set-filter-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px;
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px;
}

.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-set-filter-indent-8 {
  padding-left: 160px;
}

.ag-rtl .ag-set-filter-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px;
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px;
}

.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px;
}

.ag-ltr .ag-set-filter-indent-9 {
  padding-left: 180px;
}

.ag-rtl .ag-set-filter-indent-9 {
  padding-right: 180px;
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px;
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px;
}

.ag-ltr {
  direction: ltr;
}

.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}

.ag-rtl {
  direction: rtl;
}

.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}

.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}

.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}

.ag-layout-print.ag-body {
  display: block;
  height: unset;
}

.ag-layout-print.ag-body-clipper {
  height: unset;
}

.ag-layout-print.ag-root-wrapper {
  display: inline-flex;
}

.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%;
}

.ag-layout-print .ag-body-vertical-scroll {
  display: none;
}

.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}

.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}

@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .ag-root-wrapper.ag-layout-print .ag-root,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-row, .ag-root-wrapper.ag-layout-print .ag-cell {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
[class^=ag-], [class^=ag-]:focus, [class^=ag-]:after, [class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}

[class^=ag-]::-ms-clear {
  display: none;
}

.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}

.ag-range-field .ag-input-wrapper {
  height: 100%;
}

.ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}

.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}

input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}

textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}

input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}

input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}

input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}

input[class^=ag-][type=number] {
  -moz-appearance: textfield;
}

input[class^=ag-][type=number]::-webkit-outer-spin-button, input[class^=ag-][type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[class^=ag-][type=range] {
  padding: 0;
}

input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}

.ag-list-item, .ag-virtual-list-item {
  height: var(--ag-list-item-height);
}

.ag-keyboard-focus .ag-virtual-list-item:focus {
  outline: none;
}

.ag-keyboard-focus .ag-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
}

.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}

.ag-select-list-item {
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-select .ag-picker-field-wrapper {
  background-color: var(--ag-background-color);
  min-height: var(--ag-list-item-height);
  cursor: default;
}

.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}

.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
  height: var(--ag-list-item-height);
}

.ag-select .ag-picker-field-display {
  margin: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}

.ag-select.ag-disabled {
  opacity: 0.5;
}

.ag-rich-select {
  background-color: var(--ag-control-panel-background-color);
}

.ag-rich-select-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}

.ag-rich-select-value {
  height: var(--ag-row-height);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  padding-top: 0;
  padding-bottom: 0;
}

.ag-ltr .ag-rich-select-value {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-rich-select-value {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-rich-select-value {
  padding-right: var(--ag-grid-size);
}

.ag-rtl .ag-rich-select-value {
  padding-left: var(--ag-grid-size);
}

.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}

.ag-keyboard-focus .ag-rich-select-virtual-list-item:focus::after {
  content: none;
}

.ag-rich-select-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}

.ag-ltr .ag-rich-select-row {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-rich-select-row {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}

.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}

.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}

.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}

.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}

.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}

.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}

.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}

.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}

.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}

.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}

.ag-disabled-group-title-bar, .ag-disabled-group-container {
  opacity: 0.5;
}

.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}

.ag-label {
  white-space: nowrap;
}

.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}

.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}

.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}

.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}

.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}

.ag-picker-field-wrapper {
  border: 1px solid;
  border-color: var(--ag-border-color);
  border-radius: 5px;
}

.ag-picker-field-wrapper:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}

.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}

.ag-color-picker .ag-picker-field-display {
  height: var(--ag-icon-size);
}

.ag-color-panel {
  padding: var(--ag-grid-size);
}

.ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}

.ag-spectrum-tools {
  padding: 10px;
}

.ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}

.ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}

.ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}

.ag-spectrum-hue-background {
  border-radius: 2px;
}

.ag-spectrum-alpha-background {
  border-radius: 2px;
}

.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}

.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.ag-recent-color {
  margin: 0 3px;
}

.ag-recent-color:first-child {
  margin-left: 0;
}

.ag-recent-color:last-child {
  margin-right: 0;
}

.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}

.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}

.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}

.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}

.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-panel {
  background-color: var(--ag-background-color);
}

.ag-panel-title-bar {
  background-color: var(--ag-header-background-color);
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}

.ag-tooltip {
  background-color: var(--ag-tooltip-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  transition: opacity 1s;
  white-space: normal;
}

.ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}

.ag-tooltip-custom {
  transition: opacity 1s;
}

.ag-tooltip-custom.ag-tooltip-hiding {
  opacity: 0;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: calc(1 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-1 {
  padding-right: calc(1 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: calc(2 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-2 {
  padding-right: calc(2 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: calc(3 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-3 {
  padding-right: calc(3 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: calc(4 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-4 {
  padding-right: calc(4 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: calc(5 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-5 {
  padding-right: calc(5 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: calc(6 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-6 {
  padding-right: calc(6 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: calc(7 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-7 {
  padding-right: calc(7 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: calc(8 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-8 {
  padding-right: calc(8 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: calc(9 * var(--ag-column-select-indent-size));
}

.ag-rtl .ag-column-select-indent-9 {
  padding-right: calc(9 * var(--ag-column-select-indent-size));
}

.ag-column-select-header-icon {
  cursor: pointer;
}

.ag-keyboard-focus .ag-column-select-header-icon:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-select-header-icon:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}

.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}

.ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-select-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}

.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}

.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}

.ag-rtl {
  text-align: right;
}

.ag-root-wrapper {
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: calc(1 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-1 {
  padding-right: calc(1 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: calc(2 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-2 {
  padding-right: calc(2 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: calc(3 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-3 {
  padding-right: calc(3 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: calc(4 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-4 {
  padding-right: calc(4 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: calc(5 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-5 {
  padding-right: calc(5 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: calc(6 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-6 {
  padding-right: calc(6 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: calc(7 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-7 {
  padding-right: calc(7 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: calc(8 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-8 {
  padding-right: calc(8 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: calc(9 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-9 {
  padding-right: calc(9 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: calc(10 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-10 {
  padding-right: calc(10 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: calc(11 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-11 {
  padding-right: calc(11 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: calc(12 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-12 {
  padding-right: calc(12 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: calc(13 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-13 {
  padding-right: calc(13 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: calc(14 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-14 {
  padding-right: calc(14 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: calc(15 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-15 {
  padding-right: calc(15 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: calc(16 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-16 {
  padding-right: calc(16 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: calc(17 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-17 {
  padding-right: calc(17 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: calc(18 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-18 {
  padding-right: calc(18 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: calc(19 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-19 {
  padding-right: calc(19 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: calc(20 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-20 {
  padding-right: calc(20 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: calc(21 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-21 {
  padding-right: calc(21 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: calc(22 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-22 {
  padding-right: calc(22 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: calc(23 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-23 {
  padding-right: calc(23 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: calc(24 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-24 {
  padding-right: calc(24 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: calc(25 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-25 {
  padding-right: calc(25 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: calc(26 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-26 {
  padding-right: calc(26 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: calc(27 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-27 {
  padding-right: calc(27 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: calc(28 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-28 {
  padding-right: calc(28 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: calc(29 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-29 {
  padding-right: calc(29 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: calc(30 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-30 {
  padding-right: calc(30 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: calc(31 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-31 {
  padding-right: calc(31 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: calc(32 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-32 {
  padding-right: calc(32 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: calc(33 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-33 {
  padding-right: calc(33 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: calc(34 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-34 {
  padding-right: calc(34 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: calc(35 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-35 {
  padding-right: calc(35 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: calc(36 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-36 {
  padding-right: calc(36 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: calc(37 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-37 {
  padding-right: calc(37 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: calc(38 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-38 {
  padding-right: calc(38 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: calc(39 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-39 {
  padding-right: calc(39 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: calc(40 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-40 {
  padding-right: calc(40 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: calc(41 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-41 {
  padding-right: calc(41 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: calc(42 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-42 {
  padding-right: calc(42 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: calc(43 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-43 {
  padding-right: calc(43 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: calc(44 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-44 {
  padding-right: calc(44 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: calc(45 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-45 {
  padding-right: calc(45 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: calc(46 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-46 {
  padding-right: calc(46 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: calc(47 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-47 {
  padding-right: calc(47 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: calc(48 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-48 {
  padding-right: calc(48 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: calc(49 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-49 {
  padding-right: calc(49 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}

.ag-ltr .ag-row-group-indent-50 {
  padding-left: calc(50 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-50 {
  padding-right: calc(50 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}

.ag-ltr .ag-row-group-indent-51 {
  padding-left: calc(51 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-51 {
  padding-right: calc(51 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}

.ag-ltr .ag-row-group-indent-52 {
  padding-left: calc(52 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-52 {
  padding-right: calc(52 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}

.ag-ltr .ag-row-group-indent-53 {
  padding-left: calc(53 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-53 {
  padding-right: calc(53 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}

.ag-ltr .ag-row-group-indent-54 {
  padding-left: calc(54 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-54 {
  padding-right: calc(54 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}

.ag-ltr .ag-row-group-indent-55 {
  padding-left: calc(55 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-55 {
  padding-right: calc(55 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}

.ag-ltr .ag-row-group-indent-56 {
  padding-left: calc(56 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-56 {
  padding-right: calc(56 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}

.ag-ltr .ag-row-group-indent-57 {
  padding-left: calc(57 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-57 {
  padding-right: calc(57 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}

.ag-ltr .ag-row-group-indent-58 {
  padding-left: calc(58 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-58 {
  padding-right: calc(58 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}

.ag-ltr .ag-row-group-indent-59 {
  padding-left: calc(59 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-59 {
  padding-right: calc(59 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}

.ag-ltr .ag-row-group-indent-60 {
  padding-left: calc(60 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-60 {
  padding-right: calc(60 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}

.ag-ltr .ag-row-group-indent-61 {
  padding-left: calc(61 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-61 {
  padding-right: calc(61 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}

.ag-ltr .ag-row-group-indent-62 {
  padding-left: calc(62 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-62 {
  padding-right: calc(62 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}

.ag-ltr .ag-row-group-indent-63 {
  padding-left: calc(63 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-63 {
  padding-right: calc(63 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}

.ag-ltr .ag-row-group-indent-64 {
  padding-left: calc(64 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-64 {
  padding-right: calc(64 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}

.ag-ltr .ag-row-group-indent-65 {
  padding-left: calc(65 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-65 {
  padding-right: calc(65 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}

.ag-ltr .ag-row-group-indent-66 {
  padding-left: calc(66 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-66 {
  padding-right: calc(66 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}

.ag-ltr .ag-row-group-indent-67 {
  padding-left: calc(67 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-67 {
  padding-right: calc(67 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}

.ag-ltr .ag-row-group-indent-68 {
  padding-left: calc(68 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-68 {
  padding-right: calc(68 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}

.ag-ltr .ag-row-group-indent-69 {
  padding-left: calc(69 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-69 {
  padding-right: calc(69 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}

.ag-ltr .ag-row-group-indent-70 {
  padding-left: calc(70 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-70 {
  padding-right: calc(70 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}

.ag-ltr .ag-row-group-indent-71 {
  padding-left: calc(71 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-71 {
  padding-right: calc(71 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}

.ag-ltr .ag-row-group-indent-72 {
  padding-left: calc(72 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-72 {
  padding-right: calc(72 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}

.ag-ltr .ag-row-group-indent-73 {
  padding-left: calc(73 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-73 {
  padding-right: calc(73 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}

.ag-ltr .ag-row-group-indent-74 {
  padding-left: calc(74 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-74 {
  padding-right: calc(74 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}

.ag-ltr .ag-row-group-indent-75 {
  padding-left: calc(75 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-75 {
  padding-right: calc(75 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}

.ag-ltr .ag-row-group-indent-76 {
  padding-left: calc(76 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-76 {
  padding-right: calc(76 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}

.ag-ltr .ag-row-group-indent-77 {
  padding-left: calc(77 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-77 {
  padding-right: calc(77 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}

.ag-ltr .ag-row-group-indent-78 {
  padding-left: calc(78 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-78 {
  padding-right: calc(78 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}

.ag-ltr .ag-row-group-indent-79 {
  padding-left: calc(79 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-79 {
  padding-right: calc(79 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}

.ag-ltr .ag-row-group-indent-80 {
  padding-left: calc(80 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-80 {
  padding-right: calc(80 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}

.ag-ltr .ag-row-group-indent-81 {
  padding-left: calc(81 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-81 {
  padding-right: calc(81 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}

.ag-ltr .ag-row-group-indent-82 {
  padding-left: calc(82 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-82 {
  padding-right: calc(82 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}

.ag-ltr .ag-row-group-indent-83 {
  padding-left: calc(83 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-83 {
  padding-right: calc(83 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}

.ag-ltr .ag-row-group-indent-84 {
  padding-left: calc(84 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-84 {
  padding-right: calc(84 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}

.ag-ltr .ag-row-group-indent-85 {
  padding-left: calc(85 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-85 {
  padding-right: calc(85 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}

.ag-ltr .ag-row-group-indent-86 {
  padding-left: calc(86 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-86 {
  padding-right: calc(86 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}

.ag-ltr .ag-row-group-indent-87 {
  padding-left: calc(87 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-87 {
  padding-right: calc(87 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}

.ag-ltr .ag-row-group-indent-88 {
  padding-left: calc(88 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-88 {
  padding-right: calc(88 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}

.ag-ltr .ag-row-group-indent-89 {
  padding-left: calc(89 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-89 {
  padding-right: calc(89 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}

.ag-ltr .ag-row-group-indent-90 {
  padding-left: calc(90 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-90 {
  padding-right: calc(90 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}

.ag-ltr .ag-row-group-indent-91 {
  padding-left: calc(91 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-91 {
  padding-right: calc(91 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}

.ag-ltr .ag-row-group-indent-92 {
  padding-left: calc(92 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-92 {
  padding-right: calc(92 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}

.ag-ltr .ag-row-group-indent-93 {
  padding-left: calc(93 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-93 {
  padding-right: calc(93 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}

.ag-ltr .ag-row-group-indent-94 {
  padding-left: calc(94 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-94 {
  padding-right: calc(94 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}

.ag-ltr .ag-row-group-indent-95 {
  padding-left: calc(95 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-95 {
  padding-right: calc(95 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}

.ag-ltr .ag-row-group-indent-96 {
  padding-left: calc(96 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-96 {
  padding-right: calc(96 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}

.ag-ltr .ag-row-group-indent-97 {
  padding-left: calc(97 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-97 {
  padding-right: calc(97 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}

.ag-ltr .ag-row-group-indent-98 {
  padding-left: calc(98 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-98 {
  padding-right: calc(98 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}

.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}

.ag-ltr .ag-row-group-indent-99 {
  padding-left: calc(99 * var(--ag-row-group-indent-size));
}

.ag-rtl .ag-row-group-indent-99 {
  padding-right: calc(99 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}

.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-value-change-delta {
  padding-right: 2px;
}

.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}

.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}

.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}

.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}

.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}

.ag-cell-data-changed-animation {
  background-color: transparent;
}

.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}

.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
}

.ag-row-highlight-above::after, .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}

.ag-row-highlight-above::after {
  top: -1px;
}

.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}

.ag-row-highlight-below::after {
  bottom: 0px;
}

.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}

.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}

.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}

.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}

.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}

.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}

.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}

.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}

.ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}

.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}

.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}

.ag-cell-inline-editing {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
  background-color: var(--ag-control-panel-background-color);
}

.ag-popup-editor {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}

.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-large-text-input textarea {
  resize: none;
}

.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}

.ag-layout-auto-height .ag-center-cols-clipper, .ag-layout-auto-height .ag-center-cols-container, .ag-layout-print .ag-center-cols-clipper, .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}

.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}

.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}

.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}

.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}

.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}

.ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}

.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}

.ag-ltr .ag-cell {
  border-right-width: 1px;
}

.ag-rtl .ag-cell {
  border-left-width: 1px;
}

.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}

.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}

.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}

.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}

.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}

.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}

.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}

.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: initial;
}

.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-fill-handle, .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-fill-handle, .ag-ltr .ag-range-handle {
  right: -1px;
}

.ag-rtl .ag-fill-handle, .ag-rtl .ag-range-handle {
  left: -1px;
}

.ag-fill-handle {
  cursor: cell;
}

.ag-range-handle {
  cursor: nwse-resize;
}

.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}

.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
}

.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}

.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}

.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-menu-option-active, .ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}

.ag-menu-option-part, .ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}

.ag-menu-option-disabled, .ag-compact-menu-option-disabled {
  opacity: 0.5;
}

.ag-menu-option-icon, .ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}

.ag-ltr .ag-menu-option-icon, .ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-menu-option-icon, .ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-menu-option-text, .ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-ltr .ag-menu-option-shortcut, .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}

.ag-rtl .ag-menu-option-shortcut, .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}

.ag-menu-option-popup-pointer, .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}

.ag-tabs {
  min-width: var(--ag-tab-min-width);
}

.ag-tabs-header {
  width: 100%;
  display: flex;
}

.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ag-keyboard-focus .ag-tab:focus {
  outline: none;
}

.ag-keyboard-focus .ag-tab:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}

.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}

.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}

.ag-filter-condition-operator {
  height: 17px;
}

.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}

.ag-set-filter-list, .ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}

.ag-set-filter-tree-list {
  height: calc(var(--ag-list-item-height) * 10);
}

.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}

.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-set-filter-item {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}

.ag-ltr .ag-set-filter-add-group-indent {
  margin-left: calc(var(--ag-widget-container-horizontal-padding) + var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-rtl .ag-set-filter-add-group-indent {
  margin-right: calc(var(--ag-widget-container-horizontal-padding) + var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-ltr .ag-set-filter-indent-1 {
  padding-left: calc(1 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-1 {
  padding-right: calc(1 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-2 {
  padding-left: calc(2 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-2 {
  padding-right: calc(2 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-3 {
  padding-left: calc(3 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-3 {
  padding-right: calc(3 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-4 {
  padding-left: calc(4 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-4 {
  padding-right: calc(4 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-5 {
  padding-left: calc(5 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-5 {
  padding-right: calc(5 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-6 {
  padding-left: calc(6 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-6 {
  padding-right: calc(6 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-7 {
  padding-left: calc(7 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-7 {
  padding-right: calc(7 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-8 {
  padding-left: calc(8 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-8 {
  padding-right: calc(8 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-indent-9 {
  padding-left: calc(9 * var(--ag-set-filter-indent-size));
}

.ag-rtl .ag-set-filter-indent-9 {
  padding-right: calc(9 * var(--ag-set-filter-indent-size));
}

.ag-ltr .ag-set-filter-group-icons {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-rtl .ag-set-filter-group-icons {
  margin-left: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-filter-apply-panel-button {
  line-height: 1.5;
}

.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
  overflow-y: auto;
  min-height: calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));
}

.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-simple-filter-body-wrapper .ag-resizer-wrapper {
  margin: 0;
}

.ag-menu:not(.ag-tabs) .ag-filter .ag-simple-filter-body-wrapper,
.ag-menu:not(.ag-tabs) .ag-filter > *:not(.ag-filter-wrapper) {
  min-width: calc(var(--ag-menu-min-width) - 2px);
}

.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}

.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}

.ag-group-filter-field-select-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}

.ag-group-filter-field-select-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
  outline: none;
}

.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-side-bar {
  position: relative;
}

.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}

.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  color: var(--ag-foreground-color);
  overflow: hidden;
}

button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}

button.ag-side-button-button:focus {
  box-shadow: none;
}

.ag-keyboard-focus .ag-side-button-button:focus {
  outline: none;
}

.ag-keyboard-focus .ag-side-button-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}

.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}

.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}

.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}

.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}

.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}

.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}

.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}

.ag-ltr .ag-filter-toolpanel-header,
.ag-ltr .ag-filter-toolpanel-search {
  padding-left: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-header,
.ag-rtl .ag-filter-toolpanel-search {
  padding-right: var(--ag-grid-size);
}

.ag-keyboard-focus .ag-filter-toolpanel-header:focus {
  outline: none;
}

.ag-keyboard-focus .ag-filter-toolpanel-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--ag-icon-font-code-filter, "\f115");
  position: absolute;
}

.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}

.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}

.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}

.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}

.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}

.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}

.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}

.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}

.ag-set-filter-group-icons {
  color: var(--ag-secondary-foreground-color);
}

.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}

.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}

.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}

.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-keyboard-focus .ag-column-select-header:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-select-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}

.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}

.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}

.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}

.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}

.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}

.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}

.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}

.ag-header-cell.ag-header-span-height::after,
.ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
  height: calc(100% - var(--ag-grid-size) * 4);
  top: calc(var(--ag-grid-size) * 2);
}

.ag-keyboard-focus .ag-header-cell:focus {
  outline: none;
}

.ag-keyboard-focus .ag-header-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-keyboard-focus .ag-header-group-cell:focus {
  outline: none;
}

.ag-keyboard-focus .ag-header-group-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-header-expand-icon {
  cursor: pointer;
}

.ag-ltr .ag-header-expand-icon {
  padding-left: 4px;
}

.ag-rtl .ag-header-expand-icon {
  padding-right: 4px;
}

.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover, .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}

.ag-header-cell::after,
.ag-header-group-cell::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}

.ag-ltr .ag-header-cell::after,
.ag-ltr .ag-header-group-cell::after {
  right: 0;
}

.ag-rtl .ag-header-cell::after,
.ag-rtl .ag-header-group-cell::after {
  left: 0;
}

.ag-header-cell-resize {
  display: flex;
  align-items: center;
}

.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}

.ag-header-cell.ag-header-span-height::after,
.ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
  height: calc(100% - var(--ag-grid-size) * 4);
  top: calc(var(--ag-grid-size) * 2);
}

.ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}

.ag-rtl .ag-header-viewport .ag-header-cell-resize::after {
  right: calc(50% - var(--ag-header-column-resize-handle-width));
}

.ag-pinned-left-header .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}

.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}

.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-floating-filter-button {
  margin-left: calc(var(--ag-grid-size) * 3);
}

.ag-rtl .ag-floating-filter-button {
  margin-right: calc(var(--ag-grid-size) * 3);
}

.ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  height: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}

.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}

.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}

.ag-paging-button {
  cursor: pointer;
}

.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}

.ag-keyboard-focus .ag-paging-button:focus {
  outline: none;
}

.ag-keyboard-focus .ag-paging-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-paging-button, .ag-paging-description {
  margin: 0 var(--ag-grid-size);
}

.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}

.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}

.ag-status-bar-center {
  text-align: center;
}

.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid transparent;
}

.ag-keyboard-focus .ag-column-drop-cell:focus {
  outline: none;
}

.ag-keyboard-focus .ag-column-drop-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}

.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell-ghost {
  opacity: 0.5;
}

.ag-column-drop-horizontal {
  background-color: var(--ag-control-panel-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-row-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}

.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}

.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}

.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}

.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}

.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}

.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}

.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}

.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}

.ag-select-agg-func-virtual-list-item {
  cursor: default;
  padding-left: calc(var(--ag-grid-size) * 2);
}

.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}

.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus {
  outline: none;
}

.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-sort-indicator-container {
  display: flex;
}

.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}

.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}

.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
}

.ag-chart-title-edit.currently-editing {
  display: inline-block;
}

.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}

.ag-charts-canvas {
  display: block;
}

.ag-chart-menu {
  position: absolute;
  top: 10px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ag-ltr .ag-chart-menu {
  right: 20px;
}

.ag-rtl .ag-chart-menu {
  left: 20px;
}

.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s;
}

.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden;
}

.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ag-chart-tabbed-menu-header {
  flex: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
}

.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}

.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.ag-chart-settings {
  overflow-x: hidden;
}

.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -webkit-user-select: none;
          user-select: none;
}

.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}

.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}

.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}

.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}

.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}

.ag-chart-mini-thumbnail {
  cursor: pointer;
}

.ag-chart-mini-thumbnail-canvas {
  display: block;
}

.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}

.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.ag-chart .ag-chart-menu {
  display: none;
}

.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}

.ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  display: flex;
  flex-direction: row;
  overflow: auto;
  top: 5px;
  gap: calc(var(--ag-grid-size) * 3 - 8px);
  width: auto;
}

.ag-ltr .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  right: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: right;
}

.ag-rtl .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  left: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: left;
}

.ag-chart-menu-close {
  display: none;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  position: absolute;
  top: 50%;
  transition: transform 0.33s ease-in-out;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  right: 0px;
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  left: 0px;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close .ag-icon {
  padding: 14px 5px 14px 2px;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: 0px;
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: 0px;
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: -10px;
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: -10px;
}

.ag-chart-tool-panel-button-enable .ag-icon-menu {
  display: none;
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(3px, -50%);
}

.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}

.ag-ltr .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(5px, -50%);
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(-3px, -50%);
}

.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}

.ag-rtl .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(-5px, -50%);
}

.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}

.ag-charts-data-group-item {
  position: relative;
}

.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}

.ag-chart-menu-icon {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}

.ag-chart-menu-icon:hover {
  opacity: 1;
}

.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
  margin: 5px;
}

.ag-chart-mini-thumbnail:nth-last-child(3), .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}

.ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}

.ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}

.ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}

.ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}

.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
}

.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}

.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}

.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
}

.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}

.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: var(--ag-list-item-height);
}

.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}

.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}

.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}

.ag-charts-format-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}

.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}

.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-charts-group-container.ag-group-container-horizontal {
  padding: var(--ag-grid-size);
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}

.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}

.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}

.ag-date-time-list-page-title-bar {
  display: flex;
}

.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}

.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}

.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}

.ag-date-time-list-page-entry {
  cursor: pointer;
  text-align: center;
}

.ag-date-time-list-page-column-label {
  text-align: center;
}

.ag-input-field-input {
  width: 100%;
  min-width: 0;
}

.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}

.ag-checkbox-input-wrapper input, .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ag-checkbox-input-wrapper:focus-within, .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-checkbox-input-wrapper::after {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-checkbox-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  color: var(--ag-checkbox-indeterminate-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}

.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}

.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}

.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}

.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height));
  border-color: var(--ag-toggle-button-on-border-color);
}

.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}

.ag-radio-button-input-wrapper input, .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ag-radio-button-input-wrapper:focus-within, .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}

.ag-radio-button-input-wrapper::after {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-radio-button-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}

input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}

input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}

input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}

input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}

input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}

input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}

input[class^=ag-][type=range]:focus {
  outline: none;
}

input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}

input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}

input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}

input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}

input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}

input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}

input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}

@font-face {
  font-family: "agGridMaterial";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABCcAAsAAAAAI8QAABBJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIkABmAAiyoKolScdAE2AiQDgigLgRYABCAFhF4HhQobhx9VBDYOAIT0QxtFiZz0sv8vE7TLtPNhQtSgqVE0lYIwwWMDPiZ7L0NPuCaLHdwkLpR9XeG4dDkRMxeXb287jVmdPdFsKCUP9Gu093f3XLu5ImoJolmWTElkEiExZBJe71CXni3ZT4CSzJwUxq4/Zhi3BsD/0DY/YAKCYgH2nQ1rrAQbMe7OLLYhuW5j0bBiwS2zWOHegwXL/an5UXqbPSz2JRnz9tz0S90xCEwCEk/I7Q5tqs7m08sO2QXgrTxMCQsSLgD/Iq3SartI9BABk2ulTgFQAgphkuUsHFHuWOU5z3tXJvUsq36qiHf3StsvIBgD7Dq1daZToSolQVXDJg1DVhop7nNvvyRevXpFSgr1xmEkwqOQUSiUxHm8x0216PEIFbImgwf2c/8daQ1smysiHDfJqGh83TfuRAAyvTn4yWRxU+6lz60rKmGycwBx83Dp5+xx6YMgrBkTlB9yUqpp659bvgRWuMVtiLzi0LgBqdC6+FD8PVa29sSpoeHFMRKKkClUGp6IdeZV6QyIGExFZdeYoCwfmVIGYxRxbeWuClXaiKCOUt+ISBd5Rn09srCn1Vrah6c5ESgomwyrWnqz9FQkOvn6WQijf/tdZZ4pbTSBToECAs8AiaUPGWvYoTRzSDOEkWowumcNZRImTGukj2uhZNBwgEVl1JtpUVGdvUesk+YBU5gcZ4692pSqZL42Vsn+evksmMTTZQ23EUhnq9sz/HVCg5rQXPPdKbQeXJZSaeN1ddZcp286SJLpclfuPO5JU2phRKpT3VTmilefPvvqmx/+c1y6kiGb1ILtd6k8x3Rd1jUEk15T7LgkkKptsBxtZYY61TXVjG/KgQ0lTE2VhjKGMC9YGchUMi0XmdDLgImPXHjMWGBRG8HIGr45l8FQh9U+mZbrv5WpPMjbymFVU2fUvFbBG6mGmjHaoqGNVeG8bpDfwqGLzzlYO9UN5kN/fepuoYzwdLvqNNdp1X+u0HK1LNE1UfmX38o01oWeJqrmziS/Pmck6TtyGum3ZWhFl+zfj0q9rO+g0vd5or6B5XProdXQpFiJS04Tec9Ldt99kyUw4SVfmZVEj8NcKSB6wB/Bs93vh+9tgQoiQkx+Y/XM1CmfNf1isZkDSeZXaIWvlQIpQAw0AgmIMvXLkEDReSOkqvoZ7D+ylfGwhx/XPPjF9vc1+bjoxi8uNZbHQT28P3ekgDevu0z/rewt2qRwWKrXF4bOmEW8p49n2pyAh2ACsfPZsoqqmrqGppa2jq6ea28PjYxN+COcmVtYWqlZ29ja2es6ODo5u7i6uXuoeXp5g5BK7vGYt9pGzEDKqK2AMxhq6rX+//1ylPZ5yRweZwPij1wuomnVxvPjpA04kRHgZAaAUxnH6XQCZzKLs2kHzmUIOJ9u4GKGgUsZBC5nAlfSC1xND3AtU7iRDuBm+oFb6QJuZxJ3MoO76QPuZRT3M40Ha3P84rCTB4gAYoACQBFgCWAZYAVgFWANYB1gA2ATYAtgG2AHYBdgD2Af4ADgEOAI4BjgBOAU4AzgHOAC4BLgCuCaXbLArw3ybgHuAO4BHgAeGbTVE9B5BngBeAV4A3gH+AD4BPgC+GaXLPCLwEwKkDHDEvMb3/nl/eSn1F9yEU7Bfh/+YhYfztC0uK/4QhR3WtPSw9ksI5oYboaqNqh8qYJgJTSlbZNEDr3MTsmXvFSiKdO0TifrUlhn8nUprz6JsxaOSeePf1I+rjc7s7SRsRNohbPhCVKZTCpfSjUNzxUxlRgbls+lvKrU3MlsakSJKZcv5JPyRWZSmYbUWN+zcgVh4CnJLtJAJaebGLiArO2SIKFEIhQKD3aoRFZSdK3zLQ84RotwjFPxGCOjUw60S96pZJdQHXyIRnh/2AQVhX6d/XKHZPTdr7Tefb8PWXPv24F1SqwXyoPsL4Sin8nPDm5y97p2sWZtrxKi0nRl+A2i/7r/YOYemzlEAw4EgAMAgipCYcUO9wASfW5uF7xD+d6TPyRF00zsc/ovZeXLpc2/fi+F+Z1cGphFl/RrMiqv6IMMKL70QQwHsjniSOkopQOr9JErV9Beunbs2Ckw528/p+7pTaIrtlY+dg3tHaJPXnXXRx0+7KpC33iCdmpthlKnPnq0St11MMculS9du2VuXz/k4tWjhS6tdsxeIbpaLU25WKpePaqEOjwMSrNVTZp4paKntbIsl6vwH/UbmIdTtlbdCXWF21fmtXupX/Tur0QdB/Pul/3xRr/9Sd00wS9hwsb9fg9mpBI0XOluSWYmZPvaoV/JZpnNZequjhBq2PUgaxmip3NRbTK9YC+VpV3mC2ivgdnfyZ32aPafeheh/TJdxtSJMBR3gmb5ehIemb4cRQXtr5F48m3YIJcArYwiGStxZDhd7oT4zxGbn6pkwMMuBI76vm7rmzVx7MJQB0GvfXJD33zqnt82t56tpgHXkSLs8Nr4bql++GbW0Qj9guKWYijsZg/vfEFcTzxQ7uvdrTbgF8VAJT66/50O3eWAZMb23k7nmrVdkh0073/T0w1sEOgwjOK/3oma46uRZRVv9ZsfGFxaHJso2q8Ep1BwSRC4VJW6KwFZ3XQHtnGT+EUFZYMKK4VsVjEeEsFLWovyK35/AmvM4bTUhcvWvIrW2mj5+pch0WfFfXz/KMOj0WMHFG8KPXdVX7HXzIHYPIjlyABGYcjx1PLq1shovMQeU0l59BhWx6Vd56HWquxbgB0c4qajA5UzqW5NxSXJZeUpTXUA2pxcWpxaTrQd0AqUa2PuBNc8acHNUC8wssNOvqt22s43Tlc4TLgxm6+smO2YYoIJDC+Rj6Gy/FG8tjitodx+a4ygMRRE+QickJeXCRq9nXF5af2NVUe8qKHyEffFBBPviEou36f094XTCYaOuHAHHh9DmbT7egTRw8SyNTa89+sMG8aycy7MNi70xnVTKBjHk2r1SRlRx+0T6uzSDUpGyNj8DQFpNZjNv/Hf782bpFIIEi/SNsTXxcbWxTe8EoyvLrbX/2oEEdMvWkisX3kWRfcJ1weO04/7kDM0d6jZPuzXMIhbYKYH9roVSA+81Suw8+GEoHRv78LC8+dMpkKZnnYJhBqh2jeKPt31Naq11vDxpNFoaGqiUlOSz/OCz587vz1ly5bujwQPgSxAePinbiANZAXs+jUwefC9325HWxWBVdgY1IEFXwxHj/HiDXY7EdCO2VBAcvAc29jSywigOQggOzckB4UQw+Wcy9Bv8tNNZrns+qIg9tZ7eesw9STJTkqEPKJfRFtE7Oq/mTVz9w2/18NHzqLccYlMd39EURvvMWcH3PJyl/f7tUrijZwZRvP0TQrnuK50G5U8dADbd3f/4EOtweXlvPGsFTtYPK63TwDrko3D6GaNHqj5xPQo47CMvt9i10Bvr1c+nLEOI7xXuQ1KlL0M5Li5Vm3I9PFZd46zPKk7+lDUYW40eI9iDJfSHbmi21zVEvaBWm7/q71d6Ks4WhBa3Q4fsjx6FBQf6aRnhjNOfOBLBkS4wyP3cvoBvxDePPE8V7HrXITfkSdJJx9JfpV4Lg/hH8jLe/SoLghEHjYvWi234qXdOl8xMn9wd3u+TxrbA/mRVJlWufImfsaF3YfpIS1sx0YeW8jp5npxY8rHl42KmeHowg5mc6B7132Cg+7Ya4QF7i1PxEhEyIZWqbSiv7w4JzArcJDSL7sdb9QUSiWTxXKKXiaWaFxDYseLW69KkIjQf9lZmbxcIzD4OsLqi9OqqicPmDrjcmRwTDdY31UACQ1fMifQmJnon+3fqmihME8gyKsQjLdClAqo/IvLRcsvijYXBkY7iZGoEbNgGtSG2+C76PgxqpusdvlmxW04iDhaA2bQk+s8ZEt9nu+i9d6FGh8N+dTLK2xqlUAtKzTqpyq1JgNfdxXX93eZwN9m80apwBsdf0pYY0X5u1CyiEyoj4ur0wkGJ6TKoLv4G51kuGy4qZuJzo4+Y1i91hIEo1paZbLWlrmauQu/oS2ty89Vt06tSU9f2oDzbYUFs8BY+4aOs+CWG21kwH7dhtnyKMCr0/4v6NHV8kW53qPGaqFUUFAgkAqrE+To6lu3+Khc6nnwJpxyg35TFNvP/C3+e2cbAsiylZG7Y0I9ZqAzEE4l+pK7DB9nHIdDVUxHR5tu6NlzgeDp056Rhwm8pwcnDo/seQoi93hDkPBU0GZOCYOiGMeLHAfr1CPTjgRstfS0dZzllLt3yfXkp95t/3vuZPyfuvSst+kZ+eypSaDrsza31YRXhHV0hFWE11wRjK+j4999TfgVhbVT81RlTWylSFQZW/OoYfdeKaqJfZRrDdYvEl1mpm5mwfLOjH47sf0yhSBxxsaXl/elRaHfJFtobigWemPZUKmfQmG4LosMCsUCHNDqmED16e3wTnQ42nlRytItWza+N1utR+F6QC6eC7u6j31a/RvtIklOn37+nFBhrMRwJTG1MTmh/6WNphoMc8lRTJq4JGdgesJTe09oyP1MK0EE4bq62txckhxw4CCMnfD/v31fC4vIQssEIN5JfmdkppVFxaNwwdNpJK1FNz2aQ7V0mEg7brLA/p9YRfus9OqlTJdSyWU6V1LNO10RhKMfuvGZVG0XdTQ6km3DqWd1euCLFVy2jk4WuJmW22K029p9Oi21zWId06Oz1Fq99hLyTlQV4mYaE8KlBpKyUOdcwlD8/+LbkA9B33bXs5O/uTBoZoBQ5fr62ESB3NHfnEqHxO/PEImRNsv5i6P4G5bT/LJXP3+oBUeRleAqaAREZrAV8RfWVD6cc20qQMGYEkE2JfRxHBklQDJw0qwUoLAAp6oGLp2VCbMg/+xZ0AjDgAbg4AoAo2EmsxJQgAs4ycBdOMXAa7PSUIaPSgYjKTALQVL8vz8KUylM+YStRPfNKEo06TeGMZnhclLv4j9KjUzNa/dylG6RUKZP0zX92tQpvKn6xgvn5oNJMSVuivAnWu0G1fK+2fjxRXSW854JW4numxivSE36HcTDGPXciNFKq7X/Alc+dKbmtXsxBluN0oKKdU2/btg6hbfpWPWsF86R9lEzZ4hTiHmqFTX9RCtIN5SgBcTYhOvzpuRpaxHe5W0gU/Y9H3hIQgrSkIEs5CD/dwriAft9+Ger63R7/cFwNJ5MZ/PFcrXebHf7w/F0vlxv98fz9SaUSbKiarphWrbjeuBDACFEEEMCKWSQQwFfpKbwCUEwGI1Mx0aE53pgqj22hiymIzsY0Vs3RPvV89LuM+ieM+eJ5FBRciSjeH8sPJKR+dJyYmlLTAyVk4c4ZqrnlknFWEV3aLmsR1a41gNbpwM76qHDao9w+Wnl1P5iard1Z7hiW5Opw0GUO/Yx/aByFDepehgklqMgPJbDk4oui16PU6QLX+xJYuMihdNslpjjDg8z0nhqqZA6BTHhBbG2JiWe4T8qhX14AIUeEyfWWyn6brjtR1Wmlr2/ybjRkcQw6GE1E57XXEN163imA9cI/QL+HP10gmzEeit6uVdBdJ12lm3MBel0JOtfCRgIIICgEIGBYIYKFhIM8AU9LNA6yDBCgRUm8LDbAwAAAA==);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-material {
  --ag-material-primary-color: #3f51b5;
  --ag-material-accent-color: #ff4081;
  --ag-foreground-color: rgba(0, 0, 0, 0.87);
  --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);
  --ag-background-color: #fff;
  --ag-header-background-color: #fff;
  --ag-tooltip-background-color: #fff;
  --ag-subheader-background-color: #eee;
  --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);
  --ag-header-cell-hover-background-color: #f2f2f2;
  --ag-chip-background-color: #e2e2e2;
  --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);
  --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);
  --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);
  --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);
  --ag-range-selection-highlight-color: #fce4ec;
  --ag-row-hover-color: #fafafa;
  --ag-column-hover-color: #fafafa;
  --ag-control-panel-background-color: #fafafa;
  --ag-selected-row-background-color: #eee;
  --ag-checkbox-unchecked-color: #333;
  --ag-value-change-value-highlight-background-color: #00acc1;
  --ag-side-button-selected-background-color: transparent;
  --ag-range-selection-border-color: var(--ag-material-primary-color);
  --ag-checkbox-checked-color: var(--ag-material-accent-color);
  --ag-borders: none;
  --ag-borders-critical: solid 1px;
  --ag-border-color: #e2e2e2;
  --ag-grid-size: 8px;
  --ag-icon-size: 18px;
  --ag-header-height: calc(var(--ag-grid-size) * 7);
  --ag-row-height: calc(var(--ag-grid-size) * 6);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));
  --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);
  --ag-checkbox-border-radius: 2px;
  --ag-toggle-button-switch-border-width: 2px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);
  --ag-font-family: "Roboto", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridMaterial;
  --ag-selected-tab-underline-color: var(--ag-material-primary-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-input-focus-border-color: var(--ag-material-primary-color);
  --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
  --ag-card-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  --ag-card-radius: 2px;
  --ag-invalid-color: #e02525;
}

.ag-theme-material .ag-filter-toolpanel-header,
.ag-theme-material .ag-filter-toolpanel-search,
.ag-theme-material .ag-status-bar,
.ag-theme-material .ag-header-row,
.ag-theme-material .ag-panel-title-bar-title,
.ag-theme-material .ag-multi-filter-group-title-bar {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-header-foreground-color);
}

.ag-theme-material .ag-tab {
  height: calc(var(--ag-grid-size) * 4.5);
  flex: 1 1 auto;
}

.ag-theme-material .ag-tabs-header,
.ag-theme-material .ag-column-drop-horizontal {
  background-color: var(--ag-subheader-background-color);
}

.ag-theme-material .ag-tabs-body {
  padding: calc(var(--ag-grid-size) * 0.5) 0;
}

.ag-theme-material .ag-tabs-body .ag-menu-list {
  padding-top: 0;
  padding-bottom: 0;
}

.ag-theme-material .ag-header-cell, .ag-theme-material .ag-header-group-cell {
  transition: background-color 0.5s;
}

.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {
  bottom: 0;
}

.ag-theme-material .ag-cell-inline-editing {
  padding: var(--ag-grid-size);
  height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);
  border-color: var(--ag-border-color) !important;
}

.ag-theme-material .ag-has-focus .ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}

.ag-theme-material .ag-side-button-button {
  color: var(--ag-foreground-color);
}

.ag-theme-material .ag-column-drop-vertical {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
  padding-top: var(--ag-grid-size);
}

.ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}

.ag-theme-material .ag-column-drop-vertical-cell {
  margin-left: 0;
}

.ag-theme-material .ag-column-drop-vertical-empty-message {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-disabled-foreground-color);
}

.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {
  padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-right: var(--ag-grid-size);
}

.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {
  padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-left: var(--ag-grid-size);
}

.ag-theme-material .ag-status-bar {
  border: solid 1px;
  border-color: var(--ag-border-color);
}

.ag-theme-material .ag-column-panel-column-select {
  border-top: solid 1px;
  border-top-color: var(--ag-border-color);
}

.ag-theme-material .ag-column-select, .ag-theme-material .ag-column-select-header {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
}

.ag-theme-material .ag-column-select-header {
  height: var(--ag-header-height);
}

.ag-theme-material .ag-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);
}

.ag-theme-material .ag-charts-format-sub-level-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);
}

.ag-theme-material .ag-chart-data-section,
.ag-theme-material .ag-chart-format-section {
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-theme-material .ag-chart-menu-close {
  background: var(--ag-background-color);
}

.ag-theme-material .ag-chart-menu-close .ag-icon {
  background: var(--ag-subheader-background-color);
}

.ag-theme-material input[class^=ag-]:not([type]),
.ag-theme-material input[class^=ag-][type=text],
.ag-theme-material input[class^=ag-][type=number],
.ag-theme-material input[class^=ag-][type=tel],
.ag-theme-material input[class^=ag-][type=date],
.ag-theme-material input[class^=ag-][type=datetime-local],
.ag-theme-material textarea[class^=ag-] {
  background: transparent;
  color: var(--ag-foreground-color);
  font-family: inherit;
  font-size: inherit;
  height: calc(var(--ag-grid-size) * 5);
  padding-bottom: var(--ag-grid-size);
  border-width: 0;
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-border-color);
}

.ag-theme-material input[class^=ag-]:not([type]):focus,
.ag-theme-material input[class^=ag-][type=text]:focus,
.ag-theme-material input[class^=ag-][type=number]:focus,
.ag-theme-material input[class^=ag-][type=tel]:focus,
.ag-theme-material input[class^=ag-][type=date]:focus,
.ag-theme-material input[class^=ag-][type=datetime-local]:focus,
.ag-theme-material textarea[class^=ag-]:focus {
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-material-primary-color);
  outline: none;
  box-shadow: none;
}

.ag-theme-material input[class^=ag-]:not([type])::placeholder,
.ag-theme-material input[class^=ag-][type=text]::placeholder,
.ag-theme-material input[class^=ag-][type=number]::placeholder,
.ag-theme-material input[class^=ag-][type=tel]::placeholder,
.ag-theme-material input[class^=ag-][type=date]::placeholder,
.ag-theme-material input[class^=ag-][type=datetime-local]::placeholder,
.ag-theme-material textarea[class^=ag-]::placeholder {
  color: var(--ag-disabled-foreground-color);
}

.ag-theme-material input[class^=ag-]:not([type]):disabled,
.ag-theme-material input[class^=ag-][type=text]:disabled,
.ag-theme-material input[class^=ag-][type=number]:disabled,
.ag-theme-material input[class^=ag-][type=tel]:disabled,
.ag-theme-material input[class^=ag-][type=date]:disabled,
.ag-theme-material input[class^=ag-][type=datetime-local]:disabled,
.ag-theme-material textarea[class^=ag-]:disabled {
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-border-color);
}

.ag-theme-material input[class^=ag-]:not([type]):invalid,
.ag-theme-material input[class^=ag-][type=text]:invalid,
.ag-theme-material input[class^=ag-][type=number]:invalid,
.ag-theme-material input[class^=ag-][type=tel]:invalid,
.ag-theme-material input[class^=ag-][type=date]:invalid,
.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-material textarea[class^=ag-]:invalid {
  border-width: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-invalid-color);
  color: var(--ag-invalid-color);
}

.ag-theme-material .ag-standard-button {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--ag-material-primary-color);
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.ag-theme-material .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}

.ag-theme-material.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
}

.ag-theme-material .ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 4);
}

.ag-theme-material .ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 7);
}

.ag-theme-material .ag-ltr .ag-filter-apply-panel-button {
  margin-left: var(--ag-grid-size);
}

.ag-theme-material .ag-rtl .ag-filter-apply-panel-button {
  margin-right: var(--ag-grid-size);
}

.ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-material .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material .ag-layout-print .ag-center-cols-clipper, .ag-theme-material .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}

.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}

.ag-theme-material .ag-picker-field-wrapper:focus {
  box-shadow: 0 0 0 1px var(--ag-material-primary-color);
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.grid-wrapper {
  position: relative;
  flex: auto;
}

.full-size-grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-default-height {
  height: 450px;
}

[class*=ag-theme-] {
  --ag-font-family: $eon-brix-fontstack;
  --ag-font-size: calc(16px * var(--wl-font-size));
  --ag-header-foreground-color: $eon-turquoise;
  color: inherit;
}

.ag-theme-material.ag-theme-ng {
  font-variant-numeric: tabular-nums;
}
.ag-theme-material.ag-theme-ng .ag-header-row {
  text-transform: uppercase;
  color: rgb(143, 145, 146);
}
.ag-theme-material.ag-theme-ng .ag-header-cell:not(.ag-header-active, .ag-column-menu-visible) .ag-header-cell-menu-button {
  width: 0 !important;
}
.ag-theme-material.ag-theme-ng .ag-header-cell.ag-column-menu-visible .ag-header-cell-menu-button {
  /* Normally ag-grid does not display the column burger icon if the column menu is opened.
     To still display it, the opacity must be set */
  opacity: 1;
}
.ag-theme-material.ag-theme-ng .ag-header-cell.ag-column-menu-visible .ag-header-cell-label, .ag-theme-material.ag-theme-ng .ag-header-cell.ag-header-active .ag-header-cell-label {
  padding-right: 5px;
}
.ag-theme-material.ag-theme-ng .ag-header-cell.ag-column-menu-visible {
  /* if the menu is visible and the burger icon from the column is clicked, the menu will be closed,
      because the burger icon does not get the pointer event anymore. */
  pointer-events: none;
}
.ag-theme-material.ag-theme-ng .ag-theme-align-right .ag-header-cell-label {
  justify-content: flex-end;
}
.ag-theme-material.ag-theme-ng .ag-bold {
  font-weight: bold;
}
.ag-theme-material.ag-theme-ng .ag-multi-line .ag-header-cell-text {
  white-space: pre-wrap !important;
}
.ag-theme-material.ag-theme-ng .ag-theme-align-center .ag-header-cell-label {
  text-align: center;
  justify-content: center;
}
.ag-theme-material.ag-theme-ng .ag-align-right {
  text-align: right;
}
.ag-theme-material.ag-theme-ng .ag-wrap-4-line .ag-header-cell-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4em;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-theme-material.ag-theme-ng .ag-number {
  font-variant-numeric: tabular-nums;
}
.ag-theme-material.ag-theme-ng .ag-grey {
  color: rgb(143, 145, 146);
}
.ag-theme-material.ag-theme-ng .ag-row .ag-cell.ag-first,
.ag-theme-material.ag-theme-ng .ag-header-row .ag-header-cell.ag-first {
  padding-left: 0;
}
.ag-theme-material.ag-theme-ng .less-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.ag-theme-material {
  --ag-font-family: $eon-brix-fontstack;
  --ag-font-size: calc(16px * var(--wl-font-size));
  --ag-header-foreground-color: $eon-turquoise;
}
.ag-theme-material .ag-header-row {
  text-transform: uppercase;
}
.ag-theme-material .ag-filter-toolpanel-header,
.ag-theme-material .ag-filter-toolpanel-search,
.ag-theme-material .ag-status-bar,
.ag-theme-material .ag-header-row,
.ag-theme-material .ag-panel-title-bar-title,
.ag-theme-material .ag-side-button-button,
.ag-theme-material .ag-multi-filter-group-title-bar {
  font-size: calc(15px * var(--wl-font-size));
}
.ag-theme-material .ems-no-padding {
  padding: 0;
}
.ag-theme-material .ems-full-cell-width .ag-cell-value {
  width: 100%;
}
.ag-theme-material .ag-cell-wrapper {
  height: 100%;
}
.ag-theme-material .ag-cell-focus {
  border: 1px solid transparent !important;
  border-right: none !important;
}
.ag-theme-material .ag-theme-align-right .ag-header-cell-label {
  justify-content: right;
  text-align: right;
}
.ag-theme-material .ag-them-align-top-left .ag-header-cell-label {
  align-items: self-start;
  margin-top: 12px;
}
.ag-theme-material.ag-theme-nohover div.ag-row {
  background-color: #fff;
}
.ag-theme-material.ag-theme-nohover div.ag-row.ag-row-selected {
  background-color: #fff;
}

.ag-theme-wl {
  --ag-header-foreground-color: var(--wl-theme-color);
}

.dense-grid .ag-cell,
.dense-grid .ag-header-cell {
  padding-left: 8px;
  padding-right: 8px;
}
.dense-grid .ag-header-group-cell {
  padding-left: 8px;
  padding-right: 8px;
}
.dense-grid .very-dense-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dense-grid .very-dense-cell-left-padding {
  padding-left: 8px !important;
  padding-right: 0 !important;
}

.host-selector .ag-theme-material.no-horizontal-scrolling-grid .ag-body-viewport {
  overflow-x: hidden !important;
}
.host-selector .ag-theme-material.no-horizontal-scrolling-grid .ag-center-cols-viewport {
  overflow-x: hidden !important;
}
.host-selector .ag-theme-material.ag-theme-no-padding .ag-cell {
  padding: 0 !important;
}
.host-selector .ag-theme-material.ag-theme-no-outer-border ag-grid-angular {
  border: none !important;
}
.host-selector .ag-theme-material.ag-theme-no-lines-between-rows .ag-row {
  border-width: 0;
}
.host-selector .ag-theme-material.ag-theme-zebra .ag-row-even {
  background-color: #f6f6f7;
}
.host-selector .ag-theme-material .clickable-cell {
  cursor: pointer;
}

.alerting-table {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
}
.alerting-table .ag-row {
  cursor: pointer;
}
.alerting-table .mat-mdc-select-value {
  color: white;
}
.alerting-table .mat-form-field-flex {
  padding: 0;
}
.alerting-table .ag-cell {
  padding: 0 5px 0 0;
}
.alerting-table .mat-select-arrow {
  border-top-color: white;
}

.ag-theme-material .ag-selection-checkbox,
.ag-theme-material .ag-selection-checkbox input {
  cursor: pointer;
}
.ag-theme-material .ag-checkbox-input-wrapper.ag-checked:after {
  -webkit-mask: url('checkbox_squircle_checked.svg') !important;
  mask: url('checkbox_squircle_checked.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
  content: " ";
}
.ag-theme-material .ag-checkbox-input-wrapper.ag-indeterminate:after {
  -webkit-mask: url('checkbox_squircle_indeterminate.svg') !important;
  mask: url('checkbox_squircle_indeterminate.svg') !important;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: var(--wl-checkboxradio-color) !important;
  background-image: none !important;
  content: "\f068";
}
.ag-theme-material .ag-checkbox-input-wrapper:after {
  background-image: url('checkbox_squircle_regular.svg') !important;
  content: " ";
  width: 21px;
  height: 21px;
}
.ag-theme-material .ag-checkbox-input-wrapper:focus-within,
.ag-theme-material .ag-theme-material .ag-checkbox-input-wrapper:active {
  box-shadow: none;
}
.ag-theme-material .ag-cell-last-left-pinned.ag-cell-focus {
  border: 1px solid #e2e2e2 !important;
  border-right: 1px solid #e2e2e2 !important;
}

.disable-x-scroll .ag-center-cols-viewport,
.disable-x-scroll .ag-body-viewport {
  overflow-x: hidden;
}

.mat-dialog-container-borderless {
  display: flex;
}
.mat-dialog-container-borderless .mat-mdc-dialog-container {
  padding: 0 !important;
}
.mat-dialog-container-borderless .mat-mdc-dialog-content {
  padding: 0 !important;
  margin: 0 !important;
}
.mat-dialog-container-borderless .mat-mdc-dialog-surface {
  padding: 0 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version. */
.mat-dialog-content-no-max-width {
  min-width: 0 !important;
  max-width: none !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version. */
.mat-dialog-container-bigger {
  width: 85vw;
  height: 85vh;
  max-width: 85vw !important;
  max-height: 85vh !important;
}

.mat-mdc-dialog-container {
  color: rgba(0, 0, 0, 0.8705882353) !important;
  display: flex !important;
  overflow: hidden !important;
}
.mat-mdc-dialog-container .mdc-dialog__title {
  padding: 0;
}
.mat-mdc-dialog-container .mdc-dialog__title:before {
  display: none;
}
.mat-mdc-dialog-container .mdc-dialog__content {
  letter-spacing: unset !important;
  color: rgba(0, 0, 0, 0.8705882353) !important;
  font-size: unset !important;
  font-family: unset !important;
}

.modal-dialog {
  display: flex;
  flex: 1;
  flex-direction: column;
  /* TODO(mdc-migration): The following rule targets internal classes of dialog that may no longer apply for the MDC version. */
}
.modal-dialog.dialog-admin {
  position: relative;
}
.modal-dialog .mat-dialog-content-admin {
  padding: 10px 25px 20px 0 !important;
  margin-right: -25px !important;
  overflow-y: auto !important;
  display: flex;
}
.modal-dialog .header {
  display: flex;
  flex: none;
}
.modal-dialog .header-admin {
  display: flex;
  margin: -25px -25px 0 -25px;
  padding: 12px 20px 10px 25px;
  background-color: rgb(232, 232, 232);
  border-bottom: 1px solid rgb(211, 211, 211);
  font-size: calc(24px * var(--wl-font-size));
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.modal-dialog .header-admin h1 {
  margin: 0;
}
.modal-dialog .header-admin .close-button {
  border-radius: 50%;
  background-color: rgb(240, 85, 72);
  height: 26px;
  width: 26px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.modal-dialog .header-admin .close-button:hover {
  background-color: rgb(234, 28, 10);
}
.modal-dialog .header-admin .close-button i {
  font-size: 22px;
  line-height: 20px;
  margin-top: 3px;
  color: rgb(255, 255, 255);
}
.modal-dialog [mat-dialog-title] {
  flex: auto;
  font: inherit !important;
  font-weight: 800 !important;
  font-size: calc(20px * var(--wl-font-size)) !important;
}
.modal-dialog .close-button {
  flex: none;
  align-self: flex-start;
  margin: 4px -10px 0 20px;
  background: none;
  border: none;
  outline: none;
  color: rgb(64, 64, 64) !important;
}
.modal-dialog .close-button:hover {
  color: rgb(143, 145, 146);
}
.modal-dialog .close-button i {
  cursor: pointer;
  font-size: 26px;
  line-height: 20px;
  vertical-align: middle;
}
.modal-dialog mat-dialog-actions {
  flex: none;
  margin-top: 20px;
  padding-bottom: 0;
  align-self: flex-end;
}
.modal-dialog mat-dialog-actions button {
  margin-right: 10px;
}
.modal-dialog mat-dialog-actions:last-child {
  margin-bottom: 0;
}

.borderless-button {
  margin-left: 10px;
  padding: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: calc(12px * var(--wl-font-size));
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  background: none;
  border: none;
  outline: none;
  color: rgb(64, 64, 64);
  white-space: nowrap;
}
.borderless-button:disabled, .borderless-button:hover {
  color: rgb(143, 145, 146);
}
.borderless-button:disabled i, .borderless-button:hover i {
  border: 2px solid rgb(143, 145, 146);
}
.borderless-button i {
  font-size: 20px;
  line-height: 1.2em;
  vertical-align: middle;
  border: 2px solid rgb(64, 64, 64);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.borderless-button span {
  margin-left: 4px;
}

.borderless-button-small {
  padding: 2px;
  margin-left: 0;
}
.borderless-button-small i {
  margin-right: 0;
}
.borderless-button-small span {
  margin-left: 5px;
}

.mat-mdc-dialog-content {
  flex: auto;
  display: flex;
  flex-direction: column;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.mat-form-field-white-background {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.mat-form-field-white-background .mat-form-field-wrapper {
  background-color: rgb(255, 255, 255);
}

.admin-dialog-actions {
  border-top: 1px solid rgb(211, 211, 211);
  display: flex;
  justify-content: flex-end;
  color: rgb(255, 255, 255);
  margin: 0 -25px -25px -25px;
  padding: 20px 25px 20px 25px;
  background-color: rgb(232, 232, 232);
}
.admin-dialog-actions .mat-mdc-button:not(:disabled) {
  color: rgb(255, 255, 255) !important;
}
.admin-dialog-actions button {
  background-color: rgb(211, 211, 211);
  min-width: 120px;
  width: auto;
}
.admin-dialog-actions button.mdc-button[disabled] {
  background-color: rgb(211, 211, 211);
}
.admin-dialog-actions button.mdc-button[disabled]:hover {
  background-color: rgb(211, 211, 211);
}
.admin-dialog-actions .cancel {
  margin-left: auto;
  background-color: var(--wl-secondary-btn-color);
}
.admin-dialog-actions .cancel:hover {
  background-color: var(--wl-secondary-btn-color-active);
}
.admin-dialog-actions .prev {
  background-color: #999;
}
.admin-dialog-actions .next {
  margin-left: 10px;
  background-color: #999;
}
.admin-dialog-actions .confirm {
  margin-left: 10px;
  background-color: var(--wl-primary-btn-color);
}
.admin-dialog-actions .confirm:hover {
  background-color: var(--wl-primary-btn-color-active);
}
.admin-dialog-actions.admin-dialog-actions-white-background {
  border-top: 0;
  background-color: rgb(255, 255, 255);
}

.admin-header-info {
  font-size: calc(18px * var(--wl-font-size));
  border-bottom: 1px solid rgb(211, 211, 211);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -25px 0 -25px;
  padding: 5px 25px 15px 25px;
  background-color: rgb(246, 246, 247);
}
.admin-header-info .header-label {
  display: block;
  margin-bottom: 5px;
  font-size: calc(16px * var(--wl-font-size));
  flex: 1;
}
.admin-header-info .header-block {
  margin-top: 10px;
  margin-right: 20px;
}
.admin-header-info .header-content {
  font-weight: bold;
}

.mat-mdc-form-field-focus-overlay {
  background-color: unset !important;
}

.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane {
  min-width: min-content !important;
}

.ems-dialog, .ems-dialog-small-width, .ems-dialog-ultra-width, .ems-dialog-extra-width {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 900px !important;
}
.ems-dialog ems-meter-assignments-dialog, .ems-dialog-small-width ems-meter-assignments-dialog, .ems-dialog-ultra-width ems-meter-assignments-dialog, .ems-dialog-extra-width ems-meter-assignments-dialog {
  width: inherit;
}
.ems-dialog form, .ems-dialog-small-width form, .ems-dialog-ultra-width form, .ems-dialog-extra-width form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ems-dialog .mat-mdc-dialog-content, .ems-dialog-small-width .mat-mdc-dialog-content, .ems-dialog-ultra-width .mat-mdc-dialog-content, .ems-dialog-extra-width .mat-mdc-dialog-content {
  min-width: unset;
}

.ems-dialog-extra-width {
  max-width: 1000px !important;
}

.ems-dialog-ultra-width {
  max-width: 1200px !important;
}

.ems-dialog-small-width {
  max-width: 700px !important;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.svg-export {
  font-family: var(--wl-font-style), system, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif !important;
}

.leaflet-wrapper.no-controls .leaflet-control-layers {
  display: none;
}

.leaflet-control {
  cursor: pointer;
}
.leaflet-control .ems-control-geolocate {
  width: auto !important;
  padding: 0 5px 0 5px;
  font-weight: bold;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
  background-color: rgba(37, 37, 37, 0.6);
  color: rgb(255, 255, 255);
}
.marker-cluster.bad {
  background-color: rgba(var(--wl-below-rating-color-rgb), 0.6);
}
.marker-cluster.good {
  background-color: rgba(var(--wl-above-rating-color-rgb), 0.6);
}
.marker-cluster.neutral {
  background-color: rgba(var(--wl-between-rating-color-rgb), 0.6);
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  background-color: rgb(57, 57, 58);
}
.marker-cluster span {
  line-height: 30px;
}

.below-threshold,
.circle.bad {
  background-color: var(--wl-below-rating-color) !important;
}

.above-threshold,
.circle.good {
  background-color: var(--wl-above-rating-color) !important;
}

.in-between-thresholds,
.circle.neutral {
  background-color: var(--wl-between-rating-color) !important;
}

.marker-icon {
  font-size: 50px;
  line-height: 0.5;
}
.marker-icon.bad {
  color: var(--wl-below-rating-color);
}
.marker-icon.good {
  color: var(--wl-above-rating-color);
}
.marker-icon.neutral {
  color: var(--wl-between-rating-color);
}

/* Popup style */
.map-popup-content {
  width: 400px;
  font-size: calc(14px * var(--wl-font-size));
}
.map-popup-content td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-popup-content td.channel {
  color: rgb(37, 37, 37);
  font-size: calc(13px * var(--wl-font-size));
}
.map-popup-content td.time-span, .map-popup-content td.value, .map-popup-content td.percent {
  text-align: right;
  padding-left: 20px;
}
.map-popup-content td.time-span {
  font-weight: 600;
}
.map-popup-content a {
  cursor: pointer;
  text-decoration: none;
}

.fixed-widget-height-500 {
  height: 500px;
  min-height: 500px;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.call-to-action-button {
  align-self: center;
}
.call-to-action-button ems-multibuttonwidget {
  align-self: center;
}

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

.dashboard-header {
  flex: none;
  position: relative;
}
.dashboard-header .dashboard-header-inner,
.dashboard-header .dashboard-header-inner.col-xs {
  padding: 0;
}
.dashboard-header h3 {
  padding-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: rgb(64, 64, 64);
  text-align: left;
}
.dashboard-header .steering-widget {
  float: right;
}

.edit-mode-active {
  background-color: rgba(57, 57, 58, 0.97);
}
.edit-mode-active ems-headerinfo {
  color: rgb(255, 255, 255);
}

.host-selector-autocomplete .mat-divider {
  padding-bottom: 2px;
  margin-top: 3px !important;
}
.host-selector-autocomplete .mat-mdc-option {
  padding: 0 12px;
  height: 38px !important;
  line-height: 38px !important;
  min-height: unset !important;
}
.host-selector-autocomplete .mat-mdc-option .checkbox-small {
  padding-right: 7px;
  /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
}
.host-selector-autocomplete .mat-mdc-option .checkbox-small .mat-checkbox-layout {
  transform: scale(0.8);
}

.calendar-panel {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.calendar-backdrop {
  opacity: 0;
}

/*!
 * Copyright (C) 2016 Sergey Akopkokhyants
 * This project is licensed under the terms of the MIT license.
 * https://github.com/akserg/ng2-slim-loading-bar
 */
/* Styling for the Slim Loading Progress Bar container */
.slim-loading-bar {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

/* Styling for the Slim Loading Progress Bar itself */
.slim-loading-bar-progress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: rgb(46, 204, 113);
  color: rgb(46, 204, 113);
  box-shadow: 0 0 10px 0; /* Inherits the font color */
  height: 2px;
  opacity: 0;
}

.as-split-gutter .as-split-gutter-icon {
  background: none !important;
}
.as-split-gutter .as-split-gutter-icon:hover {
  background-color: rgb(234, 28, 10) !important;
}

.icon-work-queue {
  background-image: url('work-queue.svg');
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.icon-view-details {
  background-image: url('view-details.svg');
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.core.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.bubble.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/client/styles/client.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.ems-time-input {
  display: flex;
  align-items: center;
}

/* See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
/* Uppercase letters in EON Brix */
.page-margin {
  margin: 0 40px;
  transition: margin 300ms ease-in-out;
}
@media (max-width: 1199px) {
  .page-margin {
    margin: 0 30px;
  }
}

.dashboard {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dashboard .edit-widget-wrapper {
  transition: box-shadow 500ms ease-in-out;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -40px;
  margin-right: -40px;
}
.dashboard.editMode .edit-widget-wrapper {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 15px 4px rgba(57, 57, 58, 0.2);
}

.remove-portal-height {
  margin-top: -45px;
}

.dashboard-menu {
  position: relative;
  flex: none;
  margin: 0;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1200px) {
  .dashboard-menu.hide {
    margin-top: -50px;
  }
}
@media (max-width: 1199px) {
  .dashboard-menu.hide {
    margin-top: -50px;
  }
}

.header-label {
  flex: 0 0 219px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: bold;
  text-align: center;
  color: rgb(57, 57, 58);
  line-height: 17px;
  border-right: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
  background-color: rgb(255, 255, 255);
  padding: 0 10px;
  overflow: hidden;
}
.header-label p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*
    TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.
*/
.mat-tab-fixed-header {
  overflow: hidden;
}

.mat-mdc-tab-group {
  flex: auto;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  border-bottom: 1px solid rgb(232, 232, 232);
}

.mat-mdc-tab-labels {
  padding-top: 2px;
}

.header-button {
  width: 50px;
  border-left: solid 1px rgb(232, 232, 232);
  border-bottom: solid 1px rgb(232, 232, 232);
  text-align: center;
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: color 300ms ease-in-out;
  color: rgb(143, 145, 146);
}
.header-button:hover {
  color: rgb(234, 28, 10);
}
.header-button i.eon-icon {
  display: inline-block;
  margin: 0;
  text-align: center;
}
.header-button i.eon-icon:before {
  line-height: 47px;
}
.header-button i.eon-icon.eon-icon {
  font-size: 24px !important;
}

.dashboard-centered-content {
  align-items: center;
  justify-content: center;
}

.customizable-dashboard {
  background-color: rgb(248, 248, 248);
  padding: 20px !important;
}

/*
    First (dynamically generated) child of widget should stretch.
    Can't put this into the widget component stylesheet without using
    (deprecated) ng-deep.
*/
ems-widget > *:not(ng-component) {
  flex: auto;
}

.my-2 {
  margin: 0.5rem 0;
}

.mat-mdc-menu-panel {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  background: #FFF !important;
}

.customizable-module .scrollable {
  background-color: rgb(248, 248, 248);
}
.customizable-module .scrollable.full-screen {
  /* hide scrollbar in full-screen mode */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.customizable-module .scrollable.full-screen::-webkit-scrollbar {
  display: none; /* Webkit browser */
}

.highcharts-axis.highcharts-xaxis .highcharts-axis-line,
.highcharts-axis.highcharts-xaxis .highcharts-tick {
  stroke: #CCD6EB !important;
}

.highchartwidget .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 1px;
  stroke-dasharray: 2, 2;
  stroke: rgb(232, 232, 232);
}

.hide-grid .highchartwidget .highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}
.hide-grid .highchartwidget .highcharts-yaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-tooltip-container {
  /* set the z-index to 10000 because of charts inside material dialogs, otherwise the tooltip is rendered below */
  z-index: 10000 !important;
}

.mat-tree.ems-async-mat-tree .mat-tree-node {
  cursor: pointer;
  min-height: 40px;
  display: flex;
  flex-wrap: nowrap;
  font-size: calc(14px * var(--wl-font-size));
}
.mat-tree.ems-async-mat-tree .mat-tree-node.drag-drop-tree-node.current-drop-target {
  background-color: rgb(199, 232, 235);
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-preview {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-preview.selected {
  color: rgb(43, 145, 163);
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-preview.default-node {
  font-weight: bold;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-preview .node-name {
  padding-bottom: 7px;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .expired-tag {
  white-space: nowrap;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .expired-tag .expired-pill {
  text-transform: uppercase;
  background-color: rgb(234, 28, 10);
  border-radius: 500px;
  color: rgb(255, 255, 255);
  font-size: calc(0.8em * var(--wl-font-size));
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 600;
  margin-left: 4px;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .expired-tag .expired-pill .eon-icon {
  line-height: 1em;
  margin-left: -4px;
  margin-right: -3px;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-actions {
  white-space: nowrap;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-actions > div {
  padding-left: 5px;
  display: inline;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-actions .icon-goto {
  font-size: 17px;
  padding-left: 7px;
  line-height: 22px;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-actions:not(.selected) {
  display: none;
}
.mat-tree.ems-async-mat-tree .mat-tree-node .node-actions > div:hover {
  color: rgb(43, 145, 163);
}
.mat-tree.ems-async-mat-tree .mat-tree-node:hover .node-actions {
  display: block;
  margin-right: 5px;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.core.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.bubble.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill-color-picker-enhance/dist/index.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.ql-color .ql-picker-options [data-value='custom-picker']:before,
.ql-background .ql-picker-options [data-value='custom-picker']:before {
  content: 'Pick Color';
}

.ql-color .ql-picker-options [data-value='custom-picker'],
.ql-background .ql-picker-options [data-value='custom-picker'] {
  background: none !important;
  width: 100% !important;
  height: 25px !important;
  text-align: center;
  color: blue;
  text-decoration: underline;
}

.ql-color-label.ql-stroke.ql-transparent {
  opacity: 1;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}


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