/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation;z-index:1000;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors: active){.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,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.cdk-overlay-popover{background:none;border:none;padding:0;outline:0;overflow:visible;position:fixed;pointer-events:none;white-space:normal;color:inherit;text-decoration:none;width:100%;height:100%;inset:auto;top:0;left:0}.cdk-overlay-popover::backdrop{display:none}.cdk-overlay-popover .cdk-overlay-backdrop{position:fixed;z-index:auto}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*56px*/
/*40px*/
/*32px*/
/*28px*/
/*24px*/
/*20px*/
/*16px*/
/*18px*/
/*14px*/
/*12px*/
/*Font Weights*/
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overscroll-behavior-x: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
}

:focus-visible {
  outline: 1px solid var(--focus);
}

/*********************
  Legacy - Media Query Classes
**********************/
@media only screen and (max-width : 767px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 768px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 768px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1281px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@mediaonly screen and (max-width : 1280px) {
  .hide-on-large-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 1601px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 767px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 768px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 768px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 480px) {
  .center-on-small-only {
    text-align: center;
  }
}

/*********************
  Current -  Media Query Classes
**********************/
@media only screen and (max-width : 479px) {
  .aw-hide-on-xsmall {
    display: none !important;
  }
}

@media only screen and (min-width : 480px) {
  .aw-show-on-xsmall {
    display: none !important;
  }
}
@media only screen and (max-width : 479px) {
  .aw-show-on-xsmall {
    display: block !important;
  }
}

@media only screen and (max-width : 767px) {
  .aw-hide-on-small-only,
  .aw-hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 991px) {
  .aw-hide-on-med-and-down {
    display: none !important;
  }
}

@media not screen and (max-width : 767px) {
  .aw-hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aw-hide-on-med-only {
    display: none !important;
  }
}

@media not screen and (max-width : 991px) {
  .aw-hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aw-show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 767px) {
  .aw-show-on-small {
    display: block !important;
  }
}

@media not screen and (max-width : 767px) {
  .aw-show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 991px) {
  .aw-show-on-medium-and-down {
    display: block !important;
  }
}

@media not screen and (max-width : 991px) {
  .aw-show-on-large {
    display: block !important;
  }
}

@media only screen and (max-width : 479px) {
  .aw-center-on-small-only {
    text-align: center;
  }
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.v-hidden {
  visibility: hidden;
}

.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

.center-align,
.text-center,
.center {
  text-align: center;
}

.left-align,
.text-left {
  text-align: left;
}

.right-align,
.text-right {
  text-align: right;
}
@media (max-width: 600px) {
  .right-align.mobile-left,
  .text-right.mobile-left {
    text-align: left;
  }
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

[dir=rtl] .left {
  float: right !important;
}
[dir=rtl] .right {
  float: left !important;
}
[dir=rtl] .left-align,
[dir=rtl] .text-left {
  text-align: right;
}
[dir=rtl] .right-align,
[dir=rtl] .text-right {
  text-align: left;
}
@media (max-width: 600px) {
  [dir=rtl] .right-align.mobile-left,
  [dir=rtl] .text-right.mobile-left {
    text-align: right;
  }
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pe-n {
  pointer-events: none;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}

@media only screen and (max-width : 479px) {
  .valign-wrapper {
    display: block;
  }
  .valign-wrapper.mob {
    display: flex;
  }
}
@media only screen and (min-width : 480px) and (max-width : 767px) {
  .valign-wrapper.tablet-block {
    display: block;
  }
}
@media only screen and (max-width : 991px) {
  .valign-wrapper.small-desktop-block {
    display: block;
  }
}

.ib {
  display: inline-block;
}
.ib.ib-middle {
  vertical-align: middle;
}

.block {
  display: block;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.material-icons .v-middle,
.material-icons-outlined .v-middle,
.icon .v-middle {
  vertical-align: -6px;
}

.w100 {
  width: 100%;
}

@media only screen and (max-width : 767px) {
  .w100-on-mobile {
    width: 100%;
  }
}

.h100 {
  height: 100%;
}

.width-auto {
  width: auto !important;
}

.vh100 {
  height: 100vh;
}

.mh100vh {
  min-height: 100vh;
}

.mx-width {
  max-width: 100% !important;
}

.mx-height {
  max-height: 100% !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-none {
  overflow: unset !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-inherit {
  overflow-y: inherit;
}

.overflow-x-inherit {
  overflow-x: inherit;
}

.overflow-hidden {
  overflow: hidden;
}

.rel {
  position: relative;
}
.rel .dropdown-content:not(#dropdown-customisable) {
  top: 100% !important;
}
.rel.text-right .dropdown-content {
  left: auto !important;
  right: 0;
}

.absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.zindex1 {
  z-index: 1;
}

.table-in-panel {
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/*Templates*/
.main-scroll-template {
  height: auto;
  flex: 1;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.main-scroll-template,
.scroll-template {
  overflow-y: auto;
}
.main-scroll-template .container.fullwidth,
.scroll-template .container.fullwidth {
  overflow-x: visible;
}
.main-scroll-template .container.fullwidth.o-hidden,
.scroll-template .container.fullwidth.o-hidden {
  overflow-x: hidden;
}
.main-scroll-template .main-content,
.scroll-template .main-content {
  flex: 1;
}
.main-scroll-template .block-content,
.scroll-template .block-content {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.main-scroll-template .block-content .tabs,
.scroll-template .block-content .tabs {
  border-radius: 4px 4px 0 0;
}
.main-scroll-template .block-content .form-block,
.scroll-template .block-content .form-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.main-scroll-template .block-content .form-block .form-top,
.main-scroll-template .block-content .form-block .form-bottom,
.scroll-template .block-content .form-block .form-top,
.scroll-template .block-content .form-block .form-bottom {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width : 767px) {
  .main-scroll-template .block-content .form-block .form-top,
  .main-scroll-template .block-content .form-block .form-bottom,
  .scroll-template .block-content .form-block .form-top,
  .scroll-template .block-content .form-block .form-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width : 767px) {
  .main-scroll-template .block-content .form-block .form-bottom .btn,
  .scroll-template .block-content .form-block .form-bottom .btn {
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
  }
}
.main-scroll-template.min-height-0,
.scroll-template.min-height-0 {
  min-height: 0;
}

.form-indent {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
@media only screen and (max-width : 767px) {
  .form-indent {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

section.scroll-template-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.text-footer ul {
  font-size: var(--typography-font-size-small);
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
.text-footer ul li {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 !important;
  list-style-type: none !important;
  line-height: initial !important;
}
.text-footer ul li:last-child {
  margin: 0;
}
@media only screen and (max-width : 991px) {
  .text-footer ul {
    margin-top: 1rem;
  }
}
.text-footer .small-desktop-block {
  flex-wrap: wrap;
}

.line-inherit {
  line-height: inherit !important;
}

.line-initial {
  line-height: initial !important;
}

input::-ms-clear {
  display: none;
}

.wrap-normal {
  white-space: normal;
}

.break-word {
  word-break: break-word;
}

.no-wrap {
  white-space: nowrap;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.white-space-pre {
  white-space: pre;
}

.ie-show,
.material-icons.ie-show {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-show,
  .material-icons.ie-show {
    display: inline-block;
  }
  .ie-hide,
  .material-icons.ie-hide {
    display: none;
  }
  .scroll-template .main-content {
    flex: 1 0 auto;
  }
  input.select-dropdown:focus {
    text-indent: -9999999em;
  }
}
.cart-only-show {
  display: none !important;
}

.icon-primary {
  color: var(--primary);
}

.no-transform {
  transform: none !important;
}

.txt-decoration-none {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline !important;
}

/* page-placeholder - for empty pages/no results */
.page-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
  text-align: center;
  margin: 3rem 1.5rem;
}

/* 0 positions */
.bottom0 {
  bottom: 0px;
}

.top0 {
  top: 0px;
}

.left0 {
  left: 0px;
}

.right0 {
  right: 0px;
}

.textarea-hide {
  position: absolute;
  left: -9999px;
}

.attach-loader-overlay {
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}

.border-radius-default {
  border-radius: 4px;
}

/* WCAG */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.fieldsethidden {
  margin: 0;
  padding: 0;
  border: transparent;
}

/* Show More */
.show-more-content {
  white-space: normal;
  overflow: hidden;
}
.show-more-content .content {
  white-space: normal;
}

.show-more-link {
  cursor: pointer;
  color: var(--link-color);
  font-weight: 700;
}
.show-more-link:hover {
  color: var(--link-color-hover);
  text-decoration: none !important;
}

.show-more a[automation=more] {
  font-weight: 700;
}
.show-more .oneline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-more .oneline .text {
  display: block;
  margin-right: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.divider,
.aw-divider {
  border-top-style: solid;
  border-top-color: var(--divider-color);
  border-top-width: 1px;
}
.divider.dashed,
.aw-divider.dashed {
  border-top-style: dashed;
}
.divider.dotted,
.aw-divider.dotted {
  border-top-style: dotted;
}
.divider.divider-md,
.aw-divider.divider-md {
  border-top-width: 2px;
}
.divider.divider-lg,
.aw-divider.divider-lg {
  border-top-width: 4px;
}
.divider.vertical,
.aw-divider.vertical {
  border-left-style: solid;
  border-left-color: var(--divider-color);
  border-left-width: 1px;
  min-height: 1rem;
  border-top: none;
}
.divider.vertical.dashed,
.aw-divider.vertical.dashed {
  border-left-style: dashed;
}
.divider.vertical.dotted,
.aw-divider.vertical.dotted {
  border-left-style: dotted;
}
.divider.vertical.divider-md,
.aw-divider.vertical.divider-md {
  border-left-width: 2px;
}
.divider.vertical.divider-lg,
.aw-divider.vertical.divider-lg {
  border-left-width: 4px;
}

.dot-divider {
  border-radius: 1000px;
  display: inline-block;
  margin: 0 0.5rem;
  width: 5px;
  height: 5px;
  vertical-align: middle;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

img.fullwidth {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-none {
  border: none !important;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.border-right {
  border-right: 1px solid #e6e6e6;
}

.border-left {
  border-left: 1px solid #e6e6e6;
}

.mac-os {
  -webkit-overflow-scrolling: touch;
}

.list-style-none {
  list-style-type: none !important;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem; /* prevents text jump on Enter keypress */
}

.interactive-element-color {
  color: var(--interactive-element-color) !important;
}
.interactive-element-color:hover {
  color: var(--interactive-element-color-hover) !important;
}

.container {
  max-width: none;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  /* 481px - 767px */
}
@media only screen and (min-width : 481px) {
  .container {
    padding: 0 1rem;
  }
}
.container {
  /* 768px - 1280px */
}
@media only screen and (min-width : 768px) {
  .container {
    padding: 0 2rem;
  }
}
.container {
  /* 1281px > */
}
@media only screen and (min-width : 1281px) {
  .container {
    padding: 0 3.5rem;
  }
}
.container {
  /* 1601px > */
}
@media only screen and (min-width : 1601px) {
  .container {
    width: 1600px;
  }
}
@media only screen and (min-width : 1601px) {
  .container.fullwidth {
    width: 100%;
  }
  .container.fullwidth .row {
    margin-bottom: 2rem;
  }
}
.container.fullwidth {
  overflow-x: hidden;
}
.container.fullwidth.visible {
  overflow-x: visible;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 481px) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width : 768px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width : 1601px) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 2.5rem;
  }
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.5rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 481px) {
  .row .col {
    padding: 0 0.75rem;
  }
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .row .col {
    padding: 0 1rem;
  }
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1281px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1441px) {
  .row .col.xxl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xxl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xxl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xxl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xxl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xxl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xxl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xxl3 {
    margin-left: 25%;
  }
  .row .col.pull-xxl3 {
    right: 25%;
  }
  .row .col.push-xxl3 {
    left: 25%;
  }
  .row .col.offset-xxl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xxl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xxl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xxl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xxl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xxl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xxl6 {
    margin-left: 50%;
  }
  .row .col.pull-xxl6 {
    right: 50%;
  }
  .row .col.push-xxl6 {
    left: 50%;
  }
  .row .col.offset-xxl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xxl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xxl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xxl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xxl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xxl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xxl9 {
    margin-left: 75%;
  }
  .row .col.pull-xxl9 {
    right: 75%;
  }
  .row .col.push-xxl9 {
    left: 75%;
  }
  .row .col.offset-xxl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xxl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xxl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xxl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xxl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xxl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xxl12 {
    margin-left: 100%;
  }
  .row .col.pull-xxl12 {
    right: 100%;
  }
  .row .col.push-xxl12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1601px) {
  .row .col {
    padding: 0 1.25rem;
  }
  .row .col.xxxl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xxxl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xxxl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xxxl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xxxl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xxxl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xxxl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xxxl3 {
    margin-left: 25%;
  }
  .row .col.pull-xxxl3 {
    right: 25%;
  }
  .row .col.push-xxxl3 {
    left: 25%;
  }
  .row .col.offset-xxxl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xxxl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xxxl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xxxl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xxxl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xxxl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xxxl6 {
    margin-left: 50%;
  }
  .row .col.pull-xxxl6 {
    right: 50%;
  }
  .row .col.push-xxxl6 {
    left: 50%;
  }
  .row .col.offset-xxxl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xxxl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xxxl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xxxl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xxxl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xxxl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xxxl9 {
    margin-left: 75%;
  }
  .row .col.pull-xxxl9 {
    right: 75%;
  }
  .row .col.push-xxxl9 {
    left: 75%;
  }
  .row .col.offset-xxxl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xxxl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xxxl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xxxl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xxxl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xxxl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xxxl12 {
    margin-left: 100%;
  }
  .row .col.pull-xxxl12 {
    right: 100%;
  }
  .row .col.push-xxxl12 {
    left: 100%;
  }
}

.gutter-bottom {
  margin-bottom: 1rem;
}
@media only screen and (min-width : 481px) {
  .gutter-bottom {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width : 768px) {
  .gutter-bottom {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width : 1601px) {
  .gutter-bottom {
    margin-bottom: 2.5rem;
  }
}

@property --starfield-aw-container-paddings {
  syntax: "*";
  inherits: false;
}
.aw-container {
  max-width: none;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  overflow-x: hidden;
  /* 480px - 767px */
}
@media only screen and (min-width : 480px) {
  .aw-container {
    padding: var(--starfield-aw-container-paddings, 0 1rem);
  }
}
.aw-container {
  /* 768px - 991px */
}
@media not screen and (max-width : 767px) {
  .aw-container {
    padding: var(--starfield-aw-container-paddings, 0 2rem);
  }
}
.aw-container {
  /* ≥ 992px */
}
@media not screen and (max-width : 991px) {
  .aw-container {
    padding: var(--starfield-aw-container-paddings, 0 2rem);
  }
}
.aw-container {
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-container {
    padding: var(--starfield-aw-container-paddings, 0 3.5rem);
  }
}
@supports (padding: Max(0px)) {
  .aw-container {
    /* 480px - 767px */
  }
  @media only screen and (min-width : 480px) {
    .aw-container {
      padding: var(--starfield-aw-container-paddings, 0 max(var(--aw-layout-right, 0px), 1rem) 0 max(var(--aw-layout-right, 0px), 1rem));
    }
  }
  .aw-container {
    /* 768px - 991px */
  }
  @media not screen and (max-width : 767px) {
    .aw-container {
      padding: var(--starfield-aw-container-paddings, 0 max(var(--aw-layout-right, 0px), 2rem) 0 max(var(--aw-layout-right, 0px), 2rem));
    }
  }
  .aw-container {
    /* ≥ 992px */
  }
  @media not screen and (max-width : 991px) {
    .aw-container {
      padding: var(--starfield-aw-container-paddings, 0 max(var(--aw-layout-right, 0px), 2rem) 0 max(var(--aw-layout-right, 0px), 2rem));
    }
  }
  .aw-container {
    /* ≥ 1440px */
  }
  @media not screen and (max-width : 1439px) {
    .aw-container {
      padding: var(--starfield-aw-container-paddings, 0 max(var(--aw-layout-right, 0px), 3.5rem) 0 max(var(--aw-layout-right, 0px), 3.5rem));
    }
  }
}
.aw-container {
  /* ≥ 1600px */
}
@media only screen and (min-width : 1600px) {
  .aw-container {
    width: 1600px;
  }
}
.aw-container.fullwidth {
  overflow-x: hidden;
}
@media only screen and (min-width : 1600px) {
  .aw-container.fullwidth {
    width: 100%;
  }
  .aw-container.fullwidth .aw-row {
    margin-bottom: 2rem;
  }
}
.aw-container.fullwidth.visible {
  overflow-x: visible;
}
.aw-container.fullscreen {
  padding: 0;
}
@media (max-width: 767px) {
  .aw-container.fullscreen-on-small {
    padding: 0;
  }
}

.aw-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  /* 480px - 767px */
}
@media only screen and (min-width : 480px) {
  .aw-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 1.5rem;
  }
}
.aw-row {
  /* 768px - 991px */
}
@media not screen and (max-width : 767px) {
  .aw-row {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2rem;
  }
}
.aw-row {
  /* ≥ 1600px */
}
@media only screen and (min-width : 1600px) {
  .aw-row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 2.5rem;
  }
}
.aw-row:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .aw-row.fullscreen-on-small {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.aw-row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.5rem;
  min-height: 1px;
}
.aw-row .col[class*=push-], .aw-row .col[class*=pull-] {
  position: relative;
}
.aw-row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.aw-row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.aw-row .col.pull-s1 {
  right: 8.3333333333%;
}
.aw-row .col.push-s1 {
  left: 8.3333333333%;
}
.aw-row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.aw-row .col.pull-s2 {
  right: 16.6666666667%;
}
.aw-row .col.push-s2 {
  left: 16.6666666667%;
}
.aw-row .col.offset-s3 {
  margin-left: 25%;
}
.aw-row .col.pull-s3 {
  right: 25%;
}
.aw-row .col.push-s3 {
  left: 25%;
}
.aw-row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.aw-row .col.pull-s4 {
  right: 33.3333333333%;
}
.aw-row .col.push-s4 {
  left: 33.3333333333%;
}
.aw-row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.aw-row .col.pull-s5 {
  right: 41.6666666667%;
}
.aw-row .col.push-s5 {
  left: 41.6666666667%;
}
.aw-row .col.offset-s6 {
  margin-left: 50%;
}
.aw-row .col.pull-s6 {
  right: 50%;
}
.aw-row .col.push-s6 {
  left: 50%;
}
.aw-row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.aw-row .col.pull-s7 {
  right: 58.3333333333%;
}
.aw-row .col.push-s7 {
  left: 58.3333333333%;
}
.aw-row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.aw-row .col.pull-s8 {
  right: 66.6666666667%;
}
.aw-row .col.push-s8 {
  left: 66.6666666667%;
}
.aw-row .col.offset-s9 {
  margin-left: 75%;
}
.aw-row .col.pull-s9 {
  right: 75%;
}
.aw-row .col.push-s9 {
  left: 75%;
}
.aw-row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.aw-row .col.pull-s10 {
  right: 83.3333333333%;
}
.aw-row .col.push-s10 {
  left: 83.3333333333%;
}
.aw-row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.aw-row .col.pull-s11 {
  right: 91.6666666667%;
}
.aw-row .col.push-s11 {
  left: 91.6666666667%;
}
.aw-row .col.offset-s12 {
  margin-left: 100%;
}
.aw-row .col.pull-s12 {
  right: 100%;
}
.aw-row .col.push-s12 {
  left: 100%;
}
.aw-row .col {
  /* 480px - 767px */
}
@media only screen and (min-width : 480px) {
  .aw-row .col {
    padding: 0 0.75rem;
  }
  .aw-row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .aw-row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .aw-row .col.push-m1 {
    left: 8.3333333333%;
  }
  .aw-row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .aw-row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .aw-row .col.push-m2 {
    left: 16.6666666667%;
  }
  .aw-row .col.offset-m3 {
    margin-left: 25%;
  }
  .aw-row .col.pull-m3 {
    right: 25%;
  }
  .aw-row .col.push-m3 {
    left: 25%;
  }
  .aw-row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .aw-row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .aw-row .col.push-m4 {
    left: 33.3333333333%;
  }
  .aw-row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .aw-row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .aw-row .col.push-m5 {
    left: 41.6666666667%;
  }
  .aw-row .col.offset-m6 {
    margin-left: 50%;
  }
  .aw-row .col.pull-m6 {
    right: 50%;
  }
  .aw-row .col.push-m6 {
    left: 50%;
  }
  .aw-row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .aw-row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .aw-row .col.push-m7 {
    left: 58.3333333333%;
  }
  .aw-row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .aw-row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .aw-row .col.push-m8 {
    left: 66.6666666667%;
  }
  .aw-row .col.offset-m9 {
    margin-left: 75%;
  }
  .aw-row .col.pull-m9 {
    right: 75%;
  }
  .aw-row .col.push-m9 {
    left: 75%;
  }
  .aw-row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .aw-row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .aw-row .col.push-m10 {
    left: 83.3333333333%;
  }
  .aw-row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .aw-row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .aw-row .col.push-m11 {
    left: 91.6666666667%;
  }
  .aw-row .col.offset-m12 {
    margin-left: 100%;
  }
  .aw-row .col.pull-m12 {
    right: 100%;
  }
  .aw-row .col.push-m12 {
    left: 100%;
  }
}
.aw-row .col {
  /* 768px - 991px */
}
@media not screen and (max-width : 767px) {
  .aw-row .col {
    padding: 0 1rem;
  }
  .aw-row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .aw-row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .aw-row .col.push-l1 {
    left: 8.3333333333%;
  }
  .aw-row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .aw-row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .aw-row .col.push-l2 {
    left: 16.6666666667%;
  }
  .aw-row .col.offset-l3 {
    margin-left: 25%;
  }
  .aw-row .col.pull-l3 {
    right: 25%;
  }
  .aw-row .col.push-l3 {
    left: 25%;
  }
  .aw-row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .aw-row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .aw-row .col.push-l4 {
    left: 33.3333333333%;
  }
  .aw-row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .aw-row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .aw-row .col.push-l5 {
    left: 41.6666666667%;
  }
  .aw-row .col.offset-l6 {
    margin-left: 50%;
  }
  .aw-row .col.pull-l6 {
    right: 50%;
  }
  .aw-row .col.push-l6 {
    left: 50%;
  }
  .aw-row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .aw-row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .aw-row .col.push-l7 {
    left: 58.3333333333%;
  }
  .aw-row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .aw-row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .aw-row .col.push-l8 {
    left: 66.6666666667%;
  }
  .aw-row .col.offset-l9 {
    margin-left: 75%;
  }
  .aw-row .col.pull-l9 {
    right: 75%;
  }
  .aw-row .col.push-l9 {
    left: 75%;
  }
  .aw-row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .aw-row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .aw-row .col.push-l10 {
    left: 83.3333333333%;
  }
  .aw-row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .aw-row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .aw-row .col.push-l11 {
    left: 91.6666666667%;
  }
  .aw-row .col.offset-l12 {
    margin-left: 100%;
  }
  .aw-row .col.pull-l12 {
    right: 100%;
  }
  .aw-row .col.push-l12 {
    left: 100%;
  }
}
.aw-row .col {
  /* ≥ 992px */
}
@media not screen and (max-width : 991px) {
  .aw-row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .aw-row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .aw-row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .aw-row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .aw-row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .aw-row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .aw-row .col.offset-xl3 {
    margin-left: 25%;
  }
  .aw-row .col.pull-xl3 {
    right: 25%;
  }
  .aw-row .col.push-xl3 {
    left: 25%;
  }
  .aw-row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .aw-row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .aw-row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .aw-row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .aw-row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .aw-row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .aw-row .col.offset-xl6 {
    margin-left: 50%;
  }
  .aw-row .col.pull-xl6 {
    right: 50%;
  }
  .aw-row .col.push-xl6 {
    left: 50%;
  }
  .aw-row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .aw-row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .aw-row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .aw-row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .aw-row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .aw-row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .aw-row .col.offset-xl9 {
    margin-left: 75%;
  }
  .aw-row .col.pull-xl9 {
    right: 75%;
  }
  .aw-row .col.push-xl9 {
    left: 75%;
  }
  .aw-row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .aw-row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .aw-row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .aw-row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .aw-row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .aw-row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .aw-row .col.offset-xl12 {
    margin-left: 100%;
  }
  .aw-row .col.pull-xl12 {
    right: 100%;
  }
  .aw-row .col.push-xl12 {
    left: 100%;
  }
}
.aw-row .col {
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-row .col.xxl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.offset-xxl1 {
    margin-left: 8.3333333333%;
  }
  .aw-row .col.pull-xxl1 {
    right: 8.3333333333%;
  }
  .aw-row .col.push-xxl1 {
    left: 8.3333333333%;
  }
  .aw-row .col.offset-xxl2 {
    margin-left: 16.6666666667%;
  }
  .aw-row .col.pull-xxl2 {
    right: 16.6666666667%;
  }
  .aw-row .col.push-xxl2 {
    left: 16.6666666667%;
  }
  .aw-row .col.offset-xxl3 {
    margin-left: 25%;
  }
  .aw-row .col.pull-xxl3 {
    right: 25%;
  }
  .aw-row .col.push-xxl3 {
    left: 25%;
  }
  .aw-row .col.offset-xxl4 {
    margin-left: 33.3333333333%;
  }
  .aw-row .col.pull-xxl4 {
    right: 33.3333333333%;
  }
  .aw-row .col.push-xxl4 {
    left: 33.3333333333%;
  }
  .aw-row .col.offset-xxl5 {
    margin-left: 41.6666666667%;
  }
  .aw-row .col.pull-xxl5 {
    right: 41.6666666667%;
  }
  .aw-row .col.push-xxl5 {
    left: 41.6666666667%;
  }
  .aw-row .col.offset-xxl6 {
    margin-left: 50%;
  }
  .aw-row .col.pull-xxl6 {
    right: 50%;
  }
  .aw-row .col.push-xxl6 {
    left: 50%;
  }
  .aw-row .col.offset-xxl7 {
    margin-left: 58.3333333333%;
  }
  .aw-row .col.pull-xxl7 {
    right: 58.3333333333%;
  }
  .aw-row .col.push-xxl7 {
    left: 58.3333333333%;
  }
  .aw-row .col.offset-xxl8 {
    margin-left: 66.6666666667%;
  }
  .aw-row .col.pull-xxl8 {
    right: 66.6666666667%;
  }
  .aw-row .col.push-xxl8 {
    left: 66.6666666667%;
  }
  .aw-row .col.offset-xxl9 {
    margin-left: 75%;
  }
  .aw-row .col.pull-xxl9 {
    right: 75%;
  }
  .aw-row .col.push-xxl9 {
    left: 75%;
  }
  .aw-row .col.offset-xxl10 {
    margin-left: 83.3333333333%;
  }
  .aw-row .col.pull-xxl10 {
    right: 83.3333333333%;
  }
  .aw-row .col.push-xxl10 {
    left: 83.3333333333%;
  }
  .aw-row .col.offset-xxl11 {
    margin-left: 91.6666666667%;
  }
  .aw-row .col.pull-xxl11 {
    right: 91.6666666667%;
  }
  .aw-row .col.push-xxl11 {
    left: 91.6666666667%;
  }
  .aw-row .col.offset-xxl12 {
    margin-left: 100%;
  }
  .aw-row .col.pull-xxl12 {
    right: 100%;
  }
  .aw-row .col.push-xxl12 {
    left: 100%;
  }
}
.aw-row .col {
  /* ≥ 1600px */
}
@media only screen and (min-width : 1600px) {
  .aw-row .col {
    padding: 0 1.25rem;
  }
  .aw-row .col.xxxl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.xxxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .aw-row .col.offset-xxxl1 {
    margin-left: 8.3333333333%;
  }
  .aw-row .col.pull-xxxl1 {
    right: 8.3333333333%;
  }
  .aw-row .col.push-xxxl1 {
    left: 8.3333333333%;
  }
  .aw-row .col.offset-xxxl2 {
    margin-left: 16.6666666667%;
  }
  .aw-row .col.pull-xxxl2 {
    right: 16.6666666667%;
  }
  .aw-row .col.push-xxxl2 {
    left: 16.6666666667%;
  }
  .aw-row .col.offset-xxxl3 {
    margin-left: 25%;
  }
  .aw-row .col.pull-xxxl3 {
    right: 25%;
  }
  .aw-row .col.push-xxxl3 {
    left: 25%;
  }
  .aw-row .col.offset-xxxl4 {
    margin-left: 33.3333333333%;
  }
  .aw-row .col.pull-xxxl4 {
    right: 33.3333333333%;
  }
  .aw-row .col.push-xxxl4 {
    left: 33.3333333333%;
  }
  .aw-row .col.offset-xxxl5 {
    margin-left: 41.6666666667%;
  }
  .aw-row .col.pull-xxxl5 {
    right: 41.6666666667%;
  }
  .aw-row .col.push-xxxl5 {
    left: 41.6666666667%;
  }
  .aw-row .col.offset-xxxl6 {
    margin-left: 50%;
  }
  .aw-row .col.pull-xxxl6 {
    right: 50%;
  }
  .aw-row .col.push-xxxl6 {
    left: 50%;
  }
  .aw-row .col.offset-xxxl7 {
    margin-left: 58.3333333333%;
  }
  .aw-row .col.pull-xxxl7 {
    right: 58.3333333333%;
  }
  .aw-row .col.push-xxxl7 {
    left: 58.3333333333%;
  }
  .aw-row .col.offset-xxxl8 {
    margin-left: 66.6666666667%;
  }
  .aw-row .col.pull-xxxl8 {
    right: 66.6666666667%;
  }
  .aw-row .col.push-xxxl8 {
    left: 66.6666666667%;
  }
  .aw-row .col.offset-xxxl9 {
    margin-left: 75%;
  }
  .aw-row .col.pull-xxxl9 {
    right: 75%;
  }
  .aw-row .col.push-xxxl9 {
    left: 75%;
  }
  .aw-row .col.offset-xxxl10 {
    margin-left: 83.3333333333%;
  }
  .aw-row .col.pull-xxxl10 {
    right: 83.3333333333%;
  }
  .aw-row .col.push-xxxl10 {
    left: 83.3333333333%;
  }
  .aw-row .col.offset-xxxl11 {
    margin-left: 91.6666666667%;
  }
  .aw-row .col.pull-xxxl11 {
    right: 91.6666666667%;
  }
  .aw-row .col.push-xxxl11 {
    left: 91.6666666667%;
  }
  .aw-row .col.offset-xxxl12 {
    margin-left: 100%;
  }
  .aw-row .col.pull-xxxl12 {
    right: 100%;
  }
  .aw-row .col.push-xxxl12 {
    left: 100%;
  }
}
.aw-row.grid-xsmall {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.aw-row.grid-xsmall > .col {
  padding: 0 0.25rem;
}
.aw-row.grid-small {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.aw-row.grid-small > .col {
  padding: 0 0.5rem;
}
.aw-row.grid-medium {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-row.grid-medium {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.aw-row.grid-medium > .col {
  padding: 0 0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-row.grid-medium > .col {
    padding: 0 0.75rem;
  }
}
.aw-row.grid-large {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-row.grid-large {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.aw-row.grid-large > .col {
  padding: 0 0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-row.grid-large > .col {
    padding: 0 1rem;
  }
}
.aw-row.grid-xlarge {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  .aw-row.grid-xlarge {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.aw-row.grid-xlarge > .col {
  padding: 0 0.5rem;
}
@media not screen and (max-width : 1439px) {
  .aw-row.grid-xlarge > .col {
    padding: 0 1.25rem;
  }
}

[dir=rtl] .row .col {
  float: right;
}
[dir=rtl] .row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
}
[dir=rtl] .row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
}
[dir=rtl] .row .col.s3 {
  width: 25%;
  margin-left: auto;
}
[dir=rtl] .row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
}
[dir=rtl] .row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
}
[dir=rtl] .row .col.s6 {
  width: 50%;
  margin-left: auto;
}
[dir=rtl] .row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
}
[dir=rtl] .row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
}
[dir=rtl] .row .col.s9 {
  width: 75%;
  margin-left: auto;
}
[dir=rtl] .row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
}
[dir=rtl] .row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
}
[dir=rtl] .row .col.s12 {
  width: 100%;
  margin-left: auto;
}
[dir=rtl] .row .col.offset-s1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s1 {
  left: 8.3333333333%;
  right: auto;
}
[dir=rtl] .row .col.push-s1 {
  right: 8.3333333333%;
  left: auto;
}
[dir=rtl] .row .col.offset-s2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s2 {
  left: 16.6666666667%;
  right: auto;
}
[dir=rtl] .row .col.push-s2 {
  right: 16.6666666667%;
  left: auto;
}
[dir=rtl] .row .col.offset-s3 {
  margin-right: 25%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s3 {
  left: 25%;
  right: auto;
}
[dir=rtl] .row .col.push-s3 {
  right: 25%;
  left: auto;
}
[dir=rtl] .row .col.offset-s4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s4 {
  left: 33.3333333333%;
  right: auto;
}
[dir=rtl] .row .col.push-s4 {
  right: 33.3333333333%;
  left: auto;
}
[dir=rtl] .row .col.offset-s5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s5 {
  left: 41.6666666667%;
  right: auto;
}
[dir=rtl] .row .col.push-s5 {
  right: 41.6666666667%;
  left: auto;
}
[dir=rtl] .row .col.offset-s6 {
  margin-right: 50%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s6 {
  left: 50%;
  right: auto;
}
[dir=rtl] .row .col.push-s6 {
  right: 50%;
  left: auto;
}
[dir=rtl] .row .col.offset-s7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s7 {
  left: 58.3333333333%;
  right: auto;
}
[dir=rtl] .row .col.push-s7 {
  right: 58.3333333333%;
  left: auto;
}
[dir=rtl] .row .col.offset-s8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s8 {
  left: 66.6666666667%;
  right: auto;
}
[dir=rtl] .row .col.push-s8 {
  right: 66.6666666667%;
  left: auto;
}
[dir=rtl] .row .col.offset-s9 {
  margin-right: 75%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s9 {
  left: 75%;
  right: auto;
}
[dir=rtl] .row .col.push-s9 {
  right: 75%;
  left: auto;
}
[dir=rtl] .row .col.offset-s10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s10 {
  left: 83.3333333333%;
  right: auto;
}
[dir=rtl] .row .col.push-s10 {
  right: 83.3333333333%;
  left: auto;
}
[dir=rtl] .row .col.offset-s11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s11 {
  left: 91.6666666667%;
  right: auto;
}
[dir=rtl] .row .col.push-s11 {
  right: 91.6666666667%;
  left: auto;
}
[dir=rtl] .row .col.offset-s12 {
  margin-right: 100%;
  margin-left: 0;
}
[dir=rtl] .row .col.pull-s12 {
  left: 100%;
  right: auto;
}
[dir=rtl] .row .col.push-s12 {
  right: 100%;
  left: auto;
}
@media only screen and (min-width : 481px) {
  [dir=rtl] .row .col {
    padding: 0 0.75rem;
  }
  [dir=rtl] .row .col.m1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.m12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.offset-m1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-m12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-m12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .row .col.push-m12 {
    right: 100%;
    left: auto;
  }
}
@media only screen and (min-width : 768px) {
  [dir=rtl] .row .col {
    padding: 0 1rem;
  }
  [dir=rtl] .row .col.l1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.l12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.offset-l1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-l12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-l12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .row .col.push-l12 {
    right: 100%;
    left: auto;
  }
}
@media only screen and (min-width : 1281px) {
  [dir=rtl] .row .col.xl1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xl12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.offset-xl1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xl12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xl12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xl12 {
    right: 100%;
    left: auto;
  }
}
@media only screen and (min-width : 1441px) {
  [dir=rtl] .row .col.xxl1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxl12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.offset-xxl1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxl12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxl12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxl12 {
    right: 100%;
    left: auto;
  }
}
@media only screen and (min-width : 1601px) {
  [dir=rtl] .row .col {
    padding: 0 1.25rem;
  }
  [dir=rtl] .row .col.xxxl1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.xxxl12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .row .col.offset-xxxl1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .row .col.offset-xxxl12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .row .col.pull-xxxl12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .row .col.push-xxxl12 {
    right: 100%;
    left: auto;
  }
}
[dir=rtl] .aw-row .col {
  float: right;
}
[dir=rtl] .aw-row .col.s1 {
  width: 8.3333333333%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s2 {
  width: 16.6666666667%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s3 {
  width: 25%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s4 {
  width: 33.3333333333%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s5 {
  width: 41.6666666667%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s6 {
  width: 50%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s7 {
  width: 58.3333333333%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s8 {
  width: 66.6666666667%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s9 {
  width: 75%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s10 {
  width: 83.3333333333%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s11 {
  width: 91.6666666667%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.s12 {
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  left: auto;
  right: auto;
}
[dir=rtl] .aw-row .col.offset-s1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s1 {
  left: 8.3333333333%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s1 {
  right: 8.3333333333%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s2 {
  left: 16.6666666667%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s2 {
  right: 16.6666666667%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s3 {
  margin-right: 25%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s3 {
  left: 25%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s3 {
  right: 25%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s4 {
  left: 33.3333333333%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s4 {
  right: 33.3333333333%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s5 {
  left: 41.6666666667%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s5 {
  right: 41.6666666667%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s6 {
  margin-right: 50%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s6 {
  left: 50%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s6 {
  right: 50%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s7 {
  left: 58.3333333333%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s7 {
  right: 58.3333333333%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s8 {
  left: 66.6666666667%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s8 {
  right: 66.6666666667%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s9 {
  margin-right: 75%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s9 {
  left: 75%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s9 {
  right: 75%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s10 {
  left: 83.3333333333%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s10 {
  right: 83.3333333333%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s11 {
  left: 91.6666666667%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s11 {
  right: 91.6666666667%;
  left: auto;
}
[dir=rtl] .aw-row .col.offset-s12 {
  margin-right: 100%;
  margin-left: 0;
}
[dir=rtl] .aw-row .col.pull-s12 {
  left: 100%;
  right: auto;
}
[dir=rtl] .aw-row .col.push-s12 {
  right: 100%;
  left: auto;
}
[dir=rtl] .aw-row .col {
  /* 480px - 767px */
}
@media only screen and (min-width : 480px) {
  [dir=rtl] .aw-row .col {
    padding: 0 0.75rem;
  }
  [dir=rtl] .aw-row .col.m1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.m12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.offset-m1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-m12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-m12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-m12 {
    right: 100%;
    left: auto;
  }
}
[dir=rtl] .aw-row .col {
  /* 768px - 991px */
}
@media not screen and (max-width : 767px) {
  [dir=rtl] .aw-row .col {
    padding: 0 1rem;
  }
  [dir=rtl] .aw-row .col.l1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.l12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.offset-l1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-l12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-l12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-l12 {
    right: 100%;
    left: auto;
  }
}
[dir=rtl] .aw-row .col {
  /* ≥ 992px */
}
@media not screen and (max-width : 991px) {
  [dir=rtl] .aw-row .col.xl1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xl12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xl12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xl12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xl12 {
    right: 100%;
    left: auto;
  }
}
[dir=rtl] .aw-row .col {
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row .col.xxl1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxl12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxl12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxl12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxl12 {
    right: 100%;
    left: auto;
  }
}
[dir=rtl] .aw-row .col {
  /* ≥ 1600px */
}
@media only screen and (min-width : 1600px) {
  [dir=rtl] .aw-row .col {
    padding: 0 1.25rem;
  }
  [dir=rtl] .aw-row .col.xxxl1 {
    width: 8.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl2 {
    width: 16.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl3 {
    width: 25%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl4 {
    width: 33.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl5 {
    width: 41.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl6 {
    width: 50%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl7 {
    width: 58.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl8 {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl9 {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl10 {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl11 {
    width: 91.6666666667%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.xxxl12 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    right: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl1 {
    left: 8.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl1 {
    right: 8.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl2 {
    left: 16.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl2 {
    right: 16.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl3 {
    left: 25%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl3 {
    right: 25%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl4 {
    left: 33.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl4 {
    right: 33.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl5 {
    left: 41.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl5 {
    right: 41.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl6 {
    left: 50%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl6 {
    right: 50%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl7 {
    left: 58.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl7 {
    right: 58.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl8 {
    left: 66.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl8 {
    right: 66.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl9 {
    left: 75%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl9 {
    right: 75%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl10 {
    left: 83.3333333333%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl10 {
    right: 83.3333333333%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl11 {
    left: 91.6666666667%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl11 {
    right: 91.6666666667%;
    left: auto;
  }
  [dir=rtl] .aw-row .col.offset-xxxl12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir=rtl] .aw-row .col.pull-xxxl12 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .aw-row .col.push-xxxl12 {
    right: 100%;
    left: auto;
  }
}
[dir=rtl] .aw-row.grid-xsmall {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
[dir=rtl] .aw-row.grid-xsmall > .col {
  padding: 0 0.25rem;
}
[dir=rtl] .aw-row.grid-small {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
[dir=rtl] .aw-row.grid-small > .col {
  padding: 0 0.5rem;
}
[dir=rtl] .aw-row.grid-medium {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row.grid-medium {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
[dir=rtl] .aw-row.grid-medium > .col {
  padding: 0 0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row.grid-medium > .col {
    padding: 0 0.75rem;
  }
}
[dir=rtl] .aw-row.grid-large {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row.grid-large {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
[dir=rtl] .aw-row.grid-large > .col {
  padding: 0 0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row.grid-large > .col {
    padding: 0 1rem;
  }
}
[dir=rtl] .aw-row.grid-xlarge {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* ≥ 1440px */
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row.grid-xlarge {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
[dir=rtl] .aw-row.grid-xlarge > .col {
  padding: 0 0.5rem;
}
@media not screen and (max-width : 1439px) {
  [dir=rtl] .aw-row.grid-xlarge > .col {
    padding: 0 1.25rem;
  }
}

.z-depth-1 {
  box-shadow: var(--z-depth-1-box-s) !important;
}

.z-depth-2 {
  box-shadow: var(--z-depth-2-box-s) !important;
}

.z-depth-3 {
  box-shadow: var(--z-depth-3-box-s) !important;
}

.z-depth-4 {
  box-shadow: var(--z-depth-4-box-s) !important;
}

.z-depth-6 {
  box-shadow: var(--z-depth-6-box-s) !important;
}

.z-depth-8 {
  box-shadow: var(--z-depth-8-box-s) !important;
}

.z-depth-16 {
  box-shadow: var(--z-depth-16-box-s) !important;
}

.z-depth-24 {
  box-shadow: var(--z-depth-24-box-s) !important;
}

.z-depth-0 {
  box-shadow: none !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.flex {
  display: flex;
}

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

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

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

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

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

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

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

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

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

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

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

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

.content-start {
  align-content: flex-start;
}

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

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

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

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

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

.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-1 {
  flex: 1;
}

.flex-regular {
  flex: 1 0 auto;
}

.flex-none {
  flex: 0 0 auto;
}

.order-last {
  order: 99999;
}

.shrink-0 {
  flex-shrink: 0;
}

.order-0,
[styleclasses~=order-0] {
  order: 0;
}

.order-1,
[styleclasses~=order-1] {
  order: 1;
}

.order-2,
[styleclasses~=order-2] {
  order: 2;
}

.order-3,
[styleclasses~=order-3] {
  order: 3;
}

.order-4,
[styleclasses~=order-4] {
  order: 4;
}

.order-5,
[styleclasses~=order-5] {
  order: 5;
}

.order-6,
[styleclasses~=order-6] {
  order: 6;
}

.order-7,
[styleclasses~=order-7] {
  order: 7;
}

.order-8,
[styleclasses~=order-8] {
  order: 8;
}

.order-9,
[styleclasses~=order-9] {
  order: 9;
}

.order-10,
[styleclasses~=order-10] {
  order: 10;
}

.order-11,
[styleclasses~=order-11] {
  order: 11;
}

.order-12,
[styleclasses~=order-12] {
  order: 12;
}

@media only screen and (min-width : 480px) {
  .order-m-0,
  [styleclasses~=order-m-0] {
    order: 0;
  }
  .order-m-1,
  [styleclasses~=order-m-1] {
    order: 1;
  }
  .order-m-2,
  [styleclasses~=order-m-2] {
    order: 2;
  }
  .order-m-3,
  [styleclasses~=order-m-3] {
    order: 3;
  }
  .order-m-4,
  [styleclasses~=order-m-4] {
    order: 4;
  }
  .order-m-5,
  [styleclasses~=order-m-5] {
    order: 5;
  }
  .order-m-6,
  [styleclasses~=order-m-6] {
    order: 6;
  }
  .order-m-7,
  [styleclasses~=order-m-7] {
    order: 7;
  }
  .order-m-8,
  [styleclasses~=order-m-8] {
    order: 8;
  }
  .order-m-9,
  [styleclasses~=order-m-9] {
    order: 9;
  }
  .order-m-10,
  [styleclasses~=order-m-10] {
    order: 10;
  }
  .order-m-11,
  [styleclasses~=order-m-11] {
    order: 11;
  }
  .order-m-12,
  [styleclasses~=order-m-12] {
    order: 12;
  }
}
@media not screen and (max-width : 767px) {
  .order-l-0,
  [styleclasses~=order-l-0] {
    order: 0;
  }
  .order-l-1,
  [styleclasses~=order-l-1] {
    order: 1;
  }
  .order-l-2,
  [styleclasses~=order-l-2] {
    order: 2;
  }
  .order-l-3,
  [styleclasses~=order-l-3] {
    order: 3;
  }
  .order-l-4,
  [styleclasses~=order-l-4] {
    order: 4;
  }
  .order-l-5,
  [styleclasses~=order-l-5] {
    order: 5;
  }
  .order-l-6,
  [styleclasses~=order-l-6] {
    order: 6;
  }
  .order-l-7,
  [styleclasses~=order-l-7] {
    order: 7;
  }
  .order-l-8,
  [styleclasses~=order-l-8] {
    order: 8;
  }
  .order-l-9,
  [styleclasses~=order-l-9] {
    order: 9;
  }
  .order-l-10,
  [styleclasses~=order-l-10] {
    order: 10;
  }
  .order-l-11,
  [styleclasses~=order-l-11] {
    order: 11;
  }
  .order-l-12,
  [styleclasses~=order-l-12] {
    order: 12;
  }
}
@media not screen and (max-width : 991px) {
  .order-xl-0,
  [styleclasses~=order-xl-0] {
    order: 0;
  }
  .order-xl-1,
  [styleclasses~=order-xl-1] {
    order: 1;
  }
  .order-xl-2,
  [styleclasses~=order-xl-2] {
    order: 2;
  }
  .order-xl-3,
  [styleclasses~=order-xl-3] {
    order: 3;
  }
  .order-xl-4,
  [styleclasses~=order-xl-4] {
    order: 4;
  }
  .order-xl-5,
  [styleclasses~=order-xl-5] {
    order: 5;
  }
  .order-xl-6,
  [styleclasses~=order-xl-6] {
    order: 6;
  }
  .order-xl-7,
  [styleclasses~=order-xl-7] {
    order: 7;
  }
  .order-xl-8,
  [styleclasses~=order-xl-8] {
    order: 8;
  }
  .order-xl-9,
  [styleclasses~=order-xl-9] {
    order: 9;
  }
  .order-xl-10,
  [styleclasses~=order-xl-10] {
    order: 10;
  }
  .order-xl-11,
  [styleclasses~=order-xl-11] {
    order: 11;
  }
  .order-xl-12,
  [styleclasses~=order-xl-12] {
    order: 12;
  }
}
/* 2px */
/* 4px */
/* 8px */
/* 12px */
/* 16px */
/* 24px */
/* 32px */
/* 40px */
/* 48px */
/* 56px */
/* 64px */
.gap0 {
  gap: 0 !important;
}

.gap2 {
  gap: 0.125rem !important;
}

.gap4 {
  gap: 0.25rem !important;
}

.gap8 {
  gap: 0.5rem !important;
}

.gap12 {
  gap: 0.75rem !important;
}

.gap16 {
  gap: 1rem !important;
}

.gap24 {
  gap: 1.5rem !important;
}

.gap32 {
  gap: 2rem !important;
}

.gap40 {
  gap: 2.5rem !important;
}

.gap48 {
  gap: 3rem !important;
}

.gap56 {
  gap: 3.5rem !important;
}

.gap64 {
  gap: 4rem !important;
}

.row-gap0 {
  row-gap: 0 !important;
}

.row-gap2 {
  row-gap: 0.125rem !important;
}

.row-gap4 {
  row-gap: 0.25rem !important;
}

.row-gap8 {
  row-gap: 0.5rem !important;
}

.row-gap12 {
  row-gap: 0.75rem !important;
}

.row-gap16 {
  row-gap: 1rem !important;
}

.row-gap24 {
  row-gap: 1.5rem !important;
}

.row-gap32 {
  row-gap: 2rem !important;
}

.row-gap40 {
  row-gap: 2.5rem !important;
}

.row-gap48 {
  row-gap: 3rem !important;
}

.row-gap56 {
  row-gap: 3.5rem !important;
}

.row-gap64 {
  row-gap: 4rem !important;
}

.col-gap0 {
  column-gap: 0 !important;
}

.col-gap2 {
  column-gap: 0.125rem !important;
}

.col-gap4 {
  column-gap: 0.25rem !important;
}

.col-gap8 {
  column-gap: 0.5rem !important;
}

.col-gap12 {
  column-gap: 0.75rem !important;
}

.col-gap16 {
  column-gap: 1rem !important;
}

.col-gap24 {
  column-gap: 1.5rem !important;
}

.col-gap32 {
  column-gap: 2rem !important;
}

.col-gap40 {
  column-gap: 2.5rem !important;
}

.col-gap48 {
  column-gap: 3rem !important;
}

.col-gap56 {
  column-gap: 3.5rem !important;
}

.col-gap64 {
  column-gap: 4rem !important;
}

.layout-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.layout-column.nowrap {
  flex-wrap: nowrap;
}

.layout-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout-row.nowrap {
  flex-wrap: nowrap;
}

.flex-fullheight {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
}

/*4px*/
/*8px*/
/*12px*/
/*16px*/
/*24px*/
/*32px*/
/*36px*/
/*40px*/
/*48px*/
/*56px*/
/*64px*/
/* Basscss Margin */
.m-0 {
  margin: 0 !important;
}

.m-05 {
  margin: 0.25rem !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.m-1-5 {
  margin: 0.75rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.m-15 {
  margin: 1.5rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.m-36 {
  margin: 2.25rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

.m-35 {
  margin: 3rem !important;
}

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

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

.m-t0 {
  margin-top: 0 !important;
}

.m-t05 {
  margin-top: 0.25rem !important;
}

.m-t1 {
  margin-top: 0.5rem !important;
}

.m-t1-5 {
  margin-top: 0.75rem !important;
}

.m-t2 {
  margin-top: 1rem !important;
}

.m-t15 {
  margin-top: 1.5rem !important;
}

.m-t3 {
  margin-top: 2rem !important;
}

.m-t36 {
  margin-top: 2.25rem !important;
}

.m-t25 {
  margin-top: 2.5rem !important;
}

.m-t35 {
  margin-top: 3rem !important;
}

.m-t3-5 {
  margin-top: 3.5rem !important;
}

.m-t4 {
  margin-top: 4rem !important;
}

.m-r0 {
  margin-right: 0 !important;
}

.m-r05 {
  margin-right: 0.25rem !important;
}

.m-r1 {
  margin-right: 0.5rem !important;
}

.m-r1-5 {
  margin-right: 0.75rem !important;
}

.m-r2 {
  margin-right: 1rem !important;
}

.m-r15 {
  margin-right: 1.5rem !important;
}

.m-r3 {
  margin-right: 2rem !important;
}

.m-r36 {
  margin-right: 2.25rem !important;
}

.m-r25 {
  margin-right: 2.5rem !important;
}

.m-r35 {
  margin-right: 3rem !important;
}

.m-r3-5 {
  margin-right: 3.5rem !important;
}

.m-r4 {
  margin-right: 4rem !important;
}

.m-l0 {
  margin-left: 0 !important;
}

.m-l05 {
  margin-left: 0.25rem !important;
}

.m-l1 {
  margin-left: 0.5rem !important;
}

.m-l1-5 {
  margin-left: 0.75rem !important;
}

.m-l2 {
  margin-left: 1rem !important;
}

.m-l15 {
  margin-left: 1.5rem !important;
}

.m-l3 {
  margin-left: 2rem !important;
}

.m-l36 {
  margin-left: 2.25rem !important;
}

.m-l25 {
  margin-left: 2.5rem !important;
}

.m-l35 {
  margin-left: 3rem !important;
}

.m-l3-5 {
  margin-left: 3.5rem !important;
}

.m-l4 {
  margin-left: 4rem !important;
}

.m-b0 {
  margin-bottom: 0 !important;
}

.m-b05 {
  margin-bottom: 0.25rem !important;
}

.m-b1 {
  margin-bottom: 0.5rem !important;
}

.m-b1-5 {
  margin-bottom: 0.75rem !important;
}

.m-b2 {
  margin-bottom: 1rem !important;
}

.m-b15 {
  margin-bottom: 1.5rem !important;
}

.m-b3 {
  margin-bottom: 2rem !important;
}

.m-b36 {
  margin-bottom: 2.25rem !important;
}

.m-b25 {
  margin-bottom: 2.5rem !important;
}

.m-b35 {
  margin-bottom: 3rem !important;
}

.m-b3-5 {
  margin-bottom: 3.5rem !important;
}

.m-b4 {
  margin-bottom: 4rem !important;
}

.m-x0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-x05 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.m-x1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.m-x1-5 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.m-x2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.m-x15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.m-x3 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.m-x36 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.m-x25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.m-x35 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m-x3-5 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.m-x4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.m-y0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-y05 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-y1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-y1-5 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-y2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-y15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-y3 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-y36 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.m-y25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.m-y35 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-y3-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.m-y4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-tn05 {
  margin-top: -0.25rem !important;
}

.m-tn1 {
  margin-top: -0.5rem !important;
}

.m-tn1-5 {
  margin-top: -0.75rem !important;
}

.m-tn2 {
  margin-top: -1rem !important;
}

.m-tn15 {
  margin-top: -1.5rem !important;
}

.m-tn3 {
  margin-top: -2rem !important;
}

.m-tn36 {
  margin-top: -2.25rem !important;
}

.m-tn25 {
  margin-top: -2.5rem !important;
}

.m-tn35 {
  margin-top: -3rem !important;
}

.m-tn3-5 {
  margin-top: -3.5rem !important;
}

.m-tn4 {
  margin-top: -4rem !important;
}

.m-xn05 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.m-xn1 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.m-xn1-5 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.m-xn2 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.m-xn15 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.m-xn3 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.m-xn36 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.m-xn25 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.m-xn35 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.m-xn3-5 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.m-xn4 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

@media only screen and (max-width: 767px) {
  .m-0-sm {
    margin: 0 !important;
  }
  .m-05-sm {
    margin: 0.25rem !important;
  }
  .m-1-sm {
    margin: 0.5rem !important;
  }
  .m-1-5-sm {
    margin: 0.75rem !important;
  }
  .m-2-sm {
    margin: 1rem !important;
  }
  .m-15-sm {
    margin: 1.5rem !important;
  }
  .m-3-sm {
    margin: 2rem !important;
  }
  .m-36-sm {
    margin: 2.25rem !important;
  }
  .m-25-sm {
    margin: 2.5rem !important;
  }
  .m-35-sm {
    margin: 3rem !important;
  }
  .m-3-5-sm {
    margin: 3.5rem !important;
  }
  .m-4-sm {
    margin: 4rem !important;
  }
  .m-t0-sm {
    margin-top: 0 !important;
  }
  .m-t05-sm {
    margin-top: 0.25rem !important;
  }
  .m-t1-sm {
    margin-top: 0.5rem !important;
  }
  .m-t1-5-sm {
    margin-top: 0.75rem !important;
  }
  .m-t2-sm {
    margin-top: 1rem !important;
  }
  .m-t15-sm {
    margin-top: 1.5rem !important;
  }
  .m-t3-sm {
    margin-top: 2rem !important;
  }
  .m-t36-sm {
    margin-top: 2.25rem !important;
  }
  .m-t25-sm {
    margin-top: 2.5rem !important;
  }
  .m-t35-sm {
    margin-top: 3rem !important;
  }
  .m-t3-5-sm {
    margin-top: 3.5rem !important;
  }
  .m-t4-sm {
    margin-top: 4rem !important;
  }
  .m-r0-sm {
    margin-right: 0 !important;
  }
  .m-r05-sm {
    margin-right: 0.25rem !important;
  }
  .m-r1-sm {
    margin-right: 0.5rem !important;
  }
  .m-r1-5-sm {
    margin-right: 0.75rem !important;
  }
  .m-r2-sm {
    margin-right: 1rem !important;
  }
  .m-r15-sm {
    margin-right: 1.5rem !important;
  }
  .m-r3-sm {
    margin-right: 2rem !important;
  }
  .m-r36-sm {
    margin-right: 2.25rem !important;
  }
  .m-r25-sm {
    margin-right: 2.5rem !important;
  }
  .m-r35-sm {
    margin-right: 3rem !important;
  }
  .m-r3-5-sm {
    margin-right: 3.5rem !important;
  }
  .m-r4-sm {
    margin-right: 4rem !important;
  }
  .m-l0-sm {
    margin-left: 0 !important;
  }
  .m-l05-sm {
    margin-left: 0.25rem !important;
  }
  .m-l1-sm {
    margin-left: 0.5rem !important;
  }
  .m-l1-5-sm {
    margin-left: 0.75rem !important;
  }
  .m-l2-sm {
    margin-left: 1rem !important;
  }
  .m-l15-sm {
    margin-left: 1.5rem !important;
  }
  .m-l3-sm {
    margin-left: 2rem !important;
  }
  .m-l36-sm {
    margin-left: 2.25rem !important;
  }
  .m-l25-sm {
    margin-left: 2.5rem !important;
  }
  .m-l35-sm {
    margin-left: 3rem !important;
  }
  .m-l3-5-sm {
    margin-left: 3.5rem !important;
  }
  .m-l4-sm {
    margin-left: 4rem !important;
  }
  .m-b0-sm {
    margin-bottom: 0 !important;
  }
  .m-b05-sm {
    margin-bottom: 0.25rem !important;
  }
  .m-b1-sm {
    margin-bottom: 0.5rem !important;
  }
  .m-b1-5-sm {
    margin-bottom: 0.75rem !important;
  }
  .m-b2-sm {
    margin-bottom: 1rem !important;
  }
  .m-b15-sm {
    margin-bottom: 1.5rem !important;
  }
  .m-b3-sm {
    margin-bottom: 2rem !important;
  }
  .m-b36-sm {
    margin-bottom: 2.25rem !important;
  }
  .m-b25-sm {
    margin-bottom: 2.5rem !important;
  }
  .m-b35-sm {
    margin-bottom: 3rem !important;
  }
  .m-b3-5-sm {
    margin-bottom: 3.5rem !important;
  }
  .m-b4-sm {
    margin-bottom: 4rem !important;
  }
  .m-x0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x05-sm {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-x1-sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-x1-5-sm {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .m-x2-sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-x15-sm {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-x3-sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-x36-sm {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .m-x25-sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-x35-sm {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-x3-5-sm {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-x4-sm {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-y0-sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y05-sm {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-y1-sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-y1-5-sm {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-y2-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-y15-sm {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-y3-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-y36-sm {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-y25-sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-y35-sm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-y3-5-sm {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-y4-sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-tn05-sm {
    margin-top: -0.25rem !important;
  }
  .m-tn1-sm {
    margin-top: -0.5rem !important;
  }
  .m-tn1-5-sm {
    margin-top: -0.75rem !important;
  }
  .m-tn2-sm {
    margin-top: -1rem !important;
  }
  .m-tn15-sm {
    margin-top: -1.5rem !important;
  }
  .m-tn3-sm {
    margin-top: -2rem !important;
  }
  .m-tn36-sm {
    margin-top: -2.25rem !important;
  }
  .m-tn25-sm {
    margin-top: -2.5rem !important;
  }
  .m-tn35-sm {
    margin-top: -3rem !important;
  }
  .m-tn3-5-sm {
    margin-top: -3.5rem !important;
  }
  .m-tn4-sm {
    margin-top: -4rem !important;
  }
  .m-xn05-sm {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .m-xn1-sm {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .m-xn1-5-sm {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .m-xn2-sm {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .m-xn15-sm {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .m-xn3-sm {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .m-xn36-sm {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .m-xn25-sm {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .m-xn35-sm {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .m-xn3-5-sm {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .m-xn4-sm {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-0-md {
    margin: 0 !important;
  }
  .m-05-md {
    margin: 0.25rem !important;
  }
  .m-1-md {
    margin: 0.5rem !important;
  }
  .m-1-5-md {
    margin: 0.75rem !important;
  }
  .m-2-md {
    margin: 1rem !important;
  }
  .m-15-md {
    margin: 1.5rem !important;
  }
  .m-3-md {
    margin: 2rem !important;
  }
  .m-36-md {
    margin: 2.25rem !important;
  }
  .m-25-md {
    margin: 2.5rem !important;
  }
  .m-35-md {
    margin: 3rem !important;
  }
  .m-3-5-md {
    margin: 3.5rem !important;
  }
  .m-4-md {
    margin: 4rem !important;
  }
  .m-t0-md {
    margin-top: 0 !important;
  }
  .m-t05-md {
    margin-top: 0.25rem !important;
  }
  .m-t1-md {
    margin-top: 0.5rem !important;
  }
  .m-t1-5-md {
    margin-top: 0.75rem !important;
  }
  .m-t2-md {
    margin-top: 1rem !important;
  }
  .m-t15-md {
    margin-top: 1.5rem !important;
  }
  .m-t3-md {
    margin-top: 2rem !important;
  }
  .m-t36-md {
    margin-top: 2.25rem !important;
  }
  .m-t25-md {
    margin-top: 2.5rem !important;
  }
  .m-t35-md {
    margin-top: 3rem !important;
  }
  .m-t3-5-md {
    margin-top: 3.5rem !important;
  }
  .m-t4-md {
    margin-top: 4rem !important;
  }
  .m-r0-md {
    margin-right: 0 !important;
  }
  .m-r05-md {
    margin-right: 0.25rem !important;
  }
  .m-r1-md {
    margin-right: 0.5rem !important;
  }
  .m-r1-5-md {
    margin-right: 0.75rem !important;
  }
  .m-r2-md {
    margin-right: 1rem !important;
  }
  .m-r15-md {
    margin-right: 1.5rem !important;
  }
  .m-r3-md {
    margin-right: 2rem !important;
  }
  .m-r36-md {
    margin-right: 2.25rem !important;
  }
  .m-r25-md {
    margin-right: 2.5rem !important;
  }
  .m-r35-md {
    margin-right: 3rem !important;
  }
  .m-r3-5-md {
    margin-right: 3.5rem !important;
  }
  .m-r4-md {
    margin-right: 4rem !important;
  }
  .m-l0-md {
    margin-left: 0 !important;
  }
  .m-l05-md {
    margin-left: 0.25rem !important;
  }
  .m-l1-md {
    margin-left: 0.5rem !important;
  }
  .m-l1-5-md {
    margin-left: 0.75rem !important;
  }
  .m-l2-md {
    margin-left: 1rem !important;
  }
  .m-l15-md {
    margin-left: 1.5rem !important;
  }
  .m-l3-md {
    margin-left: 2rem !important;
  }
  .m-l36-md {
    margin-left: 2.25rem !important;
  }
  .m-l25-md {
    margin-left: 2.5rem !important;
  }
  .m-l35-md {
    margin-left: 3rem !important;
  }
  .m-l3-5-md {
    margin-left: 3.5rem !important;
  }
  .m-l4-md {
    margin-left: 4rem !important;
  }
  .m-b0-md {
    margin-bottom: 0 !important;
  }
  .m-b05-md {
    margin-bottom: 0.25rem !important;
  }
  .m-b1-md {
    margin-bottom: 0.5rem !important;
  }
  .m-b1-5-md {
    margin-bottom: 0.75rem !important;
  }
  .m-b2-md {
    margin-bottom: 1rem !important;
  }
  .m-b15-md {
    margin-bottom: 1.5rem !important;
  }
  .m-b3-md {
    margin-bottom: 2rem !important;
  }
  .m-b36-md {
    margin-bottom: 2.25rem !important;
  }
  .m-b25-md {
    margin-bottom: 2.5rem !important;
  }
  .m-b35-md {
    margin-bottom: 3rem !important;
  }
  .m-b3-5-md {
    margin-bottom: 3.5rem !important;
  }
  .m-b4-md {
    margin-bottom: 4rem !important;
  }
  .m-x0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x05-md {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-x1-md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-x1-5-md {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .m-x2-md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-x15-md {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-x3-md {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-x36-md {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .m-x25-md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-x35-md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-x3-5-md {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-x4-md {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-y0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y05-md {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-y1-md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-y1-5-md {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-y2-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-y15-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-y3-md {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-y36-md {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-y25-md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-y35-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-y3-5-md {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-y4-md {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-tn05-md {
    margin-top: -0.25rem !important;
  }
  .m-tn1-md {
    margin-top: -0.5rem !important;
  }
  .m-tn1-5-md {
    margin-top: -0.75rem !important;
  }
  .m-tn2-md {
    margin-top: -1rem !important;
  }
  .m-tn15-md {
    margin-top: -1.5rem !important;
  }
  .m-tn3-md {
    margin-top: -2rem !important;
  }
  .m-tn36-md {
    margin-top: -2.25rem !important;
  }
  .m-tn25-md {
    margin-top: -2.5rem !important;
  }
  .m-tn35-md {
    margin-top: -3rem !important;
  }
  .m-tn3-5-md {
    margin-top: -3.5rem !important;
  }
  .m-tn4-md {
    margin-top: -4rem !important;
  }
  .m-xn05-md {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .m-xn1-md {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .m-xn1-5-md {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .m-xn2-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .m-xn15-md {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .m-xn3-md {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .m-xn36-md {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .m-xn25-md {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .m-xn35-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .m-xn3-5-md {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .m-xn4-md {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .m-0-lg {
    margin: 0 !important;
  }
  .m-05-lg {
    margin: 0.25rem !important;
  }
  .m-1-lg {
    margin: 0.5rem !important;
  }
  .m-1-5-lg {
    margin: 0.75rem !important;
  }
  .m-2-lg {
    margin: 1rem !important;
  }
  .m-15-lg {
    margin: 1.5rem !important;
  }
  .m-3-lg {
    margin: 2rem !important;
  }
  .m-36-lg {
    margin: 2.25rem !important;
  }
  .m-25-lg {
    margin: 2.5rem !important;
  }
  .m-35-lg {
    margin: 3rem !important;
  }
  .m-3-5-lg {
    margin: 3.5rem !important;
  }
  .m-4-lg {
    margin: 4rem !important;
  }
  .m-t0-lg {
    margin-top: 0 !important;
  }
  .m-t05-lg {
    margin-top: 0.25rem !important;
  }
  .m-t1-lg {
    margin-top: 0.5rem !important;
  }
  .m-t1-5-lg {
    margin-top: 0.75rem !important;
  }
  .m-t2-lg {
    margin-top: 1rem !important;
  }
  .m-t15-lg {
    margin-top: 1.5rem !important;
  }
  .m-t3-lg {
    margin-top: 2rem !important;
  }
  .m-t36-lg {
    margin-top: 2.25rem !important;
  }
  .m-t25-lg {
    margin-top: 2.5rem !important;
  }
  .m-t35-lg {
    margin-top: 3rem !important;
  }
  .m-t3-5-lg {
    margin-top: 3.5rem !important;
  }
  .m-t4-lg {
    margin-top: 4rem !important;
  }
  .m-r0-lg {
    margin-right: 0 !important;
  }
  .m-r05-lg {
    margin-right: 0.25rem !important;
  }
  .m-r1-lg {
    margin-right: 0.5rem !important;
  }
  .m-r1-5-lg {
    margin-right: 0.75rem !important;
  }
  .m-r2-lg {
    margin-right: 1rem !important;
  }
  .m-r15-lg {
    margin-right: 1.5rem !important;
  }
  .m-r3-lg {
    margin-right: 2rem !important;
  }
  .m-r36-lg {
    margin-right: 2.25rem !important;
  }
  .m-r25-lg {
    margin-right: 2.5rem !important;
  }
  .m-r35-lg {
    margin-right: 3rem !important;
  }
  .m-r3-5-lg {
    margin-right: 3.5rem !important;
  }
  .m-r4-lg {
    margin-right: 4rem !important;
  }
  .m-l0-lg {
    margin-left: 0 !important;
  }
  .m-l05-lg {
    margin-left: 0.25rem !important;
  }
  .m-l1-lg {
    margin-left: 0.5rem !important;
  }
  .m-l1-5-lg {
    margin-left: 0.75rem !important;
  }
  .m-l2-lg {
    margin-left: 1rem !important;
  }
  .m-l15-lg {
    margin-left: 1.5rem !important;
  }
  .m-l3-lg {
    margin-left: 2rem !important;
  }
  .m-l36-lg {
    margin-left: 2.25rem !important;
  }
  .m-l25-lg {
    margin-left: 2.5rem !important;
  }
  .m-l35-lg {
    margin-left: 3rem !important;
  }
  .m-l3-5-lg {
    margin-left: 3.5rem !important;
  }
  .m-l4-lg {
    margin-left: 4rem !important;
  }
  .m-b0-lg {
    margin-bottom: 0 !important;
  }
  .m-b05-lg {
    margin-bottom: 0.25rem !important;
  }
  .m-b1-lg {
    margin-bottom: 0.5rem !important;
  }
  .m-b1-5-lg {
    margin-bottom: 0.75rem !important;
  }
  .m-b2-lg {
    margin-bottom: 1rem !important;
  }
  .m-b15-lg {
    margin-bottom: 1.5rem !important;
  }
  .m-b3-lg {
    margin-bottom: 2rem !important;
  }
  .m-b36-lg {
    margin-bottom: 2.25rem !important;
  }
  .m-b25-lg {
    margin-bottom: 2.5rem !important;
  }
  .m-b35-lg {
    margin-bottom: 3rem !important;
  }
  .m-b3-5-lg {
    margin-bottom: 3.5rem !important;
  }
  .m-b4-lg {
    margin-bottom: 4rem !important;
  }
  .m-x0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x05-lg {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-x1-lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-x1-5-lg {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .m-x2-lg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-x15-lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-x3-lg {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-x36-lg {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .m-x25-lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-x35-lg {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-x3-5-lg {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-x4-lg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-y0-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y05-lg {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-y1-lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-y1-5-lg {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-y2-lg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-y15-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-y3-lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-y36-lg {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-y25-lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-y35-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-y3-5-lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-y4-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-tn05-lg {
    margin-top: -0.25rem !important;
  }
  .m-tn1-lg {
    margin-top: -0.5rem !important;
  }
  .m-tn1-5-lg {
    margin-top: -0.75rem !important;
  }
  .m-tn2-lg {
    margin-top: -1rem !important;
  }
  .m-tn15-lg {
    margin-top: -1.5rem !important;
  }
  .m-tn3-lg {
    margin-top: -2rem !important;
  }
  .m-tn36-lg {
    margin-top: -2.25rem !important;
  }
  .m-tn25-lg {
    margin-top: -2.5rem !important;
  }
  .m-tn35-lg {
    margin-top: -3rem !important;
  }
  .m-tn3-5-lg {
    margin-top: -3.5rem !important;
  }
  .m-tn4-lg {
    margin-top: -4rem !important;
  }
  .m-xn05-lg {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .m-xn1-lg {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .m-xn1-5-lg {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .m-xn2-lg {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .m-xn15-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .m-xn3-lg {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .m-xn36-lg {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .m-xn25-lg {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .m-xn35-lg {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .m-xn3-5-lg {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .m-xn4-lg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .m-0-xlg {
    margin: 0 !important;
  }
  .m-05-xlg {
    margin: 0.25rem !important;
  }
  .m-1-xlg {
    margin: 0.5rem !important;
  }
  .m-1-5-xlg {
    margin: 0.75rem !important;
  }
  .m-2-xlg {
    margin: 1rem !important;
  }
  .m-15-xlg {
    margin: 1.5rem !important;
  }
  .m-3-xlg {
    margin: 2rem !important;
  }
  .m-36-xlg {
    margin: 2.25rem !important;
  }
  .m-25-xlg {
    margin: 2.5rem !important;
  }
  .m-35-xlg {
    margin: 3rem !important;
  }
  .m-3-5-xlg {
    margin: 3.5rem !important;
  }
  .m-4-xlg {
    margin: 4rem !important;
  }
  .m-t0-xlg {
    margin-top: 0 !important;
  }
  .m-t05-xlg {
    margin-top: 0.25rem !important;
  }
  .m-t1-xlg {
    margin-top: 0.5rem !important;
  }
  .m-t1-5-xlg {
    margin-top: 0.75rem !important;
  }
  .m-t2-xlg {
    margin-top: 1rem !important;
  }
  .m-t15-xlg {
    margin-top: 1.5rem !important;
  }
  .m-t3-xlg {
    margin-top: 2rem !important;
  }
  .m-t36-xlg {
    margin-top: 2.25rem !important;
  }
  .m-t25-xlg {
    margin-top: 2.5rem !important;
  }
  .m-t35-xlg {
    margin-top: 3rem !important;
  }
  .m-t3-5-xlg {
    margin-top: 3.5rem !important;
  }
  .m-t4-xlg {
    margin-top: 4rem !important;
  }
  .m-r0-xlg {
    margin-right: 0 !important;
  }
  .m-r05-xlg {
    margin-right: 0.25rem !important;
  }
  .m-r1-xlg {
    margin-right: 0.5rem !important;
  }
  .m-r1-5-xlg {
    margin-right: 0.75rem !important;
  }
  .m-r2-xlg {
    margin-right: 1rem !important;
  }
  .m-r15-xlg {
    margin-right: 1.5rem !important;
  }
  .m-r3-xlg {
    margin-right: 2rem !important;
  }
  .m-r36-xlg {
    margin-right: 2.25rem !important;
  }
  .m-r25-xlg {
    margin-right: 2.5rem !important;
  }
  .m-r35-xlg {
    margin-right: 3rem !important;
  }
  .m-r3-5-xlg {
    margin-right: 3.5rem !important;
  }
  .m-r4-xlg {
    margin-right: 4rem !important;
  }
  .m-l0-xlg {
    margin-left: 0 !important;
  }
  .m-l05-xlg {
    margin-left: 0.25rem !important;
  }
  .m-l1-xlg {
    margin-left: 0.5rem !important;
  }
  .m-l1-5-xlg {
    margin-left: 0.75rem !important;
  }
  .m-l2-xlg {
    margin-left: 1rem !important;
  }
  .m-l15-xlg {
    margin-left: 1.5rem !important;
  }
  .m-l3-xlg {
    margin-left: 2rem !important;
  }
  .m-l36-xlg {
    margin-left: 2.25rem !important;
  }
  .m-l25-xlg {
    margin-left: 2.5rem !important;
  }
  .m-l35-xlg {
    margin-left: 3rem !important;
  }
  .m-l3-5-xlg {
    margin-left: 3.5rem !important;
  }
  .m-l4-xlg {
    margin-left: 4rem !important;
  }
  .m-b0-xlg {
    margin-bottom: 0 !important;
  }
  .m-b05-xlg {
    margin-bottom: 0.25rem !important;
  }
  .m-b1-xlg {
    margin-bottom: 0.5rem !important;
  }
  .m-b1-5-xlg {
    margin-bottom: 0.75rem !important;
  }
  .m-b2-xlg {
    margin-bottom: 1rem !important;
  }
  .m-b15-xlg {
    margin-bottom: 1.5rem !important;
  }
  .m-b3-xlg {
    margin-bottom: 2rem !important;
  }
  .m-b36-xlg {
    margin-bottom: 2.25rem !important;
  }
  .m-b25-xlg {
    margin-bottom: 2.5rem !important;
  }
  .m-b35-xlg {
    margin-bottom: 3rem !important;
  }
  .m-b3-5-xlg {
    margin-bottom: 3.5rem !important;
  }
  .m-b4-xlg {
    margin-bottom: 4rem !important;
  }
  .m-x0-xlg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x05-xlg {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-x1-xlg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-x1-5-xlg {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .m-x2-xlg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-x15-xlg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-x3-xlg {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-x36-xlg {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .m-x25-xlg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-x35-xlg {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-x3-5-xlg {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-x4-xlg {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-y0-xlg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y05-xlg {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-y1-xlg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-y1-5-xlg {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-y2-xlg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-y15-xlg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-y3-xlg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .m-y36-xlg {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-y25-xlg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-y35-xlg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-y3-5-xlg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-y4-xlg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-tn05-xlg {
    margin-top: -0.25rem !important;
  }
  .m-tn1-xlg {
    margin-top: -0.5rem !important;
  }
  .m-tn1-5-xlg {
    margin-top: -0.75rem !important;
  }
  .m-tn2-xlg {
    margin-top: -1rem !important;
  }
  .m-tn15-xlg {
    margin-top: -1.5rem !important;
  }
  .m-tn3-xlg {
    margin-top: -2rem !important;
  }
  .m-tn36-xlg {
    margin-top: -2.25rem !important;
  }
  .m-tn25-xlg {
    margin-top: -2.5rem !important;
  }
  .m-tn35-xlg {
    margin-top: -3rem !important;
  }
  .m-tn3-5-xlg {
    margin-top: -3.5rem !important;
  }
  .m-tn4-xlg {
    margin-top: -4rem !important;
  }
  .m-xn05-xlg {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .m-xn1-xlg {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .m-xn1-5-xlg {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .m-xn2-xlg {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .m-xn15-xlg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .m-xn3-xlg {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .m-xn36-xlg {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }
  .m-xn25-xlg {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .m-xn35-xlg {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .m-xn3-5-xlg {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .m-xn4-xlg {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
.m-yn2 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt2 {
  margin-top: 2em;
}

.m-t425 {
  margin-top: 4.25rem;
}

.m-xn15-1 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
} /* -1.5rem */
@media only screen and (max-width : 767px) {
  .m-xn15-1 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  } /* -0.5rem */
}
.m-xn15-2 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
} /* -1.5rem */
@media only screen and (max-width : 767px) {
  .m-xn15-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  } /* -1rem */
}
[dir=rtl] .m-r0 {
  margin-left: 0 !important;
  margin-right: 0;
}
[dir=rtl] .m-r05 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r1 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r1-5 {
  margin-left: 0.75rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r2 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r15 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r3 {
  margin-left: 2rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r36 {
  margin-left: 2.25rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r25 {
  margin-left: 2.5rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r35 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r3-5 {
  margin-left: 3.5rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-r4 {
  margin-left: 4rem !important;
  margin-right: 0 !important;
}
[dir=rtl] .m-l0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l05 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l1 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l1-5 {
  margin-right: 0.75rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l2 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l15 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l3 {
  margin-right: 2rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l36 {
  margin-right: 2.25rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l25 {
  margin-right: 2.5rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l35 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l3-5 {
  margin-right: 3.5rem !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-l4 {
  margin-right: 4rem !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .m-r0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r05-sm {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-sm {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-5-sm {
    margin-left: 0.75rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r2-sm {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r15-sm {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-sm {
    margin-left: 2rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r36-sm {
    margin-left: 2.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r25-sm {
    margin-left: 2.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r35-sm {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-5-sm {
    margin-left: 3.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r4-sm {
    margin-left: 4rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-l0-sm {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l05-sm {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-sm {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-5-sm {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l2-sm {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l15-sm {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-sm {
    margin-right: 2rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l36-sm {
    margin-right: 2.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l25-sm {
    margin-right: 2.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l35-sm {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-5-sm {
    margin-right: 3.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l4-sm {
    margin-right: 4rem !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir=rtl] .m-r0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r05-md {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-md {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-5-md {
    margin-left: 0.75rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r2-md {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r15-md {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-md {
    margin-left: 2rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r36-md {
    margin-left: 2.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r25-md {
    margin-left: 2.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r35-md {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-5-md {
    margin-left: 3.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r4-md {
    margin-left: 4rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-l0-md {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l05-md {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-md {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-5-md {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l2-md {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l15-md {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-md {
    margin-right: 2rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l36-md {
    margin-right: 2.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l25-md {
    margin-right: 2.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l35-md {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-5-md {
    margin-right: 3.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l4-md {
    margin-right: 4rem !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  [dir=rtl] .m-r0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r05-lg {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-lg {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-5-lg {
    margin-left: 0.75rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r2-lg {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r15-lg {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-lg {
    margin-left: 2rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r36-lg {
    margin-left: 2.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r25-lg {
    margin-left: 2.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r35-lg {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-5-lg {
    margin-left: 3.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r4-lg {
    margin-left: 4rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-l0-lg {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l05-lg {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-lg {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-5-lg {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l2-lg {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l15-lg {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-lg {
    margin-right: 2rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l36-lg {
    margin-right: 2.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l25-lg {
    margin-right: 2.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l35-lg {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-5-lg {
    margin-right: 3.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l4-lg {
    margin-right: 4rem !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  [dir=rtl] .m-r0-xlg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r05-xlg {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-xlg {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r1-5-xlg {
    margin-left: 0.75rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r2-xlg {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r15-xlg {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-xlg {
    margin-left: 2rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r36-xlg {
    margin-left: 2.25rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r25-xlg {
    margin-left: 2.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r35-xlg {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r3-5-xlg {
    margin-left: 3.5rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-r4-xlg {
    margin-left: 4rem !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .m-l0-xlg {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l05-xlg {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-xlg {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l1-5-xlg {
    margin-right: 0.75rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l2-xlg {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l15-xlg {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-xlg {
    margin-right: 2rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l36-xlg {
    margin-right: 2.25rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l25-xlg {
    margin-right: 2.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l35-xlg {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l3-5-xlg {
    margin-right: 3.5rem !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .m-l4-xlg {
    margin-right: 4rem !important;
    margin-left: 0 !important;
  }
}
[dir=rtl] .m-l-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
[dir=rtl] .m-r-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*4px*/
/*8px*/
/*12px*/
/*16px*/
/*24px*/
/*32px*/
/*40px*/
/*48px*/
/*56px*/
/*64px*/
/* Basscss Padding */
.p0 {
  padding: 0 !important;
}

.p05 {
  padding: 0.25rem !important;
}

.p1 {
  padding: 0.5rem !important;
}

.p1-5 {
  padding: 0.75rem !important;
}

.p2 {
  padding: 1rem !important;
}

.p15 {
  padding: 1.5rem !important;
}

.p3 {
  padding: 2rem !important;
}

.p25 {
  padding: 2.5rem !important;
}

.p35 {
  padding: 3rem !important;
}

.p3-5 {
  padding: 3.5rem !important;
}

.p4 {
  padding: 4rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 0.25rem !important;
}

.pt1 {
  padding-top: 0.5rem !important;
}

.pt1-5 {
  padding-top: 0.75rem !important;
}

.pt2 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt3 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt35 {
  padding-top: 3rem !important;
}

.pt3-5 {
  padding-top: 3.5rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 0.25rem !important;
}

.pr1 {
  padding-right: 0.5rem !important;
}

.pr1-5 {
  padding-right: 0.75rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr2 {
  padding-right: 1rem !important;
}

.pr3 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr35 {
  padding-right: 3rem !important;
}

.pr3-5 {
  padding-right: 3.5rem !important;
}

.pr4 {
  padding-right: 4rem !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 0.25rem !important;
}

.pl1 {
  padding-left: 0.5rem !important;
}

.pl1-5 {
  padding-left: 0.75rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl2 {
  padding-left: 1rem !important;
}

.pl3 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl35 {
  padding-left: 3rem !important;
}

.pl3-5 {
  padding-left: 3.5rem !important;
}

.pl4 {
  padding-left: 4rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 0.25rem !important;
}

.pb1 {
  padding-bottom: 0.5rem !important;
}

.pb1-5 {
  padding-bottom: 0.75rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb2 {
  padding-bottom: 1rem !important;
}

.pb3 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb35 {
  padding-bottom: 3rem !important;
}

.pb3-5 {
  padding-bottom: 3.5rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px05 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px1-5 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px3 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px35 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px3-5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py05 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py1-5 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py3 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py35 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media only screen and (max-width : 767px) {
  .p0-tablet {
    padding: 0 !important;
  }
}
@media only screen and (max-width : 479px) {
  .p0-mobile {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p0-sm {
    padding: 0 !important;
  }
  .p05-sm {
    padding: 0.25rem !important;
  }
  .p1-sm {
    padding: 0.5rem !important;
  }
  .p1-5-sm {
    padding: 0.75rem !important;
  }
  .p2-sm {
    padding: 1rem !important;
  }
  .p15-sm {
    padding: 1.5rem !important;
  }
  .p3-sm {
    padding: 2rem !important;
  }
  .p25-sm {
    padding: 2.5rem !important;
  }
  .p35-sm {
    padding: 3rem !important;
  }
  .p3-5-sm {
    padding: 3.5rem !important;
  }
  .p4-sm {
    padding: 4rem !important;
  }
  .pt0-sm {
    padding-top: 0 !important;
  }
  .pt05-sm {
    padding-top: 0.25rem !important;
  }
  .pt1-sm {
    padding-top: 0.5rem !important;
  }
  .pt1-5-sm {
    padding-top: 0.75rem !important;
  }
  .pt2-sm {
    padding-top: 1rem !important;
  }
  .pt15-sm {
    padding-top: 1.5rem !important;
  }
  .pt3-sm {
    padding-top: 2rem !important;
  }
  .pt25-sm {
    padding-top: 2.5rem !important;
  }
  .pt35-sm {
    padding-top: 3rem !important;
  }
  .pt3-5-sm {
    padding-top: 3.5rem !important;
  }
  .pt4-sm {
    padding-top: 4rem !important;
  }
  .pr0-sm {
    padding-right: 0 !important;
  }
  .pr05-sm {
    padding-right: 0.25rem !important;
  }
  .pr1-sm {
    padding-right: 0.5rem !important;
  }
  .pr1-5-sm {
    padding-right: 0.75rem !important;
  }
  .pr15-sm {
    padding-right: 1.5rem !important;
  }
  .pr2-sm {
    padding-right: 1rem !important;
  }
  .pr3-sm {
    padding-right: 2rem !important;
  }
  .pr25-sm {
    padding-right: 2.5rem !important;
  }
  .pr35-sm {
    padding-right: 3rem !important;
  }
  .pr3-5-sm {
    padding-right: 3.5rem !important;
  }
  .pr4-sm {
    padding-right: 4rem !important;
  }
  .pl0-sm {
    padding-left: 0 !important;
  }
  .pl05-sm {
    padding-left: 0.25rem !important;
  }
  .pl1-sm {
    padding-left: 0.5rem !important;
  }
  .pl1-5-sm {
    padding-left: 0.75rem !important;
  }
  .pl15-sm {
    padding-left: 1.5rem !important;
  }
  .pl2-sm {
    padding-left: 1rem !important;
  }
  .pl3-sm {
    padding-left: 2rem !important;
  }
  .pl25-sm {
    padding-left: 2.5rem !important;
  }
  .pl35-sm {
    padding-left: 3rem !important;
  }
  .pl3-5-sm {
    padding-left: 3.5rem !important;
  }
  .pl4-sm {
    padding-left: 4rem !important;
  }
  .pb0-sm {
    padding-bottom: 0 !important;
  }
  .pb05-sm {
    padding-bottom: 0.25rem !important;
  }
  .pb1-sm {
    padding-bottom: 0.5rem !important;
  }
  .pb1-5-sm {
    padding-bottom: 0.75rem !important;
  }
  .pb15-sm {
    padding-bottom: 1.5rem !important;
  }
  .pb2-sm {
    padding-bottom: 1rem !important;
  }
  .pb3-sm {
    padding-bottom: 2rem !important;
  }
  .pb25-sm {
    padding-bottom: 2.5rem !important;
  }
  .pb35-sm {
    padding-bottom: 3rem !important;
  }
  .pb3-5-sm {
    padding-bottom: 3.5rem !important;
  }
  .pb4-sm {
    padding-bottom: 4rem !important;
  }
  .px0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px05-sm {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px1-sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px1-5-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px15-sm {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px2-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px3-sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px25-sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px35-sm {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px3-5-sm {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px4-sm {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py0-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py05-sm {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py1-sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py1-5-sm {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py15-sm {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py2-sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py3-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py25-sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py35-sm {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py3-5-sm {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py4-sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p0-md {
    padding: 0 !important;
  }
  .p05-md {
    padding: 0.25rem !important;
  }
  .p1-md {
    padding: 0.5rem !important;
  }
  .p1-5-md {
    padding: 0.75rem !important;
  }
  .p2-md {
    padding: 1rem !important;
  }
  .p15-md {
    padding: 1.5rem !important;
  }
  .p3-md {
    padding: 2rem !important;
  }
  .p25-md {
    padding: 2.5rem !important;
  }
  .p35-md {
    padding: 3rem !important;
  }
  .p3-5-md {
    padding: 3.5rem !important;
  }
  .p4-md {
    padding: 4rem !important;
  }
  .pt0-md {
    padding-top: 0 !important;
  }
  .pt05-md {
    padding-top: 0.25rem !important;
  }
  .pt1-md {
    padding-top: 0.5rem !important;
  }
  .pt1-5-md {
    padding-top: 0.75rem !important;
  }
  .pt2-md {
    padding-top: 1rem !important;
  }
  .pt15-md {
    padding-top: 1.5rem !important;
  }
  .pt3-md {
    padding-top: 2rem !important;
  }
  .pt25-md {
    padding-top: 2.5rem !important;
  }
  .pt35-md {
    padding-top: 3rem !important;
  }
  .pt3-5-md {
    padding-top: 3.5rem !important;
  }
  .pt4-md {
    padding-top: 4rem !important;
  }
  .pr0-md {
    padding-right: 0 !important;
  }
  .pr05-md {
    padding-right: 0.25rem !important;
  }
  .pr1-md {
    padding-right: 0.5rem !important;
  }
  .pr1-5-md {
    padding-right: 0.75rem !important;
  }
  .pr15-md {
    padding-right: 1.5rem !important;
  }
  .pr2-md {
    padding-right: 1rem !important;
  }
  .pr3-md {
    padding-right: 2rem !important;
  }
  .pr25-md {
    padding-right: 2.5rem !important;
  }
  .pr35-md {
    padding-right: 3rem !important;
  }
  .pr3-5-md {
    padding-right: 3.5rem !important;
  }
  .pr4-md {
    padding-right: 4rem !important;
  }
  .pl0-md {
    padding-left: 0 !important;
  }
  .pl05-md {
    padding-left: 0.25rem !important;
  }
  .pl1-md {
    padding-left: 0.5rem !important;
  }
  .pl1-5-md {
    padding-left: 0.75rem !important;
  }
  .pl15-md {
    padding-left: 1.5rem !important;
  }
  .pl2-md {
    padding-left: 1rem !important;
  }
  .pl3-md {
    padding-left: 2rem !important;
  }
  .pl25-md {
    padding-left: 2.5rem !important;
  }
  .pl35-md {
    padding-left: 3rem !important;
  }
  .pl3-5-md {
    padding-left: 3.5rem !important;
  }
  .pl4-md {
    padding-left: 4rem !important;
  }
  .pb0-md {
    padding-bottom: 0 !important;
  }
  .pb05-md {
    padding-bottom: 0.25rem !important;
  }
  .pb1-md {
    padding-bottom: 0.5rem !important;
  }
  .pb1-5-md {
    padding-bottom: 0.75rem !important;
  }
  .pb15-md {
    padding-bottom: 1.5rem !important;
  }
  .pb2-md {
    padding-bottom: 1rem !important;
  }
  .pb3-md {
    padding-bottom: 2rem !important;
  }
  .pb25-md {
    padding-bottom: 2.5rem !important;
  }
  .pb35-md {
    padding-bottom: 3rem !important;
  }
  .pb3-5-md {
    padding-bottom: 3.5rem !important;
  }
  .pb4-md {
    padding-bottom: 4rem !important;
  }
  .px0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px05-md {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px1-md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px1-5-md {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px15-md {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px2-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px3-md {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px25-md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px35-md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px3-5-md {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px4-md {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py0-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py05-md {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py1-md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py1-5-md {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py15-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py2-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py3-md {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py25-md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py35-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py3-5-md {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py4-md {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .p0-lg {
    padding: 0 !important;
  }
  .p05-lg {
    padding: 0.25rem !important;
  }
  .p1-lg {
    padding: 0.5rem !important;
  }
  .p1-5-lg {
    padding: 0.75rem !important;
  }
  .p2-lg {
    padding: 1rem !important;
  }
  .p15-lg {
    padding: 1.5rem !important;
  }
  .p3-lg {
    padding: 2rem !important;
  }
  .p25-lg {
    padding: 2.5rem !important;
  }
  .p35-lg {
    padding: 3rem !important;
  }
  .p3-5-lg {
    padding: 3.5rem !important;
  }
  .p4-lg {
    padding: 4rem !important;
  }
  .pt0-lg {
    padding-top: 0 !important;
  }
  .pt05-lg {
    padding-top: 0.25rem !important;
  }
  .pt1-lg {
    padding-top: 0.5rem !important;
  }
  .pt1-5-lg {
    padding-top: 0.75rem !important;
  }
  .pt2-lg {
    padding-top: 1rem !important;
  }
  .pt15-lg {
    padding-top: 1.5rem !important;
  }
  .pt3-lg {
    padding-top: 2rem !important;
  }
  .pt25-lg {
    padding-top: 2.5rem !important;
  }
  .pt35-lg {
    padding-top: 3rem !important;
  }
  .pt3-5-lg {
    padding-top: 3.5rem !important;
  }
  .pt4-lg {
    padding-top: 4rem !important;
  }
  .pr0-lg {
    padding-right: 0 !important;
  }
  .pr05-lg {
    padding-right: 0.25rem !important;
  }
  .pr1-lg {
    padding-right: 0.5rem !important;
  }
  .pr1-5-lg {
    padding-right: 0.75rem !important;
  }
  .pr15-lg {
    padding-right: 1.5rem !important;
  }
  .pr2-lg {
    padding-right: 1rem !important;
  }
  .pr3-lg {
    padding-right: 2rem !important;
  }
  .pr25-lg {
    padding-right: 2.5rem !important;
  }
  .pr35-lg {
    padding-right: 3rem !important;
  }
  .pr3-5-lg {
    padding-right: 3.5rem !important;
  }
  .pr4-lg {
    padding-right: 4rem !important;
  }
  .pl0-lg {
    padding-left: 0 !important;
  }
  .pl05-lg {
    padding-left: 0.25rem !important;
  }
  .pl1-lg {
    padding-left: 0.5rem !important;
  }
  .pl1-5-lg {
    padding-left: 0.75rem !important;
  }
  .pl15-lg {
    padding-left: 1.5rem !important;
  }
  .pl2-lg {
    padding-left: 1rem !important;
  }
  .pl3-lg {
    padding-left: 2rem !important;
  }
  .pl25-lg {
    padding-left: 2.5rem !important;
  }
  .pl35-lg {
    padding-left: 3rem !important;
  }
  .pl3-5-lg {
    padding-left: 3.5rem !important;
  }
  .pl4-lg {
    padding-left: 4rem !important;
  }
  .pb0-lg {
    padding-bottom: 0 !important;
  }
  .pb05-lg {
    padding-bottom: 0.25rem !important;
  }
  .pb1-lg {
    padding-bottom: 0.5rem !important;
  }
  .pb1-5-lg {
    padding-bottom: 0.75rem !important;
  }
  .pb15-lg {
    padding-bottom: 1.5rem !important;
  }
  .pb2-lg {
    padding-bottom: 1rem !important;
  }
  .pb3-lg {
    padding-bottom: 2rem !important;
  }
  .pb25-lg {
    padding-bottom: 2.5rem !important;
  }
  .pb35-lg {
    padding-bottom: 3rem !important;
  }
  .pb3-5-lg {
    padding-bottom: 3.5rem !important;
  }
  .pb4-lg {
    padding-bottom: 4rem !important;
  }
  .px0-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px05-lg {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px1-lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px1-5-lg {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px15-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px2-lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px3-lg {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px25-lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px35-lg {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px3-5-lg {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px4-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py0-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py05-lg {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py1-lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py1-5-lg {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py15-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py2-lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py3-lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py25-lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py35-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py3-5-lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py4-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .p0-xlg {
    padding: 0 !important;
  }
  .p05-xlg {
    padding: 0.25rem !important;
  }
  .p1-xlg {
    padding: 0.5rem !important;
  }
  .p1-5-xlg {
    padding: 0.75rem !important;
  }
  .p2-xlg {
    padding: 1rem !important;
  }
  .p15-xlg {
    padding: 1.5rem !important;
  }
  .p3-xlg {
    padding: 2rem !important;
  }
  .p25-xlg {
    padding: 2.5rem !important;
  }
  .p35-xlg {
    padding: 3rem !important;
  }
  .p3-5-xlg {
    padding: 3.5rem !important;
  }
  .p4-xlg {
    padding: 4rem !important;
  }
  .pt0-xlg {
    padding-top: 0 !important;
  }
  .pt05-xlg {
    padding-top: 0.25rem !important;
  }
  .pt1-xlg {
    padding-top: 0.5rem !important;
  }
  .pt1-5-xlg {
    padding-top: 0.75rem !important;
  }
  .pt2-xlg {
    padding-top: 1rem !important;
  }
  .pt15-xlg {
    padding-top: 1.5rem !important;
  }
  .pt3-xlg {
    padding-top: 2rem !important;
  }
  .pt25-xlg {
    padding-top: 2.5rem !important;
  }
  .pt35-xlg {
    padding-top: 3rem !important;
  }
  .pt3-5-xlg {
    padding-top: 3.5rem !important;
  }
  .pt4-xlg {
    padding-top: 4rem !important;
  }
  .pr0-xlg {
    padding-right: 0 !important;
  }
  .pr05-xlg {
    padding-right: 0.25rem !important;
  }
  .pr1-xlg {
    padding-right: 0.5rem !important;
  }
  .pr1-5-xlg {
    padding-right: 0.75rem !important;
  }
  .pr15-xlg {
    padding-right: 1.5rem !important;
  }
  .pr2-xlg {
    padding-right: 1rem !important;
  }
  .pr3-xlg {
    padding-right: 2rem !important;
  }
  .pr25-xlg {
    padding-right: 2.5rem !important;
  }
  .pr35-xlg {
    padding-right: 3rem !important;
  }
  .pr3-5-xlg {
    padding-right: 3.5rem !important;
  }
  .pr4-xlg {
    padding-right: 4rem !important;
  }
  .pl0-xlg {
    padding-left: 0 !important;
  }
  .pl05-xlg {
    padding-left: 0.25rem !important;
  }
  .pl1-xlg {
    padding-left: 0.5rem !important;
  }
  .pl1-5-xlg {
    padding-left: 0.75rem !important;
  }
  .pl15-xlg {
    padding-left: 1.5rem !important;
  }
  .pl2-xlg {
    padding-left: 1rem !important;
  }
  .pl3-xlg {
    padding-left: 2rem !important;
  }
  .pl25-xlg {
    padding-left: 2.5rem !important;
  }
  .pl35-xlg {
    padding-left: 3rem !important;
  }
  .pl3-5-xlg {
    padding-left: 3.5rem !important;
  }
  .pl4-xlg {
    padding-left: 4rem !important;
  }
  .pb0-xlg {
    padding-bottom: 0 !important;
  }
  .pb05-xlg {
    padding-bottom: 0.25rem !important;
  }
  .pb1-xlg {
    padding-bottom: 0.5rem !important;
  }
  .pb1-5-xlg {
    padding-bottom: 0.75rem !important;
  }
  .pb15-xlg {
    padding-bottom: 1.5rem !important;
  }
  .pb2-xlg {
    padding-bottom: 1rem !important;
  }
  .pb3-xlg {
    padding-bottom: 2rem !important;
  }
  .pb25-xlg {
    padding-bottom: 2.5rem !important;
  }
  .pb35-xlg {
    padding-bottom: 3rem !important;
  }
  .pb3-5-xlg {
    padding-bottom: 3.5rem !important;
  }
  .pb4-xlg {
    padding-bottom: 4rem !important;
  }
  .px0-xlg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px05-xlg {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px1-xlg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px1-5-xlg {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .px15-xlg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px2-xlg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px3-xlg {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px25-xlg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px35-xlg {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px3-5-xlg {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px4-xlg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py0-xlg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py05-xlg {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py1-xlg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py1-5-xlg {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py15-xlg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py2-xlg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py3-xlg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py25-xlg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py35-xlg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py3-5-xlg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py4-xlg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
h1, .h1 {
  font-size: var(--typography-font-size-h1);
  font-weight: var(--typography-font-weight-h1);
  line-height: var(--typography-line-height-h1);
  margin: var(--typography-margin-h1);
}

h2, .h2 {
  font-size: var(--typography-font-size-h2);
  font-weight: var(--typography-font-weight-h2);
  line-height: var(--typography-line-height-h2);
  margin: var(--typography-margin-h2);
}

h3, .h3 {
  font-size: var(--typography-font-size-h3);
  font-weight: var(--typography-font-weight-h3);
  line-height: var(--typography-line-height-h3);
  margin: var(--typography-margin-h3);
}

h4, .h4 {
  font-size: var(--typography-font-size-h4);
  font-weight: var(--typography-font-weight-h4);
  line-height: var(--typography-line-height-h4);
  margin: var(--typography-margin-h4);
}

h5, .h5 {
  font-size: var(--typography-font-size-h5);
  font-weight: var(--typography-font-weight-h5);
  line-height: var(--typography-line-height-h5);
  margin: var(--typography-margin-h5);
}

h6, .h6 {
  font-size: var(--typography-font-size-h6);
  font-weight: var(--typography-font-weight-h6);
  line-height: var(--typography-line-height-h6);
  margin: var(--typography-margin-h6);
}

.display {
  font-size: var(--typography-font-size-display);
  font-weight: var(--typography-font-weight-display);
  line-height: var(--typography-line-height-display);
  margin: var(--typography-margin-display);
}

.blockquote {
  font-size: var(--typography-font-size-blockquote);
  font-weight: var(--typography-font-weight-blockquote);
  line-height: var(--typography-line-height-blockquote);
  margin: var(--typography-margin-blockquote);
}

.blockquote-footer {
  font-size: var(--typography-font-size-blockquote-footer);
  font-weight: var(--typography-font-weight-blockquote-footer);
  line-height: var(--typography-line-height-blockquote-footer);
  margin: var(--typography-margin-blockquote-footer);
}

.cite {
  font-size: var(--typography-font-size-cite);
  font-weight: var(--typography-font-weight-cite);
  line-height: var(--typography-line-height-cite);
}

.lead {
  font-size: var(--typography-font-size-lead);
  font-weight: var(--typography-font-weight-lead);
  line-height: var(--typography-line-height-lead);
}

.normal {
  font-size: var(--typography-font-size-normal);
  font-weight: var(--typography-font-weight-normal);
  line-height: var(--typography-line-height-normal);
}

.small {
  font-size: var(--typography-font-size-small);
  font-weight: var(--typography-font-weight-small);
  line-height: var(--typography-line-height-small);
}

.xsmall {
  font-size: var(--typography-font-size-xsmall);
  font-weight: var(--typography-font-weight-xsmall);
  line-height: var(--typography-line-height-xsmall);
}

p {
  margin: 0 0 var(--typography-margin-bottom-p);
}

.lead {
  font-size: 112.5% !important;
  line-height: 1.75rem;
}

.overline,
.text-uppercase {
  text-transform: uppercase !important;
}

.fz-h1 {
  font-size: var(--typography-font-size-h1) !important;
}

.fz-h2 {
  font-size: var(--typography-font-size-h2) !important;
}

.fz-h3 {
  font-size: var(--typography-font-size-h3) !important;
}

.fz-h4 {
  font-size: var(--typography-font-size-h4) !important;
}

.fz-h5 {
  font-size: var(--typography-font-size-h5) !important;
}

.fz-h6 {
  font-size: var(--typography-font-size-h6) !important;
}

.fz-display {
  font-size: var(--typography-font-size-display) !important;
}

.fz-lead {
  font-size: var(--typography-font-size-lead) !important;
}

.fz-normal {
  font-size: var(--typography-font-size-normal) !important;
}

.fz-small {
  font-size: var(--typography-font-size-small) !important;
}

.fz-xsmall {
  font-size: var(--typography-font-size-xsmall) !important;
}

.fw-heavy {
  font-weight: var(--typography-font-weight-heavy) !important;
}

.fw-bold {
  font-weight: var(--typography-font-weight-bold) !important;
}

.fw-normal {
  font-weight: var(--typography-font-weight-normal) !important;
}

.fw-light {
  font-weight: var(--typography-font-weight-light) !important;
}

.fw-extra-light {
  font-weight: var(--typography-font-weight-extra-light) !important;
}

s {
  text-decoration: line-through;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong,
b,
.strong {
  font-weight: var(--typography-font-weight-bold);
}

pre {
  font-family: "Cutive Mono", monospace;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

mark {
  background-color: var(--primary);
  color: #fff !important;
}

a:link,
a.link:link {
  text-decoration: none;
  outline: none;
  color: var(--link-color);
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
a:link svg,
a.link:link svg {
  fill: var(--link-color);
}
a:visited,
a.link:visited {
  color: var(--link-color-visited);
}
a:visited svg,
a.link:visited svg {
  fill: var(--link-color-visited);
}
a:visited:hover,
a.link:visited:hover {
  color: var(--link-color-visited-hover);
  text-decoration: underline;
}
a:visited:hover svg,
a.link:visited:hover svg {
  fill: var(--link-color-visited-hover);
}
a:hover,
a.link:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}
a:hover svg,
a.link:hover svg {
  fill: var(--link-color-hover);
}
a:hover .material-icons,
a:hover .material-icons-outlined,
a:hover .icon,
a.link:hover .material-icons,
a.link:hover .material-icons-outlined,
a.link:hover .icon {
  overflow: hidden;
}
a:active,
a.link:active {
  color: var(--link-color-active);
  text-decoration: none;
}
a:active svg,
a.link:active svg {
  fill: var(--link-color-active);
}
a:focus-visible,
a.link:focus-visible {
  color: var(--link-color-hover);
  -webkit-text-decoration: underline var(--link-color-hover);
          text-decoration: underline var(--link-color-hover);
  outline: 0;
  text-underline-offset: 4px;
}
a:focus-visible .material-icons,
a:focus-visible .material-icons-outlined,
a:focus-visible .icon,
a.link:focus-visible .material-icons,
a.link:focus-visible .material-icons-outlined,
a.link:focus-visible .icon {
  overflow: hidden;
}
a.white-link:link,
a.link.white-link:link {
  color: var(--white-link-color);
}
a.white-link:link svg,
a.link.white-link:link svg {
  fill: var(--white-link-color);
}
a.white-link:visited,
a.link.white-link:visited {
  color: var(--white-link-color-visited);
}
a.white-link:visited svg,
a.link.white-link:visited svg {
  fill: var(--white-link-color-visited);
}
a.white-link:visited:hover,
a.link.white-link:visited:hover {
  color: var(--white-link-color-visited-hover);
}
a.white-link:visited:hover svg,
a.link.white-link:visited:hover svg {
  fill: var(--white-link-color-visited-hover);
}
a.white-link:hover,
a.link.white-link:hover {
  color: var(--white-link-color-hover);
}
a.white-link:hover svg,
a.link.white-link:hover svg {
  fill: var(--white-link-color-hover);
}
a.white-link:active,
a.link.white-link:active {
  color: var(--white-link-color-active);
}
a.white-link:active svg,
a.link.white-link:active svg {
  fill: var(--white-link-color-active);
}
a.white-link:focus-visible,
a.link.white-link:focus-visible {
  color: var(--white-link-color-hover);
  -webkit-text-decoration: underline var(--white-link-color-hover);
          text-decoration: underline var(--white-link-color-hover);
}
a.text1-link:link,
a.link.text1-link:link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text1);
}
a.text1-link:link svg,
a.link.text1-link:link svg {
  fill: var(--text1);
}
a.text1-link:link .material-icons,
a.text1-link:link .material-icons-outlined,
a.text1-link:link .icon,
a.link.text1-link:link .material-icons,
a.link.text1-link:link .material-icons-outlined,
a.link.text1-link:link .icon {
  overflow: hidden;
}
a.text1-link:visited,
a.link.text1-link:visited {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text1);
}
a.text1-link:visited svg,
a.link.text1-link:visited svg {
  fill: var(--text1);
}
a.text1-link:visited .material-icons,
a.text1-link:visited .material-icons-outlined,
a.text1-link:visited .icon,
a.link.text1-link:visited .material-icons,
a.link.text1-link:visited .material-icons-outlined,
a.link.text1-link:visited .icon {
  overflow: hidden;
}
a.text1-link:visited:hover,
a.link.text1-link:visited:hover {
  text-decoration: none;
  color: var(--text1);
}
a.text1-link:visited:hover svg,
a.link.text1-link:visited:hover svg {
  fill: var(--text1);
}
a.text1-link:hover,
a.link.text1-link:hover {
  text-decoration: none;
  color: var(--text1);
}
a.text1-link:hover svg,
a.link.text1-link:hover svg {
  fill: var(--text1);
}
a.text1-link:active,
a.link.text1-link:active {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text1);
}
a.text1-link:active .material-icons,
a.text1-link:active .material-icons-outlined,
a.text1-link:active .icon,
a.link.text1-link:active .material-icons,
a.link.text1-link:active .material-icons-outlined,
a.link.text1-link:active .icon {
  overflow: hidden;
}
a.text1-link:active svg,
a.link.text1-link:active svg {
  fill: var(--text1);
}
a.text1-link:focus-visible,
a.link.text1-link:focus-visible {
  color: var(--focus);
  -webkit-text-decoration: underline var(--focus);
          text-decoration: underline var(--focus);
}
a.text1-link:focus-visible .material-icons,
a.text1-link:focus-visible .material-icons-outlined,
a.text1-link:focus-visible .icon,
a.link.text1-link:focus-visible .material-icons,
a.link.text1-link:focus-visible .material-icons-outlined,
a.link.text1-link:focus-visible .icon {
  overflow: hidden;
  color: var(--focus);
}
a.text1-link:focus-visible:hover,
a.link.text1-link:focus-visible:hover {
  color: var(--focus);
  text-decoration: none;
}
a.text1-link:focus-visible svg,
a.link.text1-link:focus-visible svg {
  fill: var(--focus);
}
a.text2-link:link,
a.link.text2-link:link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text2);
}
a.text2-link:link svg,
a.link.text2-link:link svg {
  fill: var(--text2);
}
a.text2-link:link .material-icons,
a.text2-link:link .material-icons-outlined,
a.text2-link:link .icon,
a.link.text2-link:link .material-icons,
a.link.text2-link:link .material-icons-outlined,
a.link.text2-link:link .icon {
  overflow: hidden;
}
a.text2-link:visited,
a.link.text2-link:visited {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text2);
}
a.text2-link:visited svg,
a.link.text2-link:visited svg {
  fill: var(--text2);
}
a.text2-link:visited .material-icons,
a.text2-link:visited .material-icons-outlined,
a.text2-link:visited .icon,
a.link.text2-link:visited .material-icons,
a.link.text2-link:visited .material-icons-outlined,
a.link.text2-link:visited .icon {
  overflow: hidden;
}
a.text2-link:visited:hover,
a.link.text2-link:visited:hover {
  text-decoration: none;
  color: var(--text2);
}
a.text2-link:visited:hover svg,
a.link.text2-link:visited:hover svg {
  fill: var(--text2);
}
a.text2-link:hover,
a.link.text2-link:hover {
  text-decoration: none;
  color: var(--text2);
}
a.text2-link:hover svg,
a.link.text2-link:hover svg {
  fill: var(--text2);
}
a.text2-link:active,
a.link.text2-link:active {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text2);
}
a.text2-link:active .material-icons,
a.text2-link:active .material-icons-outlined,
a.text2-link:active .icon,
a.link.text2-link:active .material-icons,
a.link.text2-link:active .material-icons-outlined,
a.link.text2-link:active .icon {
  overflow: hidden;
}
a.text2-link:active svg,
a.link.text2-link:active svg {
  fill: var(--text2);
}
a.text2-link:focus-visible,
a.link.text2-link:focus-visible {
  color: var(--focus);
  -webkit-text-decoration: underline var(--focus);
          text-decoration: underline var(--focus);
}
a.text2-link:focus-visible .material-icons,
a.text2-link:focus-visible .material-icons-outlined,
a.text2-link:focus-visible .icon,
a.link.text2-link:focus-visible .material-icons,
a.link.text2-link:focus-visible .material-icons-outlined,
a.link.text2-link:focus-visible .icon {
  overflow: hidden;
  color: var(--focus);
}
a.text2-link:focus-visible:hover,
a.link.text2-link:focus-visible:hover {
  color: var(--focus);
  text-decoration: none;
}
a.text2-link:focus-visible svg,
a.link.text2-link:focus-visible svg {
  fill: var(--focus);
}
a.not-link,
a.link.not-link {
  font-weight: inherit;
}
a.not-link, a.not-link:link, a.not-link:visited, a.not-link:hover, a.not-link:active, a.not-link:focus, a.not-link:focus-visible,
a.link.not-link,
a.link.not-link:link,
a.link.not-link:visited,
a.link.not-link:hover,
a.link.not-link:active,
a.link.not-link:focus,
a.link.not-link:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: 0;
  cursor: inherit;
  -webkit-tap-highlight-color: transparent;
  text-underline-offset: unset;
}
a.not-link svg, a.not-link:link svg, a.not-link:visited svg, a.not-link:hover svg, a.not-link:active svg, a.not-link:focus svg, a.not-link:focus-visible svg,
a.link.not-link svg,
a.link.not-link:link svg,
a.link.not-link:visited svg,
a.link.not-link:hover svg,
a.link.not-link:active svg,
a.link.not-link:focus svg,
a.link.not-link:focus-visible svg {
  fill: inherit;
}
a.not-link .material-icons,
a.not-link .material-icons-outlined,
a.not-link .icon, a.not-link:link .material-icons,
a.not-link:link .material-icons-outlined,
a.not-link:link .icon, a.not-link:visited .material-icons,
a.not-link:visited .material-icons-outlined,
a.not-link:visited .icon, a.not-link:hover .material-icons,
a.not-link:hover .material-icons-outlined,
a.not-link:hover .icon, a.not-link:active .material-icons,
a.not-link:active .material-icons-outlined,
a.not-link:active .icon, a.not-link:focus .material-icons,
a.not-link:focus .material-icons-outlined,
a.not-link:focus .icon, a.not-link:focus-visible .material-icons,
a.not-link:focus-visible .material-icons-outlined,
a.not-link:focus-visible .icon,
a.link.not-link .material-icons,
a.link.not-link .material-icons-outlined,
a.link.not-link .icon,
a.link.not-link:link .material-icons,
a.link.not-link:link .material-icons-outlined,
a.link.not-link:link .icon,
a.link.not-link:visited .material-icons,
a.link.not-link:visited .material-icons-outlined,
a.link.not-link:visited .icon,
a.link.not-link:hover .material-icons,
a.link.not-link:hover .material-icons-outlined,
a.link.not-link:hover .icon,
a.link.not-link:active .material-icons,
a.link.not-link:active .material-icons-outlined,
a.link.not-link:active .icon,
a.link.not-link:focus .material-icons,
a.link.not-link:focus .material-icons-outlined,
a.link.not-link:focus .icon,
a.link.not-link:focus-visible .material-icons,
a.link.not-link:focus-visible .material-icons-outlined,
a.link.not-link:focus-visible .icon {
  overflow: unset;
  color: inherit;
}
a.not-link:visited:hover,
a.link.not-link:visited:hover {
  color: inherit;
  text-decoration: none;
}
a.not-link:visited:hover svg,
a.link.not-link:visited:hover svg {
  fill: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:focus,
  a.link:focus {
    text-decoration: underline !important;
  }
  a:focus .material-icons,
  a:focus .material-icons-outlined,
  a:focus .icon,
  a.link:focus .material-icons,
  a.link:focus .material-icons-outlined,
  a.link:focus .icon {
    overflow: hidden;
    display: inline-block;
  }
}
@media screen and (min-width: 0\0 ) {
  a:focus,
  a.link:focus {
    text-decoration: underline !important;
  }
  a:focus .material-icons,
  a:focus .material-icons-outlined,
  a:focus .icon,
  a.link:focus .material-icons,
  a.link:focus .material-icons-outlined,
  a.link:focus .icon {
    overflow: hidden;
    display: inline-block;
  }
}
a.link {
  text-decoration: none;
  outline: none;
  color: var(--link-color);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
a.link.white-link {
  color: var(--white-link-color);
}
a.link.text1-link {
  color: var(--text1);
}
a.link.text2-link {
  color: var(--text2);
}

a[ng-click],
a[href=""] {
  text-decoration: none;
  outline: none;
  color: var(--link-color);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
a[ng-click] svg,
a[href=""] svg {
  fill: var(--link-color);
}
a[ng-click]:visited,
a[href=""]:visited {
  text-decoration: none;
  outline: none;
  color: var(--link-color-visited);
}
a[ng-click]:visited svg,
a[href=""]:visited svg {
  fill: var(--link-color-visited);
}
a[ng-click]:visited:hover,
a[href=""]:visited:hover {
  text-decoration: none;
}
a[ng-click]:hover,
a[href=""]:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}
a[ng-click]:hover svg,
a[href=""]:hover svg {
  fill: var(--link-color-hover);
}
a[ng-click]:hover.link-img,
a[href=""]:hover.link-img {
  text-decoration: none;
}
a[ng-click]:active,
a[href=""]:active {
  color: var(--link-color-active);
  text-decoration: none;
}
a[ng-click]:active svg,
a[href=""]:active svg {
  fill: var(--link-color-active);
}
a[ng-click].white-link,
a[href=""].white-link {
  color: var(--white-link-color);
}
a[ng-click].white-link svg,
a[href=""].white-link svg {
  fill: var(--white-link-color);
}
a[ng-click].white-link:visited,
a[href=""].white-link:visited {
  color: var(--white-link-color-visited);
}
a[ng-click].white-link:visited svg,
a[href=""].white-link:visited svg {
  fill: var(--white-link-color-visited);
}
a[ng-click].white-link:hover,
a[href=""].white-link:hover {
  color: var(--white-link-color-hover);
}
a[ng-click].white-link:hover svg,
a[href=""].white-link:hover svg {
  fill: var(--white-link-color-hover);
}
a[ng-click].white-link:active,
a[href=""].white-link:active {
  color: var(--white-link-color-active);
}
a[ng-click].white-link:active svg,
a[href=""].white-link:active svg {
  fill: var(--white-link-color-active);
}
a[ng-click].text1-link:link,
a[href=""].text1-link:link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text1);
}
a[ng-click].text1-link:link svg,
a[href=""].text1-link:link svg {
  fill: var(--text1);
}
a[ng-click].text1-link:link .material-icons,
a[ng-click].text1-link:link .material-icons-outlined,
a[ng-click].text1-link:link .icon,
a[href=""].text1-link:link .material-icons,
a[href=""].text1-link:link .material-icons-outlined,
a[href=""].text1-link:link .icon {
  overflow: hidden;
}
a[ng-click].text1-link:visited,
a[href=""].text1-link:visited {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text1);
}
a[ng-click].text1-link:visited svg,
a[href=""].text1-link:visited svg {
  fill: var(--text1);
}
a[ng-click].text1-link:visited .material-icons,
a[ng-click].text1-link:visited .material-icons-outlined,
a[ng-click].text1-link:visited .icon,
a[href=""].text1-link:visited .material-icons,
a[href=""].text1-link:visited .material-icons-outlined,
a[href=""].text1-link:visited .icon {
  overflow: hidden;
}
a[ng-click].text1-link:visited:hover,
a[href=""].text1-link:visited:hover {
  text-decoration: none;
  color: var(--text1);
}
a[ng-click].text1-link:visited:hover svg,
a[href=""].text1-link:visited:hover svg {
  fill: var(--text1);
}
a[ng-click].text1-link:hover,
a[href=""].text1-link:hover {
  text-decoration: none;
  color: var(--text1);
}
a[ng-click].text1-link:hover svg,
a[href=""].text1-link:hover svg {
  fill: var(--text1);
}
a[ng-click].text1-link:active,
a[href=""].text1-link:active {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text1);
}
a[ng-click].text1-link:active .material-icons,
a[ng-click].text1-link:active .material-icons-outlined,
a[ng-click].text1-link:active .icon,
a[href=""].text1-link:active .material-icons,
a[href=""].text1-link:active .material-icons-outlined,
a[href=""].text1-link:active .icon {
  overflow: hidden;
}
a[ng-click].text1-link:active svg,
a[href=""].text1-link:active svg {
  fill: var(--text1);
}
a[ng-click].text1-link:focus-visible,
a[href=""].text1-link:focus-visible {
  color: var(--focus);
  -webkit-text-decoration: underline var(--focus);
          text-decoration: underline var(--focus);
}
a[ng-click].text1-link:focus-visible .material-icons,
a[ng-click].text1-link:focus-visible .material-icons-outlined,
a[ng-click].text1-link:focus-visible .icon,
a[href=""].text1-link:focus-visible .material-icons,
a[href=""].text1-link:focus-visible .material-icons-outlined,
a[href=""].text1-link:focus-visible .icon {
  overflow: hidden;
  color: var(--focus);
}
a[ng-click].text1-link:focus-visible:hover,
a[href=""].text1-link:focus-visible:hover {
  color: var(--focus);
  text-decoration: none;
}
a[ng-click].text1-link:focus-visible svg,
a[href=""].text1-link:focus-visible svg {
  fill: var(--focus);
}
a[ng-click].text2-link:link,
a[href=""].text2-link:link {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text2);
}
a[ng-click].text2-link:link svg,
a[href=""].text2-link:link svg {
  fill: var(--text2);
}
a[ng-click].text2-link:link .material-icons,
a[ng-click].text2-link:link .material-icons-outlined,
a[ng-click].text2-link:link .icon,
a[href=""].text2-link:link .material-icons,
a[href=""].text2-link:link .material-icons-outlined,
a[href=""].text2-link:link .icon {
  overflow: hidden;
}
a[ng-click].text2-link:visited,
a[href=""].text2-link:visited {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text2);
}
a[ng-click].text2-link:visited svg,
a[href=""].text2-link:visited svg {
  fill: var(--text2);
}
a[ng-click].text2-link:visited .material-icons,
a[ng-click].text2-link:visited .material-icons-outlined,
a[ng-click].text2-link:visited .icon,
a[href=""].text2-link:visited .material-icons,
a[href=""].text2-link:visited .material-icons-outlined,
a[href=""].text2-link:visited .icon {
  overflow: hidden;
}
a[ng-click].text2-link:visited:hover,
a[href=""].text2-link:visited:hover {
  text-decoration: none;
  color: var(--text2);
}
a[ng-click].text2-link:visited:hover svg,
a[href=""].text2-link:visited:hover svg {
  fill: var(--text2);
}
a[ng-click].text2-link:hover,
a[href=""].text2-link:hover {
  text-decoration: none;
  color: var(--text2);
}
a[ng-click].text2-link:hover svg,
a[href=""].text2-link:hover svg {
  fill: var(--text2);
}
a[ng-click].text2-link:active,
a[href=""].text2-link:active {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text2);
}
a[ng-click].text2-link:active .material-icons,
a[ng-click].text2-link:active .material-icons-outlined,
a[ng-click].text2-link:active .icon,
a[href=""].text2-link:active .material-icons,
a[href=""].text2-link:active .material-icons-outlined,
a[href=""].text2-link:active .icon {
  overflow: hidden;
}
a[ng-click].text2-link:active svg,
a[href=""].text2-link:active svg {
  fill: var(--text2);
}
a[ng-click].text2-link:focus-visible,
a[href=""].text2-link:focus-visible {
  color: var(--focus);
  -webkit-text-decoration: underline var(--focus);
          text-decoration: underline var(--focus);
}
a[ng-click].text2-link:focus-visible .material-icons,
a[ng-click].text2-link:focus-visible .material-icons-outlined,
a[ng-click].text2-link:focus-visible .icon,
a[href=""].text2-link:focus-visible .material-icons,
a[href=""].text2-link:focus-visible .material-icons-outlined,
a[href=""].text2-link:focus-visible .icon {
  overflow: hidden;
  color: var(--focus);
}
a[ng-click].text2-link:focus-visible:hover,
a[href=""].text2-link:focus-visible:hover {
  color: var(--focus);
  text-decoration: none;
}
a[ng-click].text2-link:focus-visible svg,
a[href=""].text2-link:focus-visible svg {
  fill: var(--focus);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a[ng-click]:focus,
  a[href=""]:focus {
    text-decoration: underline !important;
  }
  a[ng-click]:focus .material-icons,
  a[ng-click]:focus .material-icons-outlined,
  a[ng-click]:focus .icon,
  a[href=""]:focus .material-icons,
  a[href=""]:focus .material-icons-outlined,
  a[href=""]:focus .icon {
    overflow: hidden;
    display: inline-block;
  }
}
@media screen and (min-width: 0\0 ) {
  a[ng-click]:focus,
  a[href=""]:focus {
    text-decoration: underline !important;
  }
  a[ng-click]:focus .material-icons,
  a[ng-click]:focus .material-icons-outlined,
  a[ng-click]:focus .icon,
  a[href=""]:focus .material-icons,
  a[href=""]:focus .material-icons-outlined,
  a[href=""]:focus .icon {
    overflow: hidden;
    display: inline-block;
  }
}
a.btn,
a.btn-outline,
a.btn[ng-click]:not([href]) {
  text-decoration: none !important;
}
a.btn, a.btn:link, a.btn:visited, a.btn:visited:hover, a.btn:hover, a.btn:active,
a.btn-outline,
a.btn-outline:link,
a.btn-outline:visited,
a.btn-outline:visited:hover,
a.btn-outline:hover,
a.btn-outline:active,
a.btn[ng-click]:not([href]),
a.btn[ng-click]:not([href]):link,
a.btn[ng-click]:not([href]):visited,
a.btn[ng-click]:not([href]):visited:hover,
a.btn[ng-click]:not([href]):hover,
a.btn[ng-click]:not([href]):active {
  text-decoration: none !important;
  outline: none;
}

a.btn-flat,
a.btn-flat[ng-click]:not([href]) {
  text-decoration: none !important;
}
a.btn-flat, a.btn-flat:link, a.btn-flat:visited, a.btn-flat:visited:hover, a.btn-flat:active,
a.btn-flat[ng-click]:not([href]),
a.btn-flat[ng-click]:not([href]):link,
a.btn-flat[ng-click]:not([href]):visited,
a.btn-flat[ng-click]:not([href]):visited:hover,
a.btn-flat[ng-click]:not([href]):active {
  text-decoration: none !important;
  outline: none;
}
a.btn-flat:hover,
a.btn-flat[ng-click]:not([href]):hover {
  box-shadow: none !important;
  color: var(--bo-p2-c-h);
  transition: none !important;
  background: var(--btn-hover-background) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 2px !important;
  outline: none !important;
}
a.btn-flat:hover ::ng-deep .material-icons-outlined, a.btn-flat:hover ::ng-deep .icon, a.btn-flat:hover ::ng-deep .material-icons,
a.btn-flat[ng-click]:not([href]):hover ::ng-deep .material-icons-outlined,
a.btn-flat[ng-click]:not([href]):hover ::ng-deep .icon,
a.btn-flat[ng-click]:not([href]):hover ::ng-deep .material-icons {
  overflow: hidden;
  line-height: 1;
}

ol,
ol:not([class]),
ol.ng-scope {
  list-style-type: decimal;
  margin: 1.5rem 0;
}
ol li,
ol:not([class]) li,
ol.ng-scope li {
  line-height: 2rem;
}
ol ol,
ol ol:not([class]),
ol ol.ng-scope,
ol:not([class]) ol,
ol:not([class]) ol:not([class]),
ol:not([class]) ol.ng-scope,
ol.ng-scope ol,
ol.ng-scope ol:not([class]),
ol.ng-scope ol.ng-scope {
  list-style-type: lower-alpha;
  margin: 0;
}
ol ol li,
ol ol:not([class]) li,
ol ol.ng-scope li,
ol:not([class]) ol li,
ol:not([class]) ol:not([class]) li,
ol:not([class]) ol.ng-scope li,
ol.ng-scope ol li,
ol.ng-scope ol:not([class]) li,
ol.ng-scope ol.ng-scope li {
  list-style-type: lower-alpha;
}
ol ol ol,
ol ol ol:not([class]),
ol ol ol.ng-scope,
ol ol:not([class]) ol,
ol ol:not([class]) ol:not([class]),
ol ol:not([class]) ol.ng-scope,
ol ol.ng-scope ol,
ol ol.ng-scope ol:not([class]),
ol ol.ng-scope ol.ng-scope,
ol:not([class]) ol ol,
ol:not([class]) ol ol:not([class]),
ol:not([class]) ol ol.ng-scope,
ol:not([class]) ol:not([class]) ol,
ol:not([class]) ol:not([class]) ol:not([class]),
ol:not([class]) ol:not([class]) ol.ng-scope,
ol:not([class]) ol.ng-scope ol,
ol:not([class]) ol.ng-scope ol:not([class]),
ol:not([class]) ol.ng-scope ol.ng-scope,
ol.ng-scope ol ol,
ol.ng-scope ol ol:not([class]),
ol.ng-scope ol ol.ng-scope,
ol.ng-scope ol:not([class]) ol,
ol.ng-scope ol:not([class]) ol:not([class]),
ol.ng-scope ol:not([class]) ol.ng-scope,
ol.ng-scope ol.ng-scope ol,
ol.ng-scope ol.ng-scope ol:not([class]),
ol.ng-scope ol.ng-scope ol.ng-scope {
  list-style-type: lower-roman;
  margin: 0;
}
ol ol ol li,
ol ol ol:not([class]) li,
ol ol ol.ng-scope li,
ol ol:not([class]) ol li,
ol ol:not([class]) ol:not([class]) li,
ol ol:not([class]) ol.ng-scope li,
ol ol.ng-scope ol li,
ol ol.ng-scope ol:not([class]) li,
ol ol.ng-scope ol.ng-scope li,
ol:not([class]) ol ol li,
ol:not([class]) ol ol:not([class]) li,
ol:not([class]) ol ol.ng-scope li,
ol:not([class]) ol:not([class]) ol li,
ol:not([class]) ol:not([class]) ol:not([class]) li,
ol:not([class]) ol:not([class]) ol.ng-scope li,
ol:not([class]) ol.ng-scope ol li,
ol:not([class]) ol.ng-scope ol:not([class]) li,
ol:not([class]) ol.ng-scope ol.ng-scope li,
ol.ng-scope ol ol li,
ol.ng-scope ol ol:not([class]) li,
ol.ng-scope ol ol.ng-scope li,
ol.ng-scope ol:not([class]) ol li,
ol.ng-scope ol:not([class]) ol:not([class]) li,
ol.ng-scope ol:not([class]) ol.ng-scope li,
ol.ng-scope ol.ng-scope ol li,
ol.ng-scope ol.ng-scope ol:not([class]) li,
ol.ng-scope ol.ng-scope ol.ng-scope li {
  list-style-type: lower-roman;
}

ul,
ul:not([class]),
ul.ng-scope:not([class]),
ul.browser-default,
ul.list {
  list-style-type: disc;
  padding-left: 40px;
  margin: 1.5rem 0;
}
ul li,
ul:not([class]) li,
ul.ng-scope:not([class]) li,
ul.browser-default li,
ul.list li {
  list-style-type: disc;
  line-height: 2rem;
}
ul ul,
ul ul:not([class]),
ul ul.ng-scope:not([class]),
ul:not([class]) ul,
ul:not([class]) ul:not([class]),
ul:not([class]) ul.ng-scope:not([class]),
ul.ng-scope:not([class]) ul,
ul.ng-scope:not([class]) ul:not([class]),
ul.ng-scope:not([class]) ul.ng-scope:not([class]),
ul.browser-default ul,
ul.browser-default ul:not([class]),
ul.browser-default ul.ng-scope:not([class]),
ul.list ul,
ul.list ul:not([class]),
ul.list ul.ng-scope:not([class]) {
  list-style-type: circle;
  margin: 0;
}
ul ul li,
ul ul:not([class]) li,
ul ul.ng-scope:not([class]) li,
ul:not([class]) ul li,
ul:not([class]) ul:not([class]) li,
ul:not([class]) ul.ng-scope:not([class]) li,
ul.ng-scope:not([class]) ul li,
ul.ng-scope:not([class]) ul:not([class]) li,
ul.ng-scope:not([class]) ul.ng-scope:not([class]) li,
ul.browser-default ul li,
ul.browser-default ul:not([class]) li,
ul.browser-default ul.ng-scope:not([class]) li,
ul.list ul li,
ul.list ul:not([class]) li,
ul.list ul.ng-scope:not([class]) li {
  list-style-type: circle;
}
ul ul ul,
ul ul ul:not([class]),
ul ul ul.ng-scope:not([class]),
ul ul:not([class]) ul,
ul ul:not([class]) ul:not([class]),
ul ul:not([class]) ul.ng-scope:not([class]),
ul ul.ng-scope:not([class]) ul,
ul ul.ng-scope:not([class]) ul:not([class]),
ul ul.ng-scope:not([class]) ul.ng-scope:not([class]),
ul:not([class]) ul ul,
ul:not([class]) ul ul:not([class]),
ul:not([class]) ul ul.ng-scope:not([class]),
ul:not([class]) ul:not([class]) ul,
ul:not([class]) ul:not([class]) ul:not([class]),
ul:not([class]) ul:not([class]) ul.ng-scope:not([class]),
ul:not([class]) ul.ng-scope:not([class]) ul,
ul:not([class]) ul.ng-scope:not([class]) ul:not([class]),
ul:not([class]) ul.ng-scope:not([class]) ul.ng-scope:not([class]),
ul.ng-scope:not([class]) ul ul,
ul.ng-scope:not([class]) ul ul:not([class]),
ul.ng-scope:not([class]) ul ul.ng-scope:not([class]),
ul.ng-scope:not([class]) ul:not([class]) ul,
ul.ng-scope:not([class]) ul:not([class]) ul:not([class]),
ul.ng-scope:not([class]) ul:not([class]) ul.ng-scope:not([class]),
ul.ng-scope:not([class]) ul.ng-scope:not([class]) ul,
ul.ng-scope:not([class]) ul.ng-scope:not([class]) ul:not([class]),
ul.ng-scope:not([class]) ul.ng-scope:not([class]) ul.ng-scope:not([class]),
ul.browser-default ul ul,
ul.browser-default ul ul:not([class]),
ul.browser-default ul ul.ng-scope:not([class]),
ul.browser-default ul:not([class]) ul,
ul.browser-default ul:not([class]) ul:not([class]),
ul.browser-default ul:not([class]) ul.ng-scope:not([class]),
ul.browser-default ul.ng-scope:not([class]) ul,
ul.browser-default ul.ng-scope:not([class]) ul:not([class]),
ul.browser-default ul.ng-scope:not([class]) ul.ng-scope:not([class]),
ul.list ul ul,
ul.list ul ul:not([class]),
ul.list ul ul.ng-scope:not([class]),
ul.list ul:not([class]) ul,
ul.list ul:not([class]) ul:not([class]),
ul.list ul:not([class]) ul.ng-scope:not([class]),
ul.list ul.ng-scope:not([class]) ul,
ul.list ul.ng-scope:not([class]) ul:not([class]),
ul.list ul.ng-scope:not([class]) ul.ng-scope:not([class]) {
  list-style-type: square;
  margin: 0;
}
ul ul ul li,
ul ul ul:not([class]) li,
ul ul ul.ng-scope:not([class]) li,
ul ul:not([class]) ul li,
ul ul:not([class]) ul:not([class]) li,
ul ul:not([class]) ul.ng-scope:not([class]) li,
ul ul.ng-scope:not([class]) ul li,
ul ul.ng-scope:not([class]) ul:not([class]) li,
ul ul.ng-scope:not([class]) ul.ng-scope:not([class]) li,
ul:not([class]) ul ul li,
ul:not([class]) ul ul:not([class]) li,
ul:not([class]) ul ul.ng-scope:not([class]) li,
ul:not([class]) ul:not([class]) ul li,
ul:not([class]) ul:not([class]) ul:not([class]) li,
ul:not([class]) ul:not([class]) ul.ng-scope:not([class]) li,
ul:not([class]) ul.ng-scope:not([class]) ul li,
ul:not([class]) ul.ng-scope:not([class]) ul:not([class]) li,
ul:not([class]) ul.ng-scope:not([class]) ul.ng-scope:not([class]) li,
ul.ng-scope:not([class]) ul ul li,
ul.ng-scope:not([class]) ul ul:not([class]) li,
ul.ng-scope:not([class]) ul ul.ng-scope:not([class]) li,
ul.ng-scope:not([class]) ul:not([class]) ul li,
ul.ng-scope:not([class]) ul:not([class]) ul:not([class]) li,
ul.ng-scope:not([class]) ul:not([class]) ul.ng-scope:not([class]) li,
ul.ng-scope:not([class]) ul.ng-scope:not([class]) ul li,
ul.ng-scope:not([class]) ul.ng-scope:not([class]) ul:not([class]) li,
ul.ng-scope:not([class]) ul.ng-scope:not([class]) ul.ng-scope:not([class]) li,
ul.browser-default ul ul li,
ul.browser-default ul ul:not([class]) li,
ul.browser-default ul ul.ng-scope:not([class]) li,
ul.browser-default ul:not([class]) ul li,
ul.browser-default ul:not([class]) ul:not([class]) li,
ul.browser-default ul:not([class]) ul.ng-scope:not([class]) li,
ul.browser-default ul.ng-scope:not([class]) ul li,
ul.browser-default ul.ng-scope:not([class]) ul:not([class]) li,
ul.browser-default ul.ng-scope:not([class]) ul.ng-scope:not([class]) li,
ul.list ul ul li,
ul.list ul ul:not([class]) li,
ul.list ul ul.ng-scope:not([class]) li,
ul.list ul:not([class]) ul li,
ul.list ul:not([class]) ul:not([class]) li,
ul.list ul:not([class]) ul.ng-scope:not([class]) li,
ul.list ul.ng-scope:not([class]) ul li,
ul.list ul.ng-scope:not([class]) ul:not([class]) li,
ul.list ul.ng-scope:not([class]) ul.ng-scope:not([class]) li {
  list-style-type: square;
}

ol.not-list,
ul.not-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
ol.not-list li,
ul.not-list li {
  list-style-type: none !important;
  line-height: inherit;
}
ol.not-list ol,
ol.not-list ul,
ul.not-list ol,
ul.not-list ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
ol.not-list ol li,
ol.not-list ul li,
ul.not-list ol li,
ul.not-list ul li {
  list-style-type: none !important;
  line-height: inherit;
}
ol.not-list ol ol,
ol.not-list ol ul,
ol.not-list ul ol,
ol.not-list ul ul,
ul.not-list ol ol,
ul.not-list ol ul,
ul.not-list ul ol,
ul.not-list ul ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
ol.not-list ol ol li,
ol.not-list ol ul li,
ol.not-list ul ol li,
ol.not-list ul ul li,
ul.not-list ol ol li,
ul.not-list ol ul li,
ul.not-list ul ol li,
ul.not-list ul ul li {
  list-style-type: none !important;
  line-height: inherit;
}

ul.pretty-list {
  margin: 0;
  padding-inline-start: 0;
}
ul.pretty-list li {
  line-height: inherit;
  margin-left: 1.125rem;
}
ul.pretty-list li + li {
  padding-top: 0.75rem;
}
ul.pretty-list ul {
  padding-top: 0.75rem;
  padding-inline-start: 0;
}
ul.pretty-list ul li {
  margin-left: 2rem;
}
ul.pretty-list.marker {
  list-style-type: none;
}
ul.pretty-list.marker li {
  margin-left: 0;
  list-style-type: none;
}
ul.pretty-list.marker li ul li {
  margin-left: 2rem;
  list-style-type: none !important;
}
ul.pretty-list.marker .pretty-li {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
}
ul.pretty-list.marker .custom-marker {
  margin-right: 0.75rem;
  font-size: 1.125rem;
}
ul.pretty-list.marker.small .custom-marker {
  font-size: 1rem;
}
ul.pretty-list.marker.small .bullet li::after {
  top: 6px;
}
ul.pretty-list.marker.xsmall .custom-marker {
  font-size: 0.875rem;
}
ul.pretty-list.marker.xsmall .bullet li::after {
  top: 4px;
}
ul.pretty-list.marker.small .bullet li, ul.pretty-list.marker.xsmall .bullet li {
  margin-left: 1.125rem;
}
ul.pretty-list.marker.small .bullet li::after, ul.pretty-list.marker.xsmall .bullet li::after {
  left: -1.125rem;
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
}
ul.pretty-list.marker.small .bullet ul, ul.pretty-list.marker.xsmall .bullet ul {
  padding-left: 0.875rem;
}
ul.pretty-list.marker.small .bullet ul li:after, ul.pretty-list.marker.xsmall .bullet ul li:after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
}
ul.pretty-list.marker.small .bullet ul ul, ul.pretty-list.marker.xsmall .bullet ul ul {
  padding-left: 0.875rem;
}
ul.pretty-list.marker.small .bullet ul ul li::after, ul.pretty-list.marker.xsmall .bullet ul ul li::after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
}
ul.pretty-list.marker .bullet {
  padding-left: 2rem;
}
ul.pretty-list.marker .bullet ul li, ul.pretty-list.marker .bullet > li {
  margin-left: 1.25rem;
}
ul.pretty-list.bullet {
  margin: 0;
  padding-inline-start: 0;
  list-style-type: none;
}
ul.pretty-list.bullet li {
  margin-left: 1.25rem;
  list-style-type: none;
  position: relative;
}
ul.pretty-list.bullet li::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 8px;
  height: 8px;
  background-color: var(--neutral5);
  top: 8px;
  left: -1.25rem;
}
ul.pretty-list.bullet li + li::after {
  top: 1.25rem;
}
ul.pretty-list.bullet ul {
  list-style-type: none;
  padding-left: 0.75rem;
  margin: 0;
}
ul.pretty-list.bullet ul li {
  list-style-type: none !important;
  line-height: inherit;
}
ul.pretty-list.bullet ul li::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 8px;
  height: 8px;
}
ul.pretty-list.bullet ul ul {
  list-style-type: none;
  padding-left: 0.75rem;
  margin: 0;
}
ul.pretty-list.bullet ul ul li {
  list-style-type: none !important;
  line-height: inherit;
}
ul.pretty-list.bullet ul ul li::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
ul.pretty-list.bullet.small li + li::after {
  top: 1.125rem;
}
ul.pretty-list.bullet.small li::after {
  top: 6px;
}
ul.pretty-list.bullet.xsmall li + li::after {
  top: 16px;
}
ul.pretty-list.bullet.xsmall li::after {
  top: 4px;
}
ul.pretty-list.bullet.small li, ul.pretty-list.bullet.xsmall li {
  margin-left: 1.125rem;
}
ul.pretty-list.bullet.small li::after, ul.pretty-list.bullet.xsmall li::after {
  left: -1.125rem;
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
}
ul.pretty-list.bullet.small ul, ul.pretty-list.bullet.xsmall ul {
  padding-left: 0.875rem;
}
ul.pretty-list.bullet.small ul li::after, ul.pretty-list.bullet.xsmall ul li::after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
}
ul.pretty-list.bullet.small ul ul, ul.pretty-list.bullet.xsmall ul ul {
  padding-left: 0.875rem;
}
ul.pretty-list.bullet.small ul ul li::after, ul.pretty-list.bullet.xsmall ul ul li::after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
}
ul.pretty-list.bullet .marker {
  padding-left: 0;
}
ul.pretty-list.bullet .marker > li {
  margin-left: 0.75rem;
}
ul.pretty-list.bullet .marker > li:after {
  content: none;
}
ul.pretty-list.bullet .marker ul {
  padding-left: 0;
}
ul.pretty-list.bullet .marker ul li:after {
  content: none;
}
ul.pretty-list.marker-hue1 li::marker,
ul.pretty-list.marker-hue1 .custom-marker {
  color: var(--hue1);
}
ul.pretty-list.marker-hue1 li::after {
  background-color: var(--hue1);
}
ul.pretty-list.marker-hue2 li::marker,
ul.pretty-list.marker-hue2 .custom-marker {
  color: var(--hue2);
}
ul.pretty-list.marker-hue2 li::after {
  background-color: var(--hue2);
}
ul.pretty-list.marker-hue3 li::marker,
ul.pretty-list.marker-hue3 .custom-marker {
  color: var(--hue3);
}
ul.pretty-list.marker-hue3 li::after {
  background-color: var(--hue3);
}
ul.pretty-list.marker-hue4 li::marker,
ul.pretty-list.marker-hue4 .custom-marker {
  color: var(--hue4);
}
ul.pretty-list.marker-hue4 li::after {
  background-color: var(--hue4);
}
ul.pretty-list.marker-hue5 li::marker,
ul.pretty-list.marker-hue5 .custom-marker {
  color: var(--hue5);
}
ul.pretty-list.marker-hue5 li::after {
  background-color: var(--hue5);
}
ul.pretty-list.marker-hue6 li::marker,
ul.pretty-list.marker-hue6 .custom-marker {
  color: var(--hue6);
}
ul.pretty-list.marker-hue6 li::after {
  background-color: var(--hue6);
}
ul.pretty-list.marker-hue7 li::marker,
ul.pretty-list.marker-hue7 .custom-marker {
  color: var(--hue7);
}
ul.pretty-list.marker-hue7 li::after {
  background-color: var(--hue7);
}
ul.pretty-list.marker-hue8 li::marker,
ul.pretty-list.marker-hue8 .custom-marker {
  color: var(--hue8);
}
ul.pretty-list.marker-hue8 li::after {
  background-color: var(--hue8);
}
ul.pretty-list.marker-hue9 li::marker,
ul.pretty-list.marker-hue9 .custom-marker {
  color: var(--hue9);
}
ul.pretty-list.marker-hue9 li::after {
  background-color: var(--hue9);
}
ul.pretty-list.marker-hue10 li::marker,
ul.pretty-list.marker-hue10 .custom-marker {
  color: var(--hue10);
}
ul.pretty-list.marker-hue10 li::after {
  background-color: var(--hue10);
}
ul.pretty-list.marker-hue11 li::marker,
ul.pretty-list.marker-hue11 .custom-marker {
  color: var(--hue11);
}
ul.pretty-list.marker-hue11 li::after {
  background-color: var(--hue11);
}
ul.pretty-list.marker-hue12 li::marker,
ul.pretty-list.marker-hue12 .custom-marker {
  color: var(--hue12);
}
ul.pretty-list.marker-hue12 li::after {
  background-color: var(--hue12);
}
ul.pretty-list.marker-hue13 li::marker,
ul.pretty-list.marker-hue13 .custom-marker {
  color: var(--hue13);
}
ul.pretty-list.marker-hue13 li::after {
  background-color: var(--hue13);
}
ul.pretty-list.marker-neutral1 li::marker,
ul.pretty-list.marker-neutral1 .custom-marker {
  color: var(--neutral1);
}
ul.pretty-list.marker-neutral1 li::after {
  background-color: var(--neutral1);
}
ul.pretty-list.marker-neutral2 li::marker,
ul.pretty-list.marker-neutral2 .custom-marker {
  color: var(--neutral2);
}
ul.pretty-list.marker-neutral2 li::after {
  background-color: var(--neutral2);
}
ul.pretty-list.marker-neutral3 li::marker,
ul.pretty-list.marker-neutral3 .custom-marker {
  color: var(--neutral3);
}
ul.pretty-list.marker-neutral3 li::after {
  background-color: var(--neutral3);
}
ul.pretty-list.marker-neutral4 li::marker,
ul.pretty-list.marker-neutral4 .custom-marker {
  color: var(--neutral4);
}
ul.pretty-list.marker-neutral4 li::after {
  background-color: var(--neutral4);
}
ul.pretty-list.marker-neutral5 li::marker,
ul.pretty-list.marker-neutral5 .custom-marker {
  color: var(--neutral5);
}
ul.pretty-list.marker-neutral5 li::after {
  background-color: var(--neutral5);
}
ul.pretty-list.marker-neutral6 li::marker,
ul.pretty-list.marker-neutral6 .custom-marker {
  color: var(--neutral6);
}
ul.pretty-list.marker-neutral6 li::after {
  background-color: var(--neutral6);
}
ul.pretty-list.marker-neutral7 li::marker,
ul.pretty-list.marker-neutral7 .custom-marker {
  color: var(--neutral7);
}
ul.pretty-list.marker-neutral7 li::after {
  background-color: var(--neutral7);
}
ul.pretty-list.marker-primary li::marker,
ul.pretty-list.marker-primary .custom-marker {
  color: var(--primary);
}
ul.pretty-list.marker-primary li::after {
  background-color: var(--primary);
}
ul.pretty-list.marker-primary-2 li::marker,
ul.pretty-list.marker-primary-2 .custom-marker {
  color: var(--primary-2);
}
ul.pretty-list.marker-primary-2 li::after {
  background-color: var(--primary-2);
}
ul.pretty-list.marker-tenant li::marker,
ul.pretty-list.marker-tenant .custom-marker {
  color: var(--tenant);
}
ul.pretty-list.marker-tenant li::after {
  background-color: var(--tenant);
}

.pretty-list:not(ul) ul {
  margin: 0;
  padding-inline-start: 0;
}
.pretty-list:not(ul) ul li {
  line-height: inherit;
  margin-left: 1.125rem;
}
.pretty-list:not(ul) ul li + li {
  padding-top: 0.75rem;
}
.pretty-list:not(ul) ul ul {
  padding-top: 0.75rem;
  padding-inline-start: 0;
}
.pretty-list:not(ul) ul ul li {
  margin-left: 2rem;
}
.pretty-list:not(ul).marker ul {
  list-style-type: none;
}
.pretty-list:not(ul).marker ul li {
  margin-left: 0;
  list-style-type: none;
}
.pretty-list:not(ul).marker ul li ul li {
  margin-left: 2rem;
  list-style-type: none !important;
}
.pretty-list:not(ul).marker ul .pretty-li {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
}
.pretty-list:not(ul).marker ul .custom-marker {
  margin-right: 0.75rem;
  font-size: 1.125rem;
}
.pretty-list:not(ul).marker.small ul .custom-marker {
  font-size: 1rem;
}
.pretty-list:not(ul).marker.small ul .bullet li::after {
  top: 6px;
}
.pretty-list:not(ul).marker.xsmall ul .custom-marker {
  font-size: 0.875rem;
}
.pretty-list:not(ul).marker.xsmall ul .bullet li::after {
  top: 4px;
}
.pretty-list:not(ul).marker.small ul .bullet li, .pretty-list:not(ul).marker.xsmall ul .bullet li {
  margin-left: 1.125rem;
}
.pretty-list:not(ul).marker.small ul .bullet li::after, .pretty-list:not(ul).marker.xsmall ul .bullet li::after {
  left: -1.125rem;
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
}
.pretty-list:not(ul).marker.small ul .bullet ul, .pretty-list:not(ul).marker.xsmall ul .bullet ul {
  padding-left: 0.875rem;
}
.pretty-list:not(ul).marker.small ul .bullet ul li:after, .pretty-list:not(ul).marker.xsmall ul .bullet ul li:after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
}
.pretty-list:not(ul).marker.small ul .bullet ul ul, .pretty-list:not(ul).marker.xsmall ul .bullet ul ul {
  padding-left: 0.875rem;
}
.pretty-list:not(ul).marker.small ul .bullet ul ul li::after, .pretty-list:not(ul).marker.xsmall ul .bullet ul ul li::after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
}
.pretty-list:not(ul).marker .bullet {
  padding-left: 2rem;
}
.pretty-list:not(ul).marker .bullet ul li, .pretty-list:not(ul).marker .bullet > li {
  margin-left: 1.25rem;
}
.pretty-list:not(ul).bullet ul {
  margin: 0;
  padding-inline-start: 0;
  list-style-type: none;
}
.pretty-list:not(ul).bullet ul li {
  margin-left: 1.25rem;
  list-style-type: none;
  position: relative;
}
.pretty-list:not(ul).bullet ul li::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 8px;
  height: 8px;
  background-color: var(--neutral5);
  top: 8px;
  left: -1.25rem;
}
.pretty-list:not(ul).bullet ul li + li::after {
  top: 1.25rem;
}
.pretty-list:not(ul).bullet ul ul {
  list-style-type: none;
  padding-left: 0.75rem;
  margin: 0;
}
.pretty-list:not(ul).bullet ul ul li {
  list-style-type: none !important;
  line-height: inherit;
}
.pretty-list:not(ul).bullet ul ul li::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 8px;
  height: 8px;
}
.pretty-list:not(ul).bullet ul ul ul {
  list-style-type: none;
  padding-left: 0.75rem;
  margin: 0;
}
.pretty-list:not(ul).bullet ul ul ul li {
  list-style-type: none !important;
  line-height: inherit;
}
.pretty-list:not(ul).bullet ul ul ul li::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.pretty-list:not(ul).bullet.small ul li + li::after {
  top: 1.125rem;
}
.pretty-list:not(ul).bullet.small ul li::after {
  top: 6px;
}
.pretty-list:not(ul).bullet.xsmall ul li + li::after {
  top: 16px;
}
.pretty-list:not(ul).bullet.xsmall ul li::after {
  top: 4px;
}
.pretty-list:not(ul).bullet.small ul li, .pretty-list:not(ul).bullet.xsmall ul li {
  margin-left: 1.125rem;
}
.pretty-list:not(ul).bullet.small ul li::after, .pretty-list:not(ul).bullet.xsmall ul li::after {
  left: -1.125rem;
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23000000'/%3E%3C/svg%3E");
}
.pretty-list:not(ul).bullet.small ul ul, .pretty-list:not(ul).bullet.xsmall ul ul {
  padding-left: 0.875rem;
}
.pretty-list:not(ul).bullet.small ul ul li::after, .pretty-list:not(ul).bullet.xsmall ul ul li::after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");
}
.pretty-list:not(ul).bullet.small ul ul ul, .pretty-list:not(ul).bullet.xsmall ul ul ul {
  padding-left: 0.875rem;
}
.pretty-list:not(ul).bullet.small ul ul ul li::after, .pretty-list:not(ul).bullet.xsmall ul ul ul li::after {
  -webkit-mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml; utf8, %3Csvg width='6' height='6' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='6' rx='2' fill='%23000000'/%3E%3C/svg%3E");
}
.pretty-list:not(ul).bullet .marker {
  padding-left: 0;
}
.pretty-list:not(ul).bullet .marker > li {
  margin-left: 0.75rem;
}
.pretty-list:not(ul).bullet .marker > li:after {
  content: none;
}
.pretty-list:not(ul).bullet .marker ul {
  padding-left: 0;
}
.pretty-list:not(ul).bullet .marker ul li:after {
  content: none;
}
.pretty-list:not(ul).marker-hue1 ul li::marker,
.pretty-list:not(ul).marker-hue1 ul .custom-marker {
  color: var(--hue1);
}
.pretty-list:not(ul).marker-hue1 ul li::after {
  background-color: var(--hue1);
}
.pretty-list:not(ul).marker-hue2 ul li::marker,
.pretty-list:not(ul).marker-hue2 ul .custom-marker {
  color: var(--hue2);
}
.pretty-list:not(ul).marker-hue2 ul li::after {
  background-color: var(--hue2);
}
.pretty-list:not(ul).marker-hue3 ul li::marker,
.pretty-list:not(ul).marker-hue3 ul .custom-marker {
  color: var(--hue3);
}
.pretty-list:not(ul).marker-hue3 ul li::after {
  background-color: var(--hue3);
}
.pretty-list:not(ul).marker-hue4 ul li::marker,
.pretty-list:not(ul).marker-hue4 ul .custom-marker {
  color: var(--hue4);
}
.pretty-list:not(ul).marker-hue4 ul li::after {
  background-color: var(--hue4);
}
.pretty-list:not(ul).marker-hue5 ul li::marker,
.pretty-list:not(ul).marker-hue5 ul .custom-marker {
  color: var(--hue5);
}
.pretty-list:not(ul).marker-hue5 ul li::after {
  background-color: var(--hue5);
}
.pretty-list:not(ul).marker-hue6 ul li::marker,
.pretty-list:not(ul).marker-hue6 ul .custom-marker {
  color: var(--hue6);
}
.pretty-list:not(ul).marker-hue6 ul li::after {
  background-color: var(--hue6);
}
.pretty-list:not(ul).marker-hue7 ul li::marker,
.pretty-list:not(ul).marker-hue7 ul .custom-marker {
  color: var(--hue7);
}
.pretty-list:not(ul).marker-hue7 ul li::after {
  background-color: var(--hue7);
}
.pretty-list:not(ul).marker-hue8 ul li::marker,
.pretty-list:not(ul).marker-hue8 ul .custom-marker {
  color: var(--hue8);
}
.pretty-list:not(ul).marker-hue8 ul li::after {
  background-color: var(--hue8);
}
.pretty-list:not(ul).marker-hue9 ul li::marker,
.pretty-list:not(ul).marker-hue9 ul .custom-marker {
  color: var(--hue9);
}
.pretty-list:not(ul).marker-hue9 ul li::after {
  background-color: var(--hue9);
}
.pretty-list:not(ul).marker-hue10 ul li::marker,
.pretty-list:not(ul).marker-hue10 ul .custom-marker {
  color: var(--hue10);
}
.pretty-list:not(ul).marker-hue10 ul li::after {
  background-color: var(--hue10);
}
.pretty-list:not(ul).marker-hue11 ul li::marker,
.pretty-list:not(ul).marker-hue11 ul .custom-marker {
  color: var(--hue11);
}
.pretty-list:not(ul).marker-hue11 ul li::after {
  background-color: var(--hue11);
}
.pretty-list:not(ul).marker-hue12 ul li::marker,
.pretty-list:not(ul).marker-hue12 ul .custom-marker {
  color: var(--hue12);
}
.pretty-list:not(ul).marker-hue12 ul li::after {
  background-color: var(--hue12);
}
.pretty-list:not(ul).marker-hue13 ul li::marker,
.pretty-list:not(ul).marker-hue13 ul .custom-marker {
  color: var(--hue13);
}
.pretty-list:not(ul).marker-hue13 ul li::after {
  background-color: var(--hue13);
}
.pretty-list:not(ul).marker-neutral1 ul li::marker,
.pretty-list:not(ul).marker-neutral1 ul .custom-marker {
  color: var(--neutral1);
}
.pretty-list:not(ul).marker-neutral1 ul li::after {
  background-color: var(--neutral1);
}
.pretty-list:not(ul).marker-neutral2 ul li::marker,
.pretty-list:not(ul).marker-neutral2 ul .custom-marker {
  color: var(--neutral2);
}
.pretty-list:not(ul).marker-neutral2 ul li::after {
  background-color: var(--neutral2);
}
.pretty-list:not(ul).marker-neutral3 ul li::marker,
.pretty-list:not(ul).marker-neutral3 ul .custom-marker {
  color: var(--neutral3);
}
.pretty-list:not(ul).marker-neutral3 ul li::after {
  background-color: var(--neutral3);
}
.pretty-list:not(ul).marker-neutral4 ul li::marker,
.pretty-list:not(ul).marker-neutral4 ul .custom-marker {
  color: var(--neutral4);
}
.pretty-list:not(ul).marker-neutral4 ul li::after {
  background-color: var(--neutral4);
}
.pretty-list:not(ul).marker-neutral5 ul li::marker,
.pretty-list:not(ul).marker-neutral5 ul .custom-marker {
  color: var(--neutral5);
}
.pretty-list:not(ul).marker-neutral5 ul li::after {
  background-color: var(--neutral5);
}
.pretty-list:not(ul).marker-neutral6 ul li::marker,
.pretty-list:not(ul).marker-neutral6 ul .custom-marker {
  color: var(--neutral6);
}
.pretty-list:not(ul).marker-neutral6 ul li::after {
  background-color: var(--neutral6);
}
.pretty-list:not(ul).marker-neutral7 ul li::marker,
.pretty-list:not(ul).marker-neutral7 ul .custom-marker {
  color: var(--neutral7);
}
.pretty-list:not(ul).marker-neutral7 ul li::after {
  background-color: var(--neutral7);
}
.pretty-list:not(ul).marker-primary ul li::marker,
.pretty-list:not(ul).marker-primary ul .custom-marker {
  color: var(--primary);
}
.pretty-list:not(ul).marker-primary ul li::after {
  background-color: var(--primary);
}
.pretty-list:not(ul).marker-primary-2 ul li::marker,
.pretty-list:not(ul).marker-primary-2 ul .custom-marker {
  color: var(--primary-2);
}
.pretty-list:not(ul).marker-primary-2 ul li::after {
  background-color: var(--primary-2);
}
.pretty-list:not(ul).marker-tenant ul li::marker,
.pretty-list:not(ul).marker-tenant ul .custom-marker {
  color: var(--tenant);
}
.pretty-list:not(ul).marker-tenant ul li::after {
  background-color: var(--tenant);
}

[dir=rtl] ul,
[dir=rtl] ul:not([class]),
[dir=rtl] ul.ng-scope:not([class]),
[dir=rtl] ul.browser-default,
[dir=rtl] ul.list {
  padding-left: 0;
}
[dir=rtl] ol.not-list,
[dir=rtl] ul.not-list {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] ol.not-list ol,
[dir=rtl] ol.not-list ul,
[dir=rtl] ul.not-list ol,
[dir=rtl] ul.not-list ul {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] ol.not-list ol ol,
[dir=rtl] ol.not-list ol ul,
[dir=rtl] ol.not-list ul ol,
[dir=rtl] ol.not-list ul ul,
[dir=rtl] ul.not-list ol ol,
[dir=rtl] ul.not-list ol ul,
[dir=rtl] ul.not-list ul ol,
[dir=rtl] ul.not-list ul ul {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] ul.pretty-list li {
  margin-right: 1.125rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list ul li {
  margin-right: 2rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.marker li {
  margin-right: 0;
}
[dir=rtl] ul.pretty-list.marker li ul li {
  margin-right: 2rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.marker .custom-marker {
  margin-left: 0.75rem;
  margin-right: 0;
}
[dir=rtl] ul.pretty-list.marker.small .bullet li, [dir=rtl] ul.pretty-list.marker.xsmall .bullet li {
  margin-right: 1.125rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.marker.small .bullet li::after, [dir=rtl] ul.pretty-list.marker.xsmall .bullet li::after {
  right: -1.125rem;
  left: auto;
}
[dir=rtl] ul.pretty-list.marker.small .bullet ul, [dir=rtl] ul.pretty-list.marker.xsmall .bullet ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.marker.small .bullet ul ul, [dir=rtl] ul.pretty-list.marker.xsmall .bullet ul ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.marker .bullet {
  padding-right: 2rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.marker .bullet ul li, [dir=rtl] ul.pretty-list.marker .bullet > li {
  margin-right: 1.25rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.bullet li {
  margin-right: 1.25rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.bullet li::after {
  right: -1.25rem;
  left: auto;
}
[dir=rtl] ul.pretty-list.bullet ul {
  padding-right: 0.75rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.bullet ul ul {
  padding-right: 0.75rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.bullet.small li, [dir=rtl] ul.pretty-list.bullet.xsmall li {
  margin-right: 1.125rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.bullet.small li::after, [dir=rtl] ul.pretty-list.bullet.xsmall li::after {
  right: -1.125rem;
  left: auto;
}
[dir=rtl] ul.pretty-list.bullet.small ul, [dir=rtl] ul.pretty-list.bullet.xsmall ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.bullet.small ul ul, [dir=rtl] ul.pretty-list.bullet.xsmall ul ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] ul.pretty-list.bullet .marker {
  padding-right: 0;
}
[dir=rtl] ul.pretty-list.bullet .marker > li {
  margin-right: 0.75rem;
  margin-left: 0;
}
[dir=rtl] ul.pretty-list.bullet .marker ul {
  padding-right: 0;
}
[dir=rtl] .pretty-list:not(ul) ul li {
  margin-right: 1.125rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul) ul ul li {
  margin-right: 2rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).marker ul li {
  margin-right: 0;
}
[dir=rtl] .pretty-list:not(ul).marker ul li ul li {
  margin-right: 2rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).marker ul .custom-marker {
  margin-left: 0.75rem;
  margin-right: 0;
}
[dir=rtl] .pretty-list:not(ul).marker.small ul .bullet li, [dir=rtl] .pretty-list:not(ul).marker.xsmall ul .bullet li {
  margin-right: 1.125rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).marker.small ul .bullet li::after, [dir=rtl] .pretty-list:not(ul).marker.xsmall ul .bullet li::after {
  right: -1.125rem;
  left: auto;
}
[dir=rtl] .pretty-list:not(ul).marker.small ul .bullet ul, [dir=rtl] .pretty-list:not(ul).marker.xsmall ul .bullet ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).marker.small ul .bullet ul ul, [dir=rtl] .pretty-list:not(ul).marker.xsmall ul .bullet ul ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).marker .bullet {
  padding-right: 2rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).marker .bullet ul li, [dir=rtl] .pretty-list:not(ul).marker .bullet > li {
  margin-right: 1.25rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet ul li {
  margin-right: 1.25rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet ul li::after {
  right: -1.25rem;
}
[dir=rtl] .pretty-list:not(ul).bullet ul ul {
  padding-right: 0.75rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet ul ul ul {
  padding-right: 0.75rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet.small ul li, [dir=rtl] .pretty-list:not(ul).bullet.xsmall ul li {
  margin-right: 1.125rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet.small ul li::after, [dir=rtl] .pretty-list:not(ul).bullet.xsmall ul li::after {
  right: -1.125rem;
  left: auto;
}
[dir=rtl] .pretty-list:not(ul).bullet.small ul ul, [dir=rtl] .pretty-list:not(ul).bullet.xsmall ul ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet.small ul ul ul, [dir=rtl] .pretty-list:not(ul).bullet.xsmall ul ul ul {
  padding-right: 0.875rem;
  padding-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet .marker {
  padding-right: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet .marker > li {
  margin-right: 0.75rem;
  margin-left: 0;
}
[dir=rtl] .pretty-list:not(ul).bullet .marker ul {
  padding-right: 0;
}

.shade-tint-1 {
  background: var(--shade-tint-1) !important;
}

.shade-tint-2 {
  background: var(--shade-tint-2) !important;
}

.shade-tint-3 {
  background: var(--shade-tint-3) !important;
}

.tint-shade-1 {
  background: var(--tint-shade-1) !important;
}

.tint-shade-2 {
  background: var(--tint-shade-2) !important;
}

.tint-shade-3 {
  background: var(--tint-shade-3) !important;
}

.tint-shade-4 {
  background: var(--tint-shade-4) !important;
}

.surface1 {
  background: var(--surface1) !important;
}
.surface1-color {
  color: var(--surface1) !important;
}
.surface1-border {
  border-color: var(--surface1) !important;
}
.surface1-fill {
  fill: var(--surface1) !important;
}

.surface2 {
  background: var(--surface2) !important;
}
.surface2-color {
  color: var(--surface2) !important;
}
.surface2-border {
  border-color: var(--surface2) !important;
}
.surface2-fill {
  fill: var(--surface2) !important;
}

.surface3 {
  background: var(--surface3) !important;
}
.surface3-color {
  color: var(--surface3) !important;
}
.surface3-border {
  border-color: var(--surface3) !important;
}
.surface3-fill {
  fill: var(--surface3) !important;
}

.surface4 {
  background: var(--surface4) !important;
}
.surface4-color {
  color: var(--surface4) !important;
}
.surface4-border {
  border-color: var(--surface4) !important;
}
.surface4-fill {
  fill: var(--surface4) !important;
}

.foreground1 {
  background: var(--foreground1) !important;
}
.foreground1-color {
  color: var(--foreground1) !important;
}
.foreground1-border {
  border-color: var(--foreground1) !important;
}
.foreground1-fill {
  fill: var(--foreground1) !important;
}

.foreground2 {
  background: var(--foreground2) !important;
}
.foreground2-color {
  color: var(--foreground2) !important;
}
.foreground2-border {
  border-color: var(--foreground2) !important;
}
.foreground2-fill {
  fill: var(--foreground2) !important;
}

.foreground3 {
  background: var(--foreground3) !important;
}
.foreground3-color {
  color: var(--foreground3) !important;
}
.foreground3-border {
  border-color: var(--foreground3) !important;
}
.foreground3-fill {
  fill: var(--foreground3) !important;
}

.fill1 {
  background: var(--fill1) !important;
}
.fill1-color {
  color: var(--fill1) !important;
}
.fill1-border {
  border-color: var(--fill1) !important;
}
.fill1-fill {
  fill: var(--fill1) !important;
}

.fill2 {
  background: var(--fill2) !important;
}
.fill2-color {
  color: var(--fill2) !important;
}
.fill2-border {
  border-color: var(--fill2) !important;
}
.fill2-fill {
  fill: var(--fill2) !important;
}

.fill3 {
  background: var(--fill3) !important;
}
.fill3-color {
  color: var(--fill3) !important;
}
.fill3-border {
  border-color: var(--fill3) !important;
}
.fill3-fill {
  fill: var(--fill3) !important;
}

.fill4 {
  background: var(--fill4) !important;
}
.fill4-color {
  color: var(--fill4) !important;
}
.fill4-border {
  border-color: var(--fill4) !important;
}
.fill4-fill {
  fill: var(--fill4) !important;
}

.fill5 {
  background: var(--fill5) !important;
}
.fill5-color {
  color: var(--fill5) !important;
}
.fill5-border {
  border-color: var(--fill5) !important;
}
.fill5-fill {
  fill: var(--fill5) !important;
}

.fill6 {
  background: var(--fill6) !important;
}
.fill6-color {
  color: var(--fill6) !important;
}
.fill6-border {
  border-color: var(--fill6) !important;
}
.fill6-fill {
  fill: var(--fill6) !important;
}

.fill7 {
  background: var(--fill7) !important;
}
.fill7-color {
  color: var(--fill7) !important;
}
.fill7-border {
  border-color: var(--fill7) !important;
}
.fill7-fill {
  fill: var(--fill7) !important;
}

.fill8 {
  background: var(--fill8) !important;
}
.fill8-color {
  color: var(--fill8) !important;
}
.fill8-border {
  border-color: var(--fill8) !important;
}
.fill8-fill {
  fill: var(--fill8) !important;
}

.fill-special-1 {
  background: var(--fill-special1) !important;
}
.fill-special-1-color {
  color: var(--fill-special1) !important;
}
.fill-special-1-border {
  border-color: var(--fill-special1) !important;
}
.fill-special-1-fill {
  fill: var(--fill-special1) !important;
}

.fill-special-2 {
  background: var(--fill-special2) !important;
}
.fill-special-2-color {
  color: var(--fill-special2) !important;
}
.fill-special-2-border {
  border-color: var(--fill-special2) !important;
}
.fill-special-2-fill {
  fill: var(--fill-special2) !important;
}

.fill-special-3 {
  background: var(--fill-special3) !important;
}
.fill-special-3-color {
  color: var(--fill-special3) !important;
}
.fill-special-3-border {
  border-color: var(--fill-special3) !important;
}
.fill-special-3-fill {
  fill: var(--fill-special3) !important;
}

.fill-special-4 {
  background: var(--fill-special4) !important;
}
.fill-special-4-color {
  color: var(--fill-special4) !important;
}
.fill-special-4-border {
  border-color: var(--fill-special4) !important;
}
.fill-special-4-fill {
  fill: var(--fill-special4) !important;
}

.fill-special-5 {
  background: var(--fill-special5) !important;
}
.fill-special-5-color {
  color: var(--fill-special5) !important;
}
.fill-special-5-border {
  border-color: var(--fill-special5) !important;
}
.fill-special-5-fill {
  fill: var(--fill-special5) !important;
}

.fill-white {
  background: var(--fill-white) !important;
}
.fill-white-color {
  color: var(--fill-white) !important;
}
.fill-white-border {
  border-color: var(--fill-white) !important;
}
.fill-white-fill {
  fill: var(--fill-white) !important;
}

.fill-warning {
  background: var(--fill-warning) !important;
}
.fill-warning-color {
  color: var(--fill-warning) !important;
}
.fill-warning-border {
  border-color: var(--fill-warning) !important;
}
.fill-warning-fill {
  fill: var(--fill-warning) !important;
}

.fill-success {
  background: var(--fill-success) !important;
}
.fill-success-color {
  color: var(--fill-success) !important;
}
.fill-success-border {
  border-color: var(--fill-success) !important;
}
.fill-success-fill {
  fill: var(--fill-success) !important;
}

.fill-danger {
  background: var(--fill-danger) !important;
}
.fill-danger-color {
  color: var(--fill-danger) !important;
}
.fill-danger-border {
  border-color: var(--fill-danger) !important;
}
.fill-danger-fill {
  fill: var(--fill-danger) !important;
}

.fill-primary {
  background: var(--fill-primary) !important;
}
.fill-primary-color {
  color: var(--fill-primary) !important;
}
.fill-primary-border {
  border-color: var(--fill-primary) !important;
}
.fill-primary-fill {
  fill: var(--fill-primary) !important;
}

.outline1 {
  background: var(--outline1) !important;
}
.outline1-color {
  color: var(--outline1) !important;
}
.outline1-border {
  border-color: var(--outline1) !important;
}
.outline1-fill {
  fill: var(--outline1) !important;
}

.outline2 {
  background: var(--outline2) !important;
}
.outline2-color {
  color: var(--outline2) !important;
}
.outline2-border {
  border-color: var(--outline2) !important;
}
.outline2-fill {
  fill: var(--outline2) !important;
}

.outline3 {
  background: var(--outline3) !important;
}
.outline3-color {
  color: var(--outline3) !important;
}
.outline3-border {
  border-color: var(--outline3) !important;
}
.outline3-fill {
  fill: var(--outline3) !important;
}

.outline4 {
  background: var(--outline4) !important;
}
.outline4-color {
  color: var(--outline4) !important;
}
.outline4-border {
  border-color: var(--outline4) !important;
}
.outline4-fill {
  fill: var(--outline4) !important;
}

.outline5 {
  background: var(--outline5) !important;
}
.outline5-color {
  color: var(--outline5) !important;
}
.outline5-border {
  border-color: var(--outline5) !important;
}
.outline5-fill {
  fill: var(--outline5) !important;
}

.outline6 {
  background: var(--outline6) !important;
}
.outline6-color {
  color: var(--outline6) !important;
}
.outline6-border {
  border-color: var(--outline6) !important;
}
.outline6-fill {
  fill: var(--outline6) !important;
}

.outline7 {
  background: var(--outline7) !important;
}
.outline7-color {
  color: var(--outline7) !important;
}
.outline7-border {
  border-color: var(--outline7) !important;
}
.outline7-fill {
  fill: var(--outline7) !important;
}

.outline8 {
  background: var(--outline8) !important;
}
.outline8-color {
  color: var(--outline8) !important;
}
.outline8-border {
  border-color: var(--outline8) !important;
}
.outline8-fill {
  fill: var(--outline8) !important;
}

.outline9 {
  background: var(--outline9) !important;
}
.outline9-color {
  color: var(--outline9) !important;
}
.outline9-border {
  border-color: var(--outline9) !important;
}
.outline9-fill {
  fill: var(--outline9) !important;
}

.color-border:not(.panel),
.ngx-datatable.aw-table.color-border {
  box-shadow: inset 3px 0px 0px var(--outline8) !important;
}
.color-border:not(.panel).outline1-box-shadow,
.ngx-datatable.aw-table.color-border.outline1-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline1) !important;
}
.color-border:not(.panel).outline2-box-shadow,
.ngx-datatable.aw-table.color-border.outline2-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline2) !important;
}
.color-border:not(.panel).outline3-box-shadow,
.ngx-datatable.aw-table.color-border.outline3-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline3) !important;
}
.color-border:not(.panel).outline4-box-shadow,
.ngx-datatable.aw-table.color-border.outline4-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline4) !important;
}
.color-border:not(.panel).outline5-box-shadow,
.ngx-datatable.aw-table.color-border.outline5-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline5) !important;
}
.color-border:not(.panel).outline6-box-shadow,
.ngx-datatable.aw-table.color-border.outline6-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline6) !important;
}
.color-border:not(.panel).outline7-box-shadow,
.ngx-datatable.aw-table.color-border.outline7-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline7) !important;
}
.color-border:not(.panel).outline8-box-shadow,
.ngx-datatable.aw-table.color-border.outline8-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline8) !important;
}
.color-border:not(.panel).outline9-box-shadow,
.ngx-datatable.aw-table.color-border.outline9-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline9) !important;
}

.aw-wcag-table.color-border {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline1-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline2-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline3-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline4-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline5-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline6-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline7-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline8-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--wcag-datatable-main-box-shadow);
}
.aw-wcag-table.color-border.outline9-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--wcag-datatable-main-box-shadow);
}

.aw-collapsible.color-border {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline1-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline1-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline1), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline2-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline2), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline3-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline3), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline4-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline4), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline5-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline5), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline6-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline6), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline7-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline7), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline8-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline8), var(--z-depth-24-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--collapsible-box-shadow);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-1 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-1-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-2 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-2-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-3 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-3-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-4 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-4-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-6 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-6-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-8 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-8-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-16 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-16-box-s);
}
.aw-collapsible.color-border.outline9-box-shadow.z-depth-24 {
  box-shadow: inset 3px 0px 0px var(--outline9), var(--z-depth-24-box-s);
}

[dir=rtl] .color-border:not(.panel),
[dir=rtl] .ngx-datatable.aw-table.color-border {
  box-shadow: inset -3px 0px 0px var(--outline8) !important;
}
[dir=rtl] .color-border:not(.panel).outline1-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline1-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline1) !important;
}
[dir=rtl] .color-border:not(.panel).outline2-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline2-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline2) !important;
}
[dir=rtl] .color-border:not(.panel).outline3-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline3-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline3) !important;
}
[dir=rtl] .color-border:not(.panel).outline4-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline4-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline4) !important;
}
[dir=rtl] .color-border:not(.panel).outline5-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline5-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline5) !important;
}
[dir=rtl] .color-border:not(.panel).outline6-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline6-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline6) !important;
}
[dir=rtl] .color-border:not(.panel).outline7-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline7-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline7) !important;
}
[dir=rtl] .color-border:not(.panel).outline8-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline8-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline8) !important;
}
[dir=rtl] .color-border:not(.panel).outline9-box-shadow,
[dir=rtl] .ngx-datatable.aw-table.color-border.outline9-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline9) !important;
}
[dir=rtl] .aw-wcag-table.color-border {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline1-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline2-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline3-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline4-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline5-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline6-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline7-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline8-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-wcag-table.color-border.outline9-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--wcag-datatable-main-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline1-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline1), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline2-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline2), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline3-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline3), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline4-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline4), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline5-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline5), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline6-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline6), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline7-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline7), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline8-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline8), var(--z-depth-24-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--collapsible-box-shadow);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-1 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-1-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-2 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-2-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-3 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-3-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-4 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-4-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-6 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-6-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-8 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-8-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-16 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-16-box-s);
}
[dir=rtl] .aw-collapsible.color-border.outline9-box-shadow.z-depth-24 {
  box-shadow: inset -3px 0px 0px var(--outline9), var(--z-depth-24-box-s);
}

.background1 {
  background: var(--background1) !important;
}

.background2 {
  background: var(--background2) !important;
}

.background3 {
  background: var(--background3) !important;
}

.background4 {
  background: var(--background4) !important;
}

.background5 {
  background: var(--background5) !important;
}

@property --stroke-color {
  syntax: "*";
  inherits: false;
}
.stroke-1 {
  border-color: var(--stroke1) !important;
}

.panel.stroke-1 {
  --stroke-color: var(--stroke1);
}

.stroke-2 {
  border-color: var(--stroke2) !important;
}

.panel.stroke-2 {
  --stroke-color: var(--stroke2);
}

.stroke-3 {
  border-color: var(--stroke3) !important;
}

.panel.stroke-3 {
  --stroke-color: var(--stroke3);
}

.stroke-4 {
  border-color: var(--stroke4) !important;
}

.panel.stroke-4 {
  --stroke-color: var(--stroke4);
}

.stroke-5 {
  border-color: var(--stroke5) !important;
}

.panel.stroke-5 {
  --stroke-color: var(--stroke5);
}

.stroke-6 {
  border-color: var(--stroke6) !important;
}

.panel.stroke-6 {
  --stroke-color: var(--stroke6);
}

.stroke-7 {
  border-color: var(--stroke7) !important;
}

.panel.stroke-7 {
  --stroke-color: var(--stroke7);
}

.stroke-8 {
  border-color: var(--stroke8) !important;
}

.panel.stroke-8 {
  --stroke-color: var(--stroke8);
}

.stroke-warning-2 {
  border-color: var(--stroke-warning-2) !important;
}

.panel.stroke-warning-2 {
  --stroke-color: var(--stroke-warning-2);
}

.stroke-success-2 {
  border-color: var(--stroke-success-2) !important;
}

.panel.stroke-success-2 {
  --stroke-color: var(--stroke-success-2);
}

.stroke-danger-2 {
  border-color: var(--stroke-danger-2) !important;
}

.panel.stroke-danger-2 {
  --stroke-color: var(--stroke-danger-2);
}

.stroke-primary-2 {
  border-color: var(--stroke-primary-2) !important;
}

.panel.stroke-primary-2 {
  --stroke-color: var(--stroke-primary-2);
}

.text1 {
  color: var(--text1) !important;
}

.text2 {
  color: var(--text2) !important;
}

.text3 {
  color: var(--text3) !important;
}

.text4 {
  color: var(--text4) !important;
}

.text5 {
  color: var(--text5) !important;
}

.text6 {
  color: var(--text6) !important;
}

.text7 {
  color: var(--text7) !important;
}

.text8 {
  color: var(--text8) !important;
}

.text9 {
  color: var(--text9) !important;
}

.text10 {
  color: var(--text10) !important;
}

.text11 {
  color: var(--text11) !important;
}

.text-warning {
  color: var(--text-warning) !important;
}

.text-success {
  color: var(--text-success) !important;
}

.text-danger {
  color: var(--text-danger) !important;
}

.text-primary {
  color: var(--text-primary) !important;
}

.text-warning-2 {
  color: var(--text-warning-2) !important;
}

.text-success-2 {
  color: var(--text-success-2) !important;
}

.text-danger-2 {
  color: var(--text-danger-2) !important;
}

.text-primary-2 {
  color: var(--text-primary-2) !important;
}

.text-white {
  color: var(--text-white) !important;
}

.text-black {
  color: var(--text-black) !important;
}

.zebra {
  background-color: var(--zebra) !important;
}

.shade-03 {
  background-color: var(--shade-03) !important;
}

.tint-03 {
  background-color: var(--tint-03) !important;
}

.shade-05 {
  background-color: var(--shade-05) !important;
}

.tint-05 {
  background-color: var(--tint-05) !important;
}

.shade-07 {
  background-color: var(--shade-07) !important;
}

.tint-07 {
  background-color: var(--tint-07) !important;
}

.shade-10 {
  background-color: var(--shade-10) !important;
}

.tint-10 {
  background-color: var(--tint-10) !important;
}

.shade-15 {
  background-color: var(--shade-15) !important;
}

.tint-15 {
  background-color: var(--tint-15) !important;
}

.shade-17 {
  background-color: var(--shade-17) !important;
}

.tint-17 {
  background-color: var(--tint-17) !important;
}

.shade-25 {
  background-color: var(--shade-25) !important;
}

.tint-25 {
  background-color: var(--tint-25) !important;
}

.shade-30 {
  background-color: var(--shade-30) !important;
}

.tint-30 {
  background-color: var(--tint-30) !important;
}

.shade-40 {
  background-color: var(--shade-40) !important;
}

.tint-40 {
  background-color: var(--tint-40) !important;
}

.shade-85 {
  background-color: var(--shade-85) !important;
}

.tint-85 {
  background-color: var(--tint-85) !important;
}

.shades {
  background-color: var(--shades) !important;
}

.shades-text {
  color: var(--shades) !important;
}
.shades-text svg {
  fill: var(--shades) !important;
}
.shades-text.circle-graphics {
  border-color: var(--shades) !important;
}

.primary {
  background-color: var(--primary) !important;
}

.primary-text {
  color: var(--primary) !important;
}
.primary-text svg {
  fill: var(--primary) !important;
}
.primary-text.circle-graphics {
  border-color: var(--primary) !important;
}

.primary-hover {
  background-color: var(--primary-hover) !important;
}

.primary-hover-text {
  color: var(--primary-hover) !important;
}
.primary-hover-text svg {
  fill: var(--primary-hover) !important;
}
.primary-hover-text.circle-graphics {
  border-color: var(--primary-hover) !important;
}

.primary-focus {
  background-color: var(--primary-focus) !important;
}

.primary-focus-text {
  color: var(--primary-focus) !important;
}
.primary-focus-text svg {
  fill: var(--primary-focus) !important;
}
.primary-focus-text.circle-graphics {
  border-color: var(--primary-focus) !important;
}

.gray-background {
  background-color: var(--gray-background) !important;
}

.gray-background-text {
  color: var(--gray-background) !important;
}
.gray-background-text svg {
  fill: var(--gray-background) !important;
}
.gray-background-text.circle-graphics {
  border-color: var(--gray-background) !important;
}

.gray-light {
  background-color: var(--gray-light) !important;
}

.gray-light-text {
  color: var(--gray-light) !important;
}
.gray-light-text svg {
  fill: var(--gray-light) !important;
}
.gray-light-text.circle-graphics {
  border-color: var(--gray-light) !important;
}

.gray-mid {
  background-color: var(--gray-mid) !important;
}

.gray-mid-text {
  color: var(--gray-mid) !important;
}
.gray-mid-text svg {
  fill: var(--gray-mid) !important;
}
.gray-mid-text.circle-graphics {
  border-color: var(--gray-mid) !important;
}

.gray-dark {
  background-color: var(--gray-dark) !important;
}

.gray-dark-text {
  color: var(--gray-dark) !important;
}
.gray-dark-text svg {
  fill: var(--gray-dark) !important;
}
.gray-dark-text.circle-graphics {
  border-color: var(--gray-dark) !important;
}

.success {
  background-color: var(--success) !important;
}

.success-text {
  color: var(--success) !important;
}
.success-text svg {
  fill: var(--success) !important;
}
.success-text.circle-graphics {
  border-color: var(--success) !important;
}

.success-hover {
  background-color: var(--success-hover) !important;
}

.success-hover-text {
  color: var(--success-hover) !important;
}
.success-hover-text svg {
  fill: var(--success-hover) !important;
}
.success-hover-text.circle-graphics {
  border-color: var(--success-hover) !important;
}

.success-focus {
  background-color: var(--success-focus) !important;
}

.success-focus-text {
  color: var(--success-focus) !important;
}
.success-focus-text svg {
  fill: var(--success-focus) !important;
}
.success-focus-text.circle-graphics {
  border-color: var(--success-focus) !important;
}

.warning {
  background-color: var(--warning) !important;
}

.warning-text {
  color: var(--warning) !important;
}
.warning-text svg {
  fill: var(--warning) !important;
}
.warning-text.circle-graphics {
  border-color: var(--warning) !important;
}

.warning-hover {
  background-color: var(--warning-hover) !important;
}

.warning-hover-text {
  color: var(--warning-hover) !important;
}
.warning-hover-text svg {
  fill: var(--warning-hover) !important;
}
.warning-hover-text.circle-graphics {
  border-color: var(--warning-hover) !important;
}

.warning-focus {
  background-color: var(--warning-focus) !important;
}

.warning-focus-text {
  color: var(--warning-focus) !important;
}
.warning-focus-text svg {
  fill: var(--warning-focus) !important;
}
.warning-focus-text.circle-graphics {
  border-color: var(--warning-focus) !important;
}

.danger {
  background-color: var(--danger) !important;
}

.danger-text {
  color: var(--danger) !important;
}
.danger-text svg {
  fill: var(--danger) !important;
}
.danger-text.circle-graphics {
  border-color: var(--danger) !important;
}

.danger-hover {
  background-color: var(--danger-hover) !important;
}

.danger-hover-text {
  color: var(--danger-hover) !important;
}
.danger-hover-text svg {
  fill: var(--danger-hover) !important;
}
.danger-hover-text.circle-graphics {
  border-color: var(--danger-hover) !important;
}

.danger-focus {
  background-color: var(--danger-focus) !important;
}

.danger-focus-text {
  color: var(--danger-focus) !important;
}
.danger-focus-text svg {
  fill: var(--danger-focus) !important;
}
.danger-focus-text.circle-graphics {
  border-color: var(--danger-focus) !important;
}

.pink {
  background-color: var(--pink) !important;
}

.pink-text {
  color: var(--pink) !important;
}
.pink-text svg {
  fill: var(--pink) !important;
}
.pink-text.circle-graphics {
  border-color: var(--pink) !important;
}

.cherry {
  background-color: var(--cherry) !important;
}

.cherry-text {
  color: var(--cherry) !important;
}
.cherry-text svg {
  fill: var(--cherry) !important;
}
.cherry-text.circle-graphics {
  border-color: var(--cherry) !important;
}

.purple {
  background-color: var(--purple) !important;
}

.purple-text {
  color: var(--purple) !important;
}
.purple-text svg {
  fill: var(--purple) !important;
}
.purple-text.circle-graphics {
  border-color: var(--purple) !important;
}

.deep-purple {
  background-color: var(--deep-purple) !important;
}

.deep-purple-text {
  color: var(--deep-purple) !important;
}
.deep-purple-text svg {
  fill: var(--deep-purple) !important;
}
.deep-purple-text.circle-graphics {
  border-color: var(--deep-purple) !important;
}

.indigo {
  background-color: var(--indigo) !important;
}

.indigo-text {
  color: var(--indigo) !important;
}
.indigo-text svg {
  fill: var(--indigo) !important;
}
.indigo-text.circle-graphics {
  border-color: var(--indigo) !important;
}

.light-blue {
  background-color: var(--light-blue) !important;
}

.light-blue-text {
  color: var(--light-blue) !important;
}
.light-blue-text svg {
  fill: var(--light-blue) !important;
}
.light-blue-text.circle-graphics {
  border-color: var(--light-blue) !important;
}

.teal {
  background-color: var(--teal) !important;
}

.teal-text {
  color: var(--teal) !important;
}
.teal-text svg {
  fill: var(--teal) !important;
}
.teal-text.circle-graphics {
  border-color: var(--teal) !important;
}

.green {
  background-color: var(--green) !important;
}

.green-text {
  color: var(--green) !important;
}
.green-text svg {
  fill: var(--green) !important;
}
.green-text.circle-graphics {
  border-color: var(--green) !important;
}

.lime {
  background-color: var(--lime) !important;
}

.lime-text {
  color: var(--lime) !important;
}
.lime-text svg {
  fill: var(--lime) !important;
}
.lime-text.circle-graphics {
  border-color: var(--lime) !important;
}

.yellow {
  background-color: var(--yellow) !important;
}

.yellow-text {
  color: var(--yellow) !important;
}
.yellow-text svg {
  fill: var(--yellow) !important;
}
.yellow-text.circle-graphics {
  border-color: var(--yellow) !important;
}

.orange {
  background-color: var(--orange) !important;
}

.orange-text {
  color: var(--orange) !important;
}
.orange-text svg {
  fill: var(--orange) !important;
}
.orange-text.circle-graphics {
  border-color: var(--orange) !important;
}

.blue-grey {
  background-color: var(--blue-grey) !important;
}

.blue-grey-text {
  color: var(--blue-grey) !important;
}
.blue-grey-text svg {
  fill: var(--blue-grey) !important;
}
.blue-grey-text.circle-graphics {
  border-color: var(--blue-grey) !important;
}

.blue {
  background-color: var(--blue) !important;
}

.blue-text {
  color: var(--blue) !important;
}
.blue-text svg {
  fill: var(--blue) !important;
}
.blue-text.circle-graphics {
  border-color: var(--blue) !important;
}

.primary-light {
  background-color: var(--primary-light) !important;
}

.primary-light-text {
  color: var(--primary-light) !important;
}
.primary-light-text svg {
  fill: var(--primary-light) !important;
}
.primary-light-text.circle-graphics {
  border-color: var(--primary-light) !important;
}

.tertiary {
  background-color: var(--tertiary) !important;
}

.tertiary-text {
  color: var(--tertiary) !important;
}
.tertiary-text svg {
  fill: var(--tertiary) !important;
}
.tertiary-text.circle-graphics {
  border-color: var(--tertiary) !important;
}

.white {
  background-color: var(--white) !important;
}

.white-text {
  color: var(--white) !important;
}
.white-text svg {
  fill: var(--white) !important;
}
.white-text.circle-graphics {
  border-color: var(--white) !important;
}

.black {
  background-color: var(--black) !important;
}

.black-text {
  color: var(--black) !important;
}
.black-text svg {
  fill: var(--black) !important;
}
.black-text.circle-graphics {
  border-color: var(--black) !important;
}

.transparent {
  background-color: var(--transparent) !important;
}

.transparent-text {
  color: var(--transparent) !important;
}
.transparent-text svg {
  fill: var(--transparent) !important;
}
.transparent-text.circle-graphics {
  border-color: var(--transparent) !important;
}

.neutral1 {
  background-color: var(--neutral1) !important;
}

.neutral1-text {
  color: var(--neutral1) !important;
}
.neutral1-text svg {
  fill: var(--neutral1) !important;
}
.neutral1-text.circle-graphics {
  border-color: var(--neutral1) !important;
}

.neutral2 {
  background-color: var(--neutral2) !important;
}

.neutral2-text {
  color: var(--neutral2) !important;
}
.neutral2-text svg {
  fill: var(--neutral2) !important;
}
.neutral2-text.circle-graphics {
  border-color: var(--neutral2) !important;
}

.neutral3 {
  background-color: var(--neutral3) !important;
}

.neutral3-text {
  color: var(--neutral3) !important;
}
.neutral3-text svg {
  fill: var(--neutral3) !important;
}
.neutral3-text.circle-graphics {
  border-color: var(--neutral3) !important;
}

.neutral4 {
  background-color: var(--neutral4) !important;
}

.neutral4-text {
  color: var(--neutral4) !important;
}
.neutral4-text svg {
  fill: var(--neutral4) !important;
}
.neutral4-text.circle-graphics {
  border-color: var(--neutral4) !important;
}

.neutral5 {
  background-color: var(--neutral5) !important;
}

.neutral5-text {
  color: var(--neutral5) !important;
}
.neutral5-text svg {
  fill: var(--neutral5) !important;
}
.neutral5-text.circle-graphics {
  border-color: var(--neutral5) !important;
}

.neutral6 {
  background-color: var(--neutral6) !important;
}

.neutral6-text {
  color: var(--neutral6) !important;
}
.neutral6-text svg {
  fill: var(--neutral6) !important;
}
.neutral6-text.circle-graphics {
  border-color: var(--neutral6) !important;
}

.neutral7 {
  background-color: var(--neutral7) !important;
}

.neutral7-text {
  color: var(--neutral7) !important;
}
.neutral7-text svg {
  fill: var(--neutral7) !important;
}
.neutral7-text.circle-graphics {
  border-color: var(--neutral7) !important;
}

.neutral8 {
  background-color: var(--neutral8) !important;
}

.neutral8-text {
  color: var(--neutral8) !important;
}
.neutral8-text svg {
  fill: var(--neutral8) !important;
}
.neutral8-text.circle-graphics {
  border-color: var(--neutral8) !important;
}

.neutral9 {
  background-color: var(--neutral9) !important;
}

.neutral9-text {
  color: var(--neutral9) !important;
}
.neutral9-text svg {
  fill: var(--neutral9) !important;
}
.neutral9-text.circle-graphics {
  border-color: var(--neutral9) !important;
}

.hue1 {
  background-color: var(--hue1) !important;
}

.hue1-text {
  color: var(--hue1) !important;
}
.hue1-text svg {
  fill: var(--hue1) !important;
}
.hue1-text.circle-graphics {
  border-color: var(--hue1) !important;
}

.hue2 {
  background-color: var(--hue2) !important;
}

.hue2-text {
  color: var(--hue2) !important;
}
.hue2-text svg {
  fill: var(--hue2) !important;
}
.hue2-text.circle-graphics {
  border-color: var(--hue2) !important;
}

.hue3 {
  background-color: var(--hue3) !important;
}

.hue3-text {
  color: var(--hue3) !important;
}
.hue3-text svg {
  fill: var(--hue3) !important;
}
.hue3-text.circle-graphics {
  border-color: var(--hue3) !important;
}

.hue4 {
  background-color: var(--hue4) !important;
}

.hue4-text {
  color: var(--hue4) !important;
}
.hue4-text svg {
  fill: var(--hue4) !important;
}
.hue4-text.circle-graphics {
  border-color: var(--hue4) !important;
}

.hue5 {
  background-color: var(--hue5) !important;
}

.hue5-text {
  color: var(--hue5) !important;
}
.hue5-text svg {
  fill: var(--hue5) !important;
}
.hue5-text.circle-graphics {
  border-color: var(--hue5) !important;
}

.hue6 {
  background-color: var(--hue6) !important;
}

.hue6-text {
  color: var(--hue6) !important;
}
.hue6-text svg {
  fill: var(--hue6) !important;
}
.hue6-text.circle-graphics {
  border-color: var(--hue6) !important;
}

.hue7 {
  background-color: var(--hue7) !important;
}

.hue7-text {
  color: var(--hue7) !important;
}
.hue7-text svg {
  fill: var(--hue7) !important;
}
.hue7-text.circle-graphics {
  border-color: var(--hue7) !important;
}

.hue8 {
  background-color: var(--hue8) !important;
}

.hue8-text {
  color: var(--hue8) !important;
}
.hue8-text svg {
  fill: var(--hue8) !important;
}
.hue8-text.circle-graphics {
  border-color: var(--hue8) !important;
}

.hue9 {
  background-color: var(--hue9) !important;
}

.hue9-text {
  color: var(--hue9) !important;
}
.hue9-text svg {
  fill: var(--hue9) !important;
}
.hue9-text.circle-graphics {
  border-color: var(--hue9) !important;
}

.hue10 {
  background-color: var(--hue10) !important;
}

.hue10-text {
  color: var(--hue10) !important;
}
.hue10-text svg {
  fill: var(--hue10) !important;
}
.hue10-text.circle-graphics {
  border-color: var(--hue10) !important;
}

.hue11 {
  background-color: var(--hue11) !important;
}

.hue11-text {
  color: var(--hue11) !important;
}
.hue11-text svg {
  fill: var(--hue11) !important;
}
.hue11-text.circle-graphics {
  border-color: var(--hue11) !important;
}

.hue12 {
  background-color: var(--hue12) !important;
}

.hue12-text {
  color: var(--hue12) !important;
}
.hue12-text svg {
  fill: var(--hue12) !important;
}
.hue12-text.circle-graphics {
  border-color: var(--hue12) !important;
}

.hue13 {
  background-color: var(--hue13) !important;
}

.hue13-text {
  color: var(--hue13) !important;
}
.hue13-text svg {
  fill: var(--hue13) !important;
}
.hue13-text.circle-graphics {
  border-color: var(--hue13) !important;
}

.primary-2 {
  background-color: var(--primary-2) !important;
}

.primary-2-text {
  color: var(--primary-2) !important;
}
.primary-2-text svg {
  fill: var(--primary-2) !important;
}
.primary-2-text.circle-graphics {
  border-color: var(--primary-2) !important;
}

.success-2 {
  background-color: var(--success-2) !important;
}

.success-2-text {
  color: var(--success-2) !important;
}
.success-2-text svg {
  fill: var(--success-2) !important;
}
.success-2-text.circle-graphics {
  border-color: var(--success-2) !important;
}

.warning-2 {
  background-color: var(--warning-2) !important;
}

.warning-2-text {
  color: var(--warning-2) !important;
}
.warning-2-text svg {
  fill: var(--warning-2) !important;
}
.warning-2-text.circle-graphics {
  border-color: var(--warning-2) !important;
}

.danger-2 {
  background-color: var(--danger-2) !important;
}

.danger-2-text {
  color: var(--danger-2) !important;
}
.danger-2-text svg {
  fill: var(--danger-2) !important;
}
.danger-2-text.circle-graphics {
  border-color: var(--danger-2) !important;
}

.tenant {
  background-color: var(--tenant) !important;
}

.tenant-text {
  color: var(--tenant) !important;
}
.tenant-text svg {
  fill: var(--tenant) !important;
}
.tenant-text.circle-graphics {
  border-color: var(--tenant) !important;
}

.gradient-vertical-1 {
  background-color: var(--vert1-gradient-color-from) !important;
  background: linear-gradient(to bottom, var(--vert1-gradient-color-from) 0%, var(--vert1-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--vert1-gradient-color-from)', endColorstr='var(--vert1-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-horizontal-1 {
  background-color: var(--hor1-gradient-color-from) !important;
  background: linear-gradient(to right, var(--hor1-gradient-color-from) 0%, var(--hor1-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hor1-gradient-color-from)', endColorstr='var(--hor1-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-diagonal-1 {
  background-color: var(--diag1-gradient-color-from) !important;
  background: linear-gradient(135deg, var(--diag1-gradient-color-from) 0%, var(--diag1-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag1-gradient-color-from)', endColorstr='var(--diag1-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-vertical-2 {
  background-color: var(--vert2-gradient-color-from) !important;
  background: linear-gradient(to bottom, var(--vert2-gradient-color-from) 0%, var(--vert2-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--vert2-gradient-color-from)', endColorstr='var(--vert2-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-horizontal-2 {
  background-color: var(--hor2-gradient-color-from) !important;
  background: linear-gradient(to right, var(--hor2-gradient-color-from) 0%, var(--hor2-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hor2-gradient-color-from)', endColorstr='var(--hor2-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-diagonal-2 {
  background-color: var(--diag2-gradient-color-from) !important;
  background: linear-gradient(135deg, var(--diag2-gradient-color-from) 0%, var(--diag2-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag2-gradient-color-from)', endColorstr='var(--diag2-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-vertical-3 {
  background-color: var(--diag3-gradient-color-from) !important;
  background: linear-gradient(to bottom, var(--diag3-gradient-color-from) 0%, var(--diag3-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag3-gradient-color-from)', endColorstr='var(--diag3-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-horizontal-3 {
  background-color: var(--hor3-gradient-color-from) !important;
  background: linear-gradient(to right, var(--hor3-gradient-color-from) 0%, var(--hor3-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hor3-gradient-color-from)', endColorstr='var(--hor3-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-diagonal-3 {
  background-color: var(--diag3-gradient-color-from) !important;
  background: linear-gradient(135deg, var(--diag3-gradient-color-from) 0%, var(--diag3-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag3-gradient-color-from)', endColorstr='var(--diag3-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-vertical-4 {
  background-color: var(--vert4-gradient-color-from) !important;
  background: linear-gradient(to bottom, var(--vert4-gradient-color-from) 0%, var(--vert4-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--vert4-gradient-color-from)', endColorstr='var(--vert4-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-horizontal-4 {
  background-color: var(--hor4-gradient-color-from) !important;
  background: linear-gradient(to right, var(--hor4-gradient-color-from) 0%, var(--hor4-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hor4-gradient-color-from)', endColorstr='var(--hor4-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-diagonal-4 {
  background-color: var(--diag4-gradient-color-from) !important;
  background: linear-gradient(135deg, var(--diag4-gradient-color-from) 0%, var(--diag4-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag4-gradient-color-from)', endColorstr='var(--diag4-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-vertical-5 {
  background-color: var(--vert5-gradient-color-from) !important;
  background: linear-gradient(to bottom, var(--vert5-gradient-color-from) 0%, var(--vert5-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--vert5-gradient-color-from)', endColorstr='var(--vert5-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-horizontal-5 {
  background-color: var(--hor5-gradient-color-from) !important;
  background: linear-gradient(to right, var(--hor5-gradient-color-from) 0%, var(--hor5-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hor5-gradient-color-from)', endColorstr='var(--hor5-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-diagonal-5 {
  background-color: var(--diag5-gradient-color-from) !important;
  background: linear-gradient(135deg, var(--diag5-gradient-color-from) 0%, var(--diag5-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag5-gradient-color-from)', endColorstr='var(--diag5-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-vertical-6 {
  background-color: var(--vert6-gradient-color-from) !important;
  background: linear-gradient(to bottom, var(--vert6-gradient-color-from) 0%, var(--vert6-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--vert6-gradient-color-from)', endColorstr='var(--vert6-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-horizontal-6 {
  background-color: var(--hor6-gradient-color-from) !important;
  background: linear-gradient(to right, var(--hor6-gradient-color-from) 0%, var(--hor6-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--hor6-gradient-color-from)', endColorstr='var(--hor6-gradient-color-to)',GradientType=1 ) !important;
}

.gradient-diagonal-6 {
  background-color: var(--diag6-gradient-color-from) !important;
  background: linear-gradient(135deg, var(--diag6-gradient-color-from) 0%, var(--diag6-gradient-color-to) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--diag6-gradient-color-from)', endColorstr='var(--diag6-gradient-color-to)',GradientType=1 ) !important;
}

html {
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-family);
  font-size: var(--html-font-size);
  font-weight: var(--html-font-weight);
  line-height: var(--html-line-height);
}

.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 {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container .cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-container .cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-overlay-container .cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-overlay-container > * {
  transition: none;
}

.cdk-overlay-pane {
  animation: slideDown 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-pane .mat-datepicker-popup {
  max-width: calc(100% - 2rem) !important;
}

[dir=rtl] .rtl-mirroring {
  transform: scale(-1, 1);
}

.theme-dark {
  --font-family: "Open Sans", sans-serif;
  --html-font-size: 1rem;
  --html-font-weight: 400;
  --html-line-height: 1.5rem;
  --typography-margin-bottom-p: 1rem;
  --typography-font-size-h1: 2.5rem;
  --typography-line-height-h1: 3.5rem;
  --typography-font-weight-h1: 600;
  --typography-margin-h1: 0 0 1rem;
  --typography-font-size-h2: 2rem;
  --typography-line-height-h2: 2.75rem;
  --typography-font-weight-h2: 600;
  --typography-margin-h2: 0 0 1rem;
  --typography-font-size-h3: 1.75rem;
  --typography-line-height-h3: 2.25rem;
  --typography-font-weight-h3: 600;
  --typography-margin-h3: 0 0 1rem;
  --typography-font-size-h4: 1.5rem;
  --typography-line-height-h4: 2rem;
  --typography-font-weight-h4: 600;
  --typography-margin-h4: 0 0 1rem;
  --typography-font-size-h5: 1.25rem;
  --typography-line-height-h5: 1.75rem;
  --typography-font-weight-h5: 600;
  --typography-margin-h5: 0 0 1rem;
  --typography-font-size-h6: 1rem;
  --typography-line-height-h6: 1.5rem;
  --typography-font-weight-h6: 600;
  --typography-margin-h6: 0 0 1rem;
  --typography-font-size-display: 3.5rem;
  --typography-line-height-display: 4.75rem;
  --typography-font-weight-display: 300;
  --typography-margin-display: 0 0 1rem;
  --typography-font-size-blockquote: 1.25rem;
  --typography-line-height-blockquote: 2rem;
  --typography-font-weight-blockquote: 400;
  --typography-margin-blockquote: 0;
  --typography-font-size-blockquote-footer: 0.85rem;
  --typography-line-height-blockquote-footer: 1.25rem;
  --typography-font-weight-blockquote-footer: 600;
  --typography-margin-blockquote-footer: 0;
  --typography-font-size-cite: 0.875rem;
  --typography-line-height-cite: 1.25rem;
  --typography-font-weight-cite: 300;
  --typography-font-size-lead: 1.125rem;
  --typography-line-height-lead: 1.125rem;
  --typography-font-weight-lead: 400;
  --typography-font-size-normal: 16px;
  --typography-line-height-normal: 1.5rem;
  --typography-font-weight-normal: 400;
  --typography-font-size-small: 0.875rem;
  --typography-line-height-small: 1.25rem;
  --typography-font-weight-small: 400;
  --typography-font-size-xsmall: 0.75rem;
  --typography-line-height-xsmall: 1rem;
  --typography-font-weight-xsmall: 400;
  --typography-font-weight-heavy: 700;
  --typography-font-weight-bold: 600;
  --typography-font-weight-light: 300;
  --typography-font-weight-extra-light: 200;
  --link-color: var(--primary-2);
  --link-color-hover: var(--primary-2-15);
  --link-color-active: var(--primary-2-15);
  --link-color-visited: var(--primary-2);
  --link-color-visited-hover: var(--primary-2-15);
  --white-link-color: var(--neutral5);
  --white-link-color-hover: var(--neutral5);
  --white-link-color-active: var(--neutral5);
  --white-link-color-visited: var(--neutral5);
  --white-link-color-visited-hover: var(--neutral5);
}

.theme-dark {
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --tenant: #477ef0;
  --tenant-rgb: 71, 126, 240;
  --tenant-3: rgb(76.52, 129.87, 240.45);
  --tenant-5: rgb(80.2, 132.45, 240.75);
  --tenant-10: rgb(89.4, 138.9, 241.5);
  --tenant-15: rgb(98.6, 145.35, 242.25);
  --tenant-17: rgb(102.28, 147.93, 242.55);
  --tenant-20: rgb(107.8, 151.8, 243);
  --tenant-25: rgb(117, 158.25, 243.75);
  --tenant-30: rgb(126.2, 164.7, 244.5);
  --tenant-50: rgb(163, 190.5, 247.5);
  --tenant-shade-3: rgb(68.87, 122.22, 232.8);
  --tenant-shade-5: rgb(67.45, 119.7, 228);
  --tenant-shade-7: rgb(66.03, 117.18, 223.2);
  --tenant-shade-10: rgb(63.9, 113.4, 216);
  --tenant-shade-12: rgb(62.48, 110.88, 211.2);
  --tenant-shade-15: rgb(60.35, 107.1, 204);
  --tenant-shade-25: rgb(53.25, 94.5, 180);
  --tenant-shade-30: rgb(49.7, 88.2, 168);
  --tenant-shade-40: rgb(42.6, 75.6, 144);
  --tenant-shade-50: rgb(35.5, 63, 120);
  --primary: #1774cc;
  --primary-rgb: 23, 116, 204;
  --primary-3: rgb(29.96, 120.17, 205.53);
  --primary-5: rgb(34.6, 122.95, 206.55);
  --primary-10: rgb(46.2, 129.9, 209.1);
  --primary-15: rgb(57.8, 136.85, 211.65);
  --primary-17: rgb(62.44, 139.63, 212.67);
  --primary-20: rgb(69.4, 143.8, 214.2);
  --primary-25: rgb(81, 150.75, 216.75);
  --primary-30: rgb(92.6, 157.7, 219.3);
  --primary-50: rgb(139, 185.5, 229.5);
  --primary-shade-3: rgb(22.31, 112.52, 197.88);
  --primary-shade-5: rgb(21.85, 110.2, 193.8);
  --primary-shade-7: rgb(21.39, 107.88, 189.72);
  --primary-shade-10: rgb(20.7, 104.4, 183.6);
  --primary-shade-12: rgb(20.24, 102.08, 179.52);
  --primary-shade-15: rgb(19.55, 98.6, 173.4);
  --primary-shade-25: rgb(17.25, 87, 153);
  --primary-shade-30: rgb(16.1, 81.2, 142.8);
  --primary-shade-40: rgb(13.8, 69.6, 122.4);
  --primary-shade-50: rgb(11.5, 58, 102);
  --primary-2: #46aff2;
  --primary-2-rgb: 70, 175, 242;
  --primary-2-3: rgb(75.55, 177.4, 242.39);
  --primary-2-5: rgb(79.25, 179, 242.65);
  --primary-2-10: rgb(88.5, 183, 243.3);
  --primary-2-15: rgb(97.75, 187, 243.95);
  --primary-2-17: rgb(101.45, 188.6, 244.21);
  --primary-2-20: rgb(107, 191, 244.6);
  --primary-2-25: rgb(116.25, 195, 245.25);
  --primary-2-30: rgb(125.5, 199, 245.9);
  --primary-2-50: rgb(162.5, 215, 248.5);
  --primary-2-shade-3: rgb(67.9, 169.75, 234.74);
  --primary-2-shade-5: rgb(66.5, 166.25, 229.9);
  --primary-2-shade-7: rgb(65.1, 162.75, 225.06);
  --primary-2-shade-10: rgb(63, 157.5, 217.8);
  --primary-2-shade-12: rgb(61.6, 154, 212.96);
  --primary-2-shade-15: rgb(59.5, 148.75, 205.7);
  --primary-2-shade-25: rgb(52.5, 131.25, 181.5);
  --primary-2-shade-30: rgb(49, 122.5, 169.4);
  --primary-2-shade-40: rgb(42, 105, 145.2);
  --primary-2-shade-50: rgb(35, 87.5, 121);
  --tertiary: #1774cc;
  --tertiary-rgb: 23, 116, 204;
  --tertiary-3: rgb(29.96, 120.17, 205.53);
  --tertiary-5: rgb(34.6, 122.95, 206.55);
  --tertiary-10: rgb(46.2, 129.9, 209.1);
  --tertiary-15: rgb(57.8, 136.85, 211.65);
  --tertiary-17: rgb(62.44, 139.63, 212.67);
  --tertiary-20: rgb(69.4, 143.8, 214.2);
  --tertiary-25: rgb(81, 150.75, 216.75);
  --tertiary-30: rgb(92.6, 157.7, 219.3);
  --tertiary-50: rgb(139, 185.5, 229.5);
  --tertiary-shade-3: rgb(22.31, 112.52, 197.88);
  --tertiary-shade-5: rgb(21.85, 110.2, 193.8);
  --tertiary-shade-7: rgb(21.39, 107.88, 189.72);
  --tertiary-shade-10: rgb(20.7, 104.4, 183.6);
  --tertiary-shade-12: rgb(20.24, 102.08, 179.52);
  --tertiary-shade-15: rgb(19.55, 98.6, 173.4);
  --tertiary-shade-25: rgb(17.25, 87, 153);
  --tertiary-shade-30: rgb(16.1, 81.2, 142.8);
  --tertiary-shade-40: rgb(13.8, 69.6, 122.4);
  --tertiary-shade-50: rgb(11.5, 58, 102);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --orange: #ef9c23;
  --orange-rgb: 239, 156, 35;
  --orange-3: rgb(239.48, 158.97, 41.6);
  --orange-5: rgb(239.8, 160.95, 46);
  --orange-10: rgb(240.6, 165.9, 57);
  --orange-15: rgb(241.4, 170.85, 68);
  --orange-17: rgb(241.72, 172.83, 72.4);
  --orange-20: rgb(242.2, 175.8, 79);
  --orange-25: rgb(243, 180.75, 90);
  --orange-30: rgb(243.8, 185.7, 101);
  --orange-50: rgb(247, 205.5, 145);
  --orange-shade-3: rgb(231.83, 151.32, 33.95);
  --orange-shade-5: rgb(227.05, 148.2, 33.25);
  --orange-shade-7: rgb(222.27, 145.08, 32.55);
  --orange-shade-10: rgb(215.1, 140.4, 31.5);
  --orange-shade-12: rgb(210.32, 137.28, 30.8);
  --orange-shade-15: rgb(203.15, 132.6, 29.75);
  --orange-shade-25: rgb(179.25, 117, 26.25);
  --orange-shade-30: rgb(167.3, 109.2, 24.5);
  --orange-shade-40: rgb(143.4, 93.6, 21);
  --orange-shade-50: rgb(119.5, 78, 17.5);
  --yellow: #fcd54e;
  --yellow-rgb: 252, 213, 78;
  --yellow-3: rgb(252.09, 214.26, 83.31);
  --yellow-5: rgb(252.15, 215.1, 86.85);
  --yellow-10: rgb(252.3, 217.2, 95.7);
  --yellow-15: rgb(252.45, 219.3, 104.55);
  --yellow-17: rgb(252.51, 220.14, 108.09);
  --yellow-20: rgb(252.6, 221.4, 113.4);
  --yellow-25: rgb(252.75, 223.5, 122.25);
  --yellow-30: rgb(252.9, 225.6, 131.1);
  --yellow-50: rgb(253.5, 234, 166.5);
  --yellow-shade-3: rgb(244.44, 206.61, 75.66);
  --yellow-shade-5: rgb(239.4, 202.35, 74.1);
  --yellow-shade-7: rgb(234.36, 198.09, 72.54);
  --yellow-shade-10: rgb(226.8, 191.7, 70.2);
  --yellow-shade-12: rgb(221.76, 187.44, 68.64);
  --yellow-shade-15: rgb(214.2, 181.05, 66.3);
  --yellow-shade-25: rgb(189, 159.75, 58.5);
  --yellow-shade-30: rgb(176.4, 149.1, 54.6);
  --yellow-shade-40: rgb(151.2, 127.8, 46.8);
  --yellow-shade-50: rgb(126, 106.5, 39);
  --gray-dark: #313336;
  --gray-dark-rgb: 49, 51, 54;
  --gray-dark-3: rgb(55.18, 57.12, 60.03);
  --gray-dark-5: rgb(59.3, 61.2, 64.05);
  --gray-dark-10: rgb(69.6, 71.4, 74.1);
  --gray-dark-15: rgb(79.9, 81.6, 84.15);
  --gray-dark-17: rgb(84.02, 85.68, 88.17);
  --gray-dark-20: rgb(90.2, 91.8, 94.2);
  --gray-dark-25: rgb(100.5, 102, 104.25);
  --gray-dark-30: rgb(110.8, 112.2, 114.3);
  --gray-dark-50: rgb(152, 153, 154.5);
  --gray-dark-shade-3: rgb(47.53, 49.47, 52.38);
  --gray-dark-shade-5: rgb(46.55, 48.45, 51.3);
  --gray-dark-shade-7: rgb(45.57, 47.43, 50.22);
  --gray-dark-shade-10: rgb(44.1, 45.9, 48.6);
  --gray-dark-shade-12: rgb(43.12, 44.88, 47.52);
  --gray-dark-shade-15: rgb(41.65, 43.35, 45.9);
  --gray-dark-shade-25: rgb(36.75, 38.25, 40.5);
  --gray-dark-shade-30: rgb(34.3, 35.7, 37.8);
  --gray-dark-shade-40: rgb(29.4, 30.6, 32.4);
  --gray-dark-shade-50: rgb(24.5, 25.5, 27);
  --gray-mid: #5b6b78;
  --gray-mid-rgb: 91, 107, 120;
  --gray-mid-3: rgb(95.92, 111.44, 124.05);
  --gray-mid-5: rgb(99.2, 114.4, 126.75);
  --gray-mid-10: rgb(107.4, 121.8, 133.5);
  --gray-mid-15: rgb(115.6, 129.2, 140.25);
  --gray-mid-17: rgb(118.88, 132.16, 142.95);
  --gray-mid-20: rgb(123.8, 136.6, 147);
  --gray-mid-25: rgb(132, 144, 153.75);
  --gray-mid-30: rgb(140.2, 151.4, 160.5);
  --gray-mid-50: rgb(173, 181, 187.5);
  --gray-mid-shade-3: rgb(88.27, 103.79, 116.4);
  --gray-mid-shade-5: rgb(86.45, 101.65, 114);
  --gray-mid-shade-7: rgb(84.63, 99.51, 111.6);
  --gray-mid-shade-10: rgb(81.9, 96.3, 108);
  --gray-mid-shade-12: rgb(80.08, 94.16, 105.6);
  --gray-mid-shade-15: rgb(77.35, 90.95, 102);
  --gray-mid-shade-25: rgb(68.25, 80.25, 90);
  --gray-mid-shade-30: rgb(63.7, 74.9, 84);
  --gray-mid-shade-40: rgb(54.6, 64.2, 72);
  --gray-mid-shade-50: rgb(45.5, 53.5, 60);
  --focus: #46aff2;
  --focus-rgb: 70, 175, 242;
  --focus-3: rgb(75.55, 177.4, 242.39);
  --focus-5: rgb(79.25, 179, 242.65);
  --focus-10: rgb(88.5, 183, 243.3);
  --focus-15: rgb(97.75, 187, 243.95);
  --focus-17: rgb(101.45, 188.6, 244.21);
  --focus-20: rgb(107, 191, 244.6);
  --focus-25: rgb(116.25, 195, 245.25);
  --focus-30: rgb(125.5, 199, 245.9);
  --focus-50: rgb(162.5, 215, 248.5);
  --focus-shade-3: rgb(67.9, 169.75, 234.74);
  --focus-shade-5: rgb(66.5, 166.25, 229.9);
  --focus-shade-7: rgb(65.1, 162.75, 225.06);
  --focus-shade-10: rgb(63, 157.5, 217.8);
  --focus-shade-12: rgb(61.6, 154, 212.96);
  --focus-shade-15: rgb(59.5, 148.75, 205.7);
  --focus-shade-25: rgb(52.5, 131.25, 181.5);
  --focus-shade-30: rgb(49, 122.5, 169.4);
  --focus-shade-40: rgb(42, 105, 145.2);
  --focus-shade-50: rgb(35, 87.5, 121);
  --text-black: #141414;
  --text-black-rgb: 20, 20, 20;
  --text-black-3: rgb(27.05, 27.05, 27.05);
  --text-black-5: rgb(31.75, 31.75, 31.75);
  --text-black-10: rgb(43.5, 43.5, 43.5);
  --text-black-15: rgb(55.25, 55.25, 55.25);
  --text-black-17: rgb(59.95, 59.95, 59.95);
  --text-black-20: #434343;
  --text-black-25: rgb(78.75, 78.75, 78.75);
  --text-black-30: rgb(90.5, 90.5, 90.5);
  --text-black-50: rgb(137.5, 137.5, 137.5);
  --text-black-shade-3: rgb(19.4, 19.4, 19.4);
  --text-black-shade-5: #131313;
  --text-black-shade-7: rgb(18.6, 18.6, 18.6);
  --text-black-shade-10: #121212;
  --text-black-shade-12: rgb(17.6, 17.6, 17.6);
  --text-black-shade-15: #111111;
  --text-black-shade-25: #0f0f0f;
  --text-black-shade-30: #0e0e0e;
  --text-black-shade-40: #0c0c0c;
  --text-black-shade-50: #0a0a0a;
  --text-white: #ffffff;
  --text-white-rgb: 255, 255, 255;
  --text-white-3: white;
  --text-white-5: white;
  --text-white-10: white;
  --text-white-15: white;
  --text-white-17: white;
  --text-white-20: white;
  --text-white-25: white;
  --text-white-30: white;
  --text-white-50: white;
  --text-white-shade-3: rgb(247.35, 247.35, 247.35);
  --text-white-shade-5: rgb(242.25, 242.25, 242.25);
  --text-white-shade-7: rgb(237.15, 237.15, 237.15);
  --text-white-shade-10: rgb(229.5, 229.5, 229.5);
  --text-white-shade-12: rgb(224.4, 224.4, 224.4);
  --text-white-shade-15: rgb(216.75, 216.75, 216.75);
  --text-white-shade-25: rgb(191.25, 191.25, 191.25);
  --text-white-shade-30: rgb(178.5, 178.5, 178.5);
  --text-white-shade-40: #999999;
  --text-white-shade-50: rgb(127.5, 127.5, 127.5);
}

.theme-dark {
  --white-neutral5-mix-15: white;
  --white-neutral5-mix-30: white;
  --neutral6-neutral2-mix-12: rgb(41.72, 49.8, 57);
  --neutral6-neutral2-mix-24: rgb(48.44, 57.6, 66);
  --white-black-mix-15: rgb(38.25, 38.25, 38.25);
  --black-white-mix-10: rgb(229.5, 229.5, 229.5);
  --black-white-mix-20: #cccccc;
  --neutral5-neutral4-mix-5: rgb(59.3, 67.85, 75.45);
  --neutral5-neutral4-mix-7: rgb(63.42, 71.79, 79.23);
  --neutral6-neutral4-mix-12: rgb(54.04, 63.88, 72.84);
  --black-warning-mix-10: rgb(167.4, 81.9, 2.7);
  --black-danger-mix-10: rgb(195.3, 53.1, 54.9);
  --black-success-mix-10: rgb(0, 123.3, 5.4);
  --black-neutral5-mix-15: rgb(216.75, 216.75, 216.75);
  --black-neutral5-mix-25: rgb(191.25, 191.25, 191.25);
  --white-neutral4-mix-7: rgb(63.42, 71.79, 79.23);
  --white-neutral4-mix-14: rgb(77.84, 85.58, 92.46);
  --primary2-tint-mix-15: rgb(97.75, 187, 243.95);
  --foreground: var(--neutral5);
  --background: var(--neutral1);
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-family);
  font-size: var(--html-font-size);
  font-weight: var(--html-font-weight);
  line-height: var(--html-line-height);
  --aw-layout-top: 0px;
  --aw-layout-right: 0px;
  --aw-layout-bottom: 0px;
  --aw-layout-left: 0px;
  --stepper-progress-display: none;
}

.theme-dark {
  --anchor-bg: transparent;
  --anchor-border-color: var(--neutral7);
  --anchor-color: var(--neutral7);
  --anchor-color-link: var(--neutral5);
  --anchor-border-color-hover: var(--neutral5);
  --anchor-bg-hover: rgba(var(--neutral5-rgb), 0.07);
  --anchor-color-hover: var(--neutral5);
  --anchor-active-color: var(--neutral5);
  --anchor-active-border-color: rgba(var(--primary-rgb), 0.3);
  --anchor-active-bg-color: var(--primary);
  --anchor-active-bg-color-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  --anchor-active-hover-bg-color: var(--primary);
  --anchor-active-hover-bg-color-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  --anchor-active-hover-border-color: var(--primary-shade-30);
  --anchor-focus-display: block;
  --anchor-disabled-border: var(--neutral6);
  --anchor-disabled-bg: var(--neutral6);
  --anchor-disabled-color: var(--neutral5);
  --anchor-border-radius: 3.125rem;
  --anchor-padding: 0.375rem 0.75rem;
  --anchor-icon-fz: 1.5rem;
  --anchor-icon-lh: 1;
  --anchor-active-with-icon-new-pl: 2.25rem;
  --anchor-icon-first-child-ml: -8px;
}

.theme-dark {
  --badge-background: var(--neutral6);
  --badge-border-radius: 4px;
  --badge-padding: 2px 8px;
  --badge-margin-left: 1.625rem;
  --badge-color: var(--neutral5);
  --badge-num-padding: 2px 4px;
  --badge-line-height: 20px;
  --badge-num-border-radius: 100px;
  --badge-num-min-width: 24px;
  --badge-num-height: 24px;
  --badge-xsmall-height: 14px;
  --badge-xsmall-line-height: 12px;
  --badge-xsmall-padding: 1px 2px;
  --badge-xsmall-min-width: 14px;
  --badge-small-height: 18px;
  --badge-small-line-height: 16px;
  --badge-small-padding: 1px 4px;
  --badge-small-min-width: 18px;
  --badge-large-line-height: 20px;
  --badge-large-padding: 4px 4px;
  --badge-large-min-width: 28px;
  --badge-num-outline-border: var(--primary-2);
  --badge-num-outline-color: var(--primary-2);
  --badge-outline-border: var(--neutral7);
  --badge-outline-color: var(--neutral7);
  --badge-outline-strong-border: var(--neutral6);
  --badge-outline-strong-color: var(--neutral7);
  --badge-gray-background: var(--neutral6);
  --badge-gray-color: var(--neutral5);
  --badge-gray-strong-background: var(--neutral4);
  --badge-gray-strong-text: var(--neutral7);
  --badge-gray-strong-background-text: var(--neutral4);
  --badge-style-1-bg: var(--fill1);
  --badge-style-2-bg: var(--fill2);
  --badge-style-3-bg: var(--fill3);
  --badge-style-4-bg: var(--fill4);
  --badge-style-5-bg: var(--fill-warning);
  --badge-style-6-bg: var(--fill-success);
  --badge-style-7-bg: var(--fill-danger);
  --badge-style-8-bg: var(--foreground3);
  --badge-style-9-bg: var(--surface4);
  --badge-style-9-color: var(--text1);
  --badge-style-10-bg: var(--surface4);
  --badge-style-10-color: var(--text2);
  --badge-style-11-bg: transparent;
  --badge-style-11-color: var(--text2);
  --badge-style-11-border: var(--stroke3);
  --badge-style-12-bg: transparent;
  --badge-style-12-color: var(--text2);
  --badge-style-12-border: var(--stroke2);
}

.theme-dark {
  --indicator-style-1-bg: var(--fill1);
  --indicator-style-2-bg: var(--fill2);
  --indicator-style-3-bg: var(--fill3);
  --indicator-style-4-bg: var(--fill4);
  --indicator-style-5-bg: var(--fill-warning);
  --indicator-style-6-bg: var(--fill-success);
  --indicator-style-7-bg: var(--fill-danger);
  --indicator-style-8-bg: var(--fill-primary);
}

.theme-dark {
  --floating-box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.04), 0px 1.5px 4px 0px rgba(0, 0, 0, 0.06), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 2.5px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  --jumbo-button-box-shadow:0px 8px 36px rgba(0, 0, 0, 0.16), 0px 6px 20px rgba(0, 0, 0, 0.12), 0px 4px 10px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.04);
  --btn-small-font-size: 14px;
  --btn-small-line-height: 20px;
  --btn-height: 28px;
  --btn-large-font-size: 20px;
  --btn-large-padding: .5rem 1.5rem;
  --btn-large-min-height: 48px;
  --btn-flat-line-height: var(--html-line-height);
  --btn-flat-large-fz: 20px;
  --btn-flat-large-line-height: 48px;
  --btn-flat-paddings:0 1rem;
  --btn-flat-inline-min-height: 24px;
  --btn-flat-inline-small-min-height: 20px;
  --btn-border-radius: 100px;
  --btn-border:none;
  --btn-hover-after-border:2px solid var(--white);
  --btn-font-weight: 700;
  --btn-flat-font-weight: 700;
  --simple-background: transparent;
  --btn-simple-color: var(--neutral5);
  --btn-simple-color-global: var(--neutral5);
  --btn-simple-line-height: 34px;
  --simple-border: 1px solid var(--neutral5);
  --btn-simple-box-shadow: none;
  --btn-simple-outline-color: var(--neutral5);
  --btn-simple-outline-color-hover: var(--neutral5-15);
  --btn-simple-outline-color-active: var(--neutral5-25);
  --btn-simple-outline-background-hover: transparent;
  --btn-simple-outline-background-active: transparent;
  --btn-simple-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-simple-background-active: rgba(var(--neutral5-rgb), .24);
  --btn-simple-flat-background-active: transparent;
  --btn-simple-color-disabled: var(--neutral5);
  --btn-flat-simple-color-disabled-text: var(--neutral6);
  --btn-btn-simple-color-disabled: var(--neutral5);
  --simple-btn-large: 46px;
  --btn-padding: 0 1rem;
  --btn-box-shadow: none !important;
  --btn-opacity: .5;
  --disabled-btn: var(--neutral5);
  --btn-background-color-primary-disabled: var(--neutral6);
  --btn-small-padding: 0 1rem;
  --btn-flat-small-padding: 0 1rem;
  --btn-large-line-height: 27px;
  --btn-background-color-primary-2-disabled: var(--neutral6);
  --btn-background-color-success-disabled: var(--neutral6);
  --btn-background-color-success-2-disabled: var(--neutral6);
  --btn-background-color-warning-disabled: var(--neutral6);
  --btn-background-color-warning-2-disabled: var(--neutral6);
  --btn-background-color-danger-disabled: var(--neutral6);
  --btn-background-color-danger-2-disabled: var(--neutral6);
  --btn-simple-color-group: var(--white);
  --simple-disabled-background: var(--neutral6);
  --btn-simple-disabled-background: var(--neutral6);
  --btn-disabled-border: var(--neutral7);
  --btn-background-color-hue1-disabled: var(--neutral6);
  --btn-background-color-hue2-disabled: var(--neutral6);
  --btn-background-color-hue3-disabled: var(--neutral6);
  --btn-background-color-hue4-disabled: var(--neutral6);
  --btn-background-color-hue5-disabled: var(--neutral6);
  --btn-background-color-hue6-disabled: var(--neutral6);
  --btn-background-color-hue7-disabled: var(--neutral6);
  --btn-background-color-hue8-disabled: var(--neutral6);
  --btn-background-color-hue9-disabled: var(--neutral6);
  --btn-background-color-hue10-disabled: var(--neutral6);
  --btn-background-color-hue11-disabled: var(--neutral6);
  --btn-background-color-hue12-disabled: var(--neutral6);
  --btn-background-color-hue13-disabled: var(--neutral6);
  --btn-background-color-white-disabled: var(--neutral6);
  --btn-background-color-black-disabled: var(--neutral6);
  --btn-hover-background: rgba(var(--primary-rgb), 0);
  --btn-focus-background: rgba(var(--primary-2-rgb), 0);
  --btn-active-background:rgba(var(--primary-2-rgb), 0);
  --btn-flat-disabled: var(--neutral7);
  --btn-disabled-background: transparent;
  --btn-flat-disabled-2: var(--neutral7);
  --btn-primary-2-hover-background: rgba(var(--primary-2-rgb), 0);
  --btn-primary-2-active-background: rgba(var(--primary-2-rgb), 0);
  --btn-success-hover-background: rgba(var(--success), .0);
  --btn-success-active-background: rgba(var(--success), .0);
  --btn-flat-success-disabled: var(--neutral7);
  --btn-success-2-hover-background: rgba(var(--success-2), 0);
  --btn-success-2-active-background: rgba(var(--success-2), 0);
  --btn-flat-success-2-disabled: var(--neutral7);
  --btn-warning-hover-background: rgba(var(--warning), .0);
  --btn-warning-active-background: rgba(var(--warning), .0);
  --btn-flat-warning-disabled: var(--neutral7);
  --btn-warning-2-hover-background: rgba(var(--warning-2), 0);
  --btn-warning-2-active-background: rgba(var(--warning-2), 0);
  --btn-flat-warning-2-disabled: var(--neutral7);
  --btn-danger-hover-background: rgba(var(--danger), .0);
  --btn-danger-active-background: rgba(var(--danger), .0);
  --btn-flat-danger-disabled: var(--neutral7);
  --btn-danger-2-hover-background: rgba(var(--danger-2), 0);
  --btn-danger-2-active-background: rgba(var(--danger-2), 0);
  --btn-flat-danger-2-disabled: var(--neutral7);
  --btn-simple-hover-background: rgba(var(--black-rgb), 0);
  --btn-simple-hover-color: var(--neutral6-15);
  --btn-simple-active-color: var(--neutral6-25);
  --btn-simple-disabled: var(--neutral7);
  --btn-hue1-hover-background: rgba(var(--hue1-rgb), 0);
  --btn-hue1-focus-background: rgba(var(--hue1-rgb), 0);
  --btn-flat-hue1-disabled: var(--neutral7);
  --btn-hue2-hover-background: rgba(var(--hue2-rgb), 0);
  --btn-hue2-focus-background: rgba(var(--hue2-rgb), 0);
  --btn-flat-hue2-disabled: var(--neutral7);
  --btn-hue3-hover-background: rgba(var(--hue3-rgb), 0);
  --btn-hue3-focus-background: rgba(var(--hue3-rgb), 0);
  --btn-flat-hue3-disabled: var(--neutral7);
  --btn-hue4-hover-background: rgba(var(--hue4-rgb), 0);
  --btn-hue4-focus-background: rgba(var(--hue4-rgb), 0);
  --btn-flat-hue4-disabled: var(--neutral7);
  --btn-hue5-hover-background: rgba(var(--hue5-rgb), 0);
  --btn-hue5-focus-background: rgba(var(--hue5-rgb), 0);
  --btn-flat-hue5-disabled: var(--neutral7);
  --btn-hue6-hover-background: rgba(var(--hue6-rgb), 0);
  --btn-hue6-focus-background: rgba(var(--hue6-rgb), 0);
  --btn-flat-hue6-disabled: var(--neutral7);
  --btn-hue7-hover-background: rgba(var(--hue7-rgb), 0);
  --btn-hue7-focus-background: rgba(var(--hue7-rgb), 0);
  --btn-flat-hue7-disabled: var(--neutral7);
  --btn-hue8-hover-background: rgba(var(--hue8-rgb), 0);
  --btn-hue8-focus-background: rgba(var(--hue8-rgb), 0);
  --btn-flat-hue8-disabled: var(--neutral7);
  --btn-hue9-hover-background: rgba(var(--hue9-rgb), 0);
  --btn-hue9-focus-background: rgba(var(--hue9-rgb), 0);
  --btn-flat-hue9-disabled: var(--neutral7);
  --btn-hue10-hover-background: rgba(var(--hue10-rgb), 0);
  --btn-hue10-focus-background: rgba(var(--hue10-rgb), 0);
  --btn-flat-hue10-disabled: var(--neutral7);
  --btn-hue11-hover-background: rgba(var(--hue11-rgb), 0);
  --btn-hue11-focus-background: rgba(var(--hue11-rgb), 0);
  --btn-flat-hue11-disabled: var(--neutral7);
  --btn-hue12-hover-background: rgba(var(--hue12-rgb), 0);
  --btn-hue12-focus-background: rgba(var(--hue12-rgb), 0);
  --btn-flat-hue12-disabled: var(--neutral7);
  --btn-hue13-hover-background: rgba(var(--hue13-rgb), 0);
  --btn-hue13-focus-background: rgba(var(--hue13-rgb), 0);
  --btn-flat-hue13-disabled: var(--neutral7);
  --btn-neutral5-hover-background: rgba(var(--neutral5-rgb), 0);
  --btn-neutral5-focus-background: rgba(var(--neutral5-rgb), 0);
  --btn-flat-neutral5-disabled: var(--neutral7);
  --btn-white-hover-background: rgba(var(--text-white-rgb), 0);
  --btn-white-focus-background: rgba(var(--text-white-rgb), 0);
  --btn-flat-white-disabled: var(--neutral7);
  --btn-black-hover-background: rgba(var(--text-black-rgb), 0);
  --btn-black-focus-background: rgba(var(--text-black-rgb), 0);
  --btn-flat-black-disabled: var(--neutral7);
  --btn-flat-fullwidth-border: 2px solid;
  --bo-p-c-h: var(--primary-15);
  --bo-p-c-a: var(--primary-25);
  --bo-p2-c-h: var(--primary-2-15);
  --bo-p2-c-a: var(--primary-2-25);
  --bo-s-c-h: var(--success-15);
  --bo-s-c-a: var(--success-25);
  --bo-s2-c-h: var(--success-2-15);
  --bo-s2-c-a: var(--success-2-25);
  --bo-w-c-h: var(--warning-15);
  --bo-w-c-a: var(--warning-25);
  --bo-w2-c-h: var(--warning-2-15);
  --bo-w2-c-a: var(--warning-2-25);
  --bo-d-c-h: var(--danger-15);
  --bo-d-c-a: var(--danger-25);
  --bo-d2-c-h: var(--danger-2-15);
  --bo-d2-c-a: var(--danger-2-25);
  --bo-1-c-h: var(--hue1-15);
  --bo-1-c-a: var(--hue1-25);
  --bo-2-c-h: var(--hue2-15);
  --bo-2-c-a: var(--hue2-25);
  --bo-3-c-h: var(--hue3-15);
  --bo-3-c-a: var(--hue3-25);
  --bo-4-c-h: var(--hue4-15);
  --bo-4-c-a: var(--hue4-25);
  --bo-5-c-h: var(--hue5-15);
  --bo-5-c-a: var(--hue5-25);
  --bo-6-c-h: var(--hue6-15);
  --bo-6-c-a: var(--hue6-25);
  --bo-7-c-h: var(--hue7-15);
  --bo-7-c-a: var(--hue7-25);
  --bo-8-c-h: var(--hue8-15);
  --bo-8-c-a: var(--hue8-25);
  --bo-9-c-h: var(--hue9-15);
  --bo-9-c-a: var(--hue9-25);
  --bo-10-c-h: var(--hue10-15);
  --bo-10-c-a: var(--hue10-25);
  --bo-11-c-h: var(--hue11-15);
  --bo-11-c-a: var(--hue11-25);
  --bo-12-c-h: var(--hue12-15);
  --bo-12-c-a: var(--hue12-25);
  --bo-13-c-h: var(--hue13-15);
  --bo-13-c-a: var(--hue13-25);
  --bo-n5-c: var(--neutral5);
  --bo-n5-c-h: var(--black-neutral5-mix-15);
  --bo-n5-c-a: var(--black-neutral5-mix-25);
  --bo-white-c: var(--text-white);
  --bo-white-c-h: var(--text-white-15);
  --bo-white-c-a: var(--text-white-25);
  --bo-black-c: var(--text-black);
  --bo-black-c-h: var(--text-black-15);
  --bo-black-c-a: var(--text-black-25);
  --btn-outline-hover-bg: rgba(var(--neutral5-rgb), .05);
  --btn-outline-active-bg: rgba(var(--neutral5-rgb), .08);
  --btn-outline-padding: .25rem 1rem;
  --btn-outline-large-padding: .5rem 1.5rem;
  --btn-outline-small-padding: 0 1rem;
  --btn-flat-small-padding: 0 1rem;
  --btn-flat-large-padding: 0 1.5rem;
  --btn-outline-i-vertical-align: -6px;
  --btn-group-radius: 100px;
  --btn-group-all-radius: 0;
  --simple-btn-group-large: 44px;
  --simple-btn-large-min-height: 46px;
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --button-group-padding-bottom: 0;
  --button-group-border: 1px solid var(--neutral1-15);
  --btn-group-box-shadow: none;
  --btn-group-disabled-bg: transparent;
  --btn-group-disabled-color: var(--neutral6);
  --btn-color-group: var(--neutral5);
  --btn-color-group-hover: var(--neutral5);
  --btn-group-primary-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-disabled: var(--neutral6);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-success-background: transparent;
  --btn-success-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-success-2-background: transparent;
  --btn-group-success-2-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-warning-background: transparent;
  --btn-warning-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-warning-2-background: transparent;
  --btn-group-warning-2-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-danger-background: transparent;
  --btn-danger-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-danger-2-background: transparent;
  --btn-group-danger-2-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-simple-background: transparent;
  --btn-group-simple-border: 1px solid var(--neutral1-15);
  --btn-group-simple-border-disabled: 1px solid var(--neutral6);
  --btn-group-line-height: 32px;
  --btn-group-small-line-height: 22px;
  --btn-group-large-line-height: 42px;
  --button-group-simple-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue1-background: transparent;
  --btn-group-hue1-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue2-background: transparent;
  --btn-group-hue2-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue3-background: transparent;
  --btn-group-hue3-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue4-background: transparent;
  --btn-group-hue4-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue5-background: transparent;
  --btn-group-hue5-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue6-background: transparent;
  --btn-group-hue6-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue7-background: transparent;
  --btn-group-hue7-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue8-background: transparent;
  --btn-group-hue8-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue9-background: transparent;
  --btn-group-hue9-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue10-background: transparent;
  --btn-group-hue10-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue11-background: transparent;
  --btn-group-hue11-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue12-background: transparent;
  --btn-group-hue12-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-hue13-background: transparent;
  --btn-group-hue13-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-white-background: transparent;
  --btn-group-white-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-group-black-background: transparent;
  --btn-group-black-background-hover: rgba(var(--neutral5-rgb), .12);
  --btn-bg-disabled: var(--neutral6);
  --btn-color-disabled: var(--neutral6);
  --btn-wcag-disabled-opacity: 1;
  --btn-wcag-disabled-opacity-btn: 1;
  --btn-outline-wcag-disabled-color: var(--neutral7);
  --btn-outline-primary-wcag-disabled-color: var(--neutral7);
  --btn-outline-primary-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-primary-2-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-success-wcag-disabled-color: var(--neutral7);
  --btn-outline-success-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-warning-wcag-disabled-color: var(--neutral7);
  --btn-outline-warning-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-danger-wcag-disabled-color: var(--neutral7);
  --btn-outline-danger-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-simple-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue1-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue2-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue3-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue4-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue5-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue6-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue7-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue8-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue9-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue10-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue11-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue12-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue13-wcag-disabled-color: var(--neutral7);
  --btn-outline-white-wcag-disabled-color: var(--neutral7);
  --btn-outline-black-wcag-disabled-color: var(--neutral7);
  --btn-outline-neutral5-wcag-disabled-color: var(--neutral7);
  --btn-outline-wcag-disabled-bg: var(--neutral4);
  --btn-outline-wcag-disabled-border-color: var(--neutral6);
  --ai-btn-outline-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-primary-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-success-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-success-2-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-warning-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-warning-2-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-danger-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-danger-2-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-simple-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue1-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue2-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue3-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue4-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue5-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue6-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue7-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue8-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue9-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue10-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue11-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue12-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-hue13-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-white-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-black-wcag-disabled-border-color: var(--neutral6);
  --btn-outline-neutral5-wcag-disabled-border-color: var(--neutral6);
  --btn-simple-border-disabled: var(--neutral6);
  --btn-progress-v2-shadow: none;
  --btn-progress-v2-content-color: var(--primary-2);
  --b-p-bg-focus: var(--primary-shade-30);
  --b-p-bg-h: var(--primary-shade-10);
  --b-p-bg-a: var(--primary-shade-30);
  --b-p2-bg-h: var(--primary-2-shade-10);
  --b-p2-bg-a: var(--primary-2-shade-30);
  --b-p2-bg-focus: var(--b-p2-bg-a);
  --b-s-bg-h: var(--success-shade-10);
  --b-s-bg-a: var(--success-shade-30);
  --b-s-bg-focus: var(--b-s-bg-a);
  --b-s2-bg-h: var(--success-2-shade-10);
  --b-s2-bg-a: var(--success-2-shade-30);
  --b-s2-bg-focus: var(--b-s2-bg-a);
  --b-w-bg-h: var(--warning-shade-10);
  --b-w-bg-a: var(--warning-shade-30);
  --b-w-bg-focus: var(--b-w-bg-a);
  --b-w2-bg-h: var(--warning-2-shade-10);
  --b-w2-bg-a: var(--warning-2-shade-30);
  --b-w2-bg-focus: var(--b-w2-bg-a);
  --b-d-bg-h: var(--danger-shade-10);
  --b-d-bg-a: var(--danger-shade-30);
  --b-d-bg-focus: var(--b-d-bg-a);
  --b-d2-bg-h: var(--danger-2-shade-10);
  --b-d2-bg-a: var(--danger-2-shade-30);
  --b-d2-bg-focus: var(--b-d2-bg-a);
  --b-1-bg-h: var(--hue1-shade-10);
  --b-1-bg-a: var(--hue1-shade-30);
  --b-1-bg-focus: var(--b-1-bg-a);
  --b-2-bg-h: var(--hue2-shade-10);
  --b-2-bg-a: var(--hue2-shade-30);
  --b-2-bg-focus: var(--b-2-bg-a);
  --b-3-bg-h: var(--hue3-shade-10);
  --b-3-bg-a: var(--hue3-shade-30);
  --b-3-bg-focus: var(--b-3-bg-a);
  --b-4-bg-h: var(--hue4-shade-10);
  --b-4-bg-a: var(--hue4-shade-30);
  --b-4-bg-focus: var(--b-4-bg-a);
  --b-5-bg-h: var(--hue5-shade-10);
  --b-5-bg-a: var(--hue5-shade-30);
  --b-5-bg-focus: var(--b-5-bg-a);
  --b-6-bg-h: var(--hue6-shade-10);
  --b-6-bg-a: var(--hue6-shade-30);
  --b-6-bg-focus: var(--b-6-bg-a);
  --b-7-bg-h: var(--hue7-shade-10);
  --b-7-bg-a: var(--hue7-shade-30);
  --b-7-bg-focus: var(--b-7-bg-a);
  --b-8-bg-h: var(--hue8-shade-10);
  --b-8-bg-a: var(--hue8-shade-30);
  --b-8-bg-focus: var(--b-8-bg-a);
  --b-9-bg-h: var(--hue9-shade-10);
  --b-9-bg-a: var(--hue9-shade-30);
  --b-9-bg-focus: var(--b-9-bg-a);
  --b-10-bg-h: var(--hue10-shade-10);
  --b-10-bg-a: var(--hue10-shade-30);
  --b-10-bg-focus: var(--b-10-bg-a);
  --b-11-bg-h: var(--hue11-shade-10);
  --b-11-bg-a: var(--hue11-shade-30);
  --b-11-bg-focus: var(--b-11-bg-a);
  --b-12-bg-h: var(--hue12-shade-10);
  --b-12-bg-a: var(--hue12-shade-30);
  --b-12-bg-focus: var(--b-12-bg-a);
  --b-13-bg-h: var(--hue13-shade-10);
  --b-13-bg-a: var(--hue13-shade-30);
  --b-13-bg-focus: var(--b-13-bg-a);
  --b-white-bg-h: var(--text-white-shade-10);
  --b-white-bg-a: var(--text-white-shade-30);
  --b-white-bg-focus: var(--b-white-bg-a);
  --b-black-bg-h: var(--text-black-shade-10);
  --b-black-bg-a: var(--text-black-shade-30);
  --b-black-bg-focus: var(--b-black-bg-a);
  --link-btn-simple-color: var(--neutral5);
  --btn-before-display: inline-block;
  --btn-large-before-height: 48px;
  --btn-flat-margin-themes: 0 -1rem;
  --icon-link-h: auto;
  --icon-link-i-w: auto;
  --icon-link-i-h: auto;
  --icon-link-i-lh: auto;
  --icon-link-before-content: "";
  --icon-link-bg-dark-white-text-hover-bg: transparent;
  --icon-link-icon-bg: transparent;
  --icon-link-focus-bs: 0 0 0 2px var(--hue7);
  --neutral6-color: var(--neutral6);
  --neutral6-color-hover: var(--neutral6-15);
  --neutral6-color-focus: var(--neutral6-25);
  --white-color-hover: var(--neutral5);
  --btn-flat-white-color-hover: var(--neutral5);
  --white-color-focus: var(--neutral5);
  --white-color-hover-opacity: .8;
  --white-color-focus-opacity: .6;
  --icon-link-focus-background: transparent;
  --icon-link-neutral6-focus-background: transparent;
  --icon-link-white-focus-background: transparent;
  --white-text-disabled: .5;
  --icon-link-disabled-color: var(--neutral7);
  --after-top-light: 0;
  --after-top: -50%;
  --after-left: -50%;
  --pink-text-icons-hover-bg:transparent;
  --pink-text-icons-focus-bg: transparent;
  --floating-btn-large-l-h: 56px;
  --floating-hover-background-color: rgba(var(--white-rgb), 0.8);
  --floating-active-background-color: rgba(var(--white-rgb), 0.6);
  --floating-hover-box-shadow: var(--floating-box-shadow);
  --floating-active-box-shadow: var(--floating-box-shadow);
  --floating-box-shadow: var(--floating-box-shadow);
  --floating-btn-bg:var(--hue1);
  --floating-btn-hover-bg:var(--hue1-shade-10);
  --floating-btn-active-bg:var(--hue1-shade-30);
  --floating-hue2-bg:var(--hue2);
  --floating-hue2-hover-bg:var(--hue2-shade-10);
  --floating-hue2-active-bg:var(--hue2-shade-30);
  --floating-hue3-bg:var(--hue3);
  --floating-hue3-hover-bg:var(--hue3-shade-10);
  --floating-hue3-active-bg:var(--hue3-shade-30);
  --floating-hue4-bg:var(--hue4);
  --floating-hue4-hover-bg:var(--hue4-shade-10);
  --floating-hue4-active-bg:var(--hue4-shade-30);
  --floating-hue13-bg:var(--hue13);
  --floating-hue13-hover-bg:var(--hue13-shade-10);
  --floating-hue13-active-bg:var(--hue13-shade-30);
  --floating-hue6-bg:var(--hue6);
  --floating-hue6-hover-bg:var(--hue6-shade-10);
  --floating-hue6-active-bg:var(--hue6-shade-30);
  --floating-btn-disabled-bg: var(--neutral6);
  --floating-btn-disabled-border: var(--neutral7);
  --floating-primary-hover:var(--primary-shade-10);
  --floating-primary-active:var(--primary-shade-30);
  --floating-danger-hover:var(--danger-shade-10);
  --floating-danger-active:var(--danger-shade-30);
  --floating-warning-hover:var(--warning-shade-10);
  --floating-warning-active:var(--warning-shade-30);
  --floating-success-hover:var(--success-shade-10);
  --floating-success-active:var(--success-shade-30);
  --floating-white-bg:var(--text-white);
  --floating-white-hover-bg:var(--text-white-shade-10);
  --floating-white-active-bg:var(--text-white-shade-30);
  --floating-black-bg:var(--text-black);
  --floating-black-hover-bg:var(--text-black-shade-10);
  --floating-black-active-bg:var(--text-black-shade-30);
  --cc-button-color: var(--neutral5);
  --cc-button-icon-color: var(--neutral5);
  --cc-button-border: 1px solid var(--neutral6-15);
  --cc-button-hover-border-color: var(--neutral7);
  --cc-button-border-disabled: 1px solid var(--neutral6);
  --cc-button-b-c: var(--neutral2);
  --cc-button-dot-border: transparent;
  --cc-button-dot-b-c: transparent;
  --cc-button-success-font-weight: 400;
  --cc-button-b-c-hover: var(--neutral6-neutral2-mix-12);
  --cc-button-b-c-hover-shade: transparent;
  --cc-button-selected-border-color: 2px solid var(--success-2);
  --cc-button-selected-shadow-color: var(--success-2);
  --cc-button-after-left: -2px;
  --cc-button-after-height: calc(100% + -2px);
  --cc-button-after-top: 1px;
  --cc-button-box-shadow:var(--jumbo-button-box-shadow);
  --cc-button-disabled-opacity: 1;
  --cc-button-padding:calc(1rem - 1px);
  --cc-button-disabled-border-hover: none;
  --cc-button-disabled-b-c: var(--neutral4);
  --cc-button-color-disabled: var(--neutral7);
  --cc-button-icon-color-disabled: var(--neutral5);
  --cc-button-focus-outline:var(--hue7);
  --cc-button-focus-box-shadow:var(--jumbo-button-box-shadow);
  --cc-button-focus-b-c: var(--neutral6-neutral2-mix-24);
  --cc-button-focus-border: var(--neutral5);
  --cc-button-border-radius: 8px;
  --cc-button-status-success-c: var(--success-2);
  --disabled-hover-cursor: not-allowed;
  --disabled-pointer-events: all;
  --cc-button-switcher-like-bg:var(--success);
  --cc-button-switcher-like-bg-hover:var(--success-shade-10);
  --cc-button-switcher-like-icon:var(--success-2);
  --cc-button-switcher-dislike-bg:var(--warning);
  --cc-button-switcher-dislike-bg-hover:var(--warning-shade-10);
  --cc-button-switcher-dislike-icon: var(--warning-2);
  --icon-link-state-color: var(--neutral7);
  --icon-link-state-hover: rgba(var(--neutral5-rgb), .07);
  --icon-link-state-active-background: transparent;
  --icon-link-state-width: 72px;
  --icon-link-state-height: 72px;
  --icon-link-state-icon-width: 72px;
  --icon-link-state-icon-height: 72px;
  --icon-link-state-after-top-focus: -4px;
  --icon-link-state-after-left-focus: -4px;
  --icon-link-state-icon-padding: 0;
  --icon-link-state-icon-fz: 36px;
  --icon-link-state-icon-lh: 4.375rem;
  --icon-link-state-icon-border-color: transparent;
  --icon-link-state-icon-hover-border-color: var(--neutral7);
  --icon-link-state-active-color: var(--primary-2);
  --icon-link-state-active-color-hover: var(--primary-2-15);
  --icon-link-state-active-icon-border-color: var(--primary-2);
  --icon-link-state-border-radius: 1000px;
  --icon-link-state-small-border-radius: 1000px;
  --progress-button-focus-border: var(--hue7);
  --buttons-width-after-for-ie: 46px;
  --buttons-height-after-for-ie: 46px;
  --icon-link-h-c: var(--primary-2-15);
  --icon-link-a-c: var(--primary-2-25);
  --icon-link-hue5-hover: var(--hue5-15);
  --icon-link-hue5-active: var(--hue5-25);
  --icon-link-hue8-hover: var(--hue8-15);
  --icon-link-hue8-active: var(--hue8-25);
  --icon-link-hue9-hover: var(--hue9-15);
  --icon-link-hue9-active: var(--hue9-25);
  --icon-link-hue10-hover: var(--hue10-15);
  --icon-link-hue10-active: var(--hue10-25);
  --icon-link-hue12-hover: var(--hue12-15);
  --icon-link-hue12-active: var(--hue12-25);
  --icon-link-neutral5-color: var(--neutral5);
  --icon-link-neutral5-hover: var(--black-neutral5-mix-15);
  --icon-link-neutral5-active: var(--black-neutral5-mix-25);
  --icon-link-white-hover: var(--text-white-15);
  --icon-link-white-active: var(--text-white-25);
  --icon-link-black-hover: var(--text-black-15);
  --icon-link-black-active: var(--text-black-25);
  --minify-toggle-btn-hover: var(--primary-2-15);
  --minify-toggle-btn-hover-border: 1px solid var(--minify-toggle-btn-hover);
  --chips-icon-focus-outline-w: 28px;
  --chips-icon-focus-outline-h: 28px;
  --btn-line-height:var(--html-line-height);
  --search-input-button-border-radius: .25rem;
  --btn-font-size:var(--html-font-size);
  --btn-precise:0px !important;
  /* Semantic Button Variables */
  --fill1-style-bg: var(--hue1);
  --fill1-style-bg-h: var(--hue1-shade-10);
  --fill1-style-bg-a: var(--hue1-shade-30);
  --fill1-style-bg-disabled: var(--neutral6);
  --fill2-style-bg: var(--hue2);
  --fill2-style-bg-h: var(--hue2-shade-10);
  --fill2-style-bg-a: var(--hue2-shade-30);
  --fill2-style-bg-disabled: var(--neutral6);
  --fill3-style-bg: var(--hue3);
  --fill3-style-bg-h: var(--hue3-shade-10);
  --fill3-style-bg-a: var(--hue3-shade-30);
  --fill3-style-bg-disabled: var(--neutral6);
  --fill4-style-bg: var(--hue6);
  --fill4-style-bg-h: var(--hue6-shade-10);
  --fill4-style-bg-a: var(--hue6-shade-30);
  --fill4-style-bg-disabled: var(--neutral6);
  --fill-warning-style-bg: var(--warning);
  --fill-warning-style-bg-h: var(--warning-shade-10);
  --fill-warning-style-bg-a: var(--warning-shade-30);
  --fill-warning-style-bg-disabled: var(--neutral6);
  --fill-success-style-bg: var(--success);
  --fill-success-style-bg-h: var(--success-shade-10);
  --fill-success-style-bg-a: var(--success-shade-30);
  --fill-success-style-bg-disabled: var(--neutral6);
  --fill-danger-style-bg: var(--danger);
  --fill-danger-style-bg-h: var(--danger-shade-10);
  --fill-danger-style-bg-a: var(--danger-shade-30);
  --fill-danger-style-bg-disabled: var(--neutral6);
  --fill-primary-style-bg: var(--primary);
  --fill-primary-style-bg-h: var(--primary-shade-10);
  --fill-primary-style-bg-a: var(--primary-shade-30);
  --fill-primary-style-bg-disabled: var(--neutral6);
  --text1-style-c: var(--neutral5);
  --text1-style-c-h: var(--neutral5-15);
  --text1-style-c-a: var(--neutral5-25);
  --text1-style-bg-h: transparent;
  --text1-style-bg-focus: transparent;
  --text1-style-c-disabled: var(--neutral7);
  --text1-style-border-disabled: var(--neutral6);
  --text2-style-c: var(--neutral7);
  --text2-style-c-h: var(--neutral7-15);
  --text2-style-c-a: var(--neutral7-25);
  --text2-style-bg-h: transparent;
  --text2-style-bg-focus: transparent;
  --text2-style-c-disabled: var(--neutral7);
  --text2-style-border-disabled: var(--neutral6);
  --text3-style-c: var(--neutral5);
  --text3-style-c-h: var(--neutral5-15);
  --text3-style-c-a: var(--neutral5-25);
  --text3-style-bg-h: transparent;
  --text3-style-bg-focus: transparent;
  --text3-style-c-disabled: var(--neutral7);
  --text3-style-border-disabled: var(--neutral6);
  --text4-style-c: var(--hue7);
  --text4-style-c-h: var(--hue7-15);
  --text4-style-c-a: var(--hue7-25);
  --text4-style-bg-h: transparent;
  --text4-style-bg-focus: transparent;
  --text4-style-c-disabled: var(--neutral7);
  --text4-style-border-disabled: var(--neutral6);
  --text5-style-c: var(--hue8);
  --text5-style-c-h: var(--hue8-15);
  --text5-style-c-a: var(--hue8-25);
  --text5-style-bg-h: transparent;
  --text5-style-bg-focus: transparent;
  --text5-style-c-disabled: var(--neutral7);
  --text5-style-border-disabled: var(--neutral6);
  --text6-style-c: var(--hue9);
  --text6-style-c-h: var(--hue9-15);
  --text6-style-c-a: var(--hue9-25);
  --text6-style-bg-h: transparent;
  --text6-style-bg-focus: transparent;
  --text6-style-c-disabled: var(--neutral7);
  --text6-style-border-disabled: var(--neutral6);
  --text7-style-c: var(--hue12);
  --text7-style-c-h: var(--hue12-15);
  --text7-style-c-a: var(--hue12-25);
  --text7-style-bg-h: transparent;
  --text7-style-bg-focus: transparent;
  --text7-style-c-disabled: var(--neutral7);
  --text7-style-border-disabled: var(--neutral6);
  --text8-style-c: var(--hue1);
  --text8-style-c-h: var(--hue1-15);
  --text8-style-c-a: var(--hue1-25);
  --text8-style-bg-h: transparent;
  --text8-style-bg-focus: transparent;
  --text8-style-c-disabled: var(--neutral7);
  --text8-style-border-disabled: var(--neutral6);
  --text9-style-c: var(--hue2);
  --text9-style-c-h: var(--hue2-15);
  --text9-style-c-a: var(--hue2-25);
  --text9-style-bg-h: transparent;
  --text9-style-bg-focus: transparent;
  --text9-style-c-disabled: var(--neutral7);
  --text9-style-border-disabled: var(--neutral6);
  --text10-style-c: var(--hue3);
  --text10-style-c-h: var(--hue3-15);
  --text10-style-c-a: var(--hue3-25);
  --text10-style-bg-h: transparent;
  --text10-style-bg-focus: transparent;
  --text10-style-c-disabled: var(--neutral7);
  --text10-style-border-disabled: var(--neutral6);
  --text11-style-c: var(--hue6);
  --text11-style-c-h: var(--hue6-15);
  --text11-style-c-a: var(--hue6-25);
  --text11-style-bg-h: transparent;
  --text11-style-bg-focus: transparent;
  --text11-style-c-disabled: var(--neutral7);
  --text11-style-border-disabled: var(--neutral6);
  --text-primary-style-c: var(--primary);
  --text-primary-style-c-h: var(--primary-15);
  --text-primary-style-c-a: var(--primary-25);
  --text-primary-style-bg-h: transparent;
  --text-primary-style-bg-focus: transparent;
  --text-primary-style-c-disabled: var(--neutral7);
  --text-primary-style-border-disabled: var(--neutral6);
  --text-success-style-c: var(--success);
  --text-success-style-c-h: var(--success-15);
  --text-success-style-c-a: var(--success-25);
  --text-success-style-bg-h: transparent;
  --text-success-style-bg-focus: transparent;
  --text-success-style-c-disabled: var(--neutral7);
  --text-success-style-border-disabled: var(--neutral6);
  --text-warning-style-c: var(--warning);
  --text-warning-style-c-h: var(--warning-15);
  --text-warning-style-c-a: var(--warning-25);
  --text-warning-style-bg-h: transparent;
  --text-warning-style-bg-focus: transparent;
  --text-warning-style-c-disabled: var(--neutral7);
  --text-warning-style-border-disabled: var(--neutral6);
  --text-danger-style-c: var(--danger);
  --text-danger-style-c-h: var(--danger-15);
  --text-danger-style-c-a: var(--danger-25);
  --text-danger-style-bg-h: transparent;
  --text-danger-style-bg-focus: transparent;
  --text-danger-style-c-disabled: var(--neutral7);
  --text-danger-style-border-disabled: var(--neutral6);
  --text-white-style-c: var(--text-white);
  --text-white-style-c-h: var(--text-white-15);
  --text-white-style-c-a: var(--text-white-25);
  --text-white-style-bg-h: transparent;
  --text-white-style-bg-focus: transparent;
  --text-white-style-c-disabled: var(--neutral7);
  --text-white-style-border-disabled: var(--neutral6);
  --text-black-style-c: var(--text-black);
  --text-black-style-c-h: var(--text-black-15);
  --text-black-style-c-a: var(--text-black-25);
  --text-black-style-bg-h: transparent;
  --text-black-style-bg-focus: transparent;
  --text-black-style-c-disabled: var(--neutral7);
  --text-black-style-border-disabled: var(--neutral6);
  --text-primary-2-style-c: var(--primary-2);
  --text-primary-2-style-c-h: var(--primary-2-15);
  --text-primary-2-style-c-a: var(--primary-2-25);
  --text-primary-2-style-bg-h: transparent;
  --text-primary-2-style-bg-focus: transparent;
  --text-primary-2-style-c-disabled: var(--neutral7);
  --text-primary-2-style-border-disabled: var(--neutral6);
  --text-success-2-style-c: var(--success-2);
  --text-success-2-style-c-h: var(--success-2-15);
  --text-success-2-style-c-a: var(--success-2-25);
  --text-success-2-style-bg-h: transparent;
  --text-success-2-style-bg-focus: transparent;
  --text-success-2-style-c-disabled: var(--neutral7);
  --text-success-2-style-border-disabled: var(--neutral6);
  --text-warning-2-style-c: var(--warning-2);
  --text-warning-2-style-c-h: var(--warning-2-15);
  --text-warning-2-style-c-a: var(--warning-2-25);
  --text-warning-2-style-bg-h: transparent;
  --text-warning-2-style-bg-focus: transparent;
  --text-warning-2-style-c-disabled: var(--neutral7);
  --text-warning-2-style-border-disabled: var(--neutral6);
  --text-danger-2-style-c: var(--danger-2);
  --text-danger-2-style-c-h: var(--danger-2-15);
  --text-danger-2-style-c-a: var(--danger-2-25);
  --text-danger-2-style-bg-h: transparent;
  --text-danger-2-style-bg-focus: transparent;
  --text-danger-2-style-c-disabled: var(--neutral7);
  --text-danger-2-style-border-disabled: var(--neutral6);
}

.theme-dark {
  --checkbox-hover-top: 0;
  --checkbox-margin: 0;
  --checkbox-label-padding-left: 33px;
  --checkbox-disabled-label-color: rgba(var(--neutral5-rgb), .5);
  --checkbox-disabled-border-color: rgba(var(--neutral5-rgb), .5);
  --checkbox-disabled-checked-border-color: transparent;
  --checkbox-label-color: var(--neutral5);
  --checkbox-disabled-helper-color: rgba(var(--neutral5-rgb), .5);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-helper-width: 18px;
  --checkbox-helper-height: 18px;
  --checkbox-helper-color: var(--neutral5);
  --checkbox-helper-border: 2px solid var(--neutral5);
  --checkbox-input-checked-helper-color: var(--primary-2);
  --checkbox-input-checked-helper-background-color: var(--primary-2);
  --checkbox-disabled-input-checked-helper-background: rgba(var(--neutral5-rgb), .5);
  --checkbox-helper-before-top: 13.2px;
  --checkbox-helper-before-left: 5.8px;
  --checkbox-helper-after-top: 7.2px;
  --checkbox-helper-after-left: -0.2px;
  --checkbox-before-after-border-radius: 0;
  --checkbox-box-shadow: none;
  --checkbox-helper-before-after-background: var(--neutral1);
  --checkbox-disabled-helper-before-after-background: var(--neutral1);
  --checkbox-input-checked-before-height: 13px;
  --checkbox-input-checked-after-height: 8px;
  --checkbox-label-hover: var(--neutral5);
  --checkbox-label-hover-color: var(--primary-2);
  --checkbox-label-hover-helper-color: var(--primary-2-15);
  --checkbox-label-hover-text-color: var(--primary-2-15);
  --checkbox-border-hover-color: var(--primary-2-15);
  --checkbox-label-hover-helper-bg: var(--primary-2-15);
  --checkbox-label-hover-hover: rgba(var(--black-rgb), 0);
  --checkbox-checked-label-hover-hover: rgba(var(--primary-2-rgb), 0);
  --checkbox-not-checked-disabled-background: rgba(var(--black-rgb), .5);
  --checkbox-tabbed-focus-box-shadow: 0 0 0 10px rgba(var(--black-rgb), .5);
  --checkbox-filled-in-border: var(--hue13);
  --checkbox-filled-in-background-color: var(--hue13);
  --checkbox-checked-border-right: var(--primary-2);
  --checkbox-checked-border-bottom: var(--primary-2);
  --checkbox-disabled-label-before: rgba(var(--black-rgb), .5);
  --checkbox-tabbed-focus-border-color: #5a5a5a;
  --checkbox-tabbed-focus-after: rgba(var(--black-rgb), .5);
  --checkbox-tabbed-checked-focus-after: var(--hue13);
  --checkbox-background: var(--primary-2);
  --checkbox-filled-in-disabled-background: var(--neutral3);
  --checkbox-filled-in-bg-color: rgba(var(--black-rgb), .5);
  --checkbox-label-padding-top: 12px;
  --checkbox-label-padding-bottom: 12px;
  --checkbox-label-margin-top: 10px;
  --checkbox-label-margin-bottom: 10px;
  --checkbox-helper-text-color: var(--hue10);
  --checkbox-helper-text-margin: -.875rem;
  --checkbox-outline-focus-pading: 0;
  --checkbox-checked-label-hover-width: 22px;
  --checkbox-checked-label-hover-height: 22px;
  --checkbox-border-radius: 0;
  --checkbox-border-left: -2px;
  --checkbox-border-top: 12px;
  --checkbox-outline: 2px solid var(--hue7);
  --checkbox-color: var(--primary-2);
  --checkbox-tap-area-width: 48px;
  --checkbox-tap-area-height: 48px;
  --checkbox-link-padding: 13px 0;
  --checkbox-tap-left-position: -16px;
  --checkbox-underline-offset: 4px;
  --checkbox-focus-link-border: none;
  --checkbox-link-focus-decoration: underline dashed;
  --checkbox-text-decoration: underline;
  --checkbox-text-decoration-hover: none;
  --checkbox-pointer-events: none;
  --checkbox-link-hover-color: var(--neutral5);
  --checkbox-checked-border-color: inherit;
  --checkbox-fieldset-label-color:var(--neutral7);
  --checkbox-fieldset-error-color:var(--danger-2);
}

.theme-dark {
  --chips-active-active-icon-opacity: .6;
  --chips-active-background: var(--primary);
  --chips-active-border-color: var(--primary);
  --chips-active-color: var(--neutral5);
  --chips-active-hover-bg-color-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  --chips-active-hover-bg-color: var(--primary);
  --chips-active-hover-border-color: rgba(var(--primary-rgb), 0.9);
  --chips-active-hover-icon-opacity: .8;
  --chips-avatar-component-margin: 0 8px 0 -8px;
  --chips-background-color: transparent;
  --chips-border-color: var(--neutral7);
  --chips-box-shadow-focus: none;
  --chips-disabled-bg: var(--neutral6);
  --chips-disabled-border-color: var(--neutral6);
  --chips-disabled-color: var(--neutral5);
  --chips-dot-display: none;
  --chips-focus-before-border-color: var(--hue7);
  --chips-focus-before-display: block;
  --chips-hover-background: rgba(255, 255, 255, 0.07);
  --chips-hover-border-color: var(--neutral5);
  --chips-hover-color: var(--neutral5);
  --chips-icon-active-color: rgba(var(--primary-2-rgb), 0.7);
  --chips-icon-color: var(--neutral7);
  --chips-icon-hover-color: rgba(var(--primary-2-rgb), 0.9);
  --chips-img-height: 24px;
  --chips-img-width: 24px;
  --chips-color: var(--neutral7);
  --chips-padding: 3px 11px;
  --chips-i-lh: 20px;
  --chips-i-fs: 1.5rem;
  --chips-border-radius: 18px;
  --chip-clickable-active-background: rgba(255,255,255,0.17);
  --chips-i-w: 1.5rem;
  --chips-i-h: 1.5rem;
  --chips-icon-button-fz: 1.5rem;
  --chips-right-i-ml: 8px;
  --chips-right-i-mr: -8px;
  --chips-left-i-mr: 4px;
  --chips-left-i-ml: -8px;
  --chips-icon-focus-outline-br: 50%;
  --chips-right-i-ml-rtl: -10px;
  --chips-right-i-mr-rtl: 8px;
  --chips-cancel-icon-family: "Blackwell-Outlined", serif;
  --chips-cancel-icon-content: "\e9fc";
}

.theme-dark {
  --circle-graphics-border: var(--primary-2);
  --circle-graphics-bg: var(--primary);
  --circle-graphics-border-neutral: var(--neutral4);
  --circle-graphics-icon: var(--primary-2);
  --circle-graphics-icon-neutral: var(--neutral7);
  --circle-graphics-icon-background: var(--neutral5);
}

.theme-dark {
  --collapsible-border-top: 1px solid var(--neutral4);
  --background-header: transparent;
  --color-icon-arrow: var(--neutral7);
  --color-header-span: var(--neutral7);
  --aw-collapsible-border-radius: 12px;
  --aw-collapsible-border-radius-lvl2: calc(var(--aw-collapsible-border-radius) * 0.667);
  --aw-collapsible-border-radius-lvl3: calc(var(--aw-collapsible-border-radius) * 0.5);
  --aw-collapsible-border-radius-lvl4: calc(var(--aw-collapsible-border-radius) * 0.334);
  --aw-collapsible-border-radius-lvl5: calc(var(--aw-collapsible-border-radius) * 0.17);
  --main-background: var(--neutral2);
  --collapsible-box-shadow: 0 0 0;
  --aw-collapsible-header-line-height: 2rem;
  --aw-collapsible-header-pt: 1rem;
  --aw-collapsible-header-pb: 1rem;
  --aw-collapsible-i-header-line-height: 2rem;
  --aw-collapsible-header-i-width:2rem;
  --aw-collapsible-header-focus-border:2px solid var(--hue7);
  --aw-collapsible-i-margin-top: 0;
  --aw-collapsible-body-border-color: var(--neutral7);
  --aw-collapsible-heading-highlighted-bg: rgba( var(--neutral5), 0.05);
  /* Start styles deprecated since version 4.2.0 */
  --collapsible-color-border-top-left-radius: 30px 100px;
  --collapsible-color-border-bottom-left-radius: 30px 100px;
  --collapsible-color-border-height: calc(100% - 6px);
  --collapsible-color-border-transform: translateY(-50%);
  --collapsible-color-border-left-position: 0;
  --collapsible-color-border-top-position: 50%;
  /* End. */
}

.theme-dark {
  --collection-item-padding: 1rem;
  --collection-item-color-active-background-color: transparent;
  --collection-item-color-active-color: lighten(var(--neutral5), 55%);
  --collection-i-circle-background-color: var(--neutral7);
  --collection-background: transparent;
  --collection-item-background-color: transparent;
  --list-item-background-color: transparent;
  --collection-item-color: var(--neutral5);
  --collection-small-color: var(--neutral7);
  --collection-hover-not: rgba(var(--neutral5-rgb), 0.07);
  --collection-color-not: var(--neutral5);
  --collection-hover-small-color: var(--neutral7);
  --collection-active-color: var(--primary-2);
  --collection-active-background: rgba(var(--neutral5-rgb), 0.17);
  --collection-active-small-color: var(--primary-2);
  --collection-striped-child-background: rgba(var(--black-rgb), .18);
  --collection-li-border-top: var(--neutral4);
  --collection-icons-color: var(--neutral5);
  --collection-i-circle-white: var(--white);
  --collection-side-nav-color: var(--neutral5);
  --collection-active-item: var(--primary-2);
  --collection-avatar-color: var(--neutral5);
  --responsive-layout-tabs-collection-hover: rgba(var(--white-rgb), 0.05);
  --responsive-layout-tabs-collection-active: rgba(var(--white-rgb), 0.08);
  --collection-focus-border-radius: 10px;
  --collection-hover-before-border: 1px solid var(--neutral7);
  --collection-list-border-radius: .5rem;
  --collection-list-border-radius-two-col: .75rem;
  --list-two-col-border: 1px solid var(--neutral4);
  --collection-item-active-border: var(--collection-hover-before-border);
  --collection-item-btn-hover-bg: transparent;
}

.theme-dark {
  --dial-pad-background: var(--neutral2);
  --dial-pad-border: 1px solid var(--neutral4);
  --dial-pad-keyboard-button-background: var(--neutral4);
  --dial-pad-keyboard-button-hover-background: var(--white-neutral4-mix-7);
  --dial-pad-keyboard-button-active-background: var(--white-neutral4-mix-14);
  --dial-pad-keyboard-button-focus-background: var(--white-neutral4-mix-7);
  --dial-pad-keyboard-button-border-hover: var(--neutral7);
  --dial-pad-keyboard-button-span-first: var(--neutral5);
  --dial-pad-keyboard-button-span-last: var(--neutral7);
  --dial-pad-modal-height: 268px;
  --dial-pad-keyboard-btn-padding: 3px 0 0;
  --dial-pad-keyboard-btn-width: 48px;
  --dial-pad-keyboard-btn-height: 48px;
  --dial-pad-keyboard-btn-margin: 0 0 6px 0;
  --dial-pad-keyboard-btn-border-radius: 4px;
  --dial-pad-keyboard-btn-first-child-line-height: 22px;
  --dial-pad-keyboard-btn-first-child-font-weight: 600;
  --dial-pad-keyboard-btn-first-child-font-size: 1rem;
  --dial-pad-keyboard-btn-last-child-line-height: 1rem;
  --dial-pad-keyboard-btn-last-child-font-weight: 400;
  --dial-pad-keyboard-btn-last-child-font-size: 0.75rem;
  --dial-pad-keyboard-btn-last-child-flex-grow: initial;
  --dial-pad-keyboard-button-focus-opacity: 1;
  --dial-pad-keyboard-button-focus-border-color: var(--hue7);
  --dial-pad-keyboard-focus-border-display: block;
  --dial-pad-keyboard-action-btn-focus-display:block;
  --dial-pad-action-icon-top: 0;
  --dial-pad-action-icon-lh: 24px;
  --dial-pad-action-icon-height: 24px;
  --dial-pad-action-icon-right: 16px;
  --dial-pad-action-icon-width: 24px;
  --dial-pad-icon-link-top: 0;
  --dial-pad-icon-link-right: 0;
  --dial-pad-action-icon-right-rtl: 0;
  --dial-pad-keyboard-action-btn-color:var(--neutral5);
  --dial-pad-keyboard-input-color:var(--neutral5);
}

.theme-dark {
  --dropdown-boxshadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 4px 14px 0px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
  --dropdown-bg: var(--neutral2);
  --dropdown-br: 8px;
  --dropdown-check-icon-color: var(--primary-2);
  --dropdown-li-hover-bg: rgba(var(--white-rgb), 0.07);
  --dropdown-li-active-color: var(--primary-2);
  --dropdown-li-border-top: 1px solid var(--neutral4);
  --dropdown-li-disabled-opacity: .5;
  --dropdown-li-class-hover-bg: rgba(var(--white-rgb), 0.07);
  --dropdown-content-dropdown-header-color: var(--neutral7);
  --dropdown-multiple-list-li-color: var(--neutral5);
  --dropdown-content-li-a-span-line-height: inherit;
  --dropdown-content-li-a-span-padding: 16px;
  --dropdown-content-li-focus:var(--hue7);
  --dropdown-content-li-hover-before-border: 1px solid var(--neutral7);
  --dropdown-content-li-before-border-top: 1px solid transparent;
  --dropdown-hover-border-radius: 10px;
  --dropdown-content-li-a-span-color: var(--neutral5);
  --dropdown-load-more-button-color: var(--neutral5);
  --dropdown-top-message-container-color: var(--neutral7);
  --dropdown-li-checkbox-hover-helper-border-color: var(--neutral5);
  /* Start styles deprecated since version 4.2.0 */
  --dropdown-li-active-selected-bg: rgba(var(--white-rgb), 0.07);
  --dropdown-li-disabled-a-color: var(--neutral5);
  --dropdown-collection-item-disabled: var(--neutral5);
  --dropdown-content-collection-hover-not-active: rgba(var(--white-rgb), 0.07);
  --dropdown-content-collection-hover-not-active-color: var(--white);
  --dropdown-content-collection-hover-active-color: var(--primary-2);
  --dropdown-content-material-icons-back-color: var(--white);
  --dropdown-material-icons-back-hover: rgba(var(--black-rgb), 0);
  --dropdown-more-link-color: var(--primary-2);
  --dropdown-li-avatar-component-icon-color: var(--white);
  /* End. */
}

.theme-dark {
  --divider-color: var(--neutral4);
  --interactive-element-color: var(--primary-2);
  --interactive-element-color-hover: color-mix(in srgb, var(--interactive-element-color) 85%, var(--white) 15%);
}

.theme-dark {
  --helper-text-fz: 0.875rem;
  --helper-text-margin: 0.125rem 0 1rem 0;
  --helper-text-color: var(--neutral7);
  --helper-text-line-height: 1;
  --helper-text-line-height-new: 20px;
  --helper-text-height: 1.25rem;
  --helper-text-padding-top: 0;
  --helper-position: static;
  --input-background-color: rgba(var(--white-rgb), .05);
  --input-background-color-2: rgba(var(--white-rgb), .05);
  /* Start styles deprecated since version 4.2.0 */
  --input-border-bottom: 1px solid var(--neutral7);
  /* End. */
  --input-border: 0 0 1px 0;
  --input-border-color: var(--neutral7);
  --input-border-radius: 0.25rem 0.25rem 0 0;
  --input-height: 49px;
  --input-inner-min-height: 50px;
  --input-fixed-label-height: 50px;
  --input-margin: 0;
  --input-fixed-label-margin: 0;
  --input-padding: 0;
  --input-padding-with-label: 16px;
  --input-height-with-label: 33px;
  --input-height-with-label-new: 27px;
  --input-padding-top: 3px;
  --input-field-float-label-not-active-pt: 13px;
  --input-field-fixed-label-not-active-pt: 13px;
  --input-field-float-label-not-active-pb: 12px;
  --input-focus-border-color: var(--primary-2);
  --input-focus-not-bottom-border-color: transparent;
  --input-focus-bottom-border-color: var(--primary-2);
  --input-focus-box-shadow: var(--primary-2);
  --input-hover-normal-border-color: var(--neutral7);
  --input-field-mt: 0;
  --input-field-mb: 1rem;
  --input-field-input-pl: .5rem;
  --input-field-input-pr: .5rem;
  --input-field-width: 100%;
  --input-field-width-val-pr: 40px;
  --input-field-label-color: var(--neutral7);
  --input-field-label-padding-left: 3rem;
  --input-field-label-color-active: var(--neutral7);
  --input-field-label-active-top-new: 0px;
  --input-field-label-line-height: 1rem;
  --input-field-label-icon-color: var(--primary-2);
  --val-after-top: 13px;
  --val-after-right: 0;
  --val-after-transform: none;
  --input-placeholder-color: var(--neutral7);
  --input-text-color: var(--neutral7);
  --input-text-hover-color: var(--neutral5);
  --label-color-active: var(--primary-2);
  --input-field-fill-text-color: var(--neutral5);
  --input-disabled-color: var(--neutral7);
  --input-disabled-border-color: transparent;
  --disabled-opacity: 0.5;
  --input-disabled-bg: var(--neutral4);
  --action-icon-width: 48px;
  --action-icon-height: 48px;
  --action-icon-right: -8px;
  --action-icon-hover: transparent;
  --action-icon-color: var(--neutral5);
  --action-icon-color-hover: var(--primary-2);
  --action-icon-focus-color: var(--hue7);
  --action-icon-margin: 0;
  --input-field-float-label-align-items: flex-start;
  --new-select-hover-bg-ml: 0;
  --new-select-hover-bg-display: none;
  --input-field-float-label-pb: 6px;
  --input-field-danger: var(--danger-2);
  --input-field-warning: var(--warning-2);
  --input-field-success: var(--success-2);
  --input-field-box-shadow: inset 0 -1px 0 0;
  --input-field-box-shadow-state: inset 0 -1px 0 0;
  --fixed-error-input-field-mb: 1.25rem;
  --fixed-error-min-height: 1.25rem;
  --input-background-color-2-hover: rgba(var(--neutral5-rgb), .07);
  --input-field-active-f-w: 600;
  --input-spinner-layer-border-color: var(--neutral5);
  --input-autocomplete-caret-color: var(--neutral5);
  --textarea-field-width-val-pr-new: 0.5rem;
  --textarea-val-after-display: none;
  --input-field-mask-color:var(--neutral6);
  --input-box-sizing: border-box;
  --input-field-float-label-active-position: relative;
  --inputs-text-color: var(--neutral5);
  --input-field-focus-border-color: var(--hue7);
  --input-cancel-icon-family: "Blackwell-Outlined", serif;
  --input-cancel-icon-content: "\e9fc";
  --input-action-icon-position-margin: -3px;
  --input-field-label-minus-margin: -9px;
  --input-select-padding-top: 3px;
  --input-select-field-float-label-pb: 6px;
  --ai-input_bg: var(--shade-tint-1);
  --ai-input_bg_focused: var(--shade-tint-2);
  --ai-input_border_color: var(--primary-2);
  --ai-input_border_focused_color: var(--primary2-tint-mix-15);
  --ai-input_label_color: var(--neutral7);
  --ai-input_label_active_color: var(--primary-2);
  --ai-input_icon_color: var(--primary-2);
  --ai-input_placeholder_color: var(--neutral7);
  /* Start styles deprecated since version 4.2.0 */
  --avz-input-warning-danger-icon: "'error_outline'";
  --avz-input-success-icon: "'check_circle_outline'";
  --date-time-picker-icon-position: 36px;
  --date-time-picker-fixed-label-pt: 0;
  --date-time-picker-fixed-label-height: 50px;
  --input-field-width-tel: calc(100% - 60px);
  --input-field-width-val-icon: calc(100% - 40px);
  --input-field-width-val-icon-tel: calc(100% - 94px);
  --input-field-width-has-action-val-pr: 90px;
  --input-field-width-has-action-val-icon: calc(100% - 90px);
  --input-field-width-has-action-val-icon-tel: calc(100% - 143px);
  --intl-tel-input-mb: 0;
  --input-field-width-has-action-tel-pr: 40px;
  --input-field-width-has-action-tel: calc(100% - 92px);
  --input-success-label-color: var(--success-2);
  --input-field-label-color-error-active: var(--danger-2);
  --input-field-label-left: .5rem;
  --input-field-label-transform: none;
  --input-field-label-active-top: 6px;
  --input-field-label-inactive-top: 13px;
  --input-field-label-inactive-top-new: 0px;
  --input-field-input-placeholder-color: var(--neutral7);
  --disabled-border-style: solid;
  --input-disabled-opacity: 1;
  --new-select-line-height: 1.5rem;
  --input-field-hover-textarea-boxshadow-color: var(--neutral7);
  --dp-icon-width: 24px;
  --after-padding-right: 65px;
  --input-search-focus-color: var(--neutral6);
  --input-search-focus-icon-color: var(--neutral6);
  --input-autocomplete-li-color: var(--neutral3);
  --input-autocomplete-caret-width: 24px;
  --input-autocomplete-caret-height: 48px;
  --input-autocomplete-caret-line-height: 48px;
  --input-autocomplete-caret-top: 0;
  --input-autocomplete-caret-right: 8px;
  --input-autocomplete-caret-before-top: 0;
  --input-autocomplete-caret-before-right: 0;
  --input-autocomplete-caret-before-bottom: 0;
  --textarea-label-active-lh-new: 1rem;
  --textarea-label-active-top: 3px;
  --textarea-item-padding: 0 8px 8px;
  /* End. */
}

.theme-dark {
  --keyboard-button-color:var(--white);
  --keyboard-background: var(--neutral1);
  --keyboard-primary-color: var(--primary);
  --keyboard-primary-color-active: var(--primary-shade-30);
  --keyboard-button-bg: var(--neutral4);
  --keyboard-button-bg-active: var(--neutral4-shade-30);
  --keyboard-command-button-bg: var(--neutral6-shade-12);
  --keyboard-command-button-bg-active: var(--neutral6-shade-30);
  --keyboard-button-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.14);
  --keyboard-command-button-border: none;
  --keyboard-command-button-weight: var(--typography-font-weight-normal);
  --keyboard-command-button-line-height: 5.5rem;
  --keyboard-btn-letter-above-color: rgba(255, 255, 255, 0.31);
}

.theme-dark {
  --mob-navbar-aw-collapsible-background: var(--neutral1);
  --navbar-nav-side-nav-color: var(--neutral5);
  --navbar-nav-side-nav-background: var(--neutral1);
  --mob-logo-box-background: var(--neutral1);
  --logo-box-caption-color: var(--neutral7);
  --mob-status-menu-li-active-a-color: var(--primary-2);
  --mob-a-color: var(--neutral5);
  --mob-a-font-size: 16px;
  --mob-a-font-weight: 400;
  --li-a-link-hover-color: var(--primary-2-15);
  --mob-span-icon: --neutral7;
  --mob-nav-nav-wrapper-border-bottom: var(--neutral4);
  --mob-a-hover-background-color: rgba(var(--white-rgb), 0.05);
  --mob-a-hover-active-background: rgba(var(--white-rgb), 0.07);
  --mob-white-color: var(--white);
  --small-font-size: 0.875rem;
  --mob-hover-color: var(--primary-2-20);
  --mob-active-color: var(--primary-2-30);
  --mob-caption-sub-color: var(--neutral6);
  --gradient-background-color: linear-gradient(285.57deg, var(--hue2) 0%, var(--hue8) 100%);
  --a-i-mob-background: transparent;
  --side-nav-top-height: 56px;
  --side-nav-top-line-height: 56px;
  --side-nav-top-bb: var(--neutral4);
  --close-top: 4px;
}

.theme-dark {
  --modal-sm-width: 400px;
  --dialog-container-border-radius: 8px;
  --dialog-container-color: var(--neutral5);
  --dialog-container-background-color: var(--neutral1);
  --modal-footer-btn-width: 100%;
  --dialog-modal-heading-border-bottom: 1px solid var(--neutral4);
  --dialog-modal-footer-border-bottom: 1px solid var(--neutral4);
  --modal-close-color: var(--neutral5);
  --modal-close-hover-bg: transparent;
  --adaptive-dialog-heading-padding: var(--adaptive-dialog-h-p-t);
  --adaptive-dialog-content-padding: 0 1.5rem 1.5rem 1.5rem;
  --adaptive-dialog-pb-on-small: 1.5rem;
  --adaptive-dialog-heading-padding-on-small: var(--adaptive-dialog-h-p-t-m);
  --adaptive-dialog-content-padding-on-small: 0 1rem 1.5rem 1rem;
  --adaptive-dialog-modal-bottom-border-radius-mobile: 0;
  --mat-dialog-close-right:1rem;
  --mat-dialog-close-top: 1.25rem;
  --mat-dialog-floating-focus-border:2px solid var(--hue7);
  --adaptive-dialog-border-radius: 12px;
  --dialog-modal-overlay-background-color: rgba(49, 58, 66, 0.5);
  --dialog-modal-subheading-color: var(--neutral7);
  --modal-dialog-font-size: var(--typography-font-size-h3);
  --modal-dialog-line-height: var(--typography-line-height-h3);
  --modal-dialog-heading-font-size-small: var(--typography-font-size-h5);
  --modal-dialog-heading-line-height-small: var(--typography-line-height-h5);
  --dialog-modal-subheader-font-size: var(--html-font-size);
  --dialog-modal-subheader-line-height: var(--html-line-height);
  --adaptive-dialog-h-p-t: 1.5rem;
  --adaptive-dialog-h-p-t-m: 1rem;
}

.theme-dark {
  --navbar-a-not-link-hover-background-color: rgba(var(--white-rgb), 0.07);
  --navbar-a-not-link-hover-color: var(--neutral5);
  --navbar-a-active-hover: var(--primary-2);
  --navbar-aw-collapsible-header: var(--neutral1);
  --navbar-aw-collapsible: var(--neutral2);
  --navbar-aw-collapsible-hover: var(--neutral2);
  --navbar-aw-collapsible-hover-background-color: rgba(var(--white-rgb), 0.07);
  --navbar-aw-collapsible-body-background-color: var(--neutral2);
  --navbar-focus-text-color: var(--neutral5);
  --search-inner-background: var(--neutral1);
  --search-inner-border-bottom: var(--neutral4);
  --button-collapse-margin: 1rem 0.75rem 0;
  --button-collapse-margin-mobile: 1rem 0.75rem 0 .25rem;
  --left-icon-mr: .75rem;
  --left-icon-color: var(--neutral5);
  --navbar-aw-collapsible-p-padding: 1rem 3.5rem;
  --navbar-aw-collapsible-bb: var(--neutral4);
  --navbar-aw-collapsible-p-lh: 1.5rem;
  --navbar-overlay: rgba(var(--neutral4-rgb), .6);
  --navbar-aw-collapsible-badge-lh: initial;
  --navbar-aw-collapsible-badge-mt: 1px;
  --navbar-aw-collapsible-header-lh: inherit;
  --navbar-aw-collapsible-header-p: 0 1rem;
  --sidenav-avatar-border: 1px solid var(--neutral7);
  --dropdown-content-border-radius: 0 0 8px 8px;
  --aw-dropdown-content-min-width: 160px;
  --navbar-medium-min-width: 280px;
}

.theme-dark {
  --navbar-nav-color: var(--neutral1);
  --navbar-nav-background: var(--neutral3);
  --navbar-nav-height: 56px;
  --navbar-nav-line-height: 56px;
  --nav-nav-wrapper-border-bottom: var(--neutral4);
  --nav-nav-wrapper-mobile-side-nav-color: var(--neutral5);
  --nav-nav-wrapper-a-hover-list-page-box-shadow: var(--primary-2);
  --nav-a-link-icon-label-hover-background-color: var(--neutral2);
  --nav-hover-list-page-color: var(--primary-2);
  --nav-nav-wrapper-a-hover-list-page-box-shadow-new: transparent;
  --nav-hover-list-page-color-new: var(--neutral5);
  --logo-li-a-link-color: var(--primary-2);
  --logo-li-a-link-visited-color: var(--hue8);
  --logo-li-a-link-hover-color: var(--primary-2-20);
  --logo-li-a-link-active-color: var(--primary-2-30);
  --nav-collection-item-small-color: var(--neutral7);
  --dot-badge-color: var(--neutral5);
  --dot-badge-background: var(--danger);
  --dot-badge-border: var(--neutral1);
  --search-block-input-color: var(--neutral5);
  --search-block-input-background: rgba(var(--neutral5-rgb), .05);
  --search-block-input-border: var(--neutral4);
  --search-block-input-border-color: var(--primary-2);
  --avatar-background: var(--neutral1);
  --status-online-color: var(--success);
  --status-away-color: var(--warning);
  --status-busy-color: var(--danger);
  --status-offline-color: var(--neutral6);
  --navbar-li-ml: 0;
  --navbar-link-icon-label-fz: 0.875rem;
  --hover-list-page-background-color: rgba(var(--white-rgb), 0.07);
  --nav-a-link-icon-label-focus-border: 2px solid var(--hue7);
  --nav-aw-collapsible-header-focus-bs: inset 0 0 0 2px var(--hue7);
  --nav-aw-logo-focus-bs:0 0 0 2px var(--hue7);
  --nav-a-link-icon-label-hover-border: 1px solid var(--neutral7);
  --navbar-li-active-background-color: rgba(var(--black-rgb), 0.05);
  --nav-logo-container: 1rem 0;
}

.theme-dark {
  --notifications-noty_bar-overflow: visible;
  --notifications-flash-dialog-color: var(--neutral5);
  --notifications-flash-dialog-border-radius: 8px;
  --notifications-flash-dialog-padding: 1rem;
  --notifications-icon-link-margin-left: 0;
  --notifications-flash-dialog-border: 1px solid var(--primary);
  --notifications-flash-dialog-border-w: 1px solid var(--warning);
  --notifications-flash-dialog-border-d: 1px solid var(--danger);
  --notifications-flash-dialog-border-s: 1px solid var(--success);
  --notifications-flash-dialog-background-color: var(--primary);
  --notifications-box-shadow: 0 0 2px rgba(0,0,0,.14), 0 2px 2px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.2);
  --notifications-min-height: 58px;
  --notifications-text-max-width: calc(100% - 52px);
  --notifications-text-mb: 0;
  --notifications-actions-top: auto;
  --notifications-btn-flat-hover-bg: transparent;
  --notifications-btn-flat-active-bg: transparent;
  --notifications-btn-flat-mh:24px;
  --notifications-btn-flat-lh:24px;
  --notifications-wrapper-actions-icon-link-color: var(--neutral5);
  --warning-text: var(--warning-2);
  --danger-text: var(--danger-2);
  --success-text: var(--success);
  --primary-text: var(--primary-2);
  --notifications-actions-icon-link-color: inherit;
  --notifications-actions-icon-link-h:24px;
  --notifications-actions-icon-link-line-height-ie:1;
  --notification-dark-bg-color:inherit;
  --notifications-flash-dialog-f-s: 1rem;
  --notifications-toast-background-color: var(--neutral2);
  --notifications-toast-border: 1px solid var(--neutral4);
  --notifications-toast-dot-divider-c:var(--neutral4);
  --notifications-toast-btn-simple:var(--neutral7);
  --notifications-toast-card-meta:var(--neutral7);
  --notifications-toast-action-border-c:var(--neutral4);
  --notifications-btn-flat-tt:capitalize;
  --notifications-btn-flat-primary:var(--primary-2);
  --notifications-btn-flat-danger:var(--danger-2);
  --notifications-high-priority-border:var(--danger-2);
  --notifications-btn-fs: 14px;
  --notifications-toast-action-btn-mt:12px;
  --notifications-toast-action-btn-lh:19px;
  --notifications-card-action-justify:center;
  --notifications-toast-border-radius:8px;
  --notifications-toast-focus-border:2px solid var(--hue7);
  --notifications-flash-dialog-focus-border:2px solid var(--hue7);
  --notifications-btn-flat-focus: var(--neutral5);
  --notifications-icon-link-focus: 0 0 0 2px var(--neutral5);
}

.theme-dark {
  --panel-border-radius: 12px;
  --panel-border-radius-lvl2: calc(var(--panel-border-radius) * 0.667);
  --panel-border-radius-lvl3: calc(var(--panel-border-radius) * 0.5);
  --panel-border-radius-lvl4: calc(var(--panel-border-radius) * 0.334);
  --panel-border-radius-lvl5: calc(var(--panel-border-radius) * 0.17);
  --panel-background: var(--neutral2);
  --panel-box-shadow: 0 0 0 1px var(--stroke-color, var(--neutral4)) inset;
  --panel-header-border: 1px solid var(--neutral4);
  --panel-footer-border: 1px solid var(--neutral4);
  --panel-footer-background: transparent;
  --panel-warning-color: var(--neutral5);
  --panel-heading-padding-down: 1rem;
  --panel-body-padding-down: 1rem;
  --panel-footer-padding-down: 1rem;
  --panel-heading-padding: 1rem 1.5rem;
  --panel-body-padding: 1.5rem 1.5rem;
  --panel-footer-padding: 1rem 1.5rem;
  --panel-padding-left-when-colored-down: 13px;
  --panel-padding-left-when-colored: 21px;
  --panel-header-icon-margin-right: 0.5rem;
  --panel-interactive-header-icon-margin-right: 0.75rem;
  --panel-interactive-body-bg: var(--shade-05);
  --panel-interactive-body-bg-active: var(--shade-05);
  --panel-interactive-body-bg-focus: var(--shade-03);
  --panel-interactive-bg: var(--neutral2);
  --panel-footer-scroll-btn-focus-bg: rgba(var(--neutral6-rgb), .95);
  --panel-footer-scroll-btn-bg: var(--neutral2);
  --panel-footer-scroll-btn-hover-bg: var(--neutral6);
  --panel-footer-scroll-btn-active: linear-gradient(0deg, rgba(190, 195, 204, 0.2), rgba(190, 195, 204, 0.2)), var(--neutral6);
  --panel-interactive-border-radius: 12px;
  --panel-interactive-border-radius-lvl2: calc(var(--panel-interactive-border-radius) * 0.667);
  --panel-interactive-border-radius-lvl3: calc(var(--panel-interactive-border-radius) * 0.5);
  --panel-interactive-border-radius-lvl4: calc(var(--panel-interactive-border-radius) * 0.334);
  --panel-interactive-border-radius-lvl5: calc(var(--panel-interactive-border-radius) * 0.17);
  --panel-heading-highlighted-bg: rgba(var(--neutral5-rgb), 0.05);
  --panel-highlighted-btn-stroke: inset 0px 0px 0px 2px rgba(255,255,255,0.05);
  --panel-interactive-footer-padding: 0.75rem 1rem 1rem;
  --panel-interactive-content-btn-bg-hover: var(--shade-05);
  --panel-interactive-body-hover-border: 1px solid var(--neutral5);
  --calendar-view-panel-bg:var(--surface2);
  --panel-interactive-stroke: var(--neutral4);
  --panel-interactive-outer-stroke: var(--neutral6-15);
  --panel-interactive-text: var(--neutral5);
  --panel-interactive-text-caption: var(--neutral7);
  --panel-vertical-padding: 1.5rem;
  --panel-vertical-padding-mobile: 1rem;
  --panel-header-horizontal-padding: 1rem;
  --panel-body-horizontal-padding: 1.5rem;
  --panel-body-horizontal-padding-mobile: 1rem;
  --panel-footer-horizontal-padding: 1rem;
  --panel-stroke-color: var(--neutral4);
  --intractable-panel-stroke-color: var(--neutral6-15);
}

.theme-dark {
  --spinner-layer-border-color: var(--primary-2);
  --spinner-layer-border-color-neutral: var(--neutral5);
}

.theme-dark {
  --progress-background-color: var(--neutral4);
  --progress-indeterminate-background: var(--primary-2);
  --progress-button-padding-with-btn: 0 1rem;
  --progress-button-padding-with-btn-large: 0 1.5rem;
  --primary-focus-box-shadow: none;
  --progress-button-large-l-h:50px;
  --progress-stepper-background-color: var(--neutral4);
  --progress-stepper-step-color:var(--neutral7);
  /* Start styles deprecated since version 4.2.0 */
  --progress-button-border: var(--neutral3);
  --progress-button-color: var(--neutral6);
  --progress-v2-focus-bg: rgba(var(--neutral6-rgb), 0.24);
  --progress-button-focus-border-color: var(--hue7);
  --progress-button-box-shadow: none;
  --progress-btn-primary-box-shadow: none;
  --progress-hold-content-margin:-0.5rem -1.5rem;
  --progress-hold-content-position:relative;
  /* End. */
}

.theme-dark {
  --radio-buttons-margin: 0;
  --radio-buttons-padding-left: 34px;
  --radio-buttons-label-top: 2px;
  --radio-buttons-width: 20px;
  --radio-buttons-height: 20px;
  --radio-buttons-label-before-after: 2px solid var(--neutral5);
  --radio-buttons-disabled-not-before: rgba(var(--neutral5-rgb), .5);
  --radio-buttons-label-color: var(--neutral5);
  --radio-buttons-label-hover-color: var(--primary-2-15);
  --radio-buttons-disabled-checked-border: 2px solid rgba(var(--neutral5-rgb), .5);
  --radio-buttons-disabled-checked-background-color: rgba(var(--neutral5-rgb), .5);
  --radio-buttons-disabled-label-color: rgba(var(--neutral5-rgb), .5);
  --radio-buttons-label-hover: var(--primary-2);
  --radio-buttons-hover-hover-background: none;
  --radio-buttons-checked-hover-hover-background: none;
  --radio-buttons-disabled-checked-hover-hover-background: none;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-border: 2px solid var(--primary-2);
  --radio-buttons-checked-hover-border: 2px solid var(--primary-2-15);
  --radio-buttons-checked-border-focus: 2px solid var(--primary-2-15);
  --radio-buttons-checked-background-color: var(--primary-2);
  --radio-buttons-checked-hover-background-color: var(--primary-2-15);
  --radio-buttons-disabled-checked-border-before-after: none;
  --radio-buttons-hover-not-checked-before: 2px solid var(--primary-2-15);
  --radio-buttons-top: 12px;
  --radio-buttons-bottom: 12px;
  --radio-label-buttons-width: 28px;
  --radio-label-buttons-height: 28px;
  --radio-label-buttons-border-radius: 0;
  --radio-label-buttons-border-top: 10px;
  --radio-label-buttons-border-left: -4px;
  --radio-buttons-outline: 2px dotted var(--primary-2);
  --radio-buttons-focus-border: 2px solid var(--hue7);
  --radio-buttons-color: var(--hue7);
  --radio-buttons-hover-top: 4px;
  --radio-buttons-hover-left: -10px;
  --radio-buttons-hover-not: rgba(var(--neutral5-rgb), 0.07);
  --radio-buttons-hover-before-border: 1px solid var(--neutral7);
  /* Start styles deprecated since version 4.2.0 */
  --radio-buttons-box-shadow: none;
  --radio-buttons-hover-top-for-1-8: -8px;
  /* End. */
}

.theme-dark {
  --rating-star-color: var(--hue7);
  --rating-star-hover: var(--hue7-15);
}

.theme-dark {
  --select-color: var(--neutral5);
  --select-background-color: rgba(var(--white-rgb), .05);
  --select-background-color-hover: rgba(var(--white-rgb), .05);
  --select-border-bottom: 1px solid var(--neutral7);
  --select-border-radius: 0.25rem 0.25rem 0 0;
  --select-hover-border-bottom: var(--neutral7);
  --select-focus-border-bottom: var(--primary-2);
  --select-focus-border-color: var(--primary-2);
  --select-focus-label-color: var(--neutral7);
  --select-success-border-bottom: var(--success-2);
  --select-success-label-color: var(--success-2);
  --select-error-border-bottom: var(--danger-2);
  --select-box-shadow: inset 0 -1px 0 0;
  --select-searchable-border-bottom: 1px solid var(--neutral7);
  --select-searchable-border-bottom-hover: 1px solid var(--neutral7);
  --select-searchable-icon-line-height: 48px;
  --select-height: 50px;
  --select-line-height: 50px;
  --select-padding: 6px 55px 0 .5rem;
  --select-padding-top-native: 0;
  --label-top: 13px;
  --label-color: var(--neutral7);
  --caret-width: 24px;
  --caret-height: 48px;
  --caret-line-height: 48px;
  --caret-top: 0;
  --caret-right: 8px;
  --caret-color: var(--neutral5);
  --caret-before-top: 0;
  --caret-before-right: 0;
  --caret-before-bottom: 0;
  --caret-hover-background: transparent;
  --val-icon-right: 38px;
  --select-helper-text-margin: 0.125rem 0 1rem 0;
  --disabled-caret-color: var(--neutral5);
  --disabled-border: 1px solid var(--neutral7);
  --disabled-select-color: var(--neutral5);
  --disabled-border-hover: 1px solid var(--neutral7);
  --disabled-label-color: var(--primary-2);
  --disabled-opacity: 1;
  --disabled-only-select-color: var(--neutral7);
  --disabled-select-border-color: transparent;
  --disabled-bg-color: --neutral4;
  --wcag-dropdown-select: var(--primary-2);
  --wcag-border-radius: 8px;
  --select-i-color: var(--neutral7);
  --select-background-color-2-hover: rgba(var(--neutral5-rgb), .07);
  --label-padding-right: 55px;
  --select-wrapper-select-border-color: var(--neutral7);
  --select-wrapper-dropdown-border-color: var(--neutral7);
  --select-wrapper-dropdown-color: var(--neutral3);
  --select-native-not-active-pt: 3px;
  --select-native-not-active-pb: 6px;
  --select-native-input-inner-height: 50px;
  --select-native-label-active-input-inner-height: 50px;
}

.theme-dark {
  --slider-filled-color: var(--primary-2);
  --slider-empty-color: var(--neutral6);
  --slider-circle-color: var(--primary);
  --slider-circle-hover-bg: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), var(--primary);
  --slider-filled-height: 6px;
  --slider-filled-position: 5px;
  --slider-empty-height: 4px;
  --slider-circle-height: 20px;
  --slider-circle-width: 20px;
  --slider-circle-position: -2px;
  --slider-active-background-left: -12px;
  --slider-active-background-top: -12px;
  --slider-active-on-start-top: -10px;
  --slider-active-on-start-left: -10px;
  --slider-active-on-start-background: var(--primary);
  --slider-circle-on-start-color: var(--primary);
  --slider-circle-on-start-border: none;
  --slider-disabled: .4;
  --slider-disabled-circle-on-start-color: var(--primary);
  --slider-disabled-circle-on-start-border: none;
  --slider-disabled-connect-color: var(--primary-2);
  --slider-disabled-icon-opacity: .2;
  --slider-handle-disabled-horizontal-top: -2px;
  --slider-vertical-width: 4px;
  --slider-vertical-position: -8px;
  --slider-vertical-filled: var(--primary-2);
  --slider-vertical-empty: var(--neutral6);
  --slider-line-border-radius: 4px;
  --slider-vertical-filled-height: 6px;
  --slider-vertical-position-ie11: -8px;
  --slider-vertical-right: 1px;
  --slider-handle-disabled-width: 20px;
  --slider-handle-disabled-height: 20px;
  --slider-target-margin-ie11: -11px auto 0 auto;
  --slider-handle-focus:1px dashed var(--hue7);
  --aw-slider-value-bg:var(--neutral4);
  --slider-icon-color:var(--neutral5);
}

.theme-dark {
  --switch-bs: 0 0 2px rgba(0,0,0,.14), 0 2px 2px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.2);
  --switch-lever-width: 44px;
  --switch-lever-height: 16px;
  --switch-lever-background-color: rgba(var(--neutral6-rgb), 1);
  --switch-lever-after-background-color: rgba(var(--neutral5-rgb), 1);
  --switch-circle-after-background-color: rgba(var(--neutral5-rgb), 1);
  --switch-lever-before-top: -4px;
  --switch-lever-before-color: var(--neutral5);
  --switch-input-checkbox-top: -4px;
  --switch-input-checkbox-left-after: 0;
  --switch-input-checkbox-left: 20px;
  --switch-checked-background-color: rgba(var(--primary-2-rgb), 0.24);
  --switch-checked-after-background-color: var(--primary-2);
  --switch-input-checkbox-disabled-left: rgba(var(--neutral6-rgb), .5);
  --switch-disabled-after-background-color: var(--neutral5-shade-50);
  --switch-lever-name-disabled-background-color: rgba(var(--primary-2-rgb), 0.24);
  --switch-disabled-background-color: var(--primary-2-shade-50);
  --switch-name-disabled-left: 20px;
  --switch-lever-after-box-shadow: var(--switch-bs);
  --switch-lever-after-bs: var(--switch-bs);
  --checked-lever-bs: none;
  --not-checked-lever-bs: none;
  --wcag-focus: 1px solid var(--primary-2);
  --wcag-offset: 8px;
  --wcag-switch-lever-after-top: -5px;
  --wcag-switch-lever-after-left: -2px;
  --wcag-switch-lever-after-top-contrast: -7px;
  --wcag-switch-checked-after-left: 20px;
  --switch-bs-legacy: 0 0 2px rgba(0,0,0,.14), 0 2px 2px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.2);
  --checked-lever-bs-legacy: none;
  --not-checked-lever-bs-legacy: none;
  --wcag-focus-legacy: 1px solid var(--primary-2);
  --wcag-offset-legacy: 8px;
  --switch-lever-width-legacy: 44px;
  --switch-lever-height-legacy: 16px;
  --switch-lever-background-color-legacy: rgba(var(--neutral6-rgb), 1);
  --switch-lever-after-background-color-legacy: rgba(var(--neutral5-rgb), 1);
  --switch-lever-after-bs-legacy: var(--switch-bs-legacy);
  --switch-lever-before-top-legacy: -4px;
  --switch-lever-before-color-legacy: var(--neutral5);
  --switch-input-checkbox-disabled-left-legacy: rgba(var(--neutral6-rgb), .5);
  --switch-disabled-after-background-color-legacy: var(--neutral5-shade-50);
  --switch-input-checkbox-top-legacy: -4px;
  --switch-input-checkbox-left-after-legacy: 0;
  --switch-checked-background-color-legacy: rgba(var(--primary-2-rgb), .24);
  --switch-checked-after-background-color-legacy: var(--primary-2);
  --switch-input-checkbox-left-legacy: 20px;
  --switch-lever-name-disabled-background-color-legacy: rgba(var(--primary-2-rgb), .24);
  --switch-disabled-background-color-legacy: var(--primary-2-shade-50);
  --switch-name-disabled-left-legacy: 20px;
  --switch-lever-after-box-shadow-legacy: var(--switch-bs-legacy);
}

.theme-dark {
  --main-border: 1px solid var(--neutral4);
  --hover-bg: rgba(var(--neutral5-rgb), .07);
  --highlight-bg: rgba(var(--neutral5-rgb), .14);
  --table-row-bg-color: rgba(var(--neutral5-rgb), .05);
  --datatable-checkbox-header-hover-top-position: 2px;
  --datatable-checkbox-hover-top-position: 10px;
  --datatable-checkbox-hover-left-position: -2px;
  --datatable-checkbox-helper-top-position: 50%;
  --datatable-checkbox-header-helper-top-position: 4px;
  --datatable-checkbox-focus-hover-width: 22px;
  --datatable-checkbox-focus-hover-height: 22px;
  --datatable-checkbox-header-helper-top-position-ie: -2px;
  --datatable-checkbox-helper-top-position-ie: 2px;
  --datatable-checkbox-margin-ie:-0.5rem 0 0 1rem;
  --datatable-checkbox-header-hover-top-position-ie:-4px;
  --datatable-checkbox-hover-top-position-ie:0px;
  --aw-table-legacy-hover-bg: rgba(var(--neutral5-rgb), .07);
  --aw-table-legacy-highlight-bg: rgba(var(--neutral5-rgb), .14);
  --aw-table-legacy-highlight-hover-bg: rgba(var(--neutral5-rgb), .14);
  --aw-table-legacy-main-border: 1px solid var(--neutral4);
  --aw-table-legacy-main-border-radius: 10px;
  --aw-table-legacy-header-sortable-color: var(--neutral5);
  --aw-table-legacy-header-cell-color: var(--neutral5);
  --aw-table-legacy-sortable-btn-undefined-color: var(--neutral7);
  --aw-table-legacy-table-icon-up-color: var(--primary-2);
  --aw-table-legacy-table-icon-down-color: var(--primary-2);
  --aw-table-legacy-datatable-body-cell-color: var(--neutral5);
  --aw-table-legacy-table-row-bg-color: var(--zebra);
  --aw-table-legacy-datatable-body-cell-i-color: var(--neutral5);
  /* Start styles deprecated since version 4.2.0 */
  --highlight-hover-bg: rgba(var(--neutral5-rgb), .14);
  --header-sortable-color: var(--neutral5);
  --header-cell-color: var(--neutral5);
  --datatable-header-border-bottom-color: 1px solid var(--neutral4);
  --sortable-btn-color: var(--primary-2);
  --table-icon-up-color: var(--primary);
  --table-icon-up-down: var(--primary);
  --datatable-body-cell-color: var(--neutral5);
  --datatable-body-row-border: none;
  --datatable-body-cell-padding: 0.5rem 1.5rem;
  --datatable-body-cell-padding-down: 0.5rem 1rem;
  --datatable-panel-cell-padding-up-first-child: 0.5rem 1rem 0.5rem 1.5rem;
  --datatable-panel-cell-padding-up-last-child: 0.5rem 1.5rem 0.5rem 1rem;
  --table-icon-down-color: var(--primary);
  --datatable-header-cell-helper-position-left: 29px;
  --datatable-body-cell-position-left: 10px;
  --datatable-header-label-height: 22px;
  --datatable-header-cell-hover-focus-position-left: 30px;
  --datatable-striped-row-odd-bg: rgba(var(--neutral7-rgb), 0.2);
  --datatable-row-detail-bg: var(--neutral7);
  --datatable-group-header-bg: var(--neutral7);
  --datatable-group-header-border-color: var(--neutral7);
  --datatable-body-group-cell-color: var(--neutral3);
  /* End. */
}

.theme-dark {
  --tabs-indicator-color: var(--primary-2);
  --tabs-hover: var(--primary-2);
  --tabs-color: var(--neutral7);
  --tabs-divider: 1px solid var(--neutral6);
  --tabs-pading: 0 1rem;
  --tabs-background: transparent;
  --tabs-left-btn-shadow: 6px 0px 5px -4px rgba(4, 14, 34, 0.3);
  --tabs-right-btn-shadow: -6px 0px 5px -4px rgba(4, 14, 34, 0.3);
  --tabs-active:var(--primary-2);
  --tabs-focus-border: var(--hue7);
  --tabs-indicator-height:4px;
}

.theme-dark {
  --textarea-label-background: rgba(var(--neutral5-rgb), .05);
  --textarea-label-border: 0;
  --textarea-background: rgba(var(--neutral5-rgb), .05);
  --textarea-background-hover-active: rgba(var(--neutral5-rgb), .05);
  --textarea-label-background-hover-active: rgba(var(--neutral5-rgb), .05);
  --textarea-label-color: var(--neutral7);
  --textarea-label-color-active: var(--primary-2);
  --textarea-padding: 1.5rem 0.5rem 0.5rem;
  --textarea-label-top: 0;
  --textarea-label-left: 0;
  --textarea-label-width: calc(100% - 15px);
  --textarea-label-border-radius: 4px;
  --textarea-label-active-lh: 1;
  --textarea-text-color: var(--neutral5);
  --textarea-top-border: 2px solid transparent;
  --textarea-left-border: 2px solid transparent;
  --textarea-right-border: 2px solid transparent;
  --textarea-bottom-border: 1px solid var(--neutral7);
  --textarea-success-bottom-border-color: var(--success-2);
  --textarea-disabled-color: transparent;
  --textarea-box-shadow-hover: 0 -1px 0 0 rgba(var(--neutral7-rgb), 1) inset;
  --textarea-box-shadow-hover-success: 0 -1px 0 0 rgba(var(--success-2-rgb), 1) inset;
  --textarea-box-shadow-focus: 0 -1px 0 0 var(--primary-2) inset;
  --textarea-box-shadow-error: 0 -1px 0 0 rgba(var(--danger-2-rgb), 1) inset;
  --textarea-box-shadow-error-hover: 0 -1px 0 0 rgba(var(--danger-2-rgb), 1) inset;
  --textarea-box-shadow-success: 0 -1px 0 0 rgba(var(--success-2-rgb), 1) inset;
  --textarea-placeholder-color: var(--neutral7);
  --textarea-hover-normal-border-color: var(--neutral7);
  --textarea-hover-normal-border-color-success: var(--success-2);
  --textarea-text-hover-color: var(--neutral5);
  --textarea-focus-border-color: var(--primary-2);
  --textarea-field-hover-box-shadow-color: var(--neutral7);
  --textarea-field-width-val-pr: 40px;
  --textarea-disabled-opacity: 1;
  --textarea-disabled-background: rgba(var(--neutral5-rgb), .05);
  --textarea-disabled-label-bg: var(--neutral4);
  --textarea-disabled-bg: var(--neutral4);
  --aw-textarea-val-after-top: 10px;
  --aw-textarea-val-after-right: 16px;
  --textarea-val-after-transform: none;
  --textarea-border-radius: 0.25rem 0.25rem 0 0;
  --textarea-helper-text-fz: 0.875rem;
  --textarea-helper-text-margin: 0.125rem 0 1rem 0;
  --textarea-helper-text-color: var(--neutral7);
  --textarea-helper-text-line-height: 1;
  --textarea-helper-text-height: 1.25rem;
  --textarea-helper-text-padding-top: 0;
  --textarea-helper-position: static;
  --textarea-border-color-danger: transparent;
  --textarea-focus-bottom-border-color: var(--danger-2);
  --textarea-focus-bottom-border-color-hover: var(--danger-2);
  --textarea-border-color-success: var(--success-2);
  --textarea-border-color-warning: var(--success-2);
  --textarea-border-color-danger-focus: var(--primary-2);
  --input-background-color-2-hover: rgba(var(--neutral5-rgb), .07);
  --textarea-labeled-input-pt: 3px;
  --textarea-labeled-textarea-padding: 3px .5rem .5rem;
  --textarea-labeled-textarea-br: 0;
  --textarea-labeled-textarea-height: 115px;
  --textarea-labeled-textarea-min-height: 90px;
  --textarea-labeled-label-top: 0px;
  --textarea-labeled-label-top-moz: 0;
  --textarea-labeled-label-width: 100%;
  --textarea-labeled-label-br: 4px 4px 0 0;
  --textarea-labeled-label-padding: 0 .5rem 0;
  --textarea-labeled-val-label-padding: 6px 2.75rem 0 .5rem;
  --textarea-labeled-label-height: auto;
  --text-area-display: unset;
}

.theme-dark {
  --placeholder-icon-color: var(--primary);
  --placeholder-holder-bg: var(--neutral2);
  --tyto-success-icon-color: var(--success-2);
  --tyto-warning-icon-color: var(--warning-2);
  --tyto-slider-text-color: var(--neutral5);
  --tyto-normal-icon-color: var(--neutral5);
  --tyto-divider-color: var(--neutral4);
}

.theme-dark {
  --mat-calendar-today-dot: var(--primary-2);
  --range-border: 1px solid transparent;
  --range-background: rgba(var(--primary-2-rgb), 0.12);
  --datetime-picker-primary-12: rgba(var(--primary-rgb), 0.12);
  --datetime-picker-number-color: var(--neutral5);
  --datetime-picker-header-color:var(--neutral5);
  --datetime-picker-number-color-active: var(--neutral5);
  --datetime-picker-focus-color: var(--hue7);
  --datetime-picker-header-border-color: rgba(255, 255, 255, 0.05);
  --datetime-picker-body-align-items: flex-start;
  --datetime-picker-body-justify-content: space-around;
  --datetime-picker-body-padding: 6px 25px 18px;
  --datetime-picker-label-display: inline-block;
  --datetime-picker-data-item-height: 40px;
  --datetime-picker-holder-meridiem-top-position: initial;
  --datetime-picker-data-item-1-5-opacity: 0.4;
  --datetime-picker-data-item-2-4-height: 32px;
  --datetime-picker-meridiem-active-height: 40px;
  --datetime-picker-data-item-meridiam-3-height: 32px;
  --datetime-picker-meridiem-active-mt: 56px;
  --only-icon-b-c: transparent;
  --only-icon-border: 0px;
  --only-icon-input-group-addon-i-color: var(--neutral5);
  --only-icon-focus-color: var(--primary-2);
  --only-icon-focus-background: transparent;
  --only-icon-input-group-padding: 0;
  --only-icon-input-group-i-width: 24px;
  --only-icon-input-group-i-height: 24px;
  --only-icon-line-height: 24px;
  --datetime-picker-action-icon-focus:var(--hue7);
  --mat-datepicker-toggle-icon-color: var(--neutral6);
  --datetime-picker-icon-color: var(--neutral6);
  /* Start styles deprecated since version 4.2.0 */
  --mat-calendar-border-radius: 12px;
  --mat-calendar-background: var(--neutral2);
  --mat-calendar-days-name-weight: 400;
  --mat-calendar-days-number-color: var(--neutral5);
  --mat-calendar-days-number-hover: rgba(var(--neutral5-rgb), 0.07);
  --mat-calendar-body-range-today-selected: var(--neutral5);
  --mat-calendar-days-number-hover-revers: var(--primary);
  --custom-header-border: 1px solid var(--neutral4);
  --custom-header-button-hover: var(--primary-2);
  --custom-header-button-hover-background: transparent;
  --custom-header-padding: 1.125rem 1rem;
  --range-end-width: 5%;
  --range-color: var(--neutral5);
  --range-reverse-color: var(--primary);
  --timepicker-border: 1px solid var(--neutral4);
  --datetime-picker-primary: var(--primary);
  --datetime-picker-primary-4: rgba(var(--primary-rgb), 0.4);
  --datetime-picker-primary-9: rgba(var(--primary-rgb), 0.9);
  --mat-calendar-cell-semi-selected-color: var(--neutral3);
  --mat-calendar-body-disabled-cell-color: var(--neutral7);
  --mat-calendar-disabled-cell-color: var(--neutral7);
  --mat-calendar-content-th-color: var(--neutral7);
  --date-time-picker-disable-flag: 1;
  --dp-custom-header-filter-btn-margin: 0 -1rem;
  --dp-custom-header-gap: 1rem;
  --dp-custom-header-first-dropdowns-mr: 1rem;
  /* End. */
}

.theme-dark {
  --tooltip-bg: var(--neutral5);
  --tooltip-padding: 0.75rem;
  --tooltip-color: var(--neutral2);
  --tooltip-border-radius: 3px;
  --tooltip-background: var(--neutral5);
  --tooltip-text-align: center;
  --tooltip-max-width: 200px;
  --tooltip-text-line-height: 120%;
}

.theme-dark {
  --pincode-before-error-border-bottom: var(--danger-2);
  --pincode__caption-color: var(--neutral7);
}

.theme-dark {
  --breadcrumbs-content: "\203A";
  --breadcrumbs-content-margin: 0 1rem;
  --breadcrumbs-content-font-size: 1.8rem;
  --breadcrumbs-content-color: var(--neutral7);
  --breadcrumbs-last-child-color: var(--neutral7);
  --breadcrumbs-vertical-align: -6%;
  --breadcrumbs-line-height: 48px;
  --breadcrumbs-white-color: var(--neutral7);
  --breadcrumbs-white-focus: var(--neutral5);
  --breadcrumbs-display:inline-block;
  --breadcrumbs-icon-font:'Open Sans';
  --breadcrumbs-max-height: 48px;
  --breadcrumb-separator-display: inline;
  --breadcrumb-separator-before-line-height:inherit;
  --breadcrumb-ol-display: block;
  --breadcrumbs-last-child-font-weight:700;
  --breadcrumbs-content-rtl: "\203A";
}

.theme-dark {
  --attachments-list-background: var(--neutral2);
  --attachments-list-focus-border:2px solid var(--hue7);
  --attachments-list-border:2px solid var(--neutral4);
  --attachments-list-background-hover:var(--neutral6-neutral2-mix-12);
  --attachments-list-background-active:var(--neutral6-neutral2-mix-24);
  --attachments-list-hover-border:2px solid var(--neutral6);
  --attachment-icon-link-color-hover:var(--black-white-mix-10);
  --attachment-icon-link-color-active:var(--black-white-mix-20);
  --attachment-icon-link-focus-bs:0 0 0 2px var(--hue7);
  --attachment-img-btn-wrap-bg: var(--neutral4);
  --attachment-img-btn-wrap-hover: var(--neutral6-neutral4-mix-12);
  --attachment-img-icon-btn-color: var(--neutral5);
  --attachment-img-icon-btn-hover: var(--black-white-mix-10);
  --attachment-img-icon-btn-active: var(--black-white-mix-20);
  /* Start styles deprecated since version 4.2.0 */
  --attachments-remove-background: rgba(var(--black-rgb), .8);
  /* End. */
}

.theme-dark {
  --z-depth-1-box-s: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 0.5px 2px 0px rgba(0, 0, 0, 0.06), 0px 0.5px 3px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
  --z-depth-2-box-s: 0px 0px 2px 0px rgba(0, 0, 0, 0.04), 0px 0.5px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 6px 0px rgba(0, 0, 0, 0.08), 0px 1.5px 8px 0px rgba(0, 0, 0, 0.12), 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  --z-depth-3-box-s: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.04), 0px 1.5px 4px 0px rgba(0, 0, 0, 0.06), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 2.5px 8px 0px rgba(0, 0, 0, 0.12), 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  --z-depth-4-box-s: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px 3px 12px 0px rgba(0, 0, 0, 0.12), 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
  --z-depth-6-box-s: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 2px 8px 0px rgba(0, 0, 0, 0.08), 0px 4px 14px 0px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
  --z-depth-8-box-s: 0px 1px 2px 0px rgba(0, 0, 0, 0.04), 0px 2px 5px 0px rgba(0, 0, 0, 0.06), 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 6px 20px 0px rgba(0, 0, 0, 0.12), 0px 8px 36px 0px rgba(0, 0, 0, 0.16);
  --z-depth-16-box-s: 0px 1px 1.8548420667648315px 0px rgba(0, 0, 0, 0.04), 0px 4px 4.69103479385376px 0px rgba(0, 0, 0, 0.06), 0px 8px 9.569271087646484px 0px rgba(0, 0, 0, 0.08), 0px 14px 19.710887908935547px 0px rgba(0, 0, 0, 0.12), 0px 16px 54px 0px rgba(0, 0, 0, 0.16);
  --z-depth-24-box-s: 0px 4px 2.0609354972839355px 0px rgba(0, 0, 0, 0.04), 0px 8px 5.212260723114014px 0px rgba(0, 0, 0, 0.06), 0px 12px 10.632522583007812px 0px rgba(0, 0, 0, 0.08), 0px 16px 21.90098762512207px 0px rgba(0, 0, 0, 0.12), 0px 24px 60px 0px rgba(0, 0, 0, 0.16);
}

.theme-dark {
  --galleria-files-border-radius: 4px;
  --galleria-background-color: rgba(var(--black-rgb),.8);
  --galleria-background-blur: 10px;
  --galleria-files-margin: 0 10px;
  --galleria-text-color:var(--white);
  --galleria-preview-min-width: 100%;
  --galleria-preview-width: auto;
  --galleria-preview-display: flex;
  --galleria-preview-justify: center;
  --galleria-preview-border-radius: 10px;
  --galleria-preview-background: var(--neutral3);
  --galleria-preview-text-color: var(--neutral7);
  --galleria-preview-title-color: var(--neutral5);
  --galleria-preview-height: 172px;
  --galleria-preview-item-height: 84px;
  --galleria-preview-item-width: 84px;
  --galleria-preview-item-margin: 0;
  --galleria-preview-item-active-border: var(--white);
  --galleria-preview-pointer-height: 64px;
  --galleria-preview-pointer-padding: 1.25rem 1rem;
  --galleria-header-height: 64px;
  --galleria-header-text-color: var(--white);
  --galleria-next-button-right:20px;
  --galleria-prev-button-left:20px;
  --galleria-icon-link-i-w:24px;
  --galleria-meta-box-bg: var(--neutral2);
  --galleria-meta-box-border-color: var(--neutral4);
  --galleria-meta-box-br: 10px;
  --galleria-header-actions-icon-color: var(--neutral5);
  --galleria-meta-box-user-color: var(--neutral7);
  --galleria-preview-list-btn-focus-border-color: var(--hue7);
  --galleria-preview-prev-next-button-color: var(--neutral5);
  --galleria-bg1: var(--outline1);
  --galleria-bg2: var(--outline2);
  --galleria-bg3: var(--outline3);
  --galleria-bg4: var(--outline4);
  --galleria-bg5: var(--outline5);
  --galleria-bg6: var(--outline6);
  --galleria-bg7: var(--outline7);
  --galleria-bg8: var(--outline8);
  --galleria-bg9: var(--outline9);
}

.theme-dark {
  --selectable-radio-padding: .5rem;
  --selectable-lable-top: calc(50% - 10px);
  --selectable-hover-background: rgba(var(--neutral5-rgb), 0.07);
  --selectable-hover-color: var(--primary-2);
  --selectable-lable-padding: 1rem;
  --selectable-hover-left: 14px;
  --selectable-hover-top: calc(50% - 12px);
  --selectable-radio-size: 0;
  --selectable-hover-display: block;
  --selectable-bordered-bg: transparent;
  --selectable-bordered-border: 1px solid var(--neutral4);
  --selectable-bordered-br: 0.5rem;
  --selectable-bordered-bg-hover: rgba(var(--white-rgb), 0.05);
  --selectable-bordered-border-hover: 1px solid var(--neutral7);
  --selectable-bordered-bg-checked: transparent;
  --selectable-bordered-border-checked: 1px solid var(--neutral5);
  --selectable-bordered-bg-checked-hover: rgba(var(--white-rgb), 0.05);
  --selectable-bordered-border-checked-hover: 1px solid var(--neutral7);
}

.theme-dark {
  --responsive-layout-bg: var(--neutral1);
  --custom-layout-step-header-color:var(--white);
  --layout-panel-corner-radius: 1.5rem;
  --responsive-layout-type-3-color-strip-bg: linear-gradient(285.57deg, var(--hue5) 0 , var(--hue7) 33.33%, var(--hue2) 65.1%, var(--hue3) 94.27%);
  --aw-layout-content-margin-bottom: 2rem;
  --responsive-layout-row-padding-top: 4rem;
  --layout-responsive-aw-row-margin: 2rem;
  --layout-content-height: auto;
  --responsive-layout-indent-padding-left: 1.5rem;
  --responsive-layout-indent-padding-right: 1.5rem;
  --responsive-layout-full-content-padding: 0;
  --responsive-layout-full-content-devider-position: initial;
  --responsive-layout-text-align: center;
  --responsive-layout-header-text-color: var(--neutral5);
  --responsive-layout-bg-image: block;
  --responsive-layout-color-strip-display: block;
  --responsive-layout-footer-side-padding: 1rem 2rem 0;
  --responsive-layout-type3-header-line-height: var(--typography-line-height-h1);
  --responsive-layout-type3-header-size: var(--typography-font-size-h1);
  --responsive-layout-header-size: var(--typography-font-size-h3);
  --responsive-layout-header-line-height: var(--typography-line-height-h3);
  --responsive-layout-header-weight: var(--typography-font-weight-h3);
  --responsive-layout-header-margin: var(--typography-margin-h3);
  --responsive-layout-header-size-h2: var(--typography-font-size-h5);
  --responsive-layout-header-line-height-h2: var(--typography-line-height-h5);
  --responsive-layout-header-weight-h2: var(--typography-font-weight-h5);
  --responsive-layout-header-margin-h2: var(--typography-margin-h5);
  --responsive-layout-header-size-mobile: var(--typography-font-size-h3);
  --responsive-layout-header-line-height-mobile: var(--typography-line-height-h3);
  --responsive-layout-header-weight-mobile: var(--typography-font-weight-h3);
  --responsive-layout-custom-bg: transparent;
  --responsive-layout-custom-bg-type1: var(--neutral1);
  --layout-background-color: transparent;
  --layout-background-color-type4: transparent;
  --type3-side-content-paddings: 2.5rem;
  --type3-side-content-paddings-collapsed: 2.5rem 0 0 0;
  --type3-side-content-paddings-no-stripe: 1.5rem;
  --type3-side-content-paddings-collapsed-no-stripe: 1.5rem 0 0 0;
  --type3-tabs-margin: 1rem;
  --responsive-layout-header-size-display: var(--responsive-layout-header-size);
  --responsive-layout-header-line-height-display: var(--responsive-layout-header-line-height);
  /* Start styles deprecated since version 4.2.0 */
  --layout-step-header-btn-white-focus-color:var(--white);
  --type1-header-padding: 1.5rem;
  --type1-header-height: 2.5rem;
  /* End. */
}

.theme-dark {
  --stepper-step-title-color: var(--neutral7);
  --stepper-step-before-color: var(--neutral7);
  --stepper-step-after-b-c: var(--neutral4);
  --stepper-step-horizontal-after-b-c: transparent;
  --stepper-step-active-step-title-color: var(--neutral7);
  --stepper-step-title-before-b-c: transparent;
  --stepper-step-title-before-border: 1px solid var(--success-2);
  --stepper-step-title-before-color: var(--success-2);
  --stepper-step-error-b-c: transparent;
  --stepper-step-error-c: var(--danger-2);
  --stepper-step-title-error-border: 1px solid var(--danger-2);
  --stepper-step-focus-border-color: var(--hue7);
}

.theme-dark {
  --intlTelInput-dropdown-color: var(--neutral2);
  --intlTelInput-dropdown-hover-bg: var(--neutral4);
  --intlTelInput-dropdown-border-color: none;
  --intlTelInput-dropdown-divider-color: var(--neutral6);
  --intlTelInput-country-list-margin: 6px 0 0 -1px;
  --intlTelInput-country-list-width: 100%;
  --intlTelInput-flag-arrow-color: var(--neutral5);
  --intlTelInput-dial-code-color: var(--neutral5);
  --intlTelInput-flag-shadow-color: var(--neutral6);
  --intlTelInput-flag-bg: var(--neutral5);
  --intlTelInput-disable-opacity: 1;
  --intlTelInput-country-list-pl: 48px;
  --intlTelInput-input-min-height: 1.5rem;
  --intlTelInput-input-min-height-ie: 1.5rem;
  --intlTelInput-fixed-label-input-min-height-ie: 24px;
  --intlTelInput-input-no-label-min-height: 1.5rem;
  --intlTelInput-no-label-pt: 13px;
  --intlTelInput-placeholder-bottom: 6px;
  --intlTelInput-fixed-label-placeholder-bottom-ie:12px;
  --intlTelInput-no-label-placeholder-bottom: 12px;
  --intlTelInput-active-label-top: 0;
  --intlTelInput-flag-container-top:0;
  --intlTelInput-flag-container-bottom:0;
  --intlTelInput-flag-container-bottom-active: 0;
  --intlTelInput-flag-container-height:auto;
  --intlTelInput-padding-top: 3px;
  --intlTelInput-selected-flag-height: 100%;
  --intlTelInput-dropdown-hover-border: 1px solid var(--neutral7);
  --intlTelInput-dropdown-hover-border-radius: 10px;
  --intlTelInput-country-list-li-color: var(--neutral5);
  --intlTelInput-dropdown-li-border-color: var(--neutral4);
}

.theme-dark {
  --test-connection-outer-border: none;
  --test-connection-inner-border: 1px solid var(--neutral4);
  --icon-margin: 40px;
  --test-connection-icon-color: var(--neutral6);
  --step-title-background: transparent;
  --step-mobile-line-color: var(--neutral4);
  --step-mobile-second-line-color: var(--neutral1);
}

.theme-dark {
  --pagination-border-radius: 8px;
  --pagination-item-width: 40px;
  --pagination-border: 3px solid transparent;
  --pagination-text-color: var(--neutral5);
  --pagination-margin: 0.25rem 0.5rem 0.25rem 0;
  --pagination-margin-rtl: 0.25rem 0 0.25rem 0.5rem;
  --pagination-input-height: 50px;
  --pagination-box-shadow: none;
  --pagination-select-color: var(--neutral5);
  /* Start styles deprecated since version 4.2.0 */
  --pagination-select-color-dark: var(--neutral7);
  /* End. */
  --pagination-caret-position: 10px;
  --pagination-select-margin: 0;
  --pagination-results-color: var(--neutral5);
  --pagination-button-border: 1px solid var(--primary-2);
  --pagination-button-color: var(--primary-2);
  --pagination-button-margin: 0;
  --pagination-button-background-disabled: var(--neutral6);
  --pagination-button-shadow-disabled: none;
  --pagination-button-color-disabled: var(--neutral5);
  --pagination-button-opacity-disabled: 1;
  --pagination-button-border-disabled: var(--neutral6);
  --pagination-button-opacity-mobile-disabled: 0.5;
  --pagination-button-border-mobile: none;
  --pagination-button-width-mobile: 40px;
  --pagination-button-background-mobile: transparent;
  --pagination-button-color-mobile: var(--neutral7);
  --pagination-button-background-mobile-disabled: var(--neutral2);
  --pagination-button-color-mobile-disabled: var(--neutral7);
  --pagination-hover-background: rgba(var(--neutral5-rgb), 0.05);
  --pagination-active-hover: transparent;
  --pagination-active-bg: transparent;
  --pagination-button-hover-background: none;
  --pagination-button-padding: 0 1rem;
  --pagination-jump-to-input-field-color: var(--neutral7);
  --pagination-jump-to-input-field-color-focus: var(--hue7);
  --pagination-focus-border: 2px solid var(--hue7);
  --pagination-focus-border-radius: 8px;
  --pagination-focus-display: block;
  --pagination-focus-outline: none;
  --pagination-item-height: 40px;
  --pagination-button-color-focused: var(--neutral5);
  --pagination-button-color-active: var(--primary-2);
  --pagination-button-border-active: 3px solid var(--primary-2);
  --pagination-button-bs-hover: 0 0 0 1px var(--neutral7);
  --pagination-button-focus-color: var(--primary-2-15);
  --pagination-jump-to-width: 126px;
}

.theme-dark {
  --aw-footer-bg: var(--neutral1);
  --aw-footer-font-size:12px;
  --aw-footer-color:var(--neutral7);
  --aw-footer-logo-border:var(--neutral4);
}

.theme-dark {
  --wcag-datatable-main-border: none;
  --wcag-datatable-main-box-shadow: 0 0 0 1px var(--neutral4) inset;
  --wcag-datatable-checkbox-hover-top-position: 5px;
  --wcag-datatable-header-checkbox-hover-top-position: 1px;
  --wcag-datatable-checkbox-hover-left-position: -2px;
  --wcag-datatable-checkbox-hover-width: 22px;
  --wcag-datatable-checkbox-hover-height: 22px;
  --wcag-datatable-highlight-bg: rgba(var(--neutral5-rgb), .14);
  --wcag-datatable-row-bg-color: var(--zebra);
  --wcag-datatable-border-radius: 10px;
  --wcag-datatable-focus-color: var(--hue7);
  --wcag-datatable-hover-bg: rgba(var(--neutral5-rgb), .07);
  --wcag-datatable-mat-sort-header-arrow-color: var(--neutral7);
  --wcag-datatable-table-icon-btn-color: var(--neutral5);
  --wcag-datatable-table-icon-link-color: var(--neutral5);
  --mob-exp-table-sort-btn: var(--neutral5);
  --mob-exp-item-header-span-color: var(--neutral5);
  --mob-exp-arrow-icon-wrap: var(--neutral5);
  --mob-exp-table-label-color: var(--neutral7);
}

.theme-dark {
  --aw-sticky-panel-gradient: linear-gradient(180deg, rgba(var(--neutral1-rgb),0) 0%, rgba(var(--neutral1-rgb),1) 100%);
  --aw-sticky-panel-gradient-for-takeover: linear-gradient(180deg, rgba(var(--neutral1-rgb),0) 0%, rgba(var(--neutral1-rgb),1) 100%);
  --aw-sticky-panel-bg: var(--neutral1);
}

.theme-dark {
  --cart-status-bg: var(--white);
  --cart-status-border-color: var(--neutral4);
  --cart-status-footer-success-bg: var(--success);
  --cart-status-footer-danger-bg: var(--danger);
  --cart-status-footer-warning-bg: var(--warning);
  --cart-status-footer-unknown-bg: var(--neutral6);
  --cart-status-image-icon-color: var(--neutral6);
  --cart-status-footer-icon-color: var(--white);
  --cart-status-footer-text-color: var(--white);
}

.theme-dark {
  --vert1-gradient-color-from: var(--hue3);
  --vert1-gradient-color-to: var(--hue7);
  --hor1-gradient-color-from: var(--hue3);
  --hor1-gradient-color-to: var(--hue7);
  --diag1-gradient-color-from: var(--hue7);
  --diag1-gradient-color-to: var(--hue3);
  --vert2-gradient-color-from: var(--hue5);
  --vert2-gradient-color-to: var(--hue12);
  --hor2-gradient-color-from: var(--hue5);
  --hor2-gradient-color-to: var(--hue12);
  --diag2-gradient-color-from: var(--hue12);
  --diag2-gradient-color-to: var(--hue5);
  --vert3-gradient-color-from: var(--hue11);
  --vert3-gradient-color-to: var(--hue4);
  --hor3-gradient-color-from: var(--hue11);
  --hor3-gradient-color-to: var(--hue4);
  --diag3-gradient-color-from: var(--hue4);
  --diag3-gradient-color-to: var(--hue11);
  --vert4-gradient-color-from: var(--hue2);
  --vert4-gradient-color-to: var(--hue8);
  --hor4-gradient-color-from: var(--hue2);
  --hor4-gradient-color-to: var(--hue8);
  --diag4-gradient-color-from: var(--hue8);
  --diag4-gradient-color-to: var(--hue2);
  --vert5-gradient-color-from: var(--hue12);
  --vert5-gradient-color-to: var(--hue6);
  --hor5-gradient-color-from: var(--hue12);
  --hor5-gradient-color-to: var(--hue6);
  --diag5-gradient-color-from: var(--hue6);
  --diag5-gradient-color-to: var(--hue12);
  --vert6-gradient-color-from: var(--hue10);
  --vert6-gradient-color-to: var(--hue9);
  --hor6-gradient-color-from: var(--hue10);
  --hor6-gradient-color-to: var(--hue9);
  --diag6-gradient-color-from: var(--hue9);
  --diag6-gradient-color-to: var(--hue10);
}

.theme-dark {
  --upload-drop-zone-border: var(--neutral7);
  --upload-drop-zone-b-r: .5rem;
  --upload-drop-zone-b-c: var(--neutral2);
  --upload-drop-zone-b-c-hover: var(--neutral6-neutral2-mix-12);
  --upload-drop-zone-b-c-active: var(--neutral6-neutral2-mix-24);
  --upload-drop-zone-focus-border: var(--hue7);
  --upload-drop-zone-border-radius: .75rem;
  --upload-drop-zone-color: var(--neutral5);
  --upload-drop-zone-b-c-disabled: var(--neutral4);
  --uploader-drop-zone-border: var(--neutral7);
  --uploader-drop-zone-text-size-color: var(--neutral7);
  --uploader-drop-zone-preview-border: var(--neutral4);
  --uploader-drop-zone-background: var(--neutral2);
  --uploader-drop-zone-background-hover: rgba(var(--neutral6-rgb), .24);
  --uploader-drop-zone-border-hover: var(--neutral5);
  --upload-drop-zone-color-disabled:var(--neutral7);
}

.theme-dark {
  --aw-attachment-icon-link-right: 0.75rem;
  --aw-attachment-icon-link-top: auto;
  --aw-attachment-icon-link-after-width: 28px;
  --aw-attachment-icon-link-after-height: 28px;
  --aw-attachment-icon-link-after-top: -2px;
  --aw-attachment-icon-link-after-left: -2px;
  --aw-attachment-icon-link-color: var(--neutral5);
  --aw-attachment-icon-link-color-hover: var(--black-white-mix-10);
  --aw-attachment-icon-link-focus-border: 2px solid var(--hue7);
  --aw-attachment-icon-color: var(--neutral7);
  --aw-attachment-grid-bg: var(--neutral2);
  --aw-attachment-grid-bg-hover: var(--neutral6-neutral2-mix-12);
  --aw-attachment-grid-neutral-border: var(--neutral4);
  --aw-attachment-grid-border-color-hover: var(--neutral7);
  --aw-attachment-grid-border-focus: 2px solid var(--hue7);
  --aw-attachment-grid-bg-active: var(--neutral6-neutral2-mix-24);
  --aw-attachment-grid-border-color-active: var(--neutral4);
  --aw-attachment-grid-file-text: var(--neutral5);
  --aw-attachment-grid-file-sub-text: var(--neutral7);
  --aw-attachment-uploader-progress-bar-bg: var(--foreground2);
  /* Start styles deprecated since version 4.2.0 */
  --aw-attachment-icon-link-bottom: 1.5rem;
  /* End. */
}

.theme-dark {
  --surface1: var(--neutral1);
  --surface2: var(--neutral2);
  --surface3: var(--neutral3);
  --surface4: var(--neutral4);
  --foreground1: var(--neutral5);
  --foreground2: var(--neutral7);
  --foreground3: var(--neutral6);
  --fill1: var(--hue1);
  --fill2: var(--hue2);
  --fill3: var(--hue3);
  --fill4: var(--hue6);
  --fill5: var(--warning);
  --fill6: var(--success);
  --fill7: var(--danger);
  --fill8: var(--primary);
  --fill-special1: var(--neutral6);
  --fill-special2: var(--neutral4);
  --fill-special3: var(--neutral5);
  --fill-special4: var(--neutral5);
  --fill-special5: var(--neutral5);
  --fill-white: var(--white);
  --fill-warning: var(--warning);
  --fill-success: var(--success);
  --fill-danger: var(--danger);
  --fill-primary: var(--primary);
  --fill-special2-shade-25: var(--neutral5-shade-25);
  --fill-special2-shade-30: var(--neutral5-shade-30);
  --outline1: var(--hue7);
  --outline2: var(--hue8);
  --outline3: var(--hue9);
  --outline4: var(--hue12);
  --outline5: var(--hue4);
  --outline6: var(--hue5);
  --outline7: var(--hue10);
  --outline8: var(--primary-2);
  --outline9: var(--neutral6);
  --background1: var(--neutral1);
  --background2: var(--neutral2);
  --background3: var(--neutral2);
  --background4: var(--neutral2);
  --background5: var(--neutral2);
  --stroke1: var(--neutral4);
  --stroke2: var(--neutral6);
  --stroke3: var(--neutral7);
  --stroke4: var(--neutral5);
  --stroke5: var(--hue7);
  --stroke6: var(--hue8);
  --stroke7: var(--hue9);
  --stroke8: var(--hue12);
  --stroke-success-2: var(--success-2);
  --stroke-warning-2: var(--warning-2);
  --stroke-danger-2: var(--danger-2);
  --stroke-primary-2: var(--primary-2);
  --text1: var(--neutral5);
  --text2: var(--neutral7);
  --text3: var(--neutral5);
  --text4: var(--hue7);
  --text5: var(--hue8);
  --text6: var(--hue9);
  --text7: var(--hue12);
  --text8: var(--hue1);
  --text9: var(--hue2);
  --text10: var(--hue3);
  --text11: var(--hue6);
  --text-warning: var(--warning);
  --text-success: var(--success);
  --text-danger: var(--danger);
  --text-warning-2: var(--warning-2);
  --text-success-2: var(--success-2);
  --text-danger-2: var(--danger-2);
  --text-primary: var(--primary);
  --text-primary-2: var(--primary-2);
  --tint-05: rgba(var(--white-rgb), 0.05);
  --tint-07: rgba(var(--white-rgb), 0.07);
  --tint-15: rgba(var(--white-rgb), 0.15);
  --tint-17: rgba(var(--white-rgb), 0.17);
  --tint-25: rgba(var(--white-rgb), 0.25);
  --tint-85: rgba(var(--white-rgb), 0.85);
  --shade-03: rgba(var(--black-rgb), 0.03);
  --shade-05: rgba(var(--black-rgb), 0.05);
  --shade-07: rgba(var(--black-rgb), 0.07);
  --shade-10: rgba(var(--black-rgb), 0.10);
  --shade-15: rgba(var(--black-rgb), 0.15);
  --shade-30: rgba(var(--black-rgb), 0.30);
  --shade-85: rgba(var(--black-rgb), 0.85);
  --shade-tint-1: rgba(var(--black-rgb), 0.15);
  --shade-tint-2: rgba(var(--black-rgb), 0.4);
  --tint-shade-1: rgba(var(--white-rgb), 0.05);
  --tint-shade-2: rgba(var(--white-rgb), 0.07);
  --tint-shade-3: rgba(var(--white-rgb), 0.85);
  --tint-shade-4: rgba(var(--white-rgb), 0.15);
  --zebra: rgba(var(--black-rgb), .18);
  --special-hover: var( --tint-05);
}

.theme-dark {
  --aw-chat-message-color:var(--primary-2);
}

.theme-dark {
  --sendbar-border-color:var(--neutral4);
  --sendbar-color:var(--neutral5);
  --sendbar-send-btn-active-color:var(--primary-2);
  --sendbar-attach-btn-color:var(--neutral7);
  --sendbar-placeholder-color:var(--neutral7);
  --sendbar-textarea-h:24px;
  --sendbar-btn-height:24px;
}

.theme-dark {
  --chat-msg-media-item-overlay-bg: rgba(var(--neutral1-rgb), .6);
  --chat-msg-item-color: var(--neutral5);
  --chat-msg-my-item-color: var(--neutral5);
  --chat-msg-border-radius: .5rem;
  --chat-msg-error-bg: var(--neutral6);
  --aw-messaging-call-info-panel-bg: var(--panel-background);
  --aw-messaging-day-chip-border: var(--badge-outline-border);
  --aw-messaging-day-chip-color: var(--badge-outline-color);
}

.theme-dark {
  --aw-banner-text-color:var(--text1);
  --aw-banner-icon-link-color:var(--text1);
  --aw-banner-after-bg:var(--stroke1);
  --aw-banner-btn-close-p-b:0px;
  --aw-banner-warning-hover:var(--stroke-warning-2);
  --aw-banner-danger-hover:var(--stroke-danger-2);
  --aw-banner-success-hover:var(--stroke-success-2);
  --aw-banner-bg:var(--background2);
}

.theme-dark {
  --aw-sliding-dialog-bs: 0px 8px 36px rgba(0, 0, 0, 0.16), 0px 6px 20px rgba(0, 0, 0, 0.12), 0px 4px 10px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.04);
  --aw-sliding-dialog-bg:var(--neutral1);
  --aw-sliding-dialog-h-fs:var(--typography-font-size-h3);
  --aw-sliding-dialog-h-lh:var(--typography-line-height-h3);
  --aw-sliding-dialog-h-fs-small: var(--typography-font-size-h5);
  --aw-sliding-dialog-h-lh-small: var(--typography-line-height-h5);
  --aw-sliding-dialog-h-c:var(--foreground);
  --aw-sliding-dialog-close-color:var(--neutral5);
  --aw-sliding-dialog-h-p-v:1.5rem;
}

.theme-dark {
  --input-payment-bg: rgba(var(--white-rgb), .05);
  --input-payment-borders: 0 0 1px 0;
  --input-payment-borders-color: var(--neutral7);
  --input-payment-focus-border-color: var(--primary-2);
  --input-payment-focus-box-shadow: var(--primary-2);
  --input-payment-box-shadow: inset 0 -1px 0 0;
  --input-payment-box-shadow-state: inset 0 -1px 0 0;
  --input-payment-box-shadow-state-invalid: inset 0 -1px 0 0;
  --input-payment-borders-disabled: 0;
  --input-payment-disabled-border-color: var(--neutral6);
  --input-payment-border-radius: 0.25rem 0.25rem 0 0;
  --input-payment-hover-normal-border-color: var(--neutral7);
  --input-payment-background-hover: rgba(var(--neutral5-rgb), .07);
  --input-payment-bg-focus: rgba(var(--neutral5-rgb), .07);
  --input-payment-mb: 1rem;
  --input-payment-label-left: .5rem;
  --input-payment-label-active-top: 6px;
  --input-payment-active-fw: normal;
  --input-payment-label-color: var(--neutral7);
  --input-payment-label-color-focus: var(--primary-2);
  --input-payment-helper-text-min-height: 1.25rem;
  --input-payment-helper-text-margin: 0.125rem 0 1rem 0;
  --input-payment-helper-text-color: var(--neutral7);
  --input-payment-helper-text-padding-top: 0;
  --input-payment-danger: var(--danger-2);
  --input-payment-label-color-error-active: var(--danger-2);
  --input-payment-left: .5rem;
  --input-payment-disabled-border-color: transparent;
  --input-payment-disabled-color: var(--neutral7);
  --input-payment-disabled-bg: var(--neutral4);
  --input-payment-text-normal-color: var(--neutral5);
  --input-payment-mask-normal-color: var(--neutral7);
  --input-payment-label-fixed-color: var(--neutral5);
  /* Start styles deprecated since version 4.2.0 */
  --input-payment-border-bottom: 1px solid var(--neutral7);
  /* End. */
}

.theme-dark {
  --takeover-modal-header-color: var(--neutral5);
  --takeover-modal-h-fs:var(--typography-font-size-h3);
  --takeover-modal-h-lh:var(--typography-line-height-h3);
  --takeover-modal-h-fs-small: var(--typography-font-size-h5);
  --takeover-modal-h-lh-small: var(--typography-line-height-h5);
  --takeover-modal-h-p-v:1.5rem;
  --takeover-modal-bg: var(--neutral1);
}

.theme-dark {
  --chat-item-hover-bg: rgba(var(--neutral5-rgb), 0.07);
}

.theme-dark {
  --aw-step-preloader-bg: rgba(var(--neutral4-rgb), .5);
  --aw-active-step-title: var(--neutral5);
  --aw-step-title: var(--neutral7);
  --step-head-title-size: var(--typography-font-size-h5);
  --step-head-title-weight: var(--typography-font-weight-h5);
  --step-head-title-height: var(--typography-line-height-h5);
  --step-head-title-margin: var(--typography-margin-h5);
}

.theme-dark {
  --aw-navigation-vertical-hover-bg:rgba(var(--neutral5-rgb), .07);
  --aw-navigation-vertical-item-color: var(--neutral5);
  --aw-navigation-vertical-active-color: var(--neutral5);
  --aw-navigation-vertical-item-border-color: var(--neutral7);
}

.theme-dark {
  --dp-days-number-hover: rgba(var(--neutral5-rgb), 0.07);
  --dp-today-selected: var(--neutral5);
  --dp-primary-9: rgba(var(--primary-rgb), 0.9);
  --dp-today-dot: var(--primary-2);
  --dp-days-name-weight: 400;
  --dp-range-background: rgba(var(--primary-2-rgb), 0.12);
  --dp-filter-btn-color:var(--neutral5);
}

.theme-dark {
  --secondary-toast-color: var(--neutral7);
  --wcag-toast-background: var(--neutral2);
  --wcag-toast-border-color: var(--neutral7);
  --wcag-toast-close-btn-color:var(--neutral5);
  --wcag-toast-header-border-color:var(--neutral4);
}

.theme-dark {
  --wysiwyg-bg: rgba(var(--neutral5-rgb), 0.05);
  --wysiwyg-btn-h-a-bg: rgba(var(--neutral5-rgb), 0.07);
  --wysiwyg-btn-active-color: var(--primary-2);
  --wysiwyg-border-radius: 2px 2px 0 0;
  --wysiwyg-active-border-radius: 2px;
  --wysiwyg-border-color: var(--foreground3);
  --wysiwyg-border-width: 0 0 1px 0;
  --wysiwyg-btn-select-label-color: var(--neutral5);
  --wysiwyg-hovered-bg: rgba(var(--neutral5-rgb), 0.05);
  --wysiwyg-hovered-border: transparent;
  --wysiwyg-hovered-border-color: var(--foreground3);
  --wysiwyg-btn-color: var(--neutral7);
  --wysiwyg-btn-border-color: var(--neutral7);
  --wysiwyg-btn-text-color: var(--neutral5);
  --wysiwyg-btn-select-icon-color: var(--neutral5);
}

.theme-dark {
  --select-custom-search-message-bg: rgba(255, 255, 255, 0.05);
  --select-custom-search-message-group-title-color: var(--neutral5);
}

.theme-dark {
  --filter-menu-search-field-bg: rgba(255, 255, 255, 0.05);
  --filter-menu-search-field-color: var(--neutral7);
  --filter-container-filters-color: var(--neutral7);
  --filter-dropdown-input-border: 0 0 1px 0;
  --filter-dropdown-input-hover-bs: inset 0 -1px 0 0;
  --filter-dropdown-input-active-border: 0 0 1px 0;
  --filter-dropdown-input-active-bs: inset 0 -1px 0 0;
  --filter-container-filters-gap: 1rem;
  --filter-dropdown-input-focus-box-shadow: var(--primary-2);
  --aw-collapsible-filter-text-color: var(--neutral5);
  --aw-collapsible-filter-menu-search-field-bg: rgba(255, 255, 255, 0.05);
}

.theme-dark {
  --aw-avatar-icon-color: var(--neutral3);
}

.theme-dark {
  --skeleton-base-color: rgba(var(--white-rgb), 0.08);
  --shimmer-color-bright: rgba(var(--white-rgb), 0.08);
  --shimmer-color-transparent: rgba(var(--white-rgb), 0);
}

.theme-dark .subtheme1 {
  --primary: #1774cc;
  --primary-rgb: 23, 116, 204;
  --primary-3: rgb(29.96, 120.17, 205.53);
  --primary-5: rgb(34.6, 122.95, 206.55);
  --primary-10: rgb(46.2, 129.9, 209.1);
  --primary-15: rgb(57.8, 136.85, 211.65);
  --primary-17: rgb(62.44, 139.63, 212.67);
  --primary-20: rgb(69.4, 143.8, 214.2);
  --primary-25: rgb(81, 150.75, 216.75);
  --primary-30: rgb(92.6, 157.7, 219.3);
  --primary-50: rgb(139, 185.5, 229.5);
  --primary-shade-3: rgb(22.31, 112.52, 197.88);
  --primary-shade-5: rgb(21.85, 110.2, 193.8);
  --primary-shade-7: rgb(21.39, 107.88, 189.72);
  --primary-shade-10: rgb(20.7, 104.4, 183.6);
  --primary-shade-12: rgb(20.24, 102.08, 179.52);
  --primary-shade-15: rgb(19.55, 98.6, 173.4);
  --primary-shade-25: rgb(17.25, 87, 153);
  --primary-shade-30: rgb(16.1, 81.2, 142.8);
  --primary-shade-40: rgb(13.8, 69.6, 122.4);
  --primary-shade-50: rgb(11.5, 58, 102);
  --primary-2: #46aff2;
  --primary-2-rgb: 70, 175, 242;
  --primary-2-3: rgb(75.55, 177.4, 242.39);
  --primary-2-5: rgb(79.25, 179, 242.65);
  --primary-2-10: rgb(88.5, 183, 243.3);
  --primary-2-15: rgb(97.75, 187, 243.95);
  --primary-2-17: rgb(101.45, 188.6, 244.21);
  --primary-2-20: rgb(107, 191, 244.6);
  --primary-2-25: rgb(116.25, 195, 245.25);
  --primary-2-30: rgb(125.5, 199, 245.9);
  --primary-2-50: rgb(162.5, 215, 248.5);
  --primary-2-shade-3: rgb(67.9, 169.75, 234.74);
  --primary-2-shade-5: rgb(66.5, 166.25, 229.9);
  --primary-2-shade-7: rgb(65.1, 162.75, 225.06);
  --primary-2-shade-10: rgb(63, 157.5, 217.8);
  --primary-2-shade-12: rgb(61.6, 154, 212.96);
  --primary-2-shade-15: rgb(59.5, 148.75, 205.7);
  --primary-2-shade-25: rgb(52.5, 131.25, 181.5);
  --primary-2-shade-30: rgb(49, 122.5, 169.4);
  --primary-2-shade-40: rgb(42, 105, 145.2);
  --primary-2-shade-50: rgb(35, 87.5, 121);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #46aff2;
  --link-color-hover: rgb(97.75, 187, 243.95);
  --link-color-active: rgb(97.75, 187, 243.95);
  --link-color-visited: #46aff2;
  --link-color-visited-hover: rgb(97.75, 187, 243.95);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #1774cc;
  --anchor-active-bg-color: #1774cc;
  --anchor-active-border-color: rgba(23, 116, 204, 0.3);
  --anchor-active-hover-border-color: rgb(16.1, 81.2, 142.8);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #46aff2;
  --checkbox-input-checked-helper-background-color: #46aff2;
  --checkbox-label-hover-color: #46aff2;
  --checkbox-label-hover-helper-color: rgb(97.75, 187, 243.95);
  --checkbox-label-hover-text-color: rgb(97.75, 187, 243.95);
  --checkbox-border-hover-color: #46aff2;
  --checkbox-label-hover-helper-bg: rgb(97.75, 187, 243.95);
  --checkbox-checked-label-hover-hover: rgba(70, 175, 242, 0);
  --checkbox-checked-border-right: #46aff2;
  --checkbox-checked-border-bottom: #46aff2;
  --checkbox-background: #46aff2;
  --checkbox-color: #46aff2;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #46aff2;
  --circle-graphics-bg: #1774cc;
  --circle-graphics-icon: #46aff2;
  --radio-buttons-label-hover-color: rgb(97.75, 187, 243.95);
  --radio-buttons-label-hover: #46aff2;
  --radio-buttons-checked-border: 2px solid #46aff2;
  --radio-buttons-checked-hover-border: 2px solid rgb(97.75, 187, 243.95);
  --radio-buttons-checked-border-focus: 2px solid rgb(97.75, 187, 243.95);
  --radio-buttons-checked-background-color: #46aff2;
  --radio-buttons-checked-hover-background-color: rgb(97.75, 187, 243.95);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(97.75, 187, 243.95);
  --radio-buttons-outline: 2px dotted #46aff2;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #46aff2;
  --tabs-hover: #46aff2;
  --placeholder-icon-color: #1774cc;
  --panel-background: #232a30;
  --progress-indeterminate-background: #46aff2;
  --switch-checked-background-color: rgba(23, 116, 204, 0.24);
  --switch-checked-after-background-color: #1774cc;
  --switch-lever-name-disabled-background-color: rgba(70, 175, 242, 0.24);
  --switch-disabled-background-color: rgb(35, 87.5, 121);
  --wcag-focus: 1px solid #46aff2;
  --spinner-layer-border-color: #46aff2;
  --btn-hover-background: rgba(23, 116, 204, 0);
  --btn-focus-background: rgba(70, 175, 242, 0);
  --btn-primary-2-hover-background: rgba(70, 175, 242, 0);
  --btn-primary-2-active-background: rgba(70, 175, 242, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #46aff2;
  --b-p-bg-h: rgb(20.7, 104.4, 183.6);
  --b-p-bg-a: rgb(16.1, 81.2, 142.8);
  --b-p2-bg-h: rgb(63, 157.5, 217.8);
  --b-p2-bg-a: rgb(49, 122.5, 169.4);
  --floating-primary-hover: rgb(20.7, 104.4, 183.6);
  --floating-primary-active: rgb(16.1, 81.2, 142.8);
  --icon-link-state-active-color: #46aff2;
  --icon-link-state-active-color-hover: rgb(97.75, 187, 243.95);
  --icon-link-state-active-icon-border-color: #46aff2;
  --bo-p-c-h: rgb(57.8, 136.85, 211.65);
  --bo-p-c-a: rgb(81, 150.75, 216.75);
  --bo-p2-c-h: rgb(97.75, 187, 243.95);
  --bo-p2-c-a: rgb(116.25, 195, 245.25);
  --icon-link-h-c: rgb(97.75, 187, 243.95);
  --icon-link-a-c: rgb(116.25, 195, 245.25);
  --minify-toggle-btn-hover: rgb(97.75, 187, 243.95);
  --table-icon-up-color: #1774cc;
  --table-icon-down-color: #1774cc;
  --table-icon-up-down: #1774cc;
  --sortable-btn-color: #46aff2;
  --aw-table-legacy-table-icon-up-color: #46aff2;
  --aw-table-legacy-table-icon-down-color: #46aff2;
  --input-focus-border-color: #46aff2;
  --input-focus-box-shadow: #46aff2;
  --input-field-label-icon-color: #46aff2;
  --label-color-active: #46aff2;
  --action-icon-color-hover: #46aff2;
  --ai-input_border_color: #46aff2;
  --ai-input_label_active_color: #46aff2;
  --ai-input_icon_color: #46aff2;
  --select-focus-border-bottom: #46aff2;
  --select-focus-border-color: #46aff2;
  --disabled-label-color: #46aff2;
  --dropdown-check-icon-color: #46aff2;
  --dropdown-li-active-color: #46aff2;
  --dropdown-content-collection-hover-active-color: #46aff2;
  --dropdown-more-link-color: #46aff2;
  --badge-num-outline-border: #46aff2;
  --badge-num-outline-color: #46aff2;
  --textarea-label-color-active: #46aff2;
  --textarea-box-shadow-focus: 0 -1px 0 0 #46aff2 inset;
  --textarea-focus-border-color: #46aff2;
  --collection-active-color: #46aff2;
  --collection-active-small-color: #46aff2;
  --collection-active-item: #46aff2;
  --keyboard-primary-color: #1774cc;
  --slider-filled-color: #46aff2;
  --slider-circle-color: #1774cc;
  --slider-active-on-start-background: #1774cc;
  --slider-circle-on-start-color: #1774cc;
  --slider-disabled-circle-on-start-color: #1774cc;
  --slider-vertical-filled: #46aff2;
  --slider-disabled-connect-color: #46aff2;
  --mat-calendar-today-dot: #46aff2;
  --mat-calendar-days-number-hover-revers: #1774cc;
  --custom-header-button-hover: #46aff2;
  --range-background: rgba(23, 116, 204, 0.12);
  --datetime-picker-primary: #1774cc;
  --datetime-picker-primary-4: rgba(23, 116, 204, 0.4);
  --datetime-picker-primary-9: rgba(23, 116, 204, 0.9);
  --datetime-picker-primary-12: rgba(23, 116, 204, 0.12);
  --range-reverse-color: #1774cc;
  --only-icon-focus-color: #46aff2;
  --chips-active-background: #1774cc;
  --chips-active-border-color: #1774cc;
  --chips-active-hover-bg-color: #1774cc;
  --chips-active-hover-border-color: rgba(23, 116, 204, 0.9);
  --chips-icon-active-color: rgba(70, 175, 242, 0.7);
  --chips-icon-hover-color: rgba(70, 175, 242, 0.9);
  --selectable-hover-color: #46aff2;
  --pagination-button-border: 1px solid #46aff2;
  --pagination-button-color: #46aff2;
  --pagination-button-color-disabled: #46aff2;
  --pagination-button-color-active: #46aff2;
  --pagination-button-border-active: 3px solid #46aff2;
  --notifications-btn-flat-primary: #46aff2;
  --primary-text: #46aff2;
  --notifications-flash-dialog-border: 1px solid #1774cc;
  --notifications-flash-dialog-background-color: #1774cc;
  --aw-chat-message-color: #46aff2;
  --sendbar-send-btn-active-color: #46aff2;
  --outline8: #46aff2;
  --input-payment-focus-border-color: #46aff2;
  --input-payment-focus-box-shadow: #46aff2;
  --input-payment-label-color-focus: #46aff2;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(23, 116, 204, 0.9);
  --dp-today-dot: #46aff2;
  --wysiwyg-btn-active-color: #46aff2;
}

.theme-dark .subtheme1 {
  font-family: var(--font-family);
}

.theme-dark .subtheme2 {
  --primary: #7863e0;
  --primary-rgb: 120, 99, 224;
  --primary-3: rgb(124.05, 103.68, 224.93);
  --primary-5: rgb(126.75, 106.8, 225.55);
  --primary-10: rgb(133.5, 114.6, 227.1);
  --primary-15: rgb(140.25, 122.4, 228.65);
  --primary-17: rgb(142.95, 125.52, 229.27);
  --primary-20: rgb(147, 130.2, 230.2);
  --primary-25: rgb(153.75, 138, 231.75);
  --primary-30: rgb(160.5, 145.8, 233.3);
  --primary-50: rgb(187.5, 177, 239.5);
  --primary-shade-3: rgb(116.4, 96.03, 217.28);
  --primary-shade-5: rgb(114, 94.05, 212.8);
  --primary-shade-7: rgb(111.6, 92.07, 208.32);
  --primary-shade-10: rgb(108, 89.1, 201.6);
  --primary-shade-12: rgb(105.6, 87.12, 197.12);
  --primary-shade-15: rgb(102, 84.15, 190.4);
  --primary-shade-25: rgb(90, 74.25, 168);
  --primary-shade-30: rgb(84, 69.3, 156.8);
  --primary-shade-40: rgb(72, 59.4, 134.4);
  --primary-shade-50: rgb(60, 49.5, 112);
  --primary-2: #ad9fff;
  --primary-2-rgb: 173, 159, 255;
  --primary-2-3: rgb(175.46, 161.88, 255);
  --primary-2-5: rgb(177.1, 163.8, 255);
  --primary-2-10: rgb(181.2, 168.6, 255);
  --primary-2-15: rgb(185.3, 173.4, 255);
  --primary-2-17: rgb(186.94, 175.32, 255);
  --primary-2-20: rgb(189.4, 178.2, 255);
  --primary-2-25: rgb(193.5, 183, 255);
  --primary-2-30: rgb(197.6, 187.8, 255);
  --primary-2-50: #d6cfff;
  --primary-2-shade-3: rgb(167.81, 154.23, 247.35);
  --primary-2-shade-5: rgb(164.35, 151.05, 242.25);
  --primary-2-shade-7: rgb(160.89, 147.87, 237.15);
  --primary-2-shade-10: rgb(155.7, 143.1, 229.5);
  --primary-2-shade-12: rgb(152.24, 139.92, 224.4);
  --primary-2-shade-15: rgb(147.05, 135.15, 216.75);
  --primary-2-shade-25: rgb(129.75, 119.25, 191.25);
  --primary-2-shade-30: rgb(121.1, 111.3, 178.5);
  --primary-2-shade-40: rgb(103.8, 95.4, 153);
  --primary-2-shade-50: rgb(86.5, 79.5, 127.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #ad9fff;
  --link-color-hover: rgb(185.3, 173.4, 255);
  --link-color-active: rgb(185.3, 173.4, 255);
  --link-color-visited: #ad9fff;
  --link-color-visited-hover: rgb(185.3, 173.4, 255);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #7863e0;
  --anchor-active-bg-color: #7863e0;
  --anchor-active-border-color: rgba(120, 99, 224, 0.3);
  --anchor-active-hover-border-color: rgb(84, 69.3, 156.8);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #ad9fff;
  --checkbox-input-checked-helper-background-color: #ad9fff;
  --checkbox-label-hover-color: #ad9fff;
  --checkbox-label-hover-helper-color: rgb(185.3, 173.4, 255);
  --checkbox-label-hover-text-color: rgb(185.3, 173.4, 255);
  --checkbox-border-hover-color: #ad9fff;
  --checkbox-label-hover-helper-bg: rgb(185.3, 173.4, 255);
  --checkbox-checked-label-hover-hover: rgba(173, 159, 255, 0);
  --checkbox-checked-border-right: #ad9fff;
  --checkbox-checked-border-bottom: #ad9fff;
  --checkbox-background: #ad9fff;
  --checkbox-color: #ad9fff;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #ad9fff;
  --circle-graphics-bg: #7863e0;
  --circle-graphics-icon: #ad9fff;
  --radio-buttons-label-hover-color: rgb(185.3, 173.4, 255);
  --radio-buttons-label-hover: #ad9fff;
  --radio-buttons-checked-border: 2px solid #ad9fff;
  --radio-buttons-checked-hover-border: 2px solid rgb(185.3, 173.4, 255);
  --radio-buttons-checked-border-focus: 2px solid rgb(185.3, 173.4, 255);
  --radio-buttons-checked-background-color: #ad9fff;
  --radio-buttons-checked-hover-background-color: rgb(185.3, 173.4, 255);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(185.3, 173.4, 255);
  --radio-buttons-outline: 2px dotted #ad9fff;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #ad9fff;
  --tabs-hover: #ad9fff;
  --placeholder-icon-color: #7863e0;
  --panel-background: #232a30;
  --progress-indeterminate-background: #ad9fff;
  --switch-checked-background-color: rgba(120, 99, 224, 0.24);
  --switch-checked-after-background-color: #7863e0;
  --switch-lever-name-disabled-background-color: rgba(173, 159, 255, 0.24);
  --switch-disabled-background-color: rgb(86.5, 79.5, 127.5);
  --wcag-focus: 1px solid #ad9fff;
  --spinner-layer-border-color: #ad9fff;
  --btn-hover-background: rgba(120, 99, 224, 0);
  --btn-focus-background: rgba(173, 159, 255, 0);
  --btn-primary-2-hover-background: rgba(173, 159, 255, 0);
  --btn-primary-2-active-background: rgba(173, 159, 255, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #ad9fff;
  --b-p-bg-h: rgb(108, 89.1, 201.6);
  --b-p-bg-a: rgb(84, 69.3, 156.8);
  --b-p2-bg-h: rgb(155.7, 143.1, 229.5);
  --b-p2-bg-a: rgb(121.1, 111.3, 178.5);
  --floating-primary-hover: rgb(108, 89.1, 201.6);
  --floating-primary-active: rgb(84, 69.3, 156.8);
  --icon-link-state-active-color: #ad9fff;
  --icon-link-state-active-color-hover: rgb(185.3, 173.4, 255);
  --icon-link-state-active-icon-border-color: #ad9fff;
  --bo-p-c-h: rgb(140.25, 122.4, 228.65);
  --bo-p-c-a: rgb(153.75, 138, 231.75);
  --bo-p2-c-h: rgb(185.3, 173.4, 255);
  --bo-p2-c-a: rgb(193.5, 183, 255);
  --icon-link-h-c: rgb(185.3, 173.4, 255);
  --icon-link-a-c: rgb(193.5, 183, 255);
  --minify-toggle-btn-hover: rgb(185.3, 173.4, 255);
  --table-icon-up-color: #7863e0;
  --table-icon-down-color: #7863e0;
  --table-icon-up-down: #7863e0;
  --sortable-btn-color: #ad9fff;
  --aw-table-legacy-table-icon-up-color: #ad9fff;
  --aw-table-legacy-table-icon-down-color: #ad9fff;
  --input-focus-border-color: #ad9fff;
  --input-focus-box-shadow: #ad9fff;
  --input-field-label-icon-color: #ad9fff;
  --label-color-active: #ad9fff;
  --action-icon-color-hover: #ad9fff;
  --ai-input_border_color: #ad9fff;
  --ai-input_label_active_color: #ad9fff;
  --ai-input_icon_color: #ad9fff;
  --select-focus-border-bottom: #ad9fff;
  --select-focus-border-color: #ad9fff;
  --disabled-label-color: #ad9fff;
  --dropdown-check-icon-color: #ad9fff;
  --dropdown-li-active-color: #ad9fff;
  --dropdown-content-collection-hover-active-color: #ad9fff;
  --dropdown-more-link-color: #ad9fff;
  --badge-num-outline-border: #ad9fff;
  --badge-num-outline-color: #ad9fff;
  --textarea-label-color-active: #ad9fff;
  --textarea-box-shadow-focus: 0 -1px 0 0 #ad9fff inset;
  --textarea-focus-border-color: #ad9fff;
  --collection-active-color: #ad9fff;
  --collection-active-small-color: #ad9fff;
  --collection-active-item: #ad9fff;
  --keyboard-primary-color: #7863e0;
  --slider-filled-color: #ad9fff;
  --slider-circle-color: #7863e0;
  --slider-active-on-start-background: #7863e0;
  --slider-circle-on-start-color: #7863e0;
  --slider-disabled-circle-on-start-color: #7863e0;
  --slider-vertical-filled: #ad9fff;
  --slider-disabled-connect-color: #ad9fff;
  --mat-calendar-today-dot: #ad9fff;
  --mat-calendar-days-number-hover-revers: #7863e0;
  --custom-header-button-hover: #ad9fff;
  --range-background: rgba(120, 99, 224, 0.12);
  --datetime-picker-primary: #7863e0;
  --datetime-picker-primary-4: rgba(120, 99, 224, 0.4);
  --datetime-picker-primary-9: rgba(120, 99, 224, 0.9);
  --datetime-picker-primary-12: rgba(120, 99, 224, 0.12);
  --range-reverse-color: #7863e0;
  --only-icon-focus-color: #ad9fff;
  --chips-active-background: #7863e0;
  --chips-active-border-color: #7863e0;
  --chips-active-hover-bg-color: #7863e0;
  --chips-active-hover-border-color: rgba(120, 99, 224, 0.9);
  --chips-icon-active-color: rgba(173, 159, 255, 0.7);
  --chips-icon-hover-color: rgba(173, 159, 255, 0.9);
  --selectable-hover-color: #ad9fff;
  --pagination-button-border: 1px solid #ad9fff;
  --pagination-button-color: #ad9fff;
  --pagination-button-color-disabled: #ad9fff;
  --pagination-button-color-active: #ad9fff;
  --pagination-button-border-active: 3px solid #ad9fff;
  --notifications-btn-flat-primary: #ad9fff;
  --primary-text: #ad9fff;
  --notifications-flash-dialog-border: 1px solid #7863e0;
  --notifications-flash-dialog-background-color: #7863e0;
  --aw-chat-message-color: #ad9fff;
  --sendbar-send-btn-active-color: #ad9fff;
  --outline8: #ad9fff;
  --input-payment-focus-border-color: #ad9fff;
  --input-payment-focus-box-shadow: #ad9fff;
  --input-payment-label-color-focus: #ad9fff;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(120, 99, 224, 0.9);
  --dp-today-dot: #ad9fff;
  --wysiwyg-btn-active-color: #ad9fff;
}

.theme-dark .subtheme2 {
  font-family: var(--font-family);
}

.theme-dark .subtheme3 {
  --primary: #c32dc3;
  --primary-rgb: 195, 45, 195;
  --primary-3: rgb(196.8, 51.3, 196.8);
  --primary-5: rgb(198, 55.5, 198);
  --primary-10: #c942c9;
  --primary-15: rgb(204, 76.5, 204);
  --primary-17: rgb(205.2, 80.7, 205.2);
  --primary-20: #cf57cf;
  --primary-25: rgb(210, 97.5, 210);
  --primary-30: #d56cd5;
  --primary-50: #e196e1;
  --primary-shade-3: rgb(189.15, 43.65, 189.15);
  --primary-shade-5: rgb(185.25, 42.75, 185.25);
  --primary-shade-7: rgb(181.35, 41.85, 181.35);
  --primary-shade-10: rgb(175.5, 40.5, 175.5);
  --primary-shade-12: rgb(171.6, 39.6, 171.6);
  --primary-shade-15: rgb(165.75, 38.25, 165.75);
  --primary-shade-25: rgb(146.25, 33.75, 146.25);
  --primary-shade-30: rgb(136.5, 31.5, 136.5);
  --primary-shade-40: #751b75;
  --primary-shade-50: rgb(97.5, 22.5, 97.5);
  --primary-2: #f26df2;
  --primary-2-rgb: 242, 109, 242;
  --primary-2-3: rgb(242.39, 113.38, 242.39);
  --primary-2-5: rgb(242.65, 116.3, 242.65);
  --primary-2-10: rgb(243.3, 123.6, 243.3);
  --primary-2-15: rgb(243.95, 130.9, 243.95);
  --primary-2-17: rgb(244.21, 133.82, 244.21);
  --primary-2-20: rgb(244.6, 138.2, 244.6);
  --primary-2-25: rgb(245.25, 145.5, 245.25);
  --primary-2-30: rgb(245.9, 152.8, 245.9);
  --primary-2-50: rgb(248.5, 182, 248.5);
  --primary-2-shade-3: rgb(234.74, 105.73, 234.74);
  --primary-2-shade-5: rgb(229.9, 103.55, 229.9);
  --primary-2-shade-7: rgb(225.06, 101.37, 225.06);
  --primary-2-shade-10: rgb(217.8, 98.1, 217.8);
  --primary-2-shade-12: rgb(212.96, 95.92, 212.96);
  --primary-2-shade-15: rgb(205.7, 92.65, 205.7);
  --primary-2-shade-25: rgb(181.5, 81.75, 181.5);
  --primary-2-shade-30: rgb(169.4, 76.3, 169.4);
  --primary-2-shade-40: rgb(145.2, 65.4, 145.2);
  --primary-2-shade-50: rgb(121, 54.5, 121);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #f26df2;
  --link-color-hover: rgb(243.95, 130.9, 243.95);
  --link-color-active: rgb(243.95, 130.9, 243.95);
  --link-color-visited: #f26df2;
  --link-color-visited-hover: rgb(243.95, 130.9, 243.95);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #c32dc3;
  --anchor-active-bg-color: #c32dc3;
  --anchor-active-border-color: rgba(195, 45, 195, 0.3);
  --anchor-active-hover-border-color: rgb(136.5, 31.5, 136.5);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #f26df2;
  --checkbox-input-checked-helper-background-color: #f26df2;
  --checkbox-label-hover-color: #f26df2;
  --checkbox-label-hover-helper-color: rgb(243.95, 130.9, 243.95);
  --checkbox-label-hover-text-color: rgb(243.95, 130.9, 243.95);
  --checkbox-border-hover-color: #f26df2;
  --checkbox-label-hover-helper-bg: rgb(243.95, 130.9, 243.95);
  --checkbox-checked-label-hover-hover: rgba(242, 109, 242, 0);
  --checkbox-checked-border-right: #f26df2;
  --checkbox-checked-border-bottom: #f26df2;
  --checkbox-background: #f26df2;
  --checkbox-color: #f26df2;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #f26df2;
  --circle-graphics-bg: #c32dc3;
  --circle-graphics-icon: #f26df2;
  --radio-buttons-label-hover-color: rgb(243.95, 130.9, 243.95);
  --radio-buttons-label-hover: #f26df2;
  --radio-buttons-checked-border: 2px solid #f26df2;
  --radio-buttons-checked-hover-border: 2px solid rgb(243.95, 130.9, 243.95);
  --radio-buttons-checked-border-focus: 2px solid rgb(243.95, 130.9, 243.95);
  --radio-buttons-checked-background-color: #f26df2;
  --radio-buttons-checked-hover-background-color: rgb(243.95, 130.9, 243.95);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(243.95, 130.9, 243.95);
  --radio-buttons-outline: 2px dotted #f26df2;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #f26df2;
  --tabs-hover: #f26df2;
  --placeholder-icon-color: #c32dc3;
  --panel-background: #232a30;
  --progress-indeterminate-background: #f26df2;
  --switch-checked-background-color: rgba(195, 45, 195, 0.24);
  --switch-checked-after-background-color: #c32dc3;
  --switch-lever-name-disabled-background-color: rgba(242, 109, 242, 0.24);
  --switch-disabled-background-color: rgb(121, 54.5, 121);
  --wcag-focus: 1px solid #f26df2;
  --spinner-layer-border-color: #f26df2;
  --btn-hover-background: rgba(195, 45, 195, 0);
  --btn-focus-background: rgba(242, 109, 242, 0);
  --btn-primary-2-hover-background: rgba(242, 109, 242, 0);
  --btn-primary-2-active-background: rgba(242, 109, 242, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #f26df2;
  --b-p-bg-h: rgb(175.5, 40.5, 175.5);
  --b-p-bg-a: rgb(136.5, 31.5, 136.5);
  --b-p2-bg-h: rgb(217.8, 98.1, 217.8);
  --b-p2-bg-a: rgb(169.4, 76.3, 169.4);
  --floating-primary-hover: rgb(175.5, 40.5, 175.5);
  --floating-primary-active: rgb(136.5, 31.5, 136.5);
  --icon-link-state-active-color: #f26df2;
  --icon-link-state-active-color-hover: rgb(243.95, 130.9, 243.95);
  --icon-link-state-active-icon-border-color: #f26df2;
  --bo-p-c-h: rgb(204, 76.5, 204);
  --bo-p-c-a: rgb(210, 97.5, 210);
  --bo-p2-c-h: rgb(243.95, 130.9, 243.95);
  --bo-p2-c-a: rgb(245.25, 145.5, 245.25);
  --icon-link-h-c: rgb(243.95, 130.9, 243.95);
  --icon-link-a-c: rgb(245.25, 145.5, 245.25);
  --minify-toggle-btn-hover: rgb(243.95, 130.9, 243.95);
  --table-icon-up-color: #c32dc3;
  --table-icon-down-color: #c32dc3;
  --table-icon-up-down: #c32dc3;
  --sortable-btn-color: #f26df2;
  --aw-table-legacy-table-icon-up-color: #f26df2;
  --aw-table-legacy-table-icon-down-color: #f26df2;
  --input-focus-border-color: #f26df2;
  --input-focus-box-shadow: #f26df2;
  --input-field-label-icon-color: #f26df2;
  --label-color-active: #f26df2;
  --action-icon-color-hover: #f26df2;
  --ai-input_border_color: #f26df2;
  --ai-input_label_active_color: #f26df2;
  --ai-input_icon_color: #f26df2;
  --select-focus-border-bottom: #f26df2;
  --select-focus-border-color: #f26df2;
  --disabled-label-color: #f26df2;
  --dropdown-check-icon-color: #f26df2;
  --dropdown-li-active-color: #f26df2;
  --dropdown-content-collection-hover-active-color: #f26df2;
  --dropdown-more-link-color: #f26df2;
  --badge-num-outline-border: #f26df2;
  --badge-num-outline-color: #f26df2;
  --textarea-label-color-active: #f26df2;
  --textarea-box-shadow-focus: 0 -1px 0 0 #f26df2 inset;
  --textarea-focus-border-color: #f26df2;
  --collection-active-color: #f26df2;
  --collection-active-small-color: #f26df2;
  --collection-active-item: #f26df2;
  --keyboard-primary-color: #c32dc3;
  --slider-filled-color: #f26df2;
  --slider-circle-color: #c32dc3;
  --slider-active-on-start-background: #c32dc3;
  --slider-circle-on-start-color: #c32dc3;
  --slider-disabled-circle-on-start-color: #c32dc3;
  --slider-vertical-filled: #f26df2;
  --slider-disabled-connect-color: #f26df2;
  --mat-calendar-today-dot: #f26df2;
  --mat-calendar-days-number-hover-revers: #c32dc3;
  --custom-header-button-hover: #f26df2;
  --range-background: rgba(195, 45, 195, 0.12);
  --datetime-picker-primary: #c32dc3;
  --datetime-picker-primary-4: rgba(195, 45, 195, 0.4);
  --datetime-picker-primary-9: rgba(195, 45, 195, 0.9);
  --datetime-picker-primary-12: rgba(195, 45, 195, 0.12);
  --range-reverse-color: #c32dc3;
  --only-icon-focus-color: #f26df2;
  --chips-active-background: #c32dc3;
  --chips-active-border-color: #c32dc3;
  --chips-active-hover-bg-color: #c32dc3;
  --chips-active-hover-border-color: rgba(195, 45, 195, 0.9);
  --chips-icon-active-color: rgba(242, 109, 242, 0.7);
  --chips-icon-hover-color: rgba(242, 109, 242, 0.9);
  --selectable-hover-color: #f26df2;
  --pagination-button-border: 1px solid #f26df2;
  --pagination-button-color: #f26df2;
  --pagination-button-color-disabled: #f26df2;
  --pagination-button-color-active: #f26df2;
  --pagination-button-border-active: 3px solid #f26df2;
  --notifications-btn-flat-primary: #f26df2;
  --primary-text: #f26df2;
  --notifications-flash-dialog-border: 1px solid #c32dc3;
  --notifications-flash-dialog-background-color: #c32dc3;
  --aw-chat-message-color: #f26df2;
  --sendbar-send-btn-active-color: #f26df2;
  --outline8: #f26df2;
  --input-payment-focus-border-color: #f26df2;
  --input-payment-focus-box-shadow: #f26df2;
  --input-payment-label-color-focus: #f26df2;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(195, 45, 195, 0.9);
  --dp-today-dot: #f26df2;
  --wysiwyg-btn-active-color: #f26df2;
}

.theme-dark .subtheme3 {
  font-family: var(--font-family);
}

.theme-dark .subtheme4 {
  --primary: #ba5b03;
  --primary-rgb: 186, 91, 3;
  --primary-3: rgb(188.07, 95.92, 10.56);
  --primary-5: rgb(189.45, 99.2, 15.6);
  --primary-10: rgb(192.9, 107.4, 28.2);
  --primary-15: rgb(196.35, 115.6, 40.8);
  --primary-17: rgb(197.73, 118.88, 45.84);
  --primary-20: rgb(199.8, 123.8, 53.4);
  --primary-25: rgb(203.25, 132, 66);
  --primary-30: rgb(206.7, 140.2, 78.6);
  --primary-50: rgb(220.5, 173, 129);
  --primary-shade-3: rgb(180.42, 88.27, 2.91);
  --primary-shade-5: rgb(176.7, 86.45, 2.85);
  --primary-shade-7: rgb(172.98, 84.63, 2.79);
  --primary-shade-10: rgb(167.4, 81.9, 2.7);
  --primary-shade-12: rgb(163.68, 80.08, 2.64);
  --primary-shade-15: rgb(158.1, 77.35, 2.55);
  --primary-shade-25: rgb(139.5, 68.25, 2.25);
  --primary-shade-30: rgb(130.2, 63.7, 2.1);
  --primary-shade-40: rgb(111.6, 54.6, 1.8);
  --primary-shade-50: rgb(93, 45.5, 1.5);
  --primary-2: #ef9c23;
  --primary-2-rgb: 239, 156, 35;
  --primary-2-3: rgb(239.48, 158.97, 41.6);
  --primary-2-5: rgb(239.8, 160.95, 46);
  --primary-2-10: rgb(240.6, 165.9, 57);
  --primary-2-15: rgb(241.4, 170.85, 68);
  --primary-2-17: rgb(241.72, 172.83, 72.4);
  --primary-2-20: rgb(242.2, 175.8, 79);
  --primary-2-25: rgb(243, 180.75, 90);
  --primary-2-30: rgb(243.8, 185.7, 101);
  --primary-2-50: rgb(247, 205.5, 145);
  --primary-2-shade-3: rgb(231.83, 151.32, 33.95);
  --primary-2-shade-5: rgb(227.05, 148.2, 33.25);
  --primary-2-shade-7: rgb(222.27, 145.08, 32.55);
  --primary-2-shade-10: rgb(215.1, 140.4, 31.5);
  --primary-2-shade-12: rgb(210.32, 137.28, 30.8);
  --primary-2-shade-15: rgb(203.15, 132.6, 29.75);
  --primary-2-shade-25: rgb(179.25, 117, 26.25);
  --primary-2-shade-30: rgb(167.3, 109.2, 24.5);
  --primary-2-shade-40: rgb(143.4, 93.6, 21);
  --primary-2-shade-50: rgb(119.5, 78, 17.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #ef9c23;
  --link-color-hover: rgb(241.4, 170.85, 68);
  --link-color-active: rgb(241.4, 170.85, 68);
  --link-color-visited: #ef9c23;
  --link-color-visited-hover: rgb(241.4, 170.85, 68);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #ba5b03;
  --anchor-active-bg-color: #ba5b03;
  --anchor-active-border-color: rgba(186, 91, 3, 0.3);
  --anchor-active-hover-border-color: rgb(130.2, 63.7, 2.1);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #ef9c23;
  --checkbox-input-checked-helper-background-color: #ef9c23;
  --checkbox-label-hover-color: #ef9c23;
  --checkbox-label-hover-helper-color: rgb(241.4, 170.85, 68);
  --checkbox-label-hover-text-color: rgb(241.4, 170.85, 68);
  --checkbox-border-hover-color: #ef9c23;
  --checkbox-label-hover-helper-bg: rgb(241.4, 170.85, 68);
  --checkbox-checked-label-hover-hover: rgba(239, 156, 35, 0);
  --checkbox-checked-border-right: #ef9c23;
  --checkbox-checked-border-bottom: #ef9c23;
  --checkbox-background: #ef9c23;
  --checkbox-color: #ef9c23;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #ef9c23;
  --circle-graphics-bg: #ba5b03;
  --circle-graphics-icon: #ef9c23;
  --radio-buttons-label-hover-color: rgb(241.4, 170.85, 68);
  --radio-buttons-label-hover: #ef9c23;
  --radio-buttons-checked-border: 2px solid #ef9c23;
  --radio-buttons-checked-hover-border: 2px solid rgb(241.4, 170.85, 68);
  --radio-buttons-checked-border-focus: 2px solid rgb(241.4, 170.85, 68);
  --radio-buttons-checked-background-color: #ef9c23;
  --radio-buttons-checked-hover-background-color: rgb(241.4, 170.85, 68);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(241.4, 170.85, 68);
  --radio-buttons-outline: 2px dotted #ef9c23;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #ef9c23;
  --tabs-hover: #ef9c23;
  --placeholder-icon-color: #ba5b03;
  --panel-background: #232a30;
  --progress-indeterminate-background: #ef9c23;
  --switch-checked-background-color: rgba(186, 91, 3, 0.24);
  --switch-checked-after-background-color: #ba5b03;
  --switch-lever-name-disabled-background-color: rgba(239, 156, 35, 0.24);
  --switch-disabled-background-color: rgb(119.5, 78, 17.5);
  --wcag-focus: 1px solid #ef9c23;
  --spinner-layer-border-color: #ef9c23;
  --btn-hover-background: rgba(186, 91, 3, 0);
  --btn-focus-background: rgba(239, 156, 35, 0);
  --btn-primary-2-hover-background: rgba(239, 156, 35, 0);
  --btn-primary-2-active-background: rgba(239, 156, 35, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #ef9c23;
  --b-p-bg-h: rgb(167.4, 81.9, 2.7);
  --b-p-bg-a: rgb(130.2, 63.7, 2.1);
  --b-p2-bg-h: rgb(215.1, 140.4, 31.5);
  --b-p2-bg-a: rgb(167.3, 109.2, 24.5);
  --floating-primary-hover: rgb(167.4, 81.9, 2.7);
  --floating-primary-active: rgb(130.2, 63.7, 2.1);
  --icon-link-state-active-color: #ef9c23;
  --icon-link-state-active-color-hover: rgb(241.4, 170.85, 68);
  --icon-link-state-active-icon-border-color: #ef9c23;
  --bo-p-c-h: rgb(196.35, 115.6, 40.8);
  --bo-p-c-a: rgb(203.25, 132, 66);
  --bo-p2-c-h: rgb(241.4, 170.85, 68);
  --bo-p2-c-a: rgb(243, 180.75, 90);
  --icon-link-h-c: rgb(241.4, 170.85, 68);
  --icon-link-a-c: rgb(243, 180.75, 90);
  --minify-toggle-btn-hover: rgb(241.4, 170.85, 68);
  --table-icon-up-color: #ba5b03;
  --table-icon-down-color: #ba5b03;
  --table-icon-up-down: #ba5b03;
  --sortable-btn-color: #ef9c23;
  --aw-table-legacy-table-icon-up-color: #ef9c23;
  --aw-table-legacy-table-icon-down-color: #ef9c23;
  --input-focus-border-color: #ef9c23;
  --input-focus-box-shadow: #ef9c23;
  --input-field-label-icon-color: #ef9c23;
  --label-color-active: #ef9c23;
  --action-icon-color-hover: #ef9c23;
  --ai-input_border_color: #ef9c23;
  --ai-input_label_active_color: #ef9c23;
  --ai-input_icon_color: #ef9c23;
  --select-focus-border-bottom: #ef9c23;
  --select-focus-border-color: #ef9c23;
  --disabled-label-color: #ef9c23;
  --dropdown-check-icon-color: #ef9c23;
  --dropdown-li-active-color: #ef9c23;
  --dropdown-content-collection-hover-active-color: #ef9c23;
  --dropdown-more-link-color: #ef9c23;
  --badge-num-outline-border: #ef9c23;
  --badge-num-outline-color: #ef9c23;
  --textarea-label-color-active: #ef9c23;
  --textarea-box-shadow-focus: 0 -1px 0 0 #ef9c23 inset;
  --textarea-focus-border-color: #ef9c23;
  --collection-active-color: #ef9c23;
  --collection-active-small-color: #ef9c23;
  --collection-active-item: #ef9c23;
  --keyboard-primary-color: #ba5b03;
  --slider-filled-color: #ef9c23;
  --slider-circle-color: #ba5b03;
  --slider-active-on-start-background: #ba5b03;
  --slider-circle-on-start-color: #ba5b03;
  --slider-disabled-circle-on-start-color: #ba5b03;
  --slider-vertical-filled: #ef9c23;
  --slider-disabled-connect-color: #ef9c23;
  --mat-calendar-today-dot: #ef9c23;
  --mat-calendar-days-number-hover-revers: #ba5b03;
  --custom-header-button-hover: #ef9c23;
  --range-background: rgba(186, 91, 3, 0.12);
  --datetime-picker-primary: #ba5b03;
  --datetime-picker-primary-4: rgba(186, 91, 3, 0.4);
  --datetime-picker-primary-9: rgba(186, 91, 3, 0.9);
  --datetime-picker-primary-12: rgba(186, 91, 3, 0.12);
  --range-reverse-color: #ba5b03;
  --only-icon-focus-color: #ef9c23;
  --chips-active-background: #ba5b03;
  --chips-active-border-color: #ba5b03;
  --chips-active-hover-bg-color: #ba5b03;
  --chips-active-hover-border-color: rgba(186, 91, 3, 0.9);
  --chips-icon-active-color: rgba(239, 156, 35, 0.7);
  --chips-icon-hover-color: rgba(239, 156, 35, 0.9);
  --selectable-hover-color: #ef9c23;
  --pagination-button-border: 1px solid #ef9c23;
  --pagination-button-color: #ef9c23;
  --pagination-button-color-disabled: #ef9c23;
  --pagination-button-color-active: #ef9c23;
  --pagination-button-border-active: 3px solid #ef9c23;
  --notifications-btn-flat-primary: #ef9c23;
  --primary-text: #ef9c23;
  --notifications-flash-dialog-border: 1px solid #ba5b03;
  --notifications-flash-dialog-background-color: #ba5b03;
  --aw-chat-message-color: #ef9c23;
  --sendbar-send-btn-active-color: #ef9c23;
  --outline8: #ef9c23;
  --input-payment-focus-border-color: #ef9c23;
  --input-payment-focus-box-shadow: #ef9c23;
  --input-payment-label-color-focus: #ef9c23;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(186, 91, 3, 0.9);
  --dp-today-dot: #ef9c23;
  --wysiwyg-btn-active-color: #ef9c23;
}

.theme-dark .subtheme4 {
  font-family: var(--font-family);
}

.theme-dark .subtheme5 {
  --primary: #008906;
  --primary-rgb: 0, 137, 6;
  --primary-3: rgb(7.65, 140.54, 13.47);
  --primary-5: rgb(12.75, 142.9, 18.45);
  --primary-10: rgb(25.5, 148.8, 30.9);
  --primary-15: rgb(38.25, 154.7, 43.35);
  --primary-17: rgb(43.35, 157.06, 48.33);
  --primary-20: rgb(51, 160.6, 55.8);
  --primary-25: rgb(63.75, 166.5, 68.25);
  --primary-30: rgb(76.5, 172.4, 80.7);
  --primary-50: rgb(127.5, 196, 130.5);
  --primary-shade-3: rgb(0, 132.89, 5.82);
  --primary-shade-5: rgb(0, 130.15, 5.7);
  --primary-shade-7: rgb(0, 127.41, 5.58);
  --primary-shade-10: rgb(0, 123.3, 5.4);
  --primary-shade-12: rgb(0, 120.56, 5.28);
  --primary-shade-15: rgb(0, 116.45, 5.1);
  --primary-shade-25: rgb(0, 102.75, 4.5);
  --primary-shade-30: rgb(0, 95.9, 4.2);
  --primary-shade-40: rgb(0, 82.2, 3.6);
  --primary-shade-50: rgb(0, 68.5, 3);
  --primary-2: #39d627;
  --primary-2-rgb: 57, 214, 39;
  --primary-2-3: rgb(62.94, 215.23, 45.48);
  --primary-2-5: rgb(66.9, 216.05, 49.8);
  --primary-2-10: rgb(76.8, 218.1, 60.6);
  --primary-2-15: rgb(86.7, 220.15, 71.4);
  --primary-2-17: rgb(90.66, 220.97, 75.72);
  --primary-2-20: rgb(96.6, 222.2, 82.2);
  --primary-2-25: rgb(106.5, 224.25, 93);
  --primary-2-30: rgb(116.4, 226.3, 103.8);
  --primary-2-50: rgb(156, 234.5, 147);
  --primary-2-shade-3: rgb(55.29, 207.58, 37.83);
  --primary-2-shade-5: rgb(54.15, 203.3, 37.05);
  --primary-2-shade-7: rgb(53.01, 199.02, 36.27);
  --primary-2-shade-10: rgb(51.3, 192.6, 35.1);
  --primary-2-shade-12: rgb(50.16, 188.32, 34.32);
  --primary-2-shade-15: rgb(48.45, 181.9, 33.15);
  --primary-2-shade-25: rgb(42.75, 160.5, 29.25);
  --primary-2-shade-30: rgb(39.9, 149.8, 27.3);
  --primary-2-shade-40: rgb(34.2, 128.4, 23.4);
  --primary-2-shade-50: rgb(28.5, 107, 19.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #39d627;
  --link-color-hover: rgb(86.7, 220.15, 71.4);
  --link-color-active: rgb(86.7, 220.15, 71.4);
  --link-color-visited: #39d627;
  --link-color-visited-hover: rgb(86.7, 220.15, 71.4);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #008906;
  --anchor-active-bg-color: #008906;
  --anchor-active-border-color: rgba(0, 137, 6, 0.3);
  --anchor-active-hover-border-color: rgb(0, 95.9, 4.2);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #39d627;
  --checkbox-input-checked-helper-background-color: #39d627;
  --checkbox-label-hover-color: #39d627;
  --checkbox-label-hover-helper-color: rgb(86.7, 220.15, 71.4);
  --checkbox-label-hover-text-color: rgb(86.7, 220.15, 71.4);
  --checkbox-border-hover-color: #39d627;
  --checkbox-label-hover-helper-bg: rgb(86.7, 220.15, 71.4);
  --checkbox-checked-label-hover-hover: rgba(57, 214, 39, 0);
  --checkbox-checked-border-right: #39d627;
  --checkbox-checked-border-bottom: #39d627;
  --checkbox-background: #39d627;
  --checkbox-color: #39d627;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #39d627;
  --circle-graphics-bg: #008906;
  --circle-graphics-icon: #39d627;
  --radio-buttons-label-hover-color: rgb(86.7, 220.15, 71.4);
  --radio-buttons-label-hover: #39d627;
  --radio-buttons-checked-border: 2px solid #39d627;
  --radio-buttons-checked-hover-border: 2px solid rgb(86.7, 220.15, 71.4);
  --radio-buttons-checked-border-focus: 2px solid rgb(86.7, 220.15, 71.4);
  --radio-buttons-checked-background-color: #39d627;
  --radio-buttons-checked-hover-background-color: rgb(86.7, 220.15, 71.4);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(86.7, 220.15, 71.4);
  --radio-buttons-outline: 2px dotted #39d627;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #39d627;
  --tabs-hover: #39d627;
  --placeholder-icon-color: #008906;
  --panel-background: #232a30;
  --progress-indeterminate-background: #39d627;
  --switch-checked-background-color: rgba(0, 137, 6, 0.24);
  --switch-checked-after-background-color: #008906;
  --switch-lever-name-disabled-background-color: rgba(57, 214, 39, 0.24);
  --switch-disabled-background-color: rgb(28.5, 107, 19.5);
  --wcag-focus: 1px solid #39d627;
  --spinner-layer-border-color: #39d627;
  --btn-hover-background: rgba(0, 137, 6, 0);
  --btn-focus-background: rgba(57, 214, 39, 0);
  --btn-primary-2-hover-background: rgba(57, 214, 39, 0);
  --btn-primary-2-active-background: rgba(57, 214, 39, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #39d627;
  --b-p-bg-h: rgb(0, 123.3, 5.4);
  --b-p-bg-a: rgb(0, 95.9, 4.2);
  --b-p2-bg-h: rgb(51.3, 192.6, 35.1);
  --b-p2-bg-a: rgb(39.9, 149.8, 27.3);
  --floating-primary-hover: rgb(0, 123.3, 5.4);
  --floating-primary-active: rgb(0, 95.9, 4.2);
  --icon-link-state-active-color: #39d627;
  --icon-link-state-active-color-hover: rgb(86.7, 220.15, 71.4);
  --icon-link-state-active-icon-border-color: #39d627;
  --bo-p-c-h: rgb(38.25, 154.7, 43.35);
  --bo-p-c-a: rgb(63.75, 166.5, 68.25);
  --bo-p2-c-h: rgb(86.7, 220.15, 71.4);
  --bo-p2-c-a: rgb(106.5, 224.25, 93);
  --icon-link-h-c: rgb(86.7, 220.15, 71.4);
  --icon-link-a-c: rgb(106.5, 224.25, 93);
  --minify-toggle-btn-hover: rgb(86.7, 220.15, 71.4);
  --table-icon-up-color: #008906;
  --table-icon-down-color: #008906;
  --table-icon-up-down: #008906;
  --sortable-btn-color: #39d627;
  --aw-table-legacy-table-icon-up-color: #39d627;
  --aw-table-legacy-table-icon-down-color: #39d627;
  --input-focus-border-color: #39d627;
  --input-focus-box-shadow: #39d627;
  --input-field-label-icon-color: #39d627;
  --label-color-active: #39d627;
  --action-icon-color-hover: #39d627;
  --ai-input_border_color: #39d627;
  --ai-input_label_active_color: #39d627;
  --ai-input_icon_color: #39d627;
  --select-focus-border-bottom: #39d627;
  --select-focus-border-color: #39d627;
  --disabled-label-color: #39d627;
  --dropdown-check-icon-color: #39d627;
  --dropdown-li-active-color: #39d627;
  --dropdown-content-collection-hover-active-color: #39d627;
  --dropdown-more-link-color: #39d627;
  --badge-num-outline-border: #39d627;
  --badge-num-outline-color: #39d627;
  --textarea-label-color-active: #39d627;
  --textarea-box-shadow-focus: 0 -1px 0 0 #39d627 inset;
  --textarea-focus-border-color: #39d627;
  --collection-active-color: #39d627;
  --collection-active-small-color: #39d627;
  --collection-active-item: #39d627;
  --keyboard-primary-color: #008906;
  --slider-filled-color: #39d627;
  --slider-circle-color: #008906;
  --slider-active-on-start-background: #008906;
  --slider-circle-on-start-color: #008906;
  --slider-disabled-circle-on-start-color: #008906;
  --slider-vertical-filled: #39d627;
  --slider-disabled-connect-color: #39d627;
  --mat-calendar-today-dot: #39d627;
  --mat-calendar-days-number-hover-revers: #008906;
  --custom-header-button-hover: #39d627;
  --range-background: rgba(0, 137, 6, 0.12);
  --datetime-picker-primary: #008906;
  --datetime-picker-primary-4: rgba(0, 137, 6, 0.4);
  --datetime-picker-primary-9: rgba(0, 137, 6, 0.9);
  --datetime-picker-primary-12: rgba(0, 137, 6, 0.12);
  --range-reverse-color: #008906;
  --only-icon-focus-color: #39d627;
  --chips-active-background: #008906;
  --chips-active-border-color: #008906;
  --chips-active-hover-bg-color: #008906;
  --chips-active-hover-border-color: rgba(0, 137, 6, 0.9);
  --chips-icon-active-color: rgba(57, 214, 39, 0.7);
  --chips-icon-hover-color: rgba(57, 214, 39, 0.9);
  --selectable-hover-color: #39d627;
  --pagination-button-border: 1px solid #39d627;
  --pagination-button-color: #39d627;
  --pagination-button-color-disabled: #39d627;
  --pagination-button-color-active: #39d627;
  --pagination-button-border-active: 3px solid #39d627;
  --notifications-btn-flat-primary: #39d627;
  --primary-text: #39d627;
  --notifications-flash-dialog-border: 1px solid #008906;
  --notifications-flash-dialog-background-color: #008906;
  --aw-chat-message-color: #39d627;
  --sendbar-send-btn-active-color: #39d627;
  --outline8: #39d627;
  --input-payment-focus-border-color: #39d627;
  --input-payment-focus-box-shadow: #39d627;
  --input-payment-label-color-focus: #39d627;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(0, 137, 6, 0.9);
  --dp-today-dot: #39d627;
  --wysiwyg-btn-active-color: #39d627;
}

.theme-dark .subtheme5 {
  font-family: var(--font-family);
}

.theme-dark .subtheme6 {
  --primary: #00857a;
  --primary-rgb: 0, 133, 122;
  --primary-3: rgb(7.65, 136.66, 125.99);
  --primary-5: rgb(12.75, 139.1, 128.65);
  --primary-10: rgb(25.5, 145.2, 135.3);
  --primary-15: rgb(38.25, 151.3, 141.95);
  --primary-17: rgb(43.35, 153.74, 144.61);
  --primary-20: rgb(51, 157.4, 148.6);
  --primary-25: rgb(63.75, 163.5, 155.25);
  --primary-30: rgb(76.5, 169.6, 161.9);
  --primary-50: rgb(127.5, 194, 188.5);
  --primary-shade-3: rgb(0, 129.01, 118.34);
  --primary-shade-5: rgb(0, 126.35, 115.9);
  --primary-shade-7: rgb(0, 123.69, 113.46);
  --primary-shade-10: rgb(0, 119.7, 109.8);
  --primary-shade-12: rgb(0, 117.04, 107.36);
  --primary-shade-15: rgb(0, 113.05, 103.7);
  --primary-shade-25: rgb(0, 99.75, 91.5);
  --primary-shade-30: rgb(0, 93.1, 85.4);
  --primary-shade-40: rgb(0, 79.8, 73.2);
  --primary-shade-50: rgb(0, 66.5, 61);
  --primary-2: #00e5d2;
  --primary-2-rgb: 0, 229, 210;
  --primary-2-3: rgb(7.65, 229.78, 211.35);
  --primary-2-5: rgb(12.75, 230.3, 212.25);
  --primary-2-10: rgb(25.5, 231.6, 214.5);
  --primary-2-15: rgb(38.25, 232.9, 216.75);
  --primary-2-17: rgb(43.35, 233.42, 217.65);
  --primary-2-20: rgb(51, 234.2, 219);
  --primary-2-25: rgb(63.75, 235.5, 221.25);
  --primary-2-30: rgb(76.5, 236.8, 223.5);
  --primary-2-50: rgb(127.5, 242, 232.5);
  --primary-2-shade-3: rgb(0, 222.13, 203.7);
  --primary-2-shade-5: rgb(0, 217.55, 199.5);
  --primary-2-shade-7: rgb(0, 212.97, 195.3);
  --primary-2-shade-10: rgb(0, 206.1, 189);
  --primary-2-shade-12: rgb(0, 201.52, 184.8);
  --primary-2-shade-15: rgb(0, 194.65, 178.5);
  --primary-2-shade-25: rgb(0, 171.75, 157.5);
  --primary-2-shade-30: rgb(0, 160.3, 147);
  --primary-2-shade-40: rgb(0, 137.4, 126);
  --primary-2-shade-50: rgb(0, 114.5, 105);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #00e5d2;
  --link-color-hover: rgb(38.25, 232.9, 216.75);
  --link-color-active: rgb(38.25, 232.9, 216.75);
  --link-color-visited: #00e5d2;
  --link-color-visited-hover: rgb(38.25, 232.9, 216.75);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #00857a;
  --anchor-active-bg-color: #00857a;
  --anchor-active-border-color: rgba(0, 133, 122, 0.3);
  --anchor-active-hover-border-color: rgb(0, 93.1, 85.4);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #00e5d2;
  --checkbox-input-checked-helper-background-color: #00e5d2;
  --checkbox-label-hover-color: #00e5d2;
  --checkbox-label-hover-helper-color: rgb(38.25, 232.9, 216.75);
  --checkbox-label-hover-text-color: rgb(38.25, 232.9, 216.75);
  --checkbox-border-hover-color: #00e5d2;
  --checkbox-label-hover-helper-bg: rgb(38.25, 232.9, 216.75);
  --checkbox-checked-label-hover-hover: rgba(0, 229, 210, 0);
  --checkbox-checked-border-right: #00e5d2;
  --checkbox-checked-border-bottom: #00e5d2;
  --checkbox-background: #00e5d2;
  --checkbox-color: #00e5d2;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #00e5d2;
  --circle-graphics-bg: #00857a;
  --circle-graphics-icon: #00e5d2;
  --radio-buttons-label-hover-color: rgb(38.25, 232.9, 216.75);
  --radio-buttons-label-hover: #00e5d2;
  --radio-buttons-checked-border: 2px solid #00e5d2;
  --radio-buttons-checked-hover-border: 2px solid rgb(38.25, 232.9, 216.75);
  --radio-buttons-checked-border-focus: 2px solid rgb(38.25, 232.9, 216.75);
  --radio-buttons-checked-background-color: #00e5d2;
  --radio-buttons-checked-hover-background-color: rgb(38.25, 232.9, 216.75);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(38.25, 232.9, 216.75);
  --radio-buttons-outline: 2px dotted #00e5d2;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #00e5d2;
  --tabs-hover: #00e5d2;
  --placeholder-icon-color: #00857a;
  --panel-background: #232a30;
  --progress-indeterminate-background: #00e5d2;
  --switch-checked-background-color: rgba(0, 133, 122, 0.24);
  --switch-checked-after-background-color: #00857a;
  --switch-lever-name-disabled-background-color: rgba(0, 229, 210, 0.24);
  --switch-disabled-background-color: rgb(0, 114.5, 105);
  --wcag-focus: 1px solid #00e5d2;
  --spinner-layer-border-color: #00e5d2;
  --btn-hover-background: rgba(0, 133, 122, 0);
  --btn-focus-background: rgba(0, 229, 210, 0);
  --btn-primary-2-hover-background: rgba(0, 229, 210, 0);
  --btn-primary-2-active-background: rgba(0, 229, 210, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #00e5d2;
  --b-p-bg-h: rgb(0, 119.7, 109.8);
  --b-p-bg-a: rgb(0, 93.1, 85.4);
  --b-p2-bg-h: rgb(0, 206.1, 189);
  --b-p2-bg-a: rgb(0, 160.3, 147);
  --floating-primary-hover: rgb(0, 119.7, 109.8);
  --floating-primary-active: rgb(0, 93.1, 85.4);
  --icon-link-state-active-color: #00e5d2;
  --icon-link-state-active-color-hover: rgb(38.25, 232.9, 216.75);
  --icon-link-state-active-icon-border-color: #00e5d2;
  --bo-p-c-h: rgb(38.25, 151.3, 141.95);
  --bo-p-c-a: rgb(63.75, 163.5, 155.25);
  --bo-p2-c-h: rgb(38.25, 232.9, 216.75);
  --bo-p2-c-a: rgb(63.75, 235.5, 221.25);
  --icon-link-h-c: rgb(38.25, 232.9, 216.75);
  --icon-link-a-c: rgb(63.75, 235.5, 221.25);
  --minify-toggle-btn-hover: rgb(38.25, 232.9, 216.75);
  --table-icon-up-color: #00857a;
  --table-icon-down-color: #00857a;
  --table-icon-up-down: #00857a;
  --sortable-btn-color: #00e5d2;
  --aw-table-legacy-table-icon-up-color: #00e5d2;
  --aw-table-legacy-table-icon-down-color: #00e5d2;
  --input-focus-border-color: #00e5d2;
  --input-focus-box-shadow: #00e5d2;
  --input-field-label-icon-color: #00e5d2;
  --label-color-active: #00e5d2;
  --action-icon-color-hover: #00e5d2;
  --ai-input_border_color: #00e5d2;
  --ai-input_label_active_color: #00e5d2;
  --ai-input_icon_color: #00e5d2;
  --select-focus-border-bottom: #00e5d2;
  --select-focus-border-color: #00e5d2;
  --disabled-label-color: #00e5d2;
  --dropdown-check-icon-color: #00e5d2;
  --dropdown-li-active-color: #00e5d2;
  --dropdown-content-collection-hover-active-color: #00e5d2;
  --dropdown-more-link-color: #00e5d2;
  --badge-num-outline-border: #00e5d2;
  --badge-num-outline-color: #00e5d2;
  --textarea-label-color-active: #00e5d2;
  --textarea-box-shadow-focus: 0 -1px 0 0 #00e5d2 inset;
  --textarea-focus-border-color: #00e5d2;
  --collection-active-color: #00e5d2;
  --collection-active-small-color: #00e5d2;
  --collection-active-item: #00e5d2;
  --keyboard-primary-color: #00857a;
  --slider-filled-color: #00e5d2;
  --slider-circle-color: #00857a;
  --slider-active-on-start-background: #00857a;
  --slider-circle-on-start-color: #00857a;
  --slider-disabled-circle-on-start-color: #00857a;
  --slider-vertical-filled: #00e5d2;
  --slider-disabled-connect-color: #00e5d2;
  --mat-calendar-today-dot: #00e5d2;
  --mat-calendar-days-number-hover-revers: #00857a;
  --custom-header-button-hover: #00e5d2;
  --range-background: rgba(0, 133, 122, 0.12);
  --datetime-picker-primary: #00857a;
  --datetime-picker-primary-4: rgba(0, 133, 122, 0.4);
  --datetime-picker-primary-9: rgba(0, 133, 122, 0.9);
  --datetime-picker-primary-12: rgba(0, 133, 122, 0.12);
  --range-reverse-color: #00857a;
  --only-icon-focus-color: #00e5d2;
  --chips-active-background: #00857a;
  --chips-active-border-color: #00857a;
  --chips-active-hover-bg-color: #00857a;
  --chips-active-hover-border-color: rgba(0, 133, 122, 0.9);
  --chips-icon-active-color: rgba(0, 229, 210, 0.7);
  --chips-icon-hover-color: rgba(0, 229, 210, 0.9);
  --selectable-hover-color: #00e5d2;
  --pagination-button-border: 1px solid #00e5d2;
  --pagination-button-color: #00e5d2;
  --pagination-button-color-disabled: #00e5d2;
  --pagination-button-color-active: #00e5d2;
  --pagination-button-border-active: 3px solid #00e5d2;
  --notifications-btn-flat-primary: #00e5d2;
  --primary-text: #00e5d2;
  --notifications-flash-dialog-border: 1px solid #00857a;
  --notifications-flash-dialog-background-color: #00857a;
  --aw-chat-message-color: #00e5d2;
  --sendbar-send-btn-active-color: #00e5d2;
  --outline8: #00e5d2;
  --input-payment-focus-border-color: #00e5d2;
  --input-payment-focus-box-shadow: #00e5d2;
  --input-payment-label-color-focus: #00e5d2;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(0, 133, 122, 0.9);
  --dp-today-dot: #00e5d2;
  --wysiwyg-btn-active-color: #00e5d2;
}

.theme-dark .subtheme6 {
  font-family: var(--font-family);
}

.theme-dark .subtheme7 {
  --primary: #d93b3d;
  --primary-rgb: 217, 59, 61;
  --primary-3: rgb(218.14, 64.88, 66.82);
  --primary-5: rgb(218.9, 68.8, 70.7);
  --primary-10: rgb(220.8, 78.6, 80.4);
  --primary-15: rgb(222.7, 88.4, 90.1);
  --primary-17: rgb(223.46, 92.32, 93.98);
  --primary-20: rgb(224.6, 98.2, 99.8);
  --primary-25: rgb(226.5, 108, 109.5);
  --primary-30: rgb(228.4, 117.8, 119.2);
  --primary-50: #ec9d9e;
  --primary-shade-3: rgb(210.49, 57.23, 59.17);
  --primary-shade-5: rgb(206.15, 56.05, 57.95);
  --primary-shade-7: rgb(201.81, 54.87, 56.73);
  --primary-shade-10: rgb(195.3, 53.1, 54.9);
  --primary-shade-12: rgb(190.96, 51.92, 53.68);
  --primary-shade-15: rgb(184.45, 50.15, 51.85);
  --primary-shade-25: rgb(162.75, 44.25, 45.75);
  --primary-shade-30: rgb(151.9, 41.3, 42.7);
  --primary-shade-40: rgb(130.2, 35.4, 36.6);
  --primary-shade-50: rgb(108.5, 29.5, 30.5);
  --primary-2: #ff787a;
  --primary-2-rgb: 255, 120, 122;
  --primary-2-3: rgb(255, 124.05, 125.99);
  --primary-2-5: rgb(255, 126.75, 128.65);
  --primary-2-10: rgb(255, 133.5, 135.3);
  --primary-2-15: rgb(255, 140.25, 141.95);
  --primary-2-17: rgb(255, 142.95, 144.61);
  --primary-2-20: rgb(255, 147, 148.6);
  --primary-2-25: rgb(255, 153.75, 155.25);
  --primary-2-30: rgb(255, 160.5, 161.9);
  --primary-2-50: rgb(255, 187.5, 188.5);
  --primary-2-shade-3: rgb(247.35, 116.4, 118.34);
  --primary-2-shade-5: rgb(242.25, 114, 115.9);
  --primary-2-shade-7: rgb(237.15, 111.6, 113.46);
  --primary-2-shade-10: rgb(229.5, 108, 109.8);
  --primary-2-shade-12: rgb(224.4, 105.6, 107.36);
  --primary-2-shade-15: rgb(216.75, 102, 103.7);
  --primary-2-shade-25: rgb(191.25, 90, 91.5);
  --primary-2-shade-30: rgb(178.5, 84, 85.4);
  --primary-2-shade-40: rgb(153, 72, 73.2);
  --primary-2-shade-50: rgb(127.5, 60, 61);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #ff787a;
  --link-color-hover: rgb(255, 140.25, 141.95);
  --link-color-active: rgb(255, 140.25, 141.95);
  --link-color-visited: #ff787a;
  --link-color-visited-hover: rgb(255, 140.25, 141.95);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #d93b3d;
  --anchor-active-bg-color: #d93b3d;
  --anchor-active-border-color: rgba(217, 59, 61, 0.3);
  --anchor-active-hover-border-color: rgb(151.9, 41.3, 42.7);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #ff787a;
  --checkbox-input-checked-helper-background-color: #ff787a;
  --checkbox-label-hover-color: #ff787a;
  --checkbox-label-hover-helper-color: rgb(255, 140.25, 141.95);
  --checkbox-label-hover-text-color: rgb(255, 140.25, 141.95);
  --checkbox-border-hover-color: #ff787a;
  --checkbox-label-hover-helper-bg: rgb(255, 140.25, 141.95);
  --checkbox-checked-label-hover-hover: rgba(255, 120, 122, 0);
  --checkbox-checked-border-right: #ff787a;
  --checkbox-checked-border-bottom: #ff787a;
  --checkbox-background: #ff787a;
  --checkbox-color: #ff787a;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #ff787a;
  --circle-graphics-bg: #d93b3d;
  --circle-graphics-icon: #ff787a;
  --radio-buttons-label-hover-color: rgb(255, 140.25, 141.95);
  --radio-buttons-label-hover: #ff787a;
  --radio-buttons-checked-border: 2px solid #ff787a;
  --radio-buttons-checked-hover-border: 2px solid rgb(255, 140.25, 141.95);
  --radio-buttons-checked-border-focus: 2px solid rgb(255, 140.25, 141.95);
  --radio-buttons-checked-background-color: #ff787a;
  --radio-buttons-checked-hover-background-color: rgb(255, 140.25, 141.95);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(255, 140.25, 141.95);
  --radio-buttons-outline: 2px dotted #ff787a;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #ff787a;
  --tabs-hover: #ff787a;
  --placeholder-icon-color: #d93b3d;
  --panel-background: #232a30;
  --progress-indeterminate-background: #ff787a;
  --switch-checked-background-color: rgba(217, 59, 61, 0.24);
  --switch-checked-after-background-color: #d93b3d;
  --switch-lever-name-disabled-background-color: rgba(255, 120, 122, 0.24);
  --switch-disabled-background-color: rgb(127.5, 60, 61);
  --wcag-focus: 1px solid #ff787a;
  --spinner-layer-border-color: #ff787a;
  --btn-hover-background: rgba(217, 59, 61, 0);
  --btn-focus-background: rgba(255, 120, 122, 0);
  --btn-primary-2-hover-background: rgba(255, 120, 122, 0);
  --btn-primary-2-active-background: rgba(255, 120, 122, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #ff787a;
  --b-p-bg-h: rgb(195.3, 53.1, 54.9);
  --b-p-bg-a: rgb(151.9, 41.3, 42.7);
  --b-p2-bg-h: rgb(229.5, 108, 109.8);
  --b-p2-bg-a: rgb(178.5, 84, 85.4);
  --floating-primary-hover: rgb(195.3, 53.1, 54.9);
  --floating-primary-active: rgb(151.9, 41.3, 42.7);
  --icon-link-state-active-color: #ff787a;
  --icon-link-state-active-color-hover: rgb(255, 140.25, 141.95);
  --icon-link-state-active-icon-border-color: #ff787a;
  --bo-p-c-h: rgb(222.7, 88.4, 90.1);
  --bo-p-c-a: rgb(226.5, 108, 109.5);
  --bo-p2-c-h: rgb(255, 140.25, 141.95);
  --bo-p2-c-a: rgb(255, 153.75, 155.25);
  --icon-link-h-c: rgb(255, 140.25, 141.95);
  --icon-link-a-c: rgb(255, 153.75, 155.25);
  --minify-toggle-btn-hover: rgb(255, 140.25, 141.95);
  --table-icon-up-color: #d93b3d;
  --table-icon-down-color: #d93b3d;
  --table-icon-up-down: #d93b3d;
  --sortable-btn-color: #ff787a;
  --aw-table-legacy-table-icon-up-color: #ff787a;
  --aw-table-legacy-table-icon-down-color: #ff787a;
  --input-focus-border-color: #ff787a;
  --input-focus-box-shadow: #ff787a;
  --input-field-label-icon-color: #ff787a;
  --label-color-active: #ff787a;
  --action-icon-color-hover: #ff787a;
  --ai-input_border_color: #ff787a;
  --ai-input_label_active_color: #ff787a;
  --ai-input_icon_color: #ff787a;
  --select-focus-border-bottom: #ff787a;
  --select-focus-border-color: #ff787a;
  --disabled-label-color: #ff787a;
  --dropdown-check-icon-color: #ff787a;
  --dropdown-li-active-color: #ff787a;
  --dropdown-content-collection-hover-active-color: #ff787a;
  --dropdown-more-link-color: #ff787a;
  --badge-num-outline-border: #ff787a;
  --badge-num-outline-color: #ff787a;
  --textarea-label-color-active: #ff787a;
  --textarea-box-shadow-focus: 0 -1px 0 0 #ff787a inset;
  --textarea-focus-border-color: #ff787a;
  --collection-active-color: #ff787a;
  --collection-active-small-color: #ff787a;
  --collection-active-item: #ff787a;
  --keyboard-primary-color: #d93b3d;
  --slider-filled-color: #ff787a;
  --slider-circle-color: #d93b3d;
  --slider-active-on-start-background: #d93b3d;
  --slider-circle-on-start-color: #d93b3d;
  --slider-disabled-circle-on-start-color: #d93b3d;
  --slider-vertical-filled: #ff787a;
  --slider-disabled-connect-color: #ff787a;
  --mat-calendar-today-dot: #ff787a;
  --mat-calendar-days-number-hover-revers: #d93b3d;
  --custom-header-button-hover: #ff787a;
  --range-background: rgba(217, 59, 61, 0.12);
  --datetime-picker-primary: #d93b3d;
  --datetime-picker-primary-4: rgba(217, 59, 61, 0.4);
  --datetime-picker-primary-9: rgba(217, 59, 61, 0.9);
  --datetime-picker-primary-12: rgba(217, 59, 61, 0.12);
  --range-reverse-color: #d93b3d;
  --only-icon-focus-color: #ff787a;
  --chips-active-background: #d93b3d;
  --chips-active-border-color: #d93b3d;
  --chips-active-hover-bg-color: #d93b3d;
  --chips-active-hover-border-color: rgba(217, 59, 61, 0.9);
  --chips-icon-active-color: rgba(255, 120, 122, 0.7);
  --chips-icon-hover-color: rgba(255, 120, 122, 0.9);
  --selectable-hover-color: #ff787a;
  --pagination-button-border: 1px solid #ff787a;
  --pagination-button-color: #ff787a;
  --pagination-button-color-disabled: #ff787a;
  --pagination-button-color-active: #ff787a;
  --pagination-button-border-active: 3px solid #ff787a;
  --notifications-btn-flat-primary: #ff787a;
  --primary-text: #ff787a;
  --notifications-flash-dialog-border: 1px solid #d93b3d;
  --notifications-flash-dialog-background-color: #d93b3d;
  --aw-chat-message-color: #ff787a;
  --sendbar-send-btn-active-color: #ff787a;
  --outline8: #ff787a;
  --input-payment-focus-border-color: #ff787a;
  --input-payment-focus-box-shadow: #ff787a;
  --input-payment-label-color-focus: #ff787a;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(217, 59, 61, 0.9);
  --dp-today-dot: #ff787a;
  --wysiwyg-btn-active-color: #ff787a;
}

.theme-dark .subtheme7 {
  font-family: var(--font-family);
}

.theme-dark .subtheme8 {
  --primary: #ad9fff;
  --primary-rgb: 173, 159, 255;
  --primary-3: rgb(175.46, 161.88, 255);
  --primary-5: rgb(177.1, 163.8, 255);
  --primary-10: rgb(181.2, 168.6, 255);
  --primary-15: rgb(185.3, 173.4, 255);
  --primary-17: rgb(186.94, 175.32, 255);
  --primary-20: rgb(189.4, 178.2, 255);
  --primary-25: rgb(193.5, 183, 255);
  --primary-30: rgb(197.6, 187.8, 255);
  --primary-50: #d6cfff;
  --primary-shade-3: rgb(167.81, 154.23, 247.35);
  --primary-shade-5: rgb(164.35, 151.05, 242.25);
  --primary-shade-7: rgb(160.89, 147.87, 237.15);
  --primary-shade-10: rgb(155.7, 143.1, 229.5);
  --primary-shade-12: rgb(152.24, 139.92, 224.4);
  --primary-shade-15: rgb(147.05, 135.15, 216.75);
  --primary-shade-25: rgb(129.75, 119.25, 191.25);
  --primary-shade-30: rgb(121.1, 111.3, 178.5);
  --primary-shade-40: rgb(103.8, 95.4, 153);
  --primary-shade-50: rgb(86.5, 79.5, 127.5);
  --primary-2: #ad9fff;
  --primary-2-rgb: 173, 159, 255;
  --primary-2-3: rgb(175.46, 161.88, 255);
  --primary-2-5: rgb(177.1, 163.8, 255);
  --primary-2-10: rgb(181.2, 168.6, 255);
  --primary-2-15: rgb(185.3, 173.4, 255);
  --primary-2-17: rgb(186.94, 175.32, 255);
  --primary-2-20: rgb(189.4, 178.2, 255);
  --primary-2-25: rgb(193.5, 183, 255);
  --primary-2-30: rgb(197.6, 187.8, 255);
  --primary-2-50: #d6cfff;
  --primary-2-shade-3: rgb(167.81, 154.23, 247.35);
  --primary-2-shade-5: rgb(164.35, 151.05, 242.25);
  --primary-2-shade-7: rgb(160.89, 147.87, 237.15);
  --primary-2-shade-10: rgb(155.7, 143.1, 229.5);
  --primary-2-shade-12: rgb(152.24, 139.92, 224.4);
  --primary-2-shade-15: rgb(147.05, 135.15, 216.75);
  --primary-2-shade-25: rgb(129.75, 119.25, 191.25);
  --primary-2-shade-30: rgb(121.1, 111.3, 178.5);
  --primary-2-shade-40: rgb(103.8, 95.4, 153);
  --primary-2-shade-50: rgb(86.5, 79.5, 127.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #ad9fff;
  --link-color-hover: rgb(185.3, 173.4, 255);
  --link-color-active: rgb(185.3, 173.4, 255);
  --link-color-visited: #ad9fff;
  --link-color-visited-hover: rgb(185.3, 173.4, 255);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #ad9fff;
  --anchor-active-bg-color: #ad9fff;
  --anchor-active-border-color: rgba(173, 159, 255, 0.3);
  --anchor-active-hover-border-color: rgb(121.1, 111.3, 178.5);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #ad9fff;
  --checkbox-input-checked-helper-background-color: #ad9fff;
  --checkbox-label-hover-color: #ad9fff;
  --checkbox-label-hover-helper-color: rgb(185.3, 173.4, 255);
  --checkbox-label-hover-text-color: rgb(185.3, 173.4, 255);
  --checkbox-border-hover-color: #ad9fff;
  --checkbox-label-hover-helper-bg: rgb(185.3, 173.4, 255);
  --checkbox-checked-label-hover-hover: rgba(173, 159, 255, 0);
  --checkbox-checked-border-right: #ad9fff;
  --checkbox-checked-border-bottom: #ad9fff;
  --checkbox-background: #ad9fff;
  --checkbox-color: #ad9fff;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #ad9fff;
  --circle-graphics-bg: #ad9fff;
  --circle-graphics-icon: #ad9fff;
  --radio-buttons-label-hover-color: rgb(185.3, 173.4, 255);
  --radio-buttons-label-hover: #ad9fff;
  --radio-buttons-checked-border: 2px solid #ad9fff;
  --radio-buttons-checked-hover-border: 2px solid rgb(185.3, 173.4, 255);
  --radio-buttons-checked-border-focus: 2px solid rgb(185.3, 173.4, 255);
  --radio-buttons-checked-background-color: #ad9fff;
  --radio-buttons-checked-hover-background-color: rgb(185.3, 173.4, 255);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(185.3, 173.4, 255);
  --radio-buttons-outline: 2px dotted #ad9fff;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #ad9fff;
  --tabs-hover: #ad9fff;
  --placeholder-icon-color: #ad9fff;
  --panel-background: #232a30;
  --progress-indeterminate-background: #ad9fff;
  --switch-checked-background-color: rgba(173, 159, 255, 0.24);
  --switch-checked-after-background-color: #ad9fff;
  --switch-lever-name-disabled-background-color: rgba(173, 159, 255, 0.24);
  --switch-disabled-background-color: rgb(86.5, 79.5, 127.5);
  --wcag-focus: 1px solid #ad9fff;
  --spinner-layer-border-color: #ad9fff;
  --btn-hover-background: rgba(173, 159, 255, 0);
  --btn-focus-background: rgba(173, 159, 255, 0);
  --btn-primary-2-hover-background: rgba(173, 159, 255, 0);
  --btn-primary-2-active-background: rgba(173, 159, 255, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #ad9fff;
  --b-p-bg-h: rgb(155.7, 143.1, 229.5);
  --b-p-bg-a: rgb(121.1, 111.3, 178.5);
  --b-p2-bg-h: rgb(155.7, 143.1, 229.5);
  --b-p2-bg-a: rgb(121.1, 111.3, 178.5);
  --floating-primary-hover: rgb(155.7, 143.1, 229.5);
  --floating-primary-active: rgb(121.1, 111.3, 178.5);
  --icon-link-state-active-color: #ad9fff;
  --icon-link-state-active-color-hover: rgb(185.3, 173.4, 255);
  --icon-link-state-active-icon-border-color: #ad9fff;
  --bo-p-c-h: rgb(185.3, 173.4, 255);
  --bo-p-c-a: rgb(193.5, 183, 255);
  --bo-p2-c-h: rgb(185.3, 173.4, 255);
  --bo-p2-c-a: rgb(193.5, 183, 255);
  --icon-link-h-c: rgb(185.3, 173.4, 255);
  --icon-link-a-c: rgb(193.5, 183, 255);
  --minify-toggle-btn-hover: rgb(185.3, 173.4, 255);
  --table-icon-up-color: #ad9fff;
  --table-icon-down-color: #ad9fff;
  --table-icon-up-down: #ad9fff;
  --sortable-btn-color: #ad9fff;
  --aw-table-legacy-table-icon-up-color: #ad9fff;
  --aw-table-legacy-table-icon-down-color: #ad9fff;
  --input-focus-border-color: #ad9fff;
  --input-focus-box-shadow: #ad9fff;
  --input-field-label-icon-color: #ad9fff;
  --label-color-active: #ad9fff;
  --action-icon-color-hover: #ad9fff;
  --ai-input_border_color: #ad9fff;
  --ai-input_label_active_color: #ad9fff;
  --ai-input_icon_color: #ad9fff;
  --select-focus-border-bottom: #ad9fff;
  --select-focus-border-color: #ad9fff;
  --disabled-label-color: #ad9fff;
  --dropdown-check-icon-color: #ad9fff;
  --dropdown-li-active-color: #ad9fff;
  --dropdown-content-collection-hover-active-color: #ad9fff;
  --dropdown-more-link-color: #ad9fff;
  --badge-num-outline-border: #ad9fff;
  --badge-num-outline-color: #ad9fff;
  --textarea-label-color-active: #ad9fff;
  --textarea-box-shadow-focus: 0 -1px 0 0 #ad9fff inset;
  --textarea-focus-border-color: #ad9fff;
  --collection-active-color: #ad9fff;
  --collection-active-small-color: #ad9fff;
  --collection-active-item: #ad9fff;
  --keyboard-primary-color: #ad9fff;
  --slider-filled-color: #ad9fff;
  --slider-circle-color: #ad9fff;
  --slider-active-on-start-background: #ad9fff;
  --slider-circle-on-start-color: #ad9fff;
  --slider-disabled-circle-on-start-color: #ad9fff;
  --slider-vertical-filled: #ad9fff;
  --slider-disabled-connect-color: #ad9fff;
  --mat-calendar-today-dot: #ad9fff;
  --mat-calendar-days-number-hover-revers: #ad9fff;
  --custom-header-button-hover: #ad9fff;
  --range-background: rgba(173, 159, 255, 0.12);
  --datetime-picker-primary: #ad9fff;
  --datetime-picker-primary-4: rgba(173, 159, 255, 0.4);
  --datetime-picker-primary-9: rgba(173, 159, 255, 0.9);
  --datetime-picker-primary-12: rgba(173, 159, 255, 0.12);
  --range-reverse-color: #ad9fff;
  --only-icon-focus-color: #ad9fff;
  --chips-active-background: #ad9fff;
  --chips-active-border-color: #ad9fff;
  --chips-active-hover-bg-color: #ad9fff;
  --chips-active-hover-border-color: rgba(173, 159, 255, 0.9);
  --chips-icon-active-color: rgba(173, 159, 255, 0.7);
  --chips-icon-hover-color: rgba(173, 159, 255, 0.9);
  --selectable-hover-color: #ad9fff;
  --pagination-button-border: 1px solid #ad9fff;
  --pagination-button-color: #ad9fff;
  --pagination-button-color-disabled: #ad9fff;
  --pagination-button-color-active: #ad9fff;
  --pagination-button-border-active: 3px solid #ad9fff;
  --notifications-btn-flat-primary: #ad9fff;
  --primary-text: #ad9fff;
  --notifications-flash-dialog-border: 1px solid #ad9fff;
  --notifications-flash-dialog-background-color: #ad9fff;
  --aw-chat-message-color: #ad9fff;
  --sendbar-send-btn-active-color: #ad9fff;
  --outline8: #ad9fff;
  --input-payment-focus-border-color: #ad9fff;
  --input-payment-focus-box-shadow: #ad9fff;
  --input-payment-label-color-focus: #ad9fff;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(173, 159, 255, 0.9);
  --dp-today-dot: #ad9fff;
  --wysiwyg-btn-active-color: #ad9fff;
}

.theme-dark .subtheme8 {
  font-family: var(--font-family);
}

.theme-dark .subtheme9 {
  --primary: #f26df2;
  --primary-rgb: 242, 109, 242;
  --primary-3: rgb(242.39, 113.38, 242.39);
  --primary-5: rgb(242.65, 116.3, 242.65);
  --primary-10: rgb(243.3, 123.6, 243.3);
  --primary-15: rgb(243.95, 130.9, 243.95);
  --primary-17: rgb(244.21, 133.82, 244.21);
  --primary-20: rgb(244.6, 138.2, 244.6);
  --primary-25: rgb(245.25, 145.5, 245.25);
  --primary-30: rgb(245.9, 152.8, 245.9);
  --primary-50: rgb(248.5, 182, 248.5);
  --primary-shade-3: rgb(234.74, 105.73, 234.74);
  --primary-shade-5: rgb(229.9, 103.55, 229.9);
  --primary-shade-7: rgb(225.06, 101.37, 225.06);
  --primary-shade-10: rgb(217.8, 98.1, 217.8);
  --primary-shade-12: rgb(212.96, 95.92, 212.96);
  --primary-shade-15: rgb(205.7, 92.65, 205.7);
  --primary-shade-25: rgb(181.5, 81.75, 181.5);
  --primary-shade-30: rgb(169.4, 76.3, 169.4);
  --primary-shade-40: rgb(145.2, 65.4, 145.2);
  --primary-shade-50: rgb(121, 54.5, 121);
  --primary-2: #f26df2;
  --primary-2-rgb: 242, 109, 242;
  --primary-2-3: rgb(242.39, 113.38, 242.39);
  --primary-2-5: rgb(242.65, 116.3, 242.65);
  --primary-2-10: rgb(243.3, 123.6, 243.3);
  --primary-2-15: rgb(243.95, 130.9, 243.95);
  --primary-2-17: rgb(244.21, 133.82, 244.21);
  --primary-2-20: rgb(244.6, 138.2, 244.6);
  --primary-2-25: rgb(245.25, 145.5, 245.25);
  --primary-2-30: rgb(245.9, 152.8, 245.9);
  --primary-2-50: rgb(248.5, 182, 248.5);
  --primary-2-shade-3: rgb(234.74, 105.73, 234.74);
  --primary-2-shade-5: rgb(229.9, 103.55, 229.9);
  --primary-2-shade-7: rgb(225.06, 101.37, 225.06);
  --primary-2-shade-10: rgb(217.8, 98.1, 217.8);
  --primary-2-shade-12: rgb(212.96, 95.92, 212.96);
  --primary-2-shade-15: rgb(205.7, 92.65, 205.7);
  --primary-2-shade-25: rgb(181.5, 81.75, 181.5);
  --primary-2-shade-30: rgb(169.4, 76.3, 169.4);
  --primary-2-shade-40: rgb(145.2, 65.4, 145.2);
  --primary-2-shade-50: rgb(121, 54.5, 121);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #f26df2;
  --link-color-hover: rgb(243.95, 130.9, 243.95);
  --link-color-active: rgb(243.95, 130.9, 243.95);
  --link-color-visited: #f26df2;
  --link-color-visited-hover: rgb(243.95, 130.9, 243.95);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #f26df2;
  --anchor-active-bg-color: #f26df2;
  --anchor-active-border-color: rgba(242, 109, 242, 0.3);
  --anchor-active-hover-border-color: rgb(169.4, 76.3, 169.4);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #f26df2;
  --checkbox-input-checked-helper-background-color: #f26df2;
  --checkbox-label-hover-color: #f26df2;
  --checkbox-label-hover-helper-color: rgb(243.95, 130.9, 243.95);
  --checkbox-label-hover-text-color: rgb(243.95, 130.9, 243.95);
  --checkbox-border-hover-color: #f26df2;
  --checkbox-label-hover-helper-bg: rgb(243.95, 130.9, 243.95);
  --checkbox-checked-label-hover-hover: rgba(242, 109, 242, 0);
  --checkbox-checked-border-right: #f26df2;
  --checkbox-checked-border-bottom: #f26df2;
  --checkbox-background: #f26df2;
  --checkbox-color: #f26df2;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #f26df2;
  --circle-graphics-bg: #f26df2;
  --circle-graphics-icon: #f26df2;
  --radio-buttons-label-hover-color: rgb(243.95, 130.9, 243.95);
  --radio-buttons-label-hover: #f26df2;
  --radio-buttons-checked-border: 2px solid #f26df2;
  --radio-buttons-checked-hover-border: 2px solid rgb(243.95, 130.9, 243.95);
  --radio-buttons-checked-border-focus: 2px solid rgb(243.95, 130.9, 243.95);
  --radio-buttons-checked-background-color: #f26df2;
  --radio-buttons-checked-hover-background-color: rgb(243.95, 130.9, 243.95);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(243.95, 130.9, 243.95);
  --radio-buttons-outline: 2px dotted #f26df2;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #f26df2;
  --tabs-hover: #f26df2;
  --placeholder-icon-color: #f26df2;
  --panel-background: #232a30;
  --progress-indeterminate-background: #f26df2;
  --switch-checked-background-color: rgba(242, 109, 242, 0.24);
  --switch-checked-after-background-color: #f26df2;
  --switch-lever-name-disabled-background-color: rgba(242, 109, 242, 0.24);
  --switch-disabled-background-color: rgb(121, 54.5, 121);
  --wcag-focus: 1px solid #f26df2;
  --spinner-layer-border-color: #f26df2;
  --btn-hover-background: rgba(242, 109, 242, 0);
  --btn-focus-background: rgba(242, 109, 242, 0);
  --btn-primary-2-hover-background: rgba(242, 109, 242, 0);
  --btn-primary-2-active-background: rgba(242, 109, 242, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #f26df2;
  --b-p-bg-h: rgb(217.8, 98.1, 217.8);
  --b-p-bg-a: rgb(169.4, 76.3, 169.4);
  --b-p2-bg-h: rgb(217.8, 98.1, 217.8);
  --b-p2-bg-a: rgb(169.4, 76.3, 169.4);
  --floating-primary-hover: rgb(217.8, 98.1, 217.8);
  --floating-primary-active: rgb(169.4, 76.3, 169.4);
  --icon-link-state-active-color: #f26df2;
  --icon-link-state-active-color-hover: rgb(243.95, 130.9, 243.95);
  --icon-link-state-active-icon-border-color: #f26df2;
  --bo-p-c-h: rgb(243.95, 130.9, 243.95);
  --bo-p-c-a: rgb(245.25, 145.5, 245.25);
  --bo-p2-c-h: rgb(243.95, 130.9, 243.95);
  --bo-p2-c-a: rgb(245.25, 145.5, 245.25);
  --icon-link-h-c: rgb(243.95, 130.9, 243.95);
  --icon-link-a-c: rgb(245.25, 145.5, 245.25);
  --minify-toggle-btn-hover: rgb(243.95, 130.9, 243.95);
  --table-icon-up-color: #f26df2;
  --table-icon-down-color: #f26df2;
  --table-icon-up-down: #f26df2;
  --sortable-btn-color: #f26df2;
  --aw-table-legacy-table-icon-up-color: #f26df2;
  --aw-table-legacy-table-icon-down-color: #f26df2;
  --input-focus-border-color: #f26df2;
  --input-focus-box-shadow: #f26df2;
  --input-field-label-icon-color: #f26df2;
  --label-color-active: #f26df2;
  --action-icon-color-hover: #f26df2;
  --ai-input_border_color: #f26df2;
  --ai-input_label_active_color: #f26df2;
  --ai-input_icon_color: #f26df2;
  --select-focus-border-bottom: #f26df2;
  --select-focus-border-color: #f26df2;
  --disabled-label-color: #f26df2;
  --dropdown-check-icon-color: #f26df2;
  --dropdown-li-active-color: #f26df2;
  --dropdown-content-collection-hover-active-color: #f26df2;
  --dropdown-more-link-color: #f26df2;
  --badge-num-outline-border: #f26df2;
  --badge-num-outline-color: #f26df2;
  --textarea-label-color-active: #f26df2;
  --textarea-box-shadow-focus: 0 -1px 0 0 #f26df2 inset;
  --textarea-focus-border-color: #f26df2;
  --collection-active-color: #f26df2;
  --collection-active-small-color: #f26df2;
  --collection-active-item: #f26df2;
  --keyboard-primary-color: #f26df2;
  --slider-filled-color: #f26df2;
  --slider-circle-color: #f26df2;
  --slider-active-on-start-background: #f26df2;
  --slider-circle-on-start-color: #f26df2;
  --slider-disabled-circle-on-start-color: #f26df2;
  --slider-vertical-filled: #f26df2;
  --slider-disabled-connect-color: #f26df2;
  --mat-calendar-today-dot: #f26df2;
  --mat-calendar-days-number-hover-revers: #f26df2;
  --custom-header-button-hover: #f26df2;
  --range-background: rgba(242, 109, 242, 0.12);
  --datetime-picker-primary: #f26df2;
  --datetime-picker-primary-4: rgba(242, 109, 242, 0.4);
  --datetime-picker-primary-9: rgba(242, 109, 242, 0.9);
  --datetime-picker-primary-12: rgba(242, 109, 242, 0.12);
  --range-reverse-color: #f26df2;
  --only-icon-focus-color: #f26df2;
  --chips-active-background: #f26df2;
  --chips-active-border-color: #f26df2;
  --chips-active-hover-bg-color: #f26df2;
  --chips-active-hover-border-color: rgba(242, 109, 242, 0.9);
  --chips-icon-active-color: rgba(242, 109, 242, 0.7);
  --chips-icon-hover-color: rgba(242, 109, 242, 0.9);
  --selectable-hover-color: #f26df2;
  --pagination-button-border: 1px solid #f26df2;
  --pagination-button-color: #f26df2;
  --pagination-button-color-disabled: #f26df2;
  --pagination-button-color-active: #f26df2;
  --pagination-button-border-active: 3px solid #f26df2;
  --notifications-btn-flat-primary: #f26df2;
  --primary-text: #f26df2;
  --notifications-flash-dialog-border: 1px solid #f26df2;
  --notifications-flash-dialog-background-color: #f26df2;
  --aw-chat-message-color: #f26df2;
  --sendbar-send-btn-active-color: #f26df2;
  --outline8: #f26df2;
  --input-payment-focus-border-color: #f26df2;
  --input-payment-focus-box-shadow: #f26df2;
  --input-payment-label-color-focus: #f26df2;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(242, 109, 242, 0.9);
  --dp-today-dot: #f26df2;
  --wysiwyg-btn-active-color: #f26df2;
}

.theme-dark .subtheme9 {
  font-family: var(--font-family);
}

.theme-dark .subtheme10 {
  --primary: #ff787a;
  --primary-rgb: 255, 120, 122;
  --primary-3: rgb(255, 124.05, 125.99);
  --primary-5: rgb(255, 126.75, 128.65);
  --primary-10: rgb(255, 133.5, 135.3);
  --primary-15: rgb(255, 140.25, 141.95);
  --primary-17: rgb(255, 142.95, 144.61);
  --primary-20: rgb(255, 147, 148.6);
  --primary-25: rgb(255, 153.75, 155.25);
  --primary-30: rgb(255, 160.5, 161.9);
  --primary-50: rgb(255, 187.5, 188.5);
  --primary-shade-3: rgb(247.35, 116.4, 118.34);
  --primary-shade-5: rgb(242.25, 114, 115.9);
  --primary-shade-7: rgb(237.15, 111.6, 113.46);
  --primary-shade-10: rgb(229.5, 108, 109.8);
  --primary-shade-12: rgb(224.4, 105.6, 107.36);
  --primary-shade-15: rgb(216.75, 102, 103.7);
  --primary-shade-25: rgb(191.25, 90, 91.5);
  --primary-shade-30: rgb(178.5, 84, 85.4);
  --primary-shade-40: rgb(153, 72, 73.2);
  --primary-shade-50: rgb(127.5, 60, 61);
  --primary-2: #ff787a;
  --primary-2-rgb: 255, 120, 122;
  --primary-2-3: rgb(255, 124.05, 125.99);
  --primary-2-5: rgb(255, 126.75, 128.65);
  --primary-2-10: rgb(255, 133.5, 135.3);
  --primary-2-15: rgb(255, 140.25, 141.95);
  --primary-2-17: rgb(255, 142.95, 144.61);
  --primary-2-20: rgb(255, 147, 148.6);
  --primary-2-25: rgb(255, 153.75, 155.25);
  --primary-2-30: rgb(255, 160.5, 161.9);
  --primary-2-50: rgb(255, 187.5, 188.5);
  --primary-2-shade-3: rgb(247.35, 116.4, 118.34);
  --primary-2-shade-5: rgb(242.25, 114, 115.9);
  --primary-2-shade-7: rgb(237.15, 111.6, 113.46);
  --primary-2-shade-10: rgb(229.5, 108, 109.8);
  --primary-2-shade-12: rgb(224.4, 105.6, 107.36);
  --primary-2-shade-15: rgb(216.75, 102, 103.7);
  --primary-2-shade-25: rgb(191.25, 90, 91.5);
  --primary-2-shade-30: rgb(178.5, 84, 85.4);
  --primary-2-shade-40: rgb(153, 72, 73.2);
  --primary-2-shade-50: rgb(127.5, 60, 61);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #ff787a;
  --link-color-hover: rgb(255, 140.25, 141.95);
  --link-color-active: rgb(255, 140.25, 141.95);
  --link-color-visited: #ff787a;
  --link-color-visited-hover: rgb(255, 140.25, 141.95);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #ff787a;
  --anchor-active-bg-color: #ff787a;
  --anchor-active-border-color: rgba(255, 120, 122, 0.3);
  --anchor-active-hover-border-color: rgb(178.5, 84, 85.4);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #ff787a;
  --checkbox-input-checked-helper-background-color: #ff787a;
  --checkbox-label-hover-color: #ff787a;
  --checkbox-label-hover-helper-color: rgb(255, 140.25, 141.95);
  --checkbox-label-hover-text-color: rgb(255, 140.25, 141.95);
  --checkbox-border-hover-color: #ff787a;
  --checkbox-label-hover-helper-bg: rgb(255, 140.25, 141.95);
  --checkbox-checked-label-hover-hover: rgba(255, 120, 122, 0);
  --checkbox-checked-border-right: #ff787a;
  --checkbox-checked-border-bottom: #ff787a;
  --checkbox-background: #ff787a;
  --checkbox-color: #ff787a;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #ff787a;
  --circle-graphics-bg: #ff787a;
  --circle-graphics-icon: #ff787a;
  --radio-buttons-label-hover-color: rgb(255, 140.25, 141.95);
  --radio-buttons-label-hover: #ff787a;
  --radio-buttons-checked-border: 2px solid #ff787a;
  --radio-buttons-checked-hover-border: 2px solid rgb(255, 140.25, 141.95);
  --radio-buttons-checked-border-focus: 2px solid rgb(255, 140.25, 141.95);
  --radio-buttons-checked-background-color: #ff787a;
  --radio-buttons-checked-hover-background-color: rgb(255, 140.25, 141.95);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(255, 140.25, 141.95);
  --radio-buttons-outline: 2px dotted #ff787a;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #ff787a;
  --tabs-hover: #ff787a;
  --placeholder-icon-color: #ff787a;
  --panel-background: #232a30;
  --progress-indeterminate-background: #ff787a;
  --switch-checked-background-color: rgba(255, 120, 122, 0.24);
  --switch-checked-after-background-color: #ff787a;
  --switch-lever-name-disabled-background-color: rgba(255, 120, 122, 0.24);
  --switch-disabled-background-color: rgb(127.5, 60, 61);
  --wcag-focus: 1px solid #ff787a;
  --spinner-layer-border-color: #ff787a;
  --btn-hover-background: rgba(255, 120, 122, 0);
  --btn-focus-background: rgba(255, 120, 122, 0);
  --btn-primary-2-hover-background: rgba(255, 120, 122, 0);
  --btn-primary-2-active-background: rgba(255, 120, 122, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #ff787a;
  --b-p-bg-h: rgb(229.5, 108, 109.8);
  --b-p-bg-a: rgb(178.5, 84, 85.4);
  --b-p2-bg-h: rgb(229.5, 108, 109.8);
  --b-p2-bg-a: rgb(178.5, 84, 85.4);
  --floating-primary-hover: rgb(229.5, 108, 109.8);
  --floating-primary-active: rgb(178.5, 84, 85.4);
  --icon-link-state-active-color: #ff787a;
  --icon-link-state-active-color-hover: rgb(255, 140.25, 141.95);
  --icon-link-state-active-icon-border-color: #ff787a;
  --bo-p-c-h: rgb(255, 140.25, 141.95);
  --bo-p-c-a: rgb(255, 153.75, 155.25);
  --bo-p2-c-h: rgb(255, 140.25, 141.95);
  --bo-p2-c-a: rgb(255, 153.75, 155.25);
  --icon-link-h-c: rgb(255, 140.25, 141.95);
  --icon-link-a-c: rgb(255, 153.75, 155.25);
  --minify-toggle-btn-hover: rgb(255, 140.25, 141.95);
  --table-icon-up-color: #ff787a;
  --table-icon-down-color: #ff787a;
  --table-icon-up-down: #ff787a;
  --sortable-btn-color: #ff787a;
  --aw-table-legacy-table-icon-up-color: #ff787a;
  --aw-table-legacy-table-icon-down-color: #ff787a;
  --input-focus-border-color: #ff787a;
  --input-focus-box-shadow: #ff787a;
  --input-field-label-icon-color: #ff787a;
  --label-color-active: #ff787a;
  --action-icon-color-hover: #ff787a;
  --ai-input_border_color: #ff787a;
  --ai-input_label_active_color: #ff787a;
  --ai-input_icon_color: #ff787a;
  --select-focus-border-bottom: #ff787a;
  --select-focus-border-color: #ff787a;
  --disabled-label-color: #ff787a;
  --dropdown-check-icon-color: #ff787a;
  --dropdown-li-active-color: #ff787a;
  --dropdown-content-collection-hover-active-color: #ff787a;
  --dropdown-more-link-color: #ff787a;
  --badge-num-outline-border: #ff787a;
  --badge-num-outline-color: #ff787a;
  --textarea-label-color-active: #ff787a;
  --textarea-box-shadow-focus: 0 -1px 0 0 #ff787a inset;
  --textarea-focus-border-color: #ff787a;
  --collection-active-color: #ff787a;
  --collection-active-small-color: #ff787a;
  --collection-active-item: #ff787a;
  --keyboard-primary-color: #ff787a;
  --slider-filled-color: #ff787a;
  --slider-circle-color: #ff787a;
  --slider-active-on-start-background: #ff787a;
  --slider-circle-on-start-color: #ff787a;
  --slider-disabled-circle-on-start-color: #ff787a;
  --slider-vertical-filled: #ff787a;
  --slider-disabled-connect-color: #ff787a;
  --mat-calendar-today-dot: #ff787a;
  --mat-calendar-days-number-hover-revers: #ff787a;
  --custom-header-button-hover: #ff787a;
  --range-background: rgba(255, 120, 122, 0.12);
  --datetime-picker-primary: #ff787a;
  --datetime-picker-primary-4: rgba(255, 120, 122, 0.4);
  --datetime-picker-primary-9: rgba(255, 120, 122, 0.9);
  --datetime-picker-primary-12: rgba(255, 120, 122, 0.12);
  --range-reverse-color: #ff787a;
  --only-icon-focus-color: #ff787a;
  --chips-active-background: #ff787a;
  --chips-active-border-color: #ff787a;
  --chips-active-hover-bg-color: #ff787a;
  --chips-active-hover-border-color: rgba(255, 120, 122, 0.9);
  --chips-icon-active-color: rgba(255, 120, 122, 0.7);
  --chips-icon-hover-color: rgba(255, 120, 122, 0.9);
  --selectable-hover-color: #ff787a;
  --pagination-button-border: 1px solid #ff787a;
  --pagination-button-color: #ff787a;
  --pagination-button-color-disabled: #ff787a;
  --pagination-button-color-active: #ff787a;
  --pagination-button-border-active: 3px solid #ff787a;
  --notifications-btn-flat-primary: #ff787a;
  --primary-text: #ff787a;
  --notifications-flash-dialog-border: 1px solid #ff787a;
  --notifications-flash-dialog-background-color: #ff787a;
  --aw-chat-message-color: #ff787a;
  --sendbar-send-btn-active-color: #ff787a;
  --outline8: #ff787a;
  --input-payment-focus-border-color: #ff787a;
  --input-payment-focus-box-shadow: #ff787a;
  --input-payment-label-color-focus: #ff787a;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(255, 120, 122, 0.9);
  --dp-today-dot: #ff787a;
  --wysiwyg-btn-active-color: #ff787a;
}

.theme-dark .subtheme10 {
  font-family: var(--font-family);
}

.theme-dark .subtheme11 {
  --primary: #fcd54e;
  --primary-rgb: 252, 213, 78;
  --primary-3: rgb(252.09, 214.26, 83.31);
  --primary-5: rgb(252.15, 215.1, 86.85);
  --primary-10: rgb(252.3, 217.2, 95.7);
  --primary-15: rgb(252.45, 219.3, 104.55);
  --primary-17: rgb(252.51, 220.14, 108.09);
  --primary-20: rgb(252.6, 221.4, 113.4);
  --primary-25: rgb(252.75, 223.5, 122.25);
  --primary-30: rgb(252.9, 225.6, 131.1);
  --primary-50: rgb(253.5, 234, 166.5);
  --primary-shade-3: rgb(244.44, 206.61, 75.66);
  --primary-shade-5: rgb(239.4, 202.35, 74.1);
  --primary-shade-7: rgb(234.36, 198.09, 72.54);
  --primary-shade-10: rgb(226.8, 191.7, 70.2);
  --primary-shade-12: rgb(221.76, 187.44, 68.64);
  --primary-shade-15: rgb(214.2, 181.05, 66.3);
  --primary-shade-25: rgb(189, 159.75, 58.5);
  --primary-shade-30: rgb(176.4, 149.1, 54.6);
  --primary-shade-40: rgb(151.2, 127.8, 46.8);
  --primary-shade-50: rgb(126, 106.5, 39);
  --primary-2: #fcd54e;
  --primary-2-rgb: 252, 213, 78;
  --primary-2-3: rgb(252.09, 214.26, 83.31);
  --primary-2-5: rgb(252.15, 215.1, 86.85);
  --primary-2-10: rgb(252.3, 217.2, 95.7);
  --primary-2-15: rgb(252.45, 219.3, 104.55);
  --primary-2-17: rgb(252.51, 220.14, 108.09);
  --primary-2-20: rgb(252.6, 221.4, 113.4);
  --primary-2-25: rgb(252.75, 223.5, 122.25);
  --primary-2-30: rgb(252.9, 225.6, 131.1);
  --primary-2-50: rgb(253.5, 234, 166.5);
  --primary-2-shade-3: rgb(244.44, 206.61, 75.66);
  --primary-2-shade-5: rgb(239.4, 202.35, 74.1);
  --primary-2-shade-7: rgb(234.36, 198.09, 72.54);
  --primary-2-shade-10: rgb(226.8, 191.7, 70.2);
  --primary-2-shade-12: rgb(221.76, 187.44, 68.64);
  --primary-2-shade-15: rgb(214.2, 181.05, 66.3);
  --primary-2-shade-25: rgb(189, 159.75, 58.5);
  --primary-2-shade-30: rgb(176.4, 149.1, 54.6);
  --primary-2-shade-40: rgb(151.2, 127.8, 46.8);
  --primary-2-shade-50: rgb(126, 106.5, 39);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #fcd54e;
  --link-color-hover: rgb(252.45, 219.3, 104.55);
  --link-color-active: rgb(252.45, 219.3, 104.55);
  --link-color-visited: #fcd54e;
  --link-color-visited-hover: rgb(252.45, 219.3, 104.55);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #fcd54e;
  --anchor-active-bg-color: #fcd54e;
  --anchor-active-border-color: rgba(252, 213, 78, 0.3);
  --anchor-active-hover-border-color: rgb(176.4, 149.1, 54.6);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #fcd54e;
  --checkbox-input-checked-helper-background-color: #fcd54e;
  --checkbox-label-hover-color: #fcd54e;
  --checkbox-label-hover-helper-color: rgb(252.45, 219.3, 104.55);
  --checkbox-label-hover-text-color: rgb(252.45, 219.3, 104.55);
  --checkbox-border-hover-color: #fcd54e;
  --checkbox-label-hover-helper-bg: rgb(252.45, 219.3, 104.55);
  --checkbox-checked-label-hover-hover: rgba(252, 213, 78, 0);
  --checkbox-checked-border-right: #fcd54e;
  --checkbox-checked-border-bottom: #fcd54e;
  --checkbox-background: #fcd54e;
  --checkbox-color: #fcd54e;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #fcd54e;
  --circle-graphics-bg: #fcd54e;
  --circle-graphics-icon: #fcd54e;
  --radio-buttons-label-hover-color: rgb(252.45, 219.3, 104.55);
  --radio-buttons-label-hover: #fcd54e;
  --radio-buttons-checked-border: 2px solid #fcd54e;
  --radio-buttons-checked-hover-border: 2px solid rgb(252.45, 219.3, 104.55);
  --radio-buttons-checked-border-focus: 2px solid rgb(252.45, 219.3, 104.55);
  --radio-buttons-checked-background-color: #fcd54e;
  --radio-buttons-checked-hover-background-color: rgb(252.45, 219.3, 104.55);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(252.45, 219.3, 104.55);
  --radio-buttons-outline: 2px dotted #fcd54e;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #fcd54e;
  --tabs-hover: #fcd54e;
  --placeholder-icon-color: #fcd54e;
  --panel-background: #232a30;
  --progress-indeterminate-background: #fcd54e;
  --switch-checked-background-color: rgba(252, 213, 78, 0.24);
  --switch-checked-after-background-color: #fcd54e;
  --switch-lever-name-disabled-background-color: rgba(252, 213, 78, 0.24);
  --switch-disabled-background-color: rgb(126, 106.5, 39);
  --wcag-focus: 1px solid #fcd54e;
  --spinner-layer-border-color: #fcd54e;
  --btn-hover-background: rgba(252, 213, 78, 0);
  --btn-focus-background: rgba(252, 213, 78, 0);
  --btn-primary-2-hover-background: rgba(252, 213, 78, 0);
  --btn-primary-2-active-background: rgba(252, 213, 78, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #fcd54e;
  --b-p-bg-h: rgb(226.8, 191.7, 70.2);
  --b-p-bg-a: rgb(176.4, 149.1, 54.6);
  --b-p2-bg-h: rgb(226.8, 191.7, 70.2);
  --b-p2-bg-a: rgb(176.4, 149.1, 54.6);
  --floating-primary-hover: rgb(226.8, 191.7, 70.2);
  --floating-primary-active: rgb(176.4, 149.1, 54.6);
  --icon-link-state-active-color: #fcd54e;
  --icon-link-state-active-color-hover: rgb(252.45, 219.3, 104.55);
  --icon-link-state-active-icon-border-color: #fcd54e;
  --bo-p-c-h: rgb(252.45, 219.3, 104.55);
  --bo-p-c-a: rgb(252.75, 223.5, 122.25);
  --bo-p2-c-h: rgb(252.45, 219.3, 104.55);
  --bo-p2-c-a: rgb(252.75, 223.5, 122.25);
  --icon-link-h-c: rgb(252.45, 219.3, 104.55);
  --icon-link-a-c: rgb(252.75, 223.5, 122.25);
  --minify-toggle-btn-hover: rgb(252.45, 219.3, 104.55);
  --table-icon-up-color: #fcd54e;
  --table-icon-down-color: #fcd54e;
  --table-icon-up-down: #fcd54e;
  --sortable-btn-color: #fcd54e;
  --aw-table-legacy-table-icon-up-color: #fcd54e;
  --aw-table-legacy-table-icon-down-color: #fcd54e;
  --input-focus-border-color: #fcd54e;
  --input-focus-box-shadow: #fcd54e;
  --input-field-label-icon-color: #fcd54e;
  --label-color-active: #fcd54e;
  --action-icon-color-hover: #fcd54e;
  --ai-input_border_color: #fcd54e;
  --ai-input_label_active_color: #fcd54e;
  --ai-input_icon_color: #fcd54e;
  --select-focus-border-bottom: #fcd54e;
  --select-focus-border-color: #fcd54e;
  --disabled-label-color: #fcd54e;
  --dropdown-check-icon-color: #fcd54e;
  --dropdown-li-active-color: #fcd54e;
  --dropdown-content-collection-hover-active-color: #fcd54e;
  --dropdown-more-link-color: #fcd54e;
  --badge-num-outline-border: #fcd54e;
  --badge-num-outline-color: #fcd54e;
  --textarea-label-color-active: #fcd54e;
  --textarea-box-shadow-focus: 0 -1px 0 0 #fcd54e inset;
  --textarea-focus-border-color: #fcd54e;
  --collection-active-color: #fcd54e;
  --collection-active-small-color: #fcd54e;
  --collection-active-item: #fcd54e;
  --keyboard-primary-color: #fcd54e;
  --slider-filled-color: #fcd54e;
  --slider-circle-color: #fcd54e;
  --slider-active-on-start-background: #fcd54e;
  --slider-circle-on-start-color: #fcd54e;
  --slider-disabled-circle-on-start-color: #fcd54e;
  --slider-vertical-filled: #fcd54e;
  --slider-disabled-connect-color: #fcd54e;
  --mat-calendar-today-dot: #fcd54e;
  --mat-calendar-days-number-hover-revers: #fcd54e;
  --custom-header-button-hover: #fcd54e;
  --range-background: rgba(252, 213, 78, 0.12);
  --datetime-picker-primary: #fcd54e;
  --datetime-picker-primary-4: rgba(252, 213, 78, 0.4);
  --datetime-picker-primary-9: rgba(252, 213, 78, 0.9);
  --datetime-picker-primary-12: rgba(252, 213, 78, 0.12);
  --range-reverse-color: #fcd54e;
  --only-icon-focus-color: #fcd54e;
  --chips-active-background: #fcd54e;
  --chips-active-border-color: #fcd54e;
  --chips-active-hover-bg-color: #fcd54e;
  --chips-active-hover-border-color: rgba(252, 213, 78, 0.9);
  --chips-icon-active-color: rgba(252, 213, 78, 0.7);
  --chips-icon-hover-color: rgba(252, 213, 78, 0.9);
  --selectable-hover-color: #fcd54e;
  --pagination-button-border: 1px solid #fcd54e;
  --pagination-button-color: #fcd54e;
  --pagination-button-color-disabled: #fcd54e;
  --pagination-button-color-active: #fcd54e;
  --pagination-button-border-active: 3px solid #fcd54e;
  --notifications-btn-flat-primary: #fcd54e;
  --primary-text: #fcd54e;
  --notifications-flash-dialog-border: 1px solid #fcd54e;
  --notifications-flash-dialog-background-color: #fcd54e;
  --aw-chat-message-color: #fcd54e;
  --sendbar-send-btn-active-color: #fcd54e;
  --outline8: #fcd54e;
  --input-payment-focus-border-color: #fcd54e;
  --input-payment-focus-box-shadow: #fcd54e;
  --input-payment-label-color-focus: #fcd54e;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(252, 213, 78, 0.9);
  --dp-today-dot: #fcd54e;
  --wysiwyg-btn-active-color: #fcd54e;
}

.theme-dark .subtheme11 {
  font-family: var(--font-family);
}

.theme-dark .subtheme12 {
  --primary: #00e5d2;
  --primary-rgb: 0, 229, 210;
  --primary-3: rgb(7.65, 229.78, 211.35);
  --primary-5: rgb(12.75, 230.3, 212.25);
  --primary-10: rgb(25.5, 231.6, 214.5);
  --primary-15: rgb(38.25, 232.9, 216.75);
  --primary-17: rgb(43.35, 233.42, 217.65);
  --primary-20: rgb(51, 234.2, 219);
  --primary-25: rgb(63.75, 235.5, 221.25);
  --primary-30: rgb(76.5, 236.8, 223.5);
  --primary-50: rgb(127.5, 242, 232.5);
  --primary-shade-3: rgb(0, 222.13, 203.7);
  --primary-shade-5: rgb(0, 217.55, 199.5);
  --primary-shade-7: rgb(0, 212.97, 195.3);
  --primary-shade-10: rgb(0, 206.1, 189);
  --primary-shade-12: rgb(0, 201.52, 184.8);
  --primary-shade-15: rgb(0, 194.65, 178.5);
  --primary-shade-25: rgb(0, 171.75, 157.5);
  --primary-shade-30: rgb(0, 160.3, 147);
  --primary-shade-40: rgb(0, 137.4, 126);
  --primary-shade-50: rgb(0, 114.5, 105);
  --primary-2: #00e5d2;
  --primary-2-rgb: 0, 229, 210;
  --primary-2-3: rgb(7.65, 229.78, 211.35);
  --primary-2-5: rgb(12.75, 230.3, 212.25);
  --primary-2-10: rgb(25.5, 231.6, 214.5);
  --primary-2-15: rgb(38.25, 232.9, 216.75);
  --primary-2-17: rgb(43.35, 233.42, 217.65);
  --primary-2-20: rgb(51, 234.2, 219);
  --primary-2-25: rgb(63.75, 235.5, 221.25);
  --primary-2-30: rgb(76.5, 236.8, 223.5);
  --primary-2-50: rgb(127.5, 242, 232.5);
  --primary-2-shade-3: rgb(0, 222.13, 203.7);
  --primary-2-shade-5: rgb(0, 217.55, 199.5);
  --primary-2-shade-7: rgb(0, 212.97, 195.3);
  --primary-2-shade-10: rgb(0, 206.1, 189);
  --primary-2-shade-12: rgb(0, 201.52, 184.8);
  --primary-2-shade-15: rgb(0, 194.65, 178.5);
  --primary-2-shade-25: rgb(0, 171.75, 157.5);
  --primary-2-shade-30: rgb(0, 160.3, 147);
  --primary-2-shade-40: rgb(0, 137.4, 126);
  --primary-2-shade-50: rgb(0, 114.5, 105);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #00e5d2;
  --link-color-hover: rgb(38.25, 232.9, 216.75);
  --link-color-active: rgb(38.25, 232.9, 216.75);
  --link-color-visited: #00e5d2;
  --link-color-visited-hover: rgb(38.25, 232.9, 216.75);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #00e5d2;
  --anchor-active-bg-color: #00e5d2;
  --anchor-active-border-color: rgba(0, 229, 210, 0.3);
  --anchor-active-hover-border-color: rgb(0, 160.3, 147);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #00e5d2;
  --checkbox-input-checked-helper-background-color: #00e5d2;
  --checkbox-label-hover-color: #00e5d2;
  --checkbox-label-hover-helper-color: rgb(38.25, 232.9, 216.75);
  --checkbox-label-hover-text-color: rgb(38.25, 232.9, 216.75);
  --checkbox-border-hover-color: #00e5d2;
  --checkbox-label-hover-helper-bg: rgb(38.25, 232.9, 216.75);
  --checkbox-checked-label-hover-hover: rgba(0, 229, 210, 0);
  --checkbox-checked-border-right: #00e5d2;
  --checkbox-checked-border-bottom: #00e5d2;
  --checkbox-background: #00e5d2;
  --checkbox-color: #00e5d2;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #00e5d2;
  --circle-graphics-bg: #00e5d2;
  --circle-graphics-icon: #00e5d2;
  --radio-buttons-label-hover-color: rgb(38.25, 232.9, 216.75);
  --radio-buttons-label-hover: #00e5d2;
  --radio-buttons-checked-border: 2px solid #00e5d2;
  --radio-buttons-checked-hover-border: 2px solid rgb(38.25, 232.9, 216.75);
  --radio-buttons-checked-border-focus: 2px solid rgb(38.25, 232.9, 216.75);
  --radio-buttons-checked-background-color: #00e5d2;
  --radio-buttons-checked-hover-background-color: rgb(38.25, 232.9, 216.75);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(38.25, 232.9, 216.75);
  --radio-buttons-outline: 2px dotted #00e5d2;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #00e5d2;
  --tabs-hover: #00e5d2;
  --placeholder-icon-color: #00e5d2;
  --panel-background: #232a30;
  --progress-indeterminate-background: #00e5d2;
  --switch-checked-background-color: rgba(0, 229, 210, 0.24);
  --switch-checked-after-background-color: #00e5d2;
  --switch-lever-name-disabled-background-color: rgba(0, 229, 210, 0.24);
  --switch-disabled-background-color: rgb(0, 114.5, 105);
  --wcag-focus: 1px solid #00e5d2;
  --spinner-layer-border-color: #00e5d2;
  --btn-hover-background: rgba(0, 229, 210, 0);
  --btn-focus-background: rgba(0, 229, 210, 0);
  --btn-primary-2-hover-background: rgba(0, 229, 210, 0);
  --btn-primary-2-active-background: rgba(0, 229, 210, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #00e5d2;
  --b-p-bg-h: rgb(0, 206.1, 189);
  --b-p-bg-a: rgb(0, 160.3, 147);
  --b-p2-bg-h: rgb(0, 206.1, 189);
  --b-p2-bg-a: rgb(0, 160.3, 147);
  --floating-primary-hover: rgb(0, 206.1, 189);
  --floating-primary-active: rgb(0, 160.3, 147);
  --icon-link-state-active-color: #00e5d2;
  --icon-link-state-active-color-hover: rgb(38.25, 232.9, 216.75);
  --icon-link-state-active-icon-border-color: #00e5d2;
  --bo-p-c-h: rgb(38.25, 232.9, 216.75);
  --bo-p-c-a: rgb(63.75, 235.5, 221.25);
  --bo-p2-c-h: rgb(38.25, 232.9, 216.75);
  --bo-p2-c-a: rgb(63.75, 235.5, 221.25);
  --icon-link-h-c: rgb(38.25, 232.9, 216.75);
  --icon-link-a-c: rgb(63.75, 235.5, 221.25);
  --minify-toggle-btn-hover: rgb(38.25, 232.9, 216.75);
  --table-icon-up-color: #00e5d2;
  --table-icon-down-color: #00e5d2;
  --table-icon-up-down: #00e5d2;
  --sortable-btn-color: #00e5d2;
  --aw-table-legacy-table-icon-up-color: #00e5d2;
  --aw-table-legacy-table-icon-down-color: #00e5d2;
  --input-focus-border-color: #00e5d2;
  --input-focus-box-shadow: #00e5d2;
  --input-field-label-icon-color: #00e5d2;
  --label-color-active: #00e5d2;
  --action-icon-color-hover: #00e5d2;
  --ai-input_border_color: #00e5d2;
  --ai-input_label_active_color: #00e5d2;
  --ai-input_icon_color: #00e5d2;
  --select-focus-border-bottom: #00e5d2;
  --select-focus-border-color: #00e5d2;
  --disabled-label-color: #00e5d2;
  --dropdown-check-icon-color: #00e5d2;
  --dropdown-li-active-color: #00e5d2;
  --dropdown-content-collection-hover-active-color: #00e5d2;
  --dropdown-more-link-color: #00e5d2;
  --badge-num-outline-border: #00e5d2;
  --badge-num-outline-color: #00e5d2;
  --textarea-label-color-active: #00e5d2;
  --textarea-box-shadow-focus: 0 -1px 0 0 #00e5d2 inset;
  --textarea-focus-border-color: #00e5d2;
  --collection-active-color: #00e5d2;
  --collection-active-small-color: #00e5d2;
  --collection-active-item: #00e5d2;
  --keyboard-primary-color: #00e5d2;
  --slider-filled-color: #00e5d2;
  --slider-circle-color: #00e5d2;
  --slider-active-on-start-background: #00e5d2;
  --slider-circle-on-start-color: #00e5d2;
  --slider-disabled-circle-on-start-color: #00e5d2;
  --slider-vertical-filled: #00e5d2;
  --slider-disabled-connect-color: #00e5d2;
  --mat-calendar-today-dot: #00e5d2;
  --mat-calendar-days-number-hover-revers: #00e5d2;
  --custom-header-button-hover: #00e5d2;
  --range-background: rgba(0, 229, 210, 0.12);
  --datetime-picker-primary: #00e5d2;
  --datetime-picker-primary-4: rgba(0, 229, 210, 0.4);
  --datetime-picker-primary-9: rgba(0, 229, 210, 0.9);
  --datetime-picker-primary-12: rgba(0, 229, 210, 0.12);
  --range-reverse-color: #00e5d2;
  --only-icon-focus-color: #00e5d2;
  --chips-active-background: #00e5d2;
  --chips-active-border-color: #00e5d2;
  --chips-active-hover-bg-color: #00e5d2;
  --chips-active-hover-border-color: rgba(0, 229, 210, 0.9);
  --chips-icon-active-color: rgba(0, 229, 210, 0.7);
  --chips-icon-hover-color: rgba(0, 229, 210, 0.9);
  --selectable-hover-color: #00e5d2;
  --pagination-button-border: 1px solid #00e5d2;
  --pagination-button-color: #00e5d2;
  --pagination-button-color-disabled: #00e5d2;
  --pagination-button-color-active: #00e5d2;
  --pagination-button-border-active: 3px solid #00e5d2;
  --notifications-btn-flat-primary: #00e5d2;
  --primary-text: #00e5d2;
  --notifications-flash-dialog-border: 1px solid #00e5d2;
  --notifications-flash-dialog-background-color: #00e5d2;
  --aw-chat-message-color: #00e5d2;
  --sendbar-send-btn-active-color: #00e5d2;
  --outline8: #00e5d2;
  --input-payment-focus-border-color: #00e5d2;
  --input-payment-focus-box-shadow: #00e5d2;
  --input-payment-label-color-focus: #00e5d2;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(0, 229, 210, 0.9);
  --dp-today-dot: #00e5d2;
  --wysiwyg-btn-active-color: #00e5d2;
}

.theme-dark .subtheme12 {
  font-family: var(--font-family);
}

.theme-dark .subtheme13 {
  --primary: #396070;
  --primary-rgb: 57, 96, 112;
  --primary-3: rgb(62.94, 100.77, 116.29);
  --primary-5: rgb(66.9, 103.95, 119.15);
  --primary-10: rgb(76.8, 111.9, 126.3);
  --primary-15: rgb(86.7, 119.85, 133.45);
  --primary-17: rgb(90.66, 123.03, 136.31);
  --primary-20: rgb(96.6, 127.8, 140.6);
  --primary-25: rgb(106.5, 135.75, 147.75);
  --primary-30: rgb(116.4, 143.7, 154.9);
  --primary-50: rgb(156, 175.5, 183.5);
  --primary-shade-3: rgb(55.29, 93.12, 108.64);
  --primary-shade-5: rgb(54.15, 91.2, 106.4);
  --primary-shade-7: rgb(53.01, 89.28, 104.16);
  --primary-shade-10: rgb(51.3, 86.4, 100.8);
  --primary-shade-12: rgb(50.16, 84.48, 98.56);
  --primary-shade-15: rgb(48.45, 81.6, 95.2);
  --primary-shade-25: rgb(42.75, 72, 84);
  --primary-shade-30: rgb(39.9, 67.2, 78.4);
  --primary-shade-40: rgb(34.2, 57.6, 67.2);
  --primary-shade-50: rgb(28.5, 48, 56);
  --primary-2: #396070;
  --primary-2-rgb: 57, 96, 112;
  --primary-2-3: rgb(62.94, 100.77, 116.29);
  --primary-2-5: rgb(66.9, 103.95, 119.15);
  --primary-2-10: rgb(76.8, 111.9, 126.3);
  --primary-2-15: rgb(86.7, 119.85, 133.45);
  --primary-2-17: rgb(90.66, 123.03, 136.31);
  --primary-2-20: rgb(96.6, 127.8, 140.6);
  --primary-2-25: rgb(106.5, 135.75, 147.75);
  --primary-2-30: rgb(116.4, 143.7, 154.9);
  --primary-2-50: rgb(156, 175.5, 183.5);
  --primary-2-shade-3: rgb(55.29, 93.12, 108.64);
  --primary-2-shade-5: rgb(54.15, 91.2, 106.4);
  --primary-2-shade-7: rgb(53.01, 89.28, 104.16);
  --primary-2-shade-10: rgb(51.3, 86.4, 100.8);
  --primary-2-shade-12: rgb(50.16, 84.48, 98.56);
  --primary-2-shade-15: rgb(48.45, 81.6, 95.2);
  --primary-2-shade-25: rgb(42.75, 72, 84);
  --primary-2-shade-30: rgb(39.9, 67.2, 78.4);
  --primary-2-shade-40: rgb(34.2, 57.6, 67.2);
  --primary-2-shade-50: rgb(28.5, 48, 56);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #39d627;
  --success-2-rgb: 57, 214, 39;
  --success-2-3: rgb(62.94, 215.23, 45.48);
  --success-2-5: rgb(66.9, 216.05, 49.8);
  --success-2-10: rgb(76.8, 218.1, 60.6);
  --success-2-15: rgb(86.7, 220.15, 71.4);
  --success-2-17: rgb(90.66, 220.97, 75.72);
  --success-2-20: rgb(96.6, 222.2, 82.2);
  --success-2-25: rgb(106.5, 224.25, 93);
  --success-2-30: rgb(116.4, 226.3, 103.8);
  --success-2-50: rgb(156, 234.5, 147);
  --success-2-shade-3: rgb(55.29, 207.58, 37.83);
  --success-2-shade-5: rgb(54.15, 203.3, 37.05);
  --success-2-shade-7: rgb(53.01, 199.02, 36.27);
  --success-2-shade-10: rgb(51.3, 192.6, 35.1);
  --success-2-shade-12: rgb(50.16, 188.32, 34.32);
  --success-2-shade-15: rgb(48.45, 181.9, 33.15);
  --success-2-shade-25: rgb(42.75, 160.5, 29.25);
  --success-2-shade-30: rgb(39.9, 149.8, 27.3);
  --success-2-shade-40: rgb(34.2, 128.4, 23.4);
  --success-2-shade-50: rgb(28.5, 107, 19.5);
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #ef9c23;
  --warning-2-rgb: 239, 156, 35;
  --warning-2-3: rgb(239.48, 158.97, 41.6);
  --warning-2-5: rgb(239.8, 160.95, 46);
  --warning-2-10: rgb(240.6, 165.9, 57);
  --warning-2-15: rgb(241.4, 170.85, 68);
  --warning-2-17: rgb(241.72, 172.83, 72.4);
  --warning-2-20: rgb(242.2, 175.8, 79);
  --warning-2-25: rgb(243, 180.75, 90);
  --warning-2-30: rgb(243.8, 185.7, 101);
  --warning-2-50: rgb(247, 205.5, 145);
  --warning-2-shade-3: rgb(231.83, 151.32, 33.95);
  --warning-2-shade-5: rgb(227.05, 148.2, 33.25);
  --warning-2-shade-7: rgb(222.27, 145.08, 32.55);
  --warning-2-shade-10: rgb(215.1, 140.4, 31.5);
  --warning-2-shade-12: rgb(210.32, 137.28, 30.8);
  --warning-2-shade-15: rgb(203.15, 132.6, 29.75);
  --warning-2-shade-25: rgb(179.25, 117, 26.25);
  --warning-2-shade-30: rgb(167.3, 109.2, 24.5);
  --warning-2-shade-40: rgb(143.4, 93.6, 21);
  --warning-2-shade-50: rgb(119.5, 78, 17.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #ff787a;
  --danger-2-rgb: 255, 120, 122;
  --danger-2-3: rgb(255, 124.05, 125.99);
  --danger-2-5: rgb(255, 126.75, 128.65);
  --danger-2-10: rgb(255, 133.5, 135.3);
  --danger-2-15: rgb(255, 140.25, 141.95);
  --danger-2-17: rgb(255, 142.95, 144.61);
  --danger-2-20: rgb(255, 147, 148.6);
  --danger-2-25: rgb(255, 153.75, 155.25);
  --danger-2-30: rgb(255, 160.5, 161.9);
  --danger-2-50: rgb(255, 187.5, 188.5);
  --danger-2-shade-3: rgb(247.35, 116.4, 118.34);
  --danger-2-shade-5: rgb(242.25, 114, 115.9);
  --danger-2-shade-7: rgb(237.15, 111.6, 113.46);
  --danger-2-shade-10: rgb(229.5, 108, 109.8);
  --danger-2-shade-12: rgb(224.4, 105.6, 107.36);
  --danger-2-shade-15: rgb(216.75, 102, 103.7);
  --danger-2-shade-25: rgb(191.25, 90, 91.5);
  --danger-2-shade-30: rgb(178.5, 84, 85.4);
  --danger-2-shade-40: rgb(153, 72, 73.2);
  --danger-2-shade-50: rgb(127.5, 60, 61);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #ef9c23;
  --hue4-rgb: 239, 156, 35;
  --hue4-3: rgb(239.48, 158.97, 41.6);
  --hue4-5: rgb(239.8, 160.95, 46);
  --hue4-10: rgb(240.6, 165.9, 57);
  --hue4-15: rgb(241.4, 170.85, 68);
  --hue4-17: rgb(241.72, 172.83, 72.4);
  --hue4-20: rgb(242.2, 175.8, 79);
  --hue4-25: rgb(243, 180.75, 90);
  --hue4-30: rgb(243.8, 185.7, 101);
  --hue4-50: rgb(247, 205.5, 145);
  --hue4-shade-3: rgb(231.83, 151.32, 33.95);
  --hue4-shade-5: rgb(227.05, 148.2, 33.25);
  --hue4-shade-7: rgb(222.27, 145.08, 32.55);
  --hue4-shade-10: rgb(215.1, 140.4, 31.5);
  --hue4-shade-12: rgb(210.32, 137.28, 30.8);
  --hue4-shade-15: rgb(203.15, 132.6, 29.75);
  --hue4-shade-25: rgb(179.25, 117, 26.25);
  --hue4-shade-30: rgb(167.3, 109.2, 24.5);
  --hue4-shade-40: rgb(143.4, 93.6, 21);
  --hue4-shade-50: rgb(119.5, 78, 17.5);
  --hue5: #39d627;
  --hue5-rgb: 57, 214, 39;
  --hue5-3: rgb(62.94, 215.23, 45.48);
  --hue5-5: rgb(66.9, 216.05, 49.8);
  --hue5-10: rgb(76.8, 218.1, 60.6);
  --hue5-15: rgb(86.7, 220.15, 71.4);
  --hue5-17: rgb(90.66, 220.97, 75.72);
  --hue5-20: rgb(96.6, 222.2, 82.2);
  --hue5-25: rgb(106.5, 224.25, 93);
  --hue5-30: rgb(116.4, 226.3, 103.8);
  --hue5-50: rgb(156, 234.5, 147);
  --hue5-shade-3: rgb(55.29, 207.58, 37.83);
  --hue5-shade-5: rgb(54.15, 203.3, 37.05);
  --hue5-shade-7: rgb(53.01, 199.02, 36.27);
  --hue5-shade-10: rgb(51.3, 192.6, 35.1);
  --hue5-shade-12: rgb(50.16, 188.32, 34.32);
  --hue5-shade-15: rgb(48.45, 181.9, 33.15);
  --hue5-shade-25: rgb(42.75, 160.5, 29.25);
  --hue5-shade-30: rgb(39.9, 149.8, 27.3);
  --hue5-shade-40: rgb(34.2, 128.4, 23.4);
  --hue5-shade-50: rgb(28.5, 107, 19.5);
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #46aff2;
  --hue7-rgb: 70, 175, 242;
  --hue7-3: rgb(75.55, 177.4, 242.39);
  --hue7-5: rgb(79.25, 179, 242.65);
  --hue7-10: rgb(88.5, 183, 243.3);
  --hue7-15: rgb(97.75, 187, 243.95);
  --hue7-17: rgb(101.45, 188.6, 244.21);
  --hue7-20: rgb(107, 191, 244.6);
  --hue7-25: rgb(116.25, 195, 245.25);
  --hue7-30: rgb(125.5, 199, 245.9);
  --hue7-50: rgb(162.5, 215, 248.5);
  --hue7-shade-3: rgb(67.9, 169.75, 234.74);
  --hue7-shade-5: rgb(66.5, 166.25, 229.9);
  --hue7-shade-7: rgb(65.1, 162.75, 225.06);
  --hue7-shade-10: rgb(63, 157.5, 217.8);
  --hue7-shade-12: rgb(61.6, 154, 212.96);
  --hue7-shade-15: rgb(59.5, 148.75, 205.7);
  --hue7-shade-25: rgb(52.5, 131.25, 181.5);
  --hue7-shade-30: rgb(49, 122.5, 169.4);
  --hue7-shade-40: rgb(42, 105, 145.2);
  --hue7-shade-50: rgb(35, 87.5, 121);
  --hue8: #ad9fff;
  --hue8-rgb: 173, 159, 255;
  --hue8-3: rgb(175.46, 161.88, 255);
  --hue8-5: rgb(177.1, 163.8, 255);
  --hue8-10: rgb(181.2, 168.6, 255);
  --hue8-15: rgb(185.3, 173.4, 255);
  --hue8-17: rgb(186.94, 175.32, 255);
  --hue8-20: rgb(189.4, 178.2, 255);
  --hue8-25: rgb(193.5, 183, 255);
  --hue8-30: rgb(197.6, 187.8, 255);
  --hue8-50: #d6cfff;
  --hue8-shade-3: rgb(167.81, 154.23, 247.35);
  --hue8-shade-5: rgb(164.35, 151.05, 242.25);
  --hue8-shade-7: rgb(160.89, 147.87, 237.15);
  --hue8-shade-10: rgb(155.7, 143.1, 229.5);
  --hue8-shade-12: rgb(152.24, 139.92, 224.4);
  --hue8-shade-15: rgb(147.05, 135.15, 216.75);
  --hue8-shade-25: rgb(129.75, 119.25, 191.25);
  --hue8-shade-30: rgb(121.1, 111.3, 178.5);
  --hue8-shade-40: rgb(103.8, 95.4, 153);
  --hue8-shade-50: rgb(86.5, 79.5, 127.5);
  --hue9: #f26df2;
  --hue9-rgb: 242, 109, 242;
  --hue9-3: rgb(242.39, 113.38, 242.39);
  --hue9-5: rgb(242.65, 116.3, 242.65);
  --hue9-10: rgb(243.3, 123.6, 243.3);
  --hue9-15: rgb(243.95, 130.9, 243.95);
  --hue9-17: rgb(244.21, 133.82, 244.21);
  --hue9-20: rgb(244.6, 138.2, 244.6);
  --hue9-25: rgb(245.25, 145.5, 245.25);
  --hue9-30: rgb(245.9, 152.8, 245.9);
  --hue9-50: rgb(248.5, 182, 248.5);
  --hue9-shade-3: rgb(234.74, 105.73, 234.74);
  --hue9-shade-5: rgb(229.9, 103.55, 229.9);
  --hue9-shade-7: rgb(225.06, 101.37, 225.06);
  --hue9-shade-10: rgb(217.8, 98.1, 217.8);
  --hue9-shade-12: rgb(212.96, 95.92, 212.96);
  --hue9-shade-15: rgb(205.7, 92.65, 205.7);
  --hue9-shade-25: rgb(181.5, 81.75, 181.5);
  --hue9-shade-30: rgb(169.4, 76.3, 169.4);
  --hue9-shade-40: rgb(145.2, 65.4, 145.2);
  --hue9-shade-50: rgb(121, 54.5, 121);
  --hue10: #ff787a;
  --hue10-rgb: 255, 120, 122;
  --hue10-3: rgb(255, 124.05, 125.99);
  --hue10-5: rgb(255, 126.75, 128.65);
  --hue10-10: rgb(255, 133.5, 135.3);
  --hue10-15: rgb(255, 140.25, 141.95);
  --hue10-17: rgb(255, 142.95, 144.61);
  --hue10-20: rgb(255, 147, 148.6);
  --hue10-25: rgb(255, 153.75, 155.25);
  --hue10-30: rgb(255, 160.5, 161.9);
  --hue10-50: rgb(255, 187.5, 188.5);
  --hue10-shade-3: rgb(247.35, 116.4, 118.34);
  --hue10-shade-5: rgb(242.25, 114, 115.9);
  --hue10-shade-7: rgb(237.15, 111.6, 113.46);
  --hue10-shade-10: rgb(229.5, 108, 109.8);
  --hue10-shade-12: rgb(224.4, 105.6, 107.36);
  --hue10-shade-15: rgb(216.75, 102, 103.7);
  --hue10-shade-25: rgb(191.25, 90, 91.5);
  --hue10-shade-30: rgb(178.5, 84, 85.4);
  --hue10-shade-40: rgb(153, 72, 73.2);
  --hue10-shade-50: rgb(127.5, 60, 61);
  --hue11: #fcd54e;
  --hue11-rgb: 252, 213, 78;
  --hue11-3: rgb(252.09, 214.26, 83.31);
  --hue11-5: rgb(252.15, 215.1, 86.85);
  --hue11-10: rgb(252.3, 217.2, 95.7);
  --hue11-15: rgb(252.45, 219.3, 104.55);
  --hue11-17: rgb(252.51, 220.14, 108.09);
  --hue11-20: rgb(252.6, 221.4, 113.4);
  --hue11-25: rgb(252.75, 223.5, 122.25);
  --hue11-30: rgb(252.9, 225.6, 131.1);
  --hue11-50: rgb(253.5, 234, 166.5);
  --hue11-shade-3: rgb(244.44, 206.61, 75.66);
  --hue11-shade-5: rgb(239.4, 202.35, 74.1);
  --hue11-shade-7: rgb(234.36, 198.09, 72.54);
  --hue11-shade-10: rgb(226.8, 191.7, 70.2);
  --hue11-shade-12: rgb(221.76, 187.44, 68.64);
  --hue11-shade-15: rgb(214.2, 181.05, 66.3);
  --hue11-shade-25: rgb(189, 159.75, 58.5);
  --hue11-shade-30: rgb(176.4, 149.1, 54.6);
  --hue11-shade-40: rgb(151.2, 127.8, 46.8);
  --hue11-shade-50: rgb(126, 106.5, 39);
  --hue12: #00e5d2;
  --hue12-rgb: 0, 229, 210;
  --hue12-3: rgb(7.65, 229.78, 211.35);
  --hue12-5: rgb(12.75, 230.3, 212.25);
  --hue12-10: rgb(25.5, 231.6, 214.5);
  --hue12-15: rgb(38.25, 232.9, 216.75);
  --hue12-17: rgb(43.35, 233.42, 217.65);
  --hue12-20: rgb(51, 234.2, 219);
  --hue12-25: rgb(63.75, 235.5, 221.25);
  --hue12-30: rgb(76.5, 236.8, 223.5);
  --hue12-50: rgb(127.5, 242, 232.5);
  --hue12-shade-3: rgb(0, 222.13, 203.7);
  --hue12-shade-5: rgb(0, 217.55, 199.5);
  --hue12-shade-7: rgb(0, 212.97, 195.3);
  --hue12-shade-10: rgb(0, 206.1, 189);
  --hue12-shade-12: rgb(0, 201.52, 184.8);
  --hue12-shade-15: rgb(0, 194.65, 178.5);
  --hue12-shade-25: rgb(0, 171.75, 157.5);
  --hue12-shade-30: rgb(0, 160.3, 147);
  --hue12-shade-40: rgb(0, 137.4, 126);
  --hue12-shade-50: rgb(0, 114.5, 105);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #1a1f24;
  --neutral1-rgb: 26, 31, 36;
  --neutral1-3: rgb(32.87, 37.72, 42.57);
  --neutral1-5: rgb(37.45, 42.2, 46.95);
  --neutral1-10: rgb(48.9, 53.4, 57.9);
  --neutral1-15: rgb(60.35, 64.6, 68.85);
  --neutral1-17: rgb(64.93, 69.08, 73.23);
  --neutral1-20: rgb(71.8, 75.8, 79.8);
  --neutral1-25: rgb(83.25, 87, 90.75);
  --neutral1-30: rgb(94.7, 98.2, 101.7);
  --neutral1-50: rgb(140.5, 143, 145.5);
  --neutral1-shade-3: rgb(25.22, 30.07, 34.92);
  --neutral1-shade-5: rgb(24.7, 29.45, 34.2);
  --neutral1-shade-7: rgb(24.18, 28.83, 33.48);
  --neutral1-shade-10: rgb(23.4, 27.9, 32.4);
  --neutral1-shade-12: rgb(22.88, 27.28, 31.68);
  --neutral1-shade-15: rgb(22.1, 26.35, 30.6);
  --neutral1-shade-25: rgb(19.5, 23.25, 27);
  --neutral1-shade-30: rgb(18.2, 21.7, 25.2);
  --neutral1-shade-40: rgb(15.6, 18.6, 21.6);
  --neutral1-shade-50: rgb(13, 15.5, 18);
  --neutral2: #232a30;
  --neutral2-rgb: 35, 42, 48;
  --neutral2-3: rgb(41.6, 48.39, 54.21);
  --neutral2-5: rgb(46, 52.65, 58.35);
  --neutral2-10: rgb(57, 63.3, 68.7);
  --neutral2-15: rgb(68, 73.95, 79.05);
  --neutral2-17: rgb(72.4, 78.21, 83.19);
  --neutral2-20: rgb(79, 84.6, 89.4);
  --neutral2-25: rgb(90, 95.25, 99.75);
  --neutral2-30: rgb(101, 105.9, 110.1);
  --neutral2-50: rgb(145, 148.5, 151.5);
  --neutral2-shade-3: rgb(33.95, 40.74, 46.56);
  --neutral2-shade-5: rgb(33.25, 39.9, 45.6);
  --neutral2-shade-7: rgb(32.55, 39.06, 44.64);
  --neutral2-shade-10: rgb(31.5, 37.8, 43.2);
  --neutral2-shade-12: rgb(30.8, 36.96, 42.24);
  --neutral2-shade-15: rgb(29.75, 35.7, 40.8);
  --neutral2-shade-25: rgb(26.25, 31.5, 36);
  --neutral2-shade-30: rgb(24.5, 29.4, 33.6);
  --neutral2-shade-40: rgb(21, 25.2, 28.8);
  --neutral2-shade-50: rgb(17.5, 21, 24);
  --neutral3: #141414;
  --neutral3-rgb: 20, 20, 20;
  --neutral3-3: rgb(27.05, 27.05, 27.05);
  --neutral3-5: rgb(31.75, 31.75, 31.75);
  --neutral3-10: rgb(43.5, 43.5, 43.5);
  --neutral3-15: rgb(55.25, 55.25, 55.25);
  --neutral3-17: rgb(59.95, 59.95, 59.95);
  --neutral3-20: #434343;
  --neutral3-25: rgb(78.75, 78.75, 78.75);
  --neutral3-30: rgb(90.5, 90.5, 90.5);
  --neutral3-50: rgb(137.5, 137.5, 137.5);
  --neutral3-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral3-shade-5: #131313;
  --neutral3-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral3-shade-10: #121212;
  --neutral3-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral3-shade-15: #111111;
  --neutral3-shade-25: #0f0f0f;
  --neutral3-shade-30: #0e0e0e;
  --neutral3-shade-40: #0c0c0c;
  --neutral3-shade-50: #0a0a0a;
  --neutral4: #313a42;
  --neutral4-rgb: 49, 58, 66;
  --neutral4-3: rgb(55.18, 63.91, 71.67);
  --neutral4-5: rgb(59.3, 67.85, 75.45);
  --neutral4-10: rgb(69.6, 77.7, 84.9);
  --neutral4-15: rgb(79.9, 87.55, 94.35);
  --neutral4-17: rgb(84.02, 91.49, 98.13);
  --neutral4-20: rgb(90.2, 97.4, 103.8);
  --neutral4-25: rgb(100.5, 107.25, 113.25);
  --neutral4-30: rgb(110.8, 117.1, 122.7);
  --neutral4-50: rgb(152, 156.5, 160.5);
  --neutral4-shade-3: rgb(47.53, 56.26, 64.02);
  --neutral4-shade-5: rgb(46.55, 55.1, 62.7);
  --neutral4-shade-7: rgb(45.57, 53.94, 61.38);
  --neutral4-shade-10: rgb(44.1, 52.2, 59.4);
  --neutral4-shade-12: rgb(43.12, 51.04, 58.08);
  --neutral4-shade-15: rgb(41.65, 49.3, 56.1);
  --neutral4-shade-25: rgb(36.75, 43.5, 49.5);
  --neutral4-shade-30: rgb(34.3, 40.6, 46.2);
  --neutral4-shade-40: rgb(29.4, 34.8, 39.6);
  --neutral4-shade-50: rgb(24.5, 29, 33);
  --neutral5: #ffffff;
  --neutral5-rgb: 255, 255, 255;
  --neutral5-3: white;
  --neutral5-5: white;
  --neutral5-10: white;
  --neutral5-15: white;
  --neutral5-17: white;
  --neutral5-20: white;
  --neutral5-25: white;
  --neutral5-30: white;
  --neutral5-50: white;
  --neutral5-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral5-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral5-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral5-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral5-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral5-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral5-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral5-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral5-shade-40: #999999;
  --neutral5-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral6: #5b6b7b;
  --neutral6-rgb: 91, 107, 123;
  --neutral6-3: rgb(95.92, 111.44, 126.96);
  --neutral6-5: rgb(99.2, 114.4, 129.6);
  --neutral6-10: rgb(107.4, 121.8, 136.2);
  --neutral6-15: rgb(115.6, 129.2, 142.8);
  --neutral6-17: rgb(118.88, 132.16, 145.44);
  --neutral6-20: rgb(123.8, 136.6, 149.4);
  --neutral6-25: #84909c;
  --neutral6-30: rgb(140.2, 151.4, 162.6);
  --neutral6-50: #adb5bd;
  --neutral6-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral6-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral6-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral6-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral6-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral6-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral6-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral6-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral6-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral6-shade-50: rgb(45.5, 53.5, 61.5);
  --neutral7: #bec3cc;
  --neutral7-rgb: 190, 195, 204;
  --neutral7-3: rgb(191.95, 196.8, 205.53);
  --neutral7-5: rgb(193.25, 198, 206.55);
  --neutral7-10: rgb(196.5, 201, 209.1);
  --neutral7-15: rgb(199.75, 204, 211.65);
  --neutral7-17: rgb(201.05, 205.2, 212.67);
  --neutral7-20: rgb(203, 207, 214.2);
  --neutral7-25: rgb(206.25, 210, 216.75);
  --neutral7-30: rgb(209.5, 213, 219.3);
  --neutral7-50: rgb(222.5, 225, 229.5);
  --neutral7-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral7-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral7-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral7-shade-10: rgb(171, 175.5, 183.6);
  --neutral7-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral7-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral7-shade-25: rgb(142.5, 146.25, 153);
  --neutral7-shade-30: rgb(133, 136.5, 142.8);
  --neutral7-shade-40: rgb(114, 117, 122.4);
  --neutral7-shade-50: rgb(95, 97.5, 102);
  --link-color: #396070;
  --link-color-hover: rgb(86.7, 119.85, 133.45);
  --link-color-active: rgb(86.7, 119.85, 133.45);
  --link-color-visited: #396070;
  --link-color-visited-hover: rgb(86.7, 119.85, 133.45);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #396070;
  --anchor-active-bg-color: #396070;
  --anchor-active-border-color: rgba(57, 96, 112, 0.3);
  --anchor-active-hover-border-color: rgb(39.9, 67.2, 78.4);
  --checkbox-disabled-checked-helper-color: transparent;
  --checkbox-input-checked-helper-color: #396070;
  --checkbox-input-checked-helper-background-color: #396070;
  --checkbox-label-hover-color: #396070;
  --checkbox-label-hover-helper-color: rgb(86.7, 119.85, 133.45);
  --checkbox-label-hover-text-color: rgb(86.7, 119.85, 133.45);
  --checkbox-border-hover-color: #396070;
  --checkbox-label-hover-helper-bg: rgb(86.7, 119.85, 133.45);
  --checkbox-checked-label-hover-hover: rgba(57, 96, 112, 0);
  --checkbox-checked-border-right: #396070;
  --checkbox-checked-border-bottom: #396070;
  --checkbox-background: #396070;
  --checkbox-color: #396070;
  --checkbox-helper-before-after-background: #1a1f24;
  --checkbox-label-hover: #ffffff;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #ffffff;
  --circle-graphics-border: #396070;
  --circle-graphics-bg: #396070;
  --circle-graphics-icon: #396070;
  --radio-buttons-label-hover-color: rgb(86.7, 119.85, 133.45);
  --radio-buttons-label-hover: #396070;
  --radio-buttons-checked-border: 2px solid #396070;
  --radio-buttons-checked-hover-border: 2px solid rgb(86.7, 119.85, 133.45);
  --radio-buttons-checked-border-focus: 2px solid rgb(86.7, 119.85, 133.45);
  --radio-buttons-checked-background-color: #396070;
  --radio-buttons-checked-hover-background-color: rgb(86.7, 119.85, 133.45);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(86.7, 119.85, 133.45);
  --radio-buttons-outline: 2px dotted #396070;
  --radio-buttons-color: #46aff2;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --tabs-indicator-color: #396070;
  --tabs-hover: #396070;
  --placeholder-icon-color: #396070;
  --panel-background: #232a30;
  --progress-indeterminate-background: #396070;
  --switch-checked-background-color: rgba(57, 96, 112, 0.24);
  --switch-checked-after-background-color: #396070;
  --switch-lever-name-disabled-background-color: rgba(57, 96, 112, 0.24);
  --switch-disabled-background-color: rgb(28.5, 48, 56);
  --wcag-focus: 1px solid #396070;
  --spinner-layer-border-color: #396070;
  --btn-hover-background: rgba(57, 96, 112, 0);
  --btn-focus-background: rgba(57, 96, 112, 0);
  --btn-primary-2-hover-background: rgba(57, 96, 112, 0);
  --btn-primary-2-active-background: rgba(57, 96, 112, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(255, 255, 255, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(255, 255, 255, 0.12);
  --btn-outline-wcag-disabled-color: #bec3cc;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #bec3cc;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #396070;
  --b-p-bg-h: rgb(51.3, 86.4, 100.8);
  --b-p-bg-a: rgb(39.9, 67.2, 78.4);
  --b-p2-bg-h: rgb(51.3, 86.4, 100.8);
  --b-p2-bg-a: rgb(39.9, 67.2, 78.4);
  --floating-primary-hover: rgb(51.3, 86.4, 100.8);
  --floating-primary-active: rgb(39.9, 67.2, 78.4);
  --icon-link-state-active-color: #396070;
  --icon-link-state-active-color-hover: rgb(86.7, 119.85, 133.45);
  --icon-link-state-active-icon-border-color: #396070;
  --bo-p-c-h: rgb(86.7, 119.85, 133.45);
  --bo-p-c-a: rgb(106.5, 135.75, 147.75);
  --bo-p2-c-h: rgb(86.7, 119.85, 133.45);
  --bo-p2-c-a: rgb(106.5, 135.75, 147.75);
  --icon-link-h-c: rgb(86.7, 119.85, 133.45);
  --icon-link-a-c: rgb(106.5, 135.75, 147.75);
  --minify-toggle-btn-hover: rgb(86.7, 119.85, 133.45);
  --table-icon-up-color: #396070;
  --table-icon-down-color: #396070;
  --table-icon-up-down: #396070;
  --sortable-btn-color: #396070;
  --aw-table-legacy-table-icon-up-color: #396070;
  --aw-table-legacy-table-icon-down-color: #396070;
  --input-focus-border-color: #396070;
  --input-focus-box-shadow: #396070;
  --input-field-label-icon-color: #396070;
  --label-color-active: #396070;
  --action-icon-color-hover: #396070;
  --ai-input_border_color: #396070;
  --ai-input_label_active_color: #396070;
  --ai-input_icon_color: #396070;
  --select-focus-border-bottom: #396070;
  --select-focus-border-color: #396070;
  --disabled-label-color: #396070;
  --dropdown-check-icon-color: #396070;
  --dropdown-li-active-color: #396070;
  --dropdown-content-collection-hover-active-color: #396070;
  --dropdown-more-link-color: #396070;
  --badge-num-outline-border: #396070;
  --badge-num-outline-color: #396070;
  --textarea-label-color-active: #396070;
  --textarea-box-shadow-focus: 0 -1px 0 0 #396070 inset;
  --textarea-focus-border-color: #396070;
  --collection-active-color: #396070;
  --collection-active-small-color: #396070;
  --collection-active-item: #396070;
  --keyboard-primary-color: #396070;
  --slider-filled-color: #396070;
  --slider-circle-color: #396070;
  --slider-active-on-start-background: #396070;
  --slider-circle-on-start-color: #396070;
  --slider-disabled-circle-on-start-color: #396070;
  --slider-vertical-filled: #396070;
  --slider-disabled-connect-color: #396070;
  --mat-calendar-today-dot: #396070;
  --mat-calendar-days-number-hover-revers: #396070;
  --custom-header-button-hover: #396070;
  --range-background: rgba(57, 96, 112, 0.12);
  --datetime-picker-primary: #396070;
  --datetime-picker-primary-4: rgba(57, 96, 112, 0.4);
  --datetime-picker-primary-9: rgba(57, 96, 112, 0.9);
  --datetime-picker-primary-12: rgba(57, 96, 112, 0.12);
  --range-reverse-color: #396070;
  --only-icon-focus-color: #396070;
  --chips-active-background: #396070;
  --chips-active-border-color: #396070;
  --chips-active-hover-bg-color: #396070;
  --chips-active-hover-border-color: rgba(57, 96, 112, 0.9);
  --chips-icon-active-color: rgba(57, 96, 112, 0.7);
  --chips-icon-hover-color: rgba(57, 96, 112, 0.9);
  --selectable-hover-color: #396070;
  --pagination-button-border: 1px solid #396070;
  --pagination-button-color: #396070;
  --pagination-button-color-disabled: #396070;
  --pagination-button-color-active: #396070;
  --pagination-button-border-active: 3px solid #396070;
  --notifications-btn-flat-primary: #396070;
  --primary-text: #396070;
  --notifications-flash-dialog-border: 1px solid #396070;
  --notifications-flash-dialog-background-color: #396070;
  --aw-chat-message-color: #396070;
  --sendbar-send-btn-active-color: #396070;
  --outline8: #396070;
  --input-payment-focus-border-color: #396070;
  --input-payment-focus-box-shadow: #396070;
  --input-payment-label-color-focus: #396070;
  --wcag-datatable-highlight-bg: rgba(255, 255, 255, 0.14);
  --wcag-datatable-hover-bg: rgba(255, 255, 255, 0.07);
  --dp-primary-9: rgba(57, 96, 112, 0.9);
  --dp-today-dot: #396070;
  --wysiwyg-btn-active-color: #396070;
}

.theme-dark .subtheme13 {
  font-family: var(--font-family);
}

.theme-light {
  --font-family: "Open Sans", sans-serif;
  --html-font-size: 1rem;
  --html-font-weight: 400;
  --html-line-height: 1.5rem;
  --typography-margin-bottom-p: 1rem;
  --typography-font-size-h1: 2.5rem;
  --typography-line-height-h1: 3.5rem;
  --typography-font-weight-h1: 600;
  --typography-margin-h1: 0 0 1rem;
  --typography-font-size-h2: 2rem;
  --typography-line-height-h2: 2.75rem;
  --typography-font-weight-h2: 600;
  --typography-margin-h2: 0 0 1rem;
  --typography-font-size-h3: 1.75rem;
  --typography-line-height-h3: 2.25rem;
  --typography-font-weight-h3: 600;
  --typography-margin-h3: 0 0 1rem;
  --typography-font-size-h4: 1.5rem;
  --typography-line-height-h4: 2rem;
  --typography-font-weight-h4: 600;
  --typography-margin-h4: 0 0 1rem;
  --typography-font-size-h5: 1.25rem;
  --typography-line-height-h5: 1.75rem;
  --typography-font-weight-h5: 600;
  --typography-margin-h5: 0 0 1rem;
  --typography-font-size-h6: 1rem;
  --typography-line-height-h6: 1.5rem;
  --typography-font-weight-h6: 600;
  --typography-margin-h6: 0 0 1rem;
  --typography-font-size-display: 3.5rem;
  --typography-line-height-display: 4.75rem;
  --typography-font-weight-display: 300;
  --typography-margin-display: 0 0 1rem;
  --typography-font-size-blockquote: 1.25rem;
  --typography-line-height-blockquote: 2rem;
  --typography-font-weight-blockquote: 400;
  --typography-margin-blockquote: 0;
  --typography-font-size-blockquote-footer: 0.85rem;
  --typography-line-height-blockquote-footer: 1.25rem;
  --typography-font-weight-blockquote-footer: 600;
  --typography-margin-blockquote-footer: 0;
  --typography-font-size-cite: 0.875rem;
  --typography-line-height-cite: 1.25rem;
  --typography-font-weight-cite: 300;
  --typography-font-size-lead: 1.125rem;
  --typography-line-height-lead: 1.125rem;
  --typography-font-weight-lead: 400;
  --typography-font-size-normal: 16px;
  --typography-line-height-normal: 1.5rem;
  --typography-font-weight-normal: 400;
  --typography-font-size-small: 0.875rem;
  --typography-line-height-small: 1.25rem;
  --typography-font-weight-small: 400;
  --typography-font-size-xsmall: 0.75rem;
  --typography-line-height-xsmall: 1rem;
  --typography-font-weight-xsmall: 400;
  --typography-font-weight-heavy: 700;
  --typography-font-weight-bold: 600;
  --typography-font-weight-light: 300;
  --typography-font-weight-extra-light: 200;
  --link-color: var(--primary-2);
  --link-color-hover: var(--primary-2-shade-15);
  --link-color-active: var(--primary-2-10);
  --link-color-visited: var(--primary-2);
  --link-color-visited-hover: var(--primary-2-shade-10);
  --white-link-color: var(--neutral1);
  --white-link-color-hover: var(--neutral1);
  --white-link-color-active: var(--neutral1);
  --white-link-color-visited: var(--neutral1);
  --white-link-color-visited-hover: var(--neutral1);
}

.theme-light {
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --primary: #1774cc;
  --primary-rgb: 23, 116, 204;
  --primary-3: rgb(29.96, 120.17, 205.53);
  --primary-5: rgb(34.6, 122.95, 206.55);
  --primary-10: rgb(46.2, 129.9, 209.1);
  --primary-15: rgb(57.8, 136.85, 211.65);
  --primary-17: rgb(62.44, 139.63, 212.67);
  --primary-20: rgb(69.4, 143.8, 214.2);
  --primary-25: rgb(81, 150.75, 216.75);
  --primary-30: rgb(92.6, 157.7, 219.3);
  --primary-50: rgb(139, 185.5, 229.5);
  --primary-shade-3: rgb(22.31, 112.52, 197.88);
  --primary-shade-5: rgb(21.85, 110.2, 193.8);
  --primary-shade-7: rgb(21.39, 107.88, 189.72);
  --primary-shade-10: rgb(20.7, 104.4, 183.6);
  --primary-shade-12: rgb(20.24, 102.08, 179.52);
  --primary-shade-15: rgb(19.55, 98.6, 173.4);
  --primary-shade-25: rgb(17.25, 87, 153);
  --primary-shade-30: rgb(16.1, 81.2, 142.8);
  --primary-shade-40: rgb(13.8, 69.6, 122.4);
  --primary-shade-50: rgb(11.5, 58, 102);
  --primary-2: #0e62b8;
  --primary-2-rgb: 14, 98, 184;
  --primary-2-3: rgb(21.23, 102.71, 186.13);
  --primary-2-5: rgb(26.05, 105.85, 187.55);
  --primary-2-10: rgb(38.1, 113.7, 191.1);
  --primary-2-15: rgb(50.15, 121.55, 194.65);
  --primary-2-17: rgb(54.97, 124.69, 196.07);
  --primary-2-20: rgb(62.2, 129.4, 198.2);
  --primary-2-25: rgb(74.25, 137.25, 201.75);
  --primary-2-30: rgb(86.3, 145.1, 205.3);
  --primary-2-50: rgb(134.5, 176.5, 219.5);
  --primary-2-shade-3: rgb(13.58, 95.06, 178.48);
  --primary-2-shade-5: rgb(13.3, 93.1, 174.8);
  --primary-2-shade-7: rgb(13.02, 91.14, 171.12);
  --primary-2-shade-10: rgb(12.6, 88.2, 165.6);
  --primary-2-shade-12: rgb(12.32, 86.24, 161.92);
  --primary-2-shade-15: rgb(11.9, 83.3, 156.4);
  --primary-2-shade-25: rgb(10.5, 73.5, 138);
  --primary-2-shade-30: rgb(9.8, 68.6, 128.8);
  --primary-2-shade-40: rgb(8.4, 58.8, 110.4);
  --primary-2-shade-50: #07315c;
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --tenant: #477ef0;
  --tenant-rgb: 71, 126, 240;
  --tenant-3: rgb(76.52, 129.87, 240.45);
  --tenant-5: rgb(80.2, 132.45, 240.75);
  --tenant-10: rgb(89.4, 138.9, 241.5);
  --tenant-15: rgb(98.6, 145.35, 242.25);
  --tenant-17: rgb(102.28, 147.93, 242.55);
  --tenant-20: rgb(107.8, 151.8, 243);
  --tenant-25: rgb(117, 158.25, 243.75);
  --tenant-30: rgb(126.2, 164.7, 244.5);
  --tenant-50: rgb(163, 190.5, 247.5);
  --tenant-shade-3: rgb(68.87, 122.22, 232.8);
  --tenant-shade-5: rgb(67.45, 119.7, 228);
  --tenant-shade-7: rgb(66.03, 117.18, 223.2);
  --tenant-shade-10: rgb(63.9, 113.4, 216);
  --tenant-shade-12: rgb(62.48, 110.88, 211.2);
  --tenant-shade-15: rgb(60.35, 107.1, 204);
  --tenant-shade-25: rgb(53.25, 94.5, 180);
  --tenant-shade-30: rgb(49.7, 88.2, 168);
  --tenant-shade-40: rgb(42.6, 75.6, 144);
  --tenant-shade-50: rgb(35.5, 63, 120);
  --tertiary: #1774cc;
  --tertiary-rgb: 23, 116, 204;
  --tertiary-3: rgb(29.96, 120.17, 205.53);
  --tertiary-5: rgb(34.6, 122.95, 206.55);
  --tertiary-10: rgb(46.2, 129.9, 209.1);
  --tertiary-15: rgb(57.8, 136.85, 211.65);
  --tertiary-17: rgb(62.44, 139.63, 212.67);
  --tertiary-20: rgb(69.4, 143.8, 214.2);
  --tertiary-25: rgb(81, 150.75, 216.75);
  --tertiary-30: rgb(92.6, 157.7, 219.3);
  --tertiary-50: rgb(139, 185.5, 229.5);
  --tertiary-shade-3: rgb(22.31, 112.52, 197.88);
  --tertiary-shade-5: rgb(21.85, 110.2, 193.8);
  --tertiary-shade-7: rgb(21.39, 107.88, 189.72);
  --tertiary-shade-10: rgb(20.7, 104.4, 183.6);
  --tertiary-shade-12: rgb(20.24, 102.08, 179.52);
  --tertiary-shade-15: rgb(19.55, 98.6, 173.4);
  --tertiary-shade-25: rgb(17.25, 87, 153);
  --tertiary-shade-30: rgb(16.1, 81.2, 142.8);
  --tertiary-shade-40: rgb(13.8, 69.6, 122.4);
  --tertiary-shade-50: rgb(11.5, 58, 102);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --orange: #ef9c23;
  --orange-rgb: 239, 156, 35;
  --orange-3: rgb(239.48, 158.97, 41.6);
  --orange-5: rgb(239.8, 160.95, 46);
  --orange-10: rgb(240.6, 165.9, 57);
  --orange-15: rgb(241.4, 170.85, 68);
  --orange-17: rgb(241.72, 172.83, 72.4);
  --orange-20: rgb(242.2, 175.8, 79);
  --orange-25: rgb(243, 180.75, 90);
  --orange-30: rgb(243.8, 185.7, 101);
  --orange-50: rgb(247, 205.5, 145);
  --orange-shade-3: rgb(231.83, 151.32, 33.95);
  --orange-shade-5: rgb(227.05, 148.2, 33.25);
  --orange-shade-7: rgb(222.27, 145.08, 32.55);
  --orange-shade-10: rgb(215.1, 140.4, 31.5);
  --orange-shade-12: rgb(210.32, 137.28, 30.8);
  --orange-shade-15: rgb(203.15, 132.6, 29.75);
  --orange-shade-25: rgb(179.25, 117, 26.25);
  --orange-shade-30: rgb(167.3, 109.2, 24.5);
  --orange-shade-40: rgb(143.4, 93.6, 21);
  --orange-shade-50: rgb(119.5, 78, 17.5);
  --yellow: #fcd54e;
  --yellow-rgb: 252, 213, 78;
  --yellow-3: rgb(252.09, 214.26, 83.31);
  --yellow-5: rgb(252.15, 215.1, 86.85);
  --yellow-10: rgb(252.3, 217.2, 95.7);
  --yellow-15: rgb(252.45, 219.3, 104.55);
  --yellow-17: rgb(252.51, 220.14, 108.09);
  --yellow-20: rgb(252.6, 221.4, 113.4);
  --yellow-25: rgb(252.75, 223.5, 122.25);
  --yellow-30: rgb(252.9, 225.6, 131.1);
  --yellow-50: rgb(253.5, 234, 166.5);
  --yellow-shade-3: rgb(244.44, 206.61, 75.66);
  --yellow-shade-5: rgb(239.4, 202.35, 74.1);
  --yellow-shade-7: rgb(234.36, 198.09, 72.54);
  --yellow-shade-10: rgb(226.8, 191.7, 70.2);
  --yellow-shade-12: rgb(221.76, 187.44, 68.64);
  --yellow-shade-15: rgb(214.2, 181.05, 66.3);
  --yellow-shade-25: rgb(189, 159.75, 58.5);
  --yellow-shade-30: rgb(176.4, 149.1, 54.6);
  --yellow-shade-40: rgb(151.2, 127.8, 46.8);
  --yellow-shade-50: rgb(126, 106.5, 39);
  --gray-dark: #313336;
  --gray-dark-rgb: 49, 51, 54;
  --gray-dark-3: rgb(55.18, 57.12, 60.03);
  --gray-dark-5: rgb(59.3, 61.2, 64.05);
  --gray-dark-10: rgb(69.6, 71.4, 74.1);
  --gray-dark-15: rgb(79.9, 81.6, 84.15);
  --gray-dark-17: rgb(84.02, 85.68, 88.17);
  --gray-dark-20: rgb(90.2, 91.8, 94.2);
  --gray-dark-25: rgb(100.5, 102, 104.25);
  --gray-dark-30: rgb(110.8, 112.2, 114.3);
  --gray-dark-50: rgb(152, 153, 154.5);
  --gray-dark-shade-3: rgb(47.53, 49.47, 52.38);
  --gray-dark-shade-5: rgb(46.55, 48.45, 51.3);
  --gray-dark-shade-7: rgb(45.57, 47.43, 50.22);
  --gray-dark-shade-10: rgb(44.1, 45.9, 48.6);
  --gray-dark-shade-12: rgb(43.12, 44.88, 47.52);
  --gray-dark-shade-15: rgb(41.65, 43.35, 45.9);
  --gray-dark-shade-25: rgb(36.75, 38.25, 40.5);
  --gray-dark-shade-30: rgb(34.3, 35.7, 37.8);
  --gray-dark-shade-40: rgb(29.4, 30.6, 32.4);
  --gray-dark-shade-50: rgb(24.5, 25.5, 27);
  --gray-mid: #5b6b78;
  --gray-mid-rgb: 91, 107, 120;
  --gray-mid-3: rgb(95.92, 111.44, 124.05);
  --gray-mid-5: rgb(99.2, 114.4, 126.75);
  --gray-mid-10: rgb(107.4, 121.8, 133.5);
  --gray-mid-15: rgb(115.6, 129.2, 140.25);
  --gray-mid-17: rgb(118.88, 132.16, 142.95);
  --gray-mid-20: rgb(123.8, 136.6, 147);
  --gray-mid-25: rgb(132, 144, 153.75);
  --gray-mid-30: rgb(140.2, 151.4, 160.5);
  --gray-mid-50: rgb(173, 181, 187.5);
  --gray-mid-shade-3: rgb(88.27, 103.79, 116.4);
  --gray-mid-shade-5: rgb(86.45, 101.65, 114);
  --gray-mid-shade-7: rgb(84.63, 99.51, 111.6);
  --gray-mid-shade-10: rgb(81.9, 96.3, 108);
  --gray-mid-shade-12: rgb(80.08, 94.16, 105.6);
  --gray-mid-shade-15: rgb(77.35, 90.95, 102);
  --gray-mid-shade-25: rgb(68.25, 80.25, 90);
  --gray-mid-shade-30: rgb(63.7, 74.9, 84);
  --gray-mid-shade-40: rgb(54.6, 64.2, 72);
  --gray-mid-shade-50: rgb(45.5, 53.5, 60);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --focus: #0e62b8;
  --focus-rgb: 14, 98, 184;
  --focus-3: rgb(21.23, 102.71, 186.13);
  --focus-5: rgb(26.05, 105.85, 187.55);
  --focus-10: rgb(38.1, 113.7, 191.1);
  --focus-15: rgb(50.15, 121.55, 194.65);
  --focus-17: rgb(54.97, 124.69, 196.07);
  --focus-20: rgb(62.2, 129.4, 198.2);
  --focus-25: rgb(74.25, 137.25, 201.75);
  --focus-30: rgb(86.3, 145.1, 205.3);
  --focus-50: rgb(134.5, 176.5, 219.5);
  --focus-shade-3: rgb(13.58, 95.06, 178.48);
  --focus-shade-5: rgb(13.3, 93.1, 174.8);
  --focus-shade-7: rgb(13.02, 91.14, 171.12);
  --focus-shade-10: rgb(12.6, 88.2, 165.6);
  --focus-shade-12: rgb(12.32, 86.24, 161.92);
  --focus-shade-15: rgb(11.9, 83.3, 156.4);
  --focus-shade-25: rgb(10.5, 73.5, 138);
  --focus-shade-30: rgb(9.8, 68.6, 128.8);
  --focus-shade-40: rgb(8.4, 58.8, 110.4);
  --focus-shade-50: #07315c;
  --text-black: #141414;
  --text-black-rgb: 20, 20, 20;
  --text-black-3: rgb(27.05, 27.05, 27.05);
  --text-black-5: rgb(31.75, 31.75, 31.75);
  --text-black-10: rgb(43.5, 43.5, 43.5);
  --text-black-15: rgb(55.25, 55.25, 55.25);
  --text-black-17: rgb(59.95, 59.95, 59.95);
  --text-black-20: #434343;
  --text-black-25: rgb(78.75, 78.75, 78.75);
  --text-black-30: rgb(90.5, 90.5, 90.5);
  --text-black-50: rgb(137.5, 137.5, 137.5);
  --text-black-shade-3: rgb(19.4, 19.4, 19.4);
  --text-black-shade-5: #131313;
  --text-black-shade-7: rgb(18.6, 18.6, 18.6);
  --text-black-shade-10: #121212;
  --text-black-shade-12: rgb(17.6, 17.6, 17.6);
  --text-black-shade-15: #111111;
  --text-black-shade-25: #0f0f0f;
  --text-black-shade-30: #0e0e0e;
  --text-black-shade-40: #0c0c0c;
  --text-black-shade-50: #0a0a0a;
  --text-white: #ffffff;
  --text-white-rgb: 255, 255, 255;
  --text-white-3: white;
  --text-white-5: white;
  --text-white-10: white;
  --text-white-15: white;
  --text-white-17: white;
  --text-white-20: white;
  --text-white-25: white;
  --text-white-30: white;
  --text-white-50: white;
  --text-white-shade-3: rgb(247.35, 247.35, 247.35);
  --text-white-shade-5: rgb(242.25, 242.25, 242.25);
  --text-white-shade-7: rgb(237.15, 237.15, 237.15);
  --text-white-shade-10: rgb(229.5, 229.5, 229.5);
  --text-white-shade-12: rgb(224.4, 224.4, 224.4);
  --text-white-shade-15: rgb(216.75, 216.75, 216.75);
  --text-white-shade-25: rgb(191.25, 191.25, 191.25);
  --text-white-shade-30: rgb(178.5, 178.5, 178.5);
  --text-white-shade-40: #999999;
  --text-white-shade-50: rgb(127.5, 127.5, 127.5);
}

.theme-light {
  --white-neutral5-mix-15: rgb(55.25, 55.25, 55.25);
  --white-neutral5-mix-30: rgb(90.5, 90.5, 90.5);
  --neutral6-neutral2-mix-12: rgb(240.16, 240.76, 241.84);
  --neutral6-neutral2-mix-24: rgb(233.32, 234.52, 236.68);
  --white-black-mix-15: rgb(38.25, 38.25, 38.25);
  --black-white-mix-10: rgb(229.5, 229.5, 229.5);
  --black-white-mix-20: #cccccc;
  --neutral5-neutral4-mix-5: rgb(221.4, 223.3, 226.15);
  --neutral5-neutral4-mix-7: rgb(217.16, 219.02, 221.81);
  --neutral6-neutral4-mix-12: rgb(226.96, 229.32, 233.04);
  --black-warning-mix-10: rgb(167.4, 81.9, 2.7);
  --black-danger-mix-10: rgb(195.3, 53.1, 54.9);
  --black-success-mix-10: rgb(0, 123.3, 5.4);
  --black-neutral5-mix-15: #111111;
  --black-neutral5-mix-25: #0f0f0f;
  --white-neutral4-mix-7: rgb(233.61, 235.47, 238.26);
  --white-neutral4-mix-14: rgb(235.22, 236.94, 239.52);
  --primary2-tint-mix-15: rgb(50.15, 121.55, 194.65);
  --foreground: var(--neutral5);
  --background: var(--neutral1);
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-family);
  font-size: var(--html-font-size);
  font-weight: var(--html-font-weight);
  line-height: var(--html-line-height);
  --aw-layout-top: 0px;
  --aw-layout-right: 0px;
  --aw-layout-bottom: 0px;
  --aw-layout-left: 0px;
  --stepper-progress-display: none;
}

.theme-light {
  --anchor-bg: transparent;
  --anchor-border-color: var(--neutral7);
  --anchor-color: var(--neutral7);
  --anchor-color-link: var(--neutral5);
  --anchor-border-color-hover: var(--neutral5);
  --anchor-bg-hover: rgba(var(--neutral5-rgb), 0.07);
  --anchor-color-hover: var(--neutral5);
  --anchor-active-color: var(--neutral1);
  --anchor-active-border-color: rgba(var(--primary-rgb), 0.3);
  --anchor-active-bg-color: var(--primary);
  --anchor-active-bg-color-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  --anchor-active-hover-bg-color: var(--primary);
  --anchor-active-hover-bg-color-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  --anchor-active-hover-border-color: var(--primary-shade-30);
  --anchor-focus-display: block;
  --anchor-disabled-border: var(--neutral7);
  --anchor-disabled-bg: var(--neutral7);
  --anchor-disabled-color: var(--neutral1);
  --anchor-border-radius: 3.125rem;
  --anchor-padding: 0.375rem 0.75rem;
  --anchor-icon-fz: 1.5rem;
  --anchor-icon-lh: 1;
  --anchor-active-with-icon-new-pl: 2.25rem;
  --anchor-icon-first-child-ml: -8px;
}

.theme-light {
  --badge-background: var(--neutral6);
  --badge-border-radius: 4px;
  --badge-padding: 2px 8px;
  --badge-margin-left: 1.625rem;
  --badge-color: var(--neutral1);
  --badge-num-padding: 2px 4px;
  --badge-line-height: 20px;
  --badge-num-border-radius: 100px;
  --badge-num-min-width: 24px;
  --badge-num-height: 24px;
  --badge-xsmall-height: 14px;
  --badge-xsmall-line-height: 12px;
  --badge-xsmall-padding: 1px 2px;
  --badge-xsmall-min-width: 14px;
  --badge-small-height: 18px;
  --badge-small-line-height: 16px;
  --badge-small-padding: 1px 4px;
  --badge-small-min-width: 18px;
  --badge-large-line-height: 20px;
  --badge-large-padding: 4px 4px;
  --badge-large-min-width: 28px;
  --badge-num-outline-border: var(--primary-2);
  --badge-num-outline-color: var(--primary-2);
  --badge-outline-border: var(--neutral7);
  --badge-outline-color: var(--neutral7);
  --badge-outline-strong-border: var(--neutral6);
  --badge-outline-strong-color: var(--neutral7);
  --badge-gray-background: var(--neutral4);
  --badge-gray-color: var(--neutral5);
  --badge-gray-strong-background: var(--neutral7);
  --badge-gray-strong-color: var(--neutral1);
  --badge-gray-strong-text: var(--neutral7);
  --badge-gray-strong-background-text: var(--neutral4);
  --badge-style-1-bg: var(--fill1);
  --badge-style-2-bg: var(--fill2);
  --badge-style-3-bg: var(--fill3);
  --badge-style-4-bg: var(--fill4);
  --badge-style-5-bg: var(--fill-warning);
  --badge-style-6-bg: var(--fill-success);
  --badge-style-7-bg: var(--fill-danger);
  --badge-style-8-bg: var(--foreground2);
  --badge-style-9-bg: var(--surface4);
  --badge-style-9-color: var(--text1);
  --badge-style-10-bg: var(--surface4);
  --badge-style-10-color: var(--text2);
  --badge-style-11-bg: transparent;
  --badge-style-11-color: var(--text2);
  --badge-style-11-border: var(--stroke3);
  --badge-style-12-bg: transparent;
  --badge-style-12-color: var(--text2);
  --badge-style-12-border: var(--stroke2);
}

.theme-light {
  --indicator-style-1-bg: var(--fill1);
  --indicator-style-2-bg: var(--fill2);
  --indicator-style-3-bg: var(--fill3);
  --indicator-style-4-bg: var(--fill4);
  --indicator-style-5-bg: var(--fill-warning);
  --indicator-style-6-bg: var(--fill-success);
  --indicator-style-7-bg: var(--fill-danger);
  --indicator-style-8-bg: var(--fill-primary);
}

.theme-light {
  --btn-small-font-size: 14px;
  --btn-small-line-height: 20px;
  --btn-height: 28px;
  --btn-large-font-size: 20px;
  --btn-large-padding: .5rem 1.5rem;
  --btn-large-min-height: 48px;
  --btn-flat-line-height: var(--html-line-height);
  --btn-flat-large-fz: 20px;
  --btn-flat-large-line-height: 48px;
  --btn-flat-paddings:0 1rem;
  --btn-flat-inline-min-height: 24px;
  --btn-flat-inline-small-min-height: 20px;
  --btn-border-radius: 100px;
  --btn-border:none;
  --btn-hover-after-border:2px solid var(--white);
  --btn-font-weight: 700;
  --btn-flat-font-weight: 700;
  --simple-background: transparent;
  --btn-simple-color: var(--neutral7);
  --btn-simple-color-global: var(--neutral7);
  --btn-simple-line-height: 34px;
  --simple-border: 1px solid var(--neutral7);
  --btn-simple-box-shadow: none;
  --btn-simple-outline-color: var(--neutral7);
  --btn-simple-outline-color-hover: var(--neutral7-shade-10);
  --btn-simple-outline-color-active: var(--neutral7-shade-30);
  --btn-simple-outline-background-hover: transparent;
  --btn-simple-outline-background-active: transparent;
  --btn-simple-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-simple-background-active: rgba(var(--neutral7-rgb), .24);
  --btn-simple-flat-background-active: transparent;
  --btn-simple-color-disabled: var(--neutral7);
  --btn-flat-simple-color-disabled-text: var(--neutral7);
  --btn-btn-simple-color-disabled: var(--neutral1);
  --simple-btn-large: 46px;
  --btn-padding: 0 1rem;
  --btn-box-shadow: none !important;
  --btn-opacity: .5;
  --disabled-btn: var(--white);
  --btn-background-color-primary-disabled: var(--neutral7);
  --btn-small-padding: 0 1rem;
  --btn-flat-small-padding: 0 1rem;
  --btn-large-line-height: 27px;
  --btn-background-color-primary-2-disabled: var(--neutral7);
  --btn-background-color-success-disabled: var(--neutral7);
  --btn-background-color-success-2-disabled: var(--neutral7);
  --btn-background-color-warning-disabled: var(--neutral7);
  --btn-background-color-warning-2-disabled: var(--neutral7);
  --btn-background-color-danger-disabled: var(--neutral7);
  --btn-background-color-danger-2-disabled: var(--neutral7);
  --btn-simple-color-group: var(--neutral7);
  --simple-disabled-background: transparent;
  --btn-simple-disabled-background: var(--neutral7);
  --btn-background-color-hue1-disabled: var(--neutral7);
  --btn-background-color-hue2-disabled: var(--neutral7);
  --btn-background-color-hue3-disabled: var(--neutral7);
  --btn-background-color-hue4-disabled: var(--neutral7);
  --btn-background-color-hue5-disabled: var(--neutral7);
  --btn-background-color-hue6-disabled: var(--neutral7);
  --btn-background-color-hue7-disabled: var(--neutral7);
  --btn-background-color-hue8-disabled: var(--neutral7);
  --btn-background-color-hue9-disabled: var(--neutral7);
  --btn-background-color-hue10-disabled: var(--neutral7);
  --btn-background-color-hue11-disabled: var(--neutral7);
  --btn-background-color-hue12-disabled: var(--neutral7);
  --btn-background-color-hue13-disabled: var(--neutral7);
  --btn-background-color-white-disabled: var(--neutral7);
  --btn-background-color-black-disabled: var(--neutral7);
  --btn-hover-background: rgba(var(--primary-rgb), 0);
  --btn-focus-background: rgba(var(--primary-2-rgb), 0);
  --btn-flat-disabled: var(--neutral7);
  --btn-disabled-background: transparent;
  --hover-btn-flat-color-primary-theme: transparent;
  --focus-btn-flat-color-primary-theme: transparent;
  --btn-flat-disabled-2: var(--neutral7);
  --btn-primary-2-hover-background: rgba(var(--primary-2-rgb), 0);
  --btn-primary-2-active-background: rgba(var(--primary-2-rgb), 0);
  --btn-success-hover-background: rgba(var(--success-rgb), 0);
  --btn-success-active-background: rgba(var(--success-rgb), 0);
  --btn-flat-success-disabled: var(--neutral7);
  --btn-success-2-hover-background: rgba(var(--success-2-rgb), 0);
  --btn-success-2-active-background: rgba(var(--success-2-rgb)-rgb, 0);
  --btn-flat-success-2-disabled: var(--neutral7);
  --btn-warning-hover-background: rgba(var(--warning-rgb), 0);
  --btn-warning-active-background: rgba(var(--warning-rgb), 0);
  --btn-flat-warning-disabled: var(--neutral7);
  --btn-warning-2-hover-background: rgba(var(--neutral7-rgb-rgb), 0);
  --btn-warning-2-active-background: rgba(var(--neutral7-rgb-rgb), 0);
  --btn-flat-warning-2-disabled: var(--neutral7);
  --btn-danger-hover-background: rgba(var(--danger-rgb), 0);
  --btn-danger-active-background: rgba(var(--danger-rgb), 0);
  --btn-flat-danger-disabled: var(--neutral7);
  --btn-danger-2-hover-background: rgba(var(--danger-2-rgb), 0);
  --btn-danger-2-active-background: rgba(var(--danger-2-rgb), 0);
  --btn-flat-danger-2-disabled: var(--neutral7);
  --btn-simple-hover-background: rgba(var(--neutral3-rgb), 0);
  --btn-simple-hover-color: var(--neutral6);
  --btn-simple-active-color: var(--neutral6-25);
  --btn-simple-disabled: rgba(var(--neutral7-rgb), .5);
  --btn-hue1-hover-background: rgba(var(--hue1-rgb), 0);
  --btn-hue1-focus-background: rgba(var(--hue1-rgb), 0);
  --btn-flat-hue1-disabled: var(--neutral7);
  --btn-hue2-hover-background: rgba(var(--hue2-rgb), 0);
  --btn-hue2-focus-background: rgba(var(--hue2-rgb), 0);
  --btn-flat-hue2-disabled: var(--neutral7);
  --btn-hue3-hover-background: rgba(var(--hue3-rgb), 0);
  --btn-hue3-focus-background: rgba(var(--hue3-rgb), 0);
  --btn-flat-hue3-disabled: var(--neutral7);
  --btn-hue4-hover-background: rgba(var(--hue4-rgb), 0);
  --btn-hue4-focus-background: rgba(var(--hue4-rgb), 0);
  --btn-flat-hue4-disabled: var(--neutral7);
  --btn-hue5-hover-background: rgba(var(--hue5-rgb), 0);
  --btn-hue5-focus-background: rgba(var(--hue5-rgb), 0);
  --btn-flat-hue5-disabled: var(--neutral7);
  --btn-hue6-hover-background: rgba(var(--hue6-rgb), 0);
  --btn-hue6-focus-background: rgba(var(--hue6-rgb), 0);
  --btn-flat-hue6-disabled: var(--neutral7);
  --btn-hue7-hover-background: rgba(var(--hue7-rgb), 0);
  --btn-hue7-focus-background: rgba(var(--hue7-rgb), 0);
  --btn-flat-hue7-disabled: var(--neutral7);
  --btn-hue8-hover-background: rgba(var(--hue8-rgb), 0);
  --btn-hue8-focus-background: rgba(var(--hue8-rgb), 0);
  --btn-flat-hue8-disabled: var(--neutral7);
  --btn-hue9-hover-background: rgba(var(--hue9-rgb), 0);
  --btn-hue9-focus-background: rgba(var(--hue9-rgb), 0);
  --btn-flat-hue9-disabled: var(--neutral7);
  --btn-hue10-hover-background: rgba(var(--hue10-rgb), 0);
  --btn-hue10-focus-background: rgba(var(--hue10-rgb), 0);
  --btn-flat-hue10-disabled: var(--neutral7);
  --btn-hue11-hover-background: rgba(var(--hue11-rgb), 0);
  --btn-hue11-focus-background: rgba(var(--hue11-rgb), 0);
  --btn-flat-hue11-disabled: var(--neutral7);
  --btn-hue12-hover-background: rgba(var(--hue12-rgb), 0);
  --btn-hue12-focus-background: rgba(var(--hue12-rgb), 0);
  --btn-flat-hue12-disabled: var(--neutral7);
  --btn-hue13-hover-background: rgba(var(--hue13-rgb), 0);
  --btn-hue13-focus-background: rgba(var(--hue13-rgb), 0);
  --btn-flat-hue13-disabled: var(--neutral7);
  --btn-neutral5-hover-background: rgba(var(--neutral5-rgb), 0);
  --btn-neutral5-focus-background: rgba(var(--neutral-rgb), 0);
  --btn-flat-neutral5-disabled: var(--neutral7);
  --btn-white-hover-background: rgba(var(--text-white-rgb), 0);
  --btn-white-focus-background: rgba(var(--text-white-rgb), 0);
  --btn-flat-white-disabled: var(--neutral7);
  --btn-black-hover-background: rgba(var(--text-black-rgb), 0);
  --btn-black-focus-background: rgba(var(--text-black-rgb), 0);
  --btn-flat-black-disabled: var(--neutral7);
  --btn-flat-fullwidth-border: 2px solid;
  --bo-p-c-h: var(--primary-shade-10);
  --bo-p-c-a: var(--primary-shade-30);
  --bo-p2-c-h: var(--primary-2-shade-10);
  --bo-p2-c-a: var(--primary-2-shade-30);
  --bo-s-c-h: var(--success-shade-10);
  --bo-s-c-a: var(--success-shade-30);
  --bo-s2-c-h: var(--success-2-shade-10);
  --bo-s2-c-a: var(--success-2-shade-30);
  --bo-w-c-h: var(--warning-shade-10);
  --bo-w-c-a: var(--warning-shade-30);
  --bo-w2-c-h: var(--warning-2-shade-10);
  --bo-w2-c-a: var(--warning-2-shade-30);
  --bo-d-c-h: var(--danger-shade-10);
  --bo-d-c-a: var(--danger-shade-30);
  --bo-d2-c-h: var(--danger-2-shade-10);
  --bo-d2-c-a: var(--danger-2-shade-30);
  --bo-1-c-h: var(--hue1-shade-10);
  --bo-1-c-a: var(--hue1-shade-30);
  --bo-2-c-h: var(--hue2-shade-10);
  --bo-2-c-a: var(--hue2-shade-30);
  --bo-3-c-h: var(--hue3-shade-10);
  --bo-3-c-a: var(--hue3-shade-30);
  --bo-4-c-h: var(--hue4-shade-10);
  --bo-4-c-a: var(--hue4-shade-30);
  --bo-5-c-h: var(--hue5-shade-10);
  --bo-5-c-a: var(--hue5-shade-30);
  --bo-6-c-h: var(--hue6-shade-10);
  --bo-6-c-a: var(--hue6-shade-30);
  --bo-7-c-h: var(--hue7-shade-10);
  --bo-7-c-a: var(--hue7-shade-30);
  --bo-8-c-h: var(--hue8-shade-10);
  --bo-8-c-a: var(--hue8-shade-30);
  --bo-9-c-h: var(--hue9-shade-10);
  --bo-9-c-a: var(--hue9-shade-30);
  --bo-10-c-h: var(--hue10-shade-10);
  --bo-10-c-a: var(--hue10-shade-30);
  --bo-11-c-h: var(--hue11-shade-10);
  --bo-11-c-a: var(--hue11-shade-30);
  --bo-12-c-h: var(--hue12-shade-10);
  --bo-12-c-a: var(--hue12-shade-30);
  --bo-13-c-h: var(--hue13-shade-10);
  --bo-13-c-a: var(--hue13-shade-30);
  --bo-n5-c: var(--neutral5);
  --bo-n5-c-h: var(--white-neutral5-mix-15);
  --bo-n5-c-a: var(--white-neutral5-mix-30);
  --bo-white-c: var(--text-white);
  --bo-white-c-h: var(--text-white-shade-10);
  --bo-white-c-a: var(--text-white-shade-30);
  --bo-black-c: var(--text-black);
  --bo-black-c-h: var(--text-black-shade-10);
  --bo-black-c-a: var(--text-black-shade-30);
  --btn-outline-hover-bg: rgba(var(--neutral5-rgb), .05);
  --btn-outline-active-bg: rgba(var(--neutral5-rgb), .07);
  --btn-outline-padding: .25rem 1rem;
  --btn-outline-large-padding: .5rem 1.5rem;
  --btn-outline-small-padding: 0 1rem;
  --btn-flat-small-padding: 0 1rem;
  --btn-flat-large-padding: 0 1.5rem;
  --btn-outline-i-vertical-align: -6px;
  --btn-group-radius: 100px;
  --btn-group-all-radius: 0;
  --simple-btn-group-large: 44px;
  --simple-btn-large-min-height: 46px;
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --button-group-padding-bottom: 0;
  --button-group-border: 1px solid var(--neutral7);
  --btn-group-box-shadow: none;
  --btn-group-disabled-bg: transparent;
  --btn-group-disabled-color: var(--neutral7);
  --btn-color-group: var(--neutral7);
  --btn-color-group-hover: var(--neutral7);
  --btn-group-primary-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-disabled: var(--neutral7);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-success-background: transparent;
  --btn-success-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-success-2-background: transparent;
  --btn-group-success-2-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-warning-background: transparent;
  --btn-warning-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-warning-2-background: transparent;
  --btn-group-warning-2-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-danger-background: transparent;
  --btn-danger-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-danger-2-background: transparent;
  --btn-group-danger-2-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-simple-background: transparent;
  --btn-group-simple-border: 1px solid var(--neutral7);
  --btn-group-simple-border-disabled: 1px solid var(--neutral7);
  --btn-group-line-height: 32px;
  --btn-group-small-line-height: 22px;
  --btn-group-large-line-height: 42px;
  --button-group-simple-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue1-background: transparent;
  --btn-group-hue1-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue2-background: transparent;
  --btn-group-hue2-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue3-background: transparent;
  --btn-group-hue3-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue4-background: transparent;
  --btn-group-hue4-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue5-background: transparent;
  --btn-group-hue5-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue6-background: transparent;
  --btn-group-hue6-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue7-background: transparent;
  --btn-group-hue7-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue8-background: transparent;
  --btn-group-hue8-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue9-background: transparent;
  --btn-group-hue9-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue10-background: transparent;
  --btn-group-hue10-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue11-background: transparent;
  --btn-group-hue11-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue12-background: transparent;
  --btn-group-hue12-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-hue13-background: transparent;
  --btn-group-hue13-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-white-background: transparent;
  --btn-group-white-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-group-black-background: transparent;
  --btn-group-black-background-hover: rgba(var(--neutral7-rgb), .12);
  --btn-bg-disabled: var(--neutral7);
  --btn-color-disabled: var(--neutral7);
  --btn-disabled-border:var(--neutral6);
  --btn-wcag-disabled-opacity: 1;
  --btn-wcag-disabled-opacity-btn: 1;
  --btn-outline-wcag-disabled-color: var(--neutral7);
  --btn-outline-primary-wcag-disabled-color: var(--neutral7);
  --btn-outline-primary-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-success-wcag-disabled-color: var(--neutral7);
  --btn-outline-success-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-warning-wcag-disabled-color: var(--neutral7);
  --btn-outline-warning-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-danger-wcag-disabled-color: var(--neutral7);
  --btn-outline-danger-2-wcag-disabled-color: var(--neutral7);
  --btn-outline-simple-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue1-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue2-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue3-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue4-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue5-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue6-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue7-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue8-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue9-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue10-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue11-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue12-wcag-disabled-color: var(--neutral7);
  --btn-outline-hue13-wcag-disabled-color: var(--neutral7);
  --btn-outline-white-wcag-disabled-color: var(--neutral7);
  --btn-outline-black-wcag-disabled-color: var(--neutral7);
  --btn-outline-neutral5-wcag-disabled-color: var(--neutral7);
  --btn-outline-wcag-disabled-bg: var(--neutral4);
  --btn-outline-wcag-disabled-border-color: var(--neutral7);
  --ai-btn-outline-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-primary-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-primary-2-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-success-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-success-2-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-warning-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-warning-2-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-danger-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-danger-2-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-simple-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue1-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue2-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue3-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue4-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue5-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue6-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue7-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue8-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue9-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue10-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue11-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue12-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-hue13-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-white-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-black-wcag-disabled-border-color: var(--neutral7);
  --btn-outline-neutral5-wcag-disabled-border-color: var(--neutral7);
  --btn-simple-border-disabled: var(--neutral7);
  --btn-progress-v2-shadow: none;
  --btn-progress-v2-content-color: var(--primary);
  --b-p-bg-focus: var(--primary-shade-30);
  --b-p-bg-h: var(--primary-shade-10);
  --b-p-bg-a: var(--primary-shade-30);
  --b-p2-bg-h: var(--primary-2-shade-10);
  --b-p2-bg-a: var(--primary-2-shade-30);
  --b-p2-bg-focus: var(--b-p2-bg-a);
  --b-s-bg-h: var(--success-shade-10);
  --b-s-bg-a: var(--success-shade-30);
  --b-s-bg-focus: var(--b-s-bg-a);
  --b-s2-bg-h: var(--success-2-shade-10);
  --b-s2-bg-a: var(--success-2-shade-30);
  --b-s2-bg-focus: var(--b-s2-bg-a);
  --b-w-bg-h: var(--warning-shade-10);
  --b-w-bg-a: var(--warning-shade-30);
  --b-w-bg-focus: var(--b-w-bg-a);
  --b-w2-bg-h: var(--warning-2-shade-10);
  --b-w2-bg-a: var(--warning-2-shade-30);
  --b-w2-bg-focus: var(--b-w2-bg-a);
  --b-d-bg-h: var(--danger-shade-10);
  --b-d-bg-a: var(--danger-shade-30);
  --b-d-bg-focus: var(--b-d-bg-a);
  --b-d2-bg-h: var(--danger-2-shade-10);
  --b-d2-bg-a: var(--danger-2-shade-30);
  --b-d2-bg-focus: var(--b-d2-bg-a);
  --b-1-bg-h: var(--hue1-shade-10);
  --b-1-bg-a: var(--hue1-shade-30);
  --b-1-bg-focus: var(--b-1-bg-a);
  --b-2-bg-h: var(--hue2-shade-10);
  --b-2-bg-a: var(--hue2-shade-30);
  --b-2-bg-focus: var(--b-2-bg-a);
  --b-3-bg-h: var(--hue3-shade-10);
  --b-3-bg-a: var(--hue3-shade-30);
  --b-3-bg-focus: var(--b-3-bg-a);
  --b-4-bg-h: var(--hue4-shade-10);
  --b-4-bg-a: var(--hue4-shade-30);
  --b-4-bg-focus: var(--b-4-bg-a);
  --b-5-bg-h: var(--hue5-shade-10);
  --b-5-bg-a: var(--hue5-shade-30);
  --b-5-bg-focus: var(--b-5-bg-a);
  --b-6-bg-h: var(--hue6-shade-10);
  --b-6-bg-a: var(--hue6-shade-30);
  --b-6-bg-focus: var(--b-6-bg-a);
  --b-7-bg-h: var(--hue7-shade-10);
  --b-7-bg-a: var(--hue7-shade-30);
  --b-7-bg-focus: var(--b-7-bg-a);
  --b-8-bg-h: var(--hue8-shade-10);
  --b-8-bg-a: var(--hue8-shade-30);
  --b-8-bg-focus: var(--b-8-bg-a);
  --b-9-bg-h: var(--hue9-shade-10);
  --b-9-bg-a: var(--hue9-shade-30);
  --b-9-bg-focus: var(--b-9-bg-a);
  --b-10-bg-h: var(--hue10-shade-10);
  --b-10-bg-a: var(--hue10-shade-30);
  --b-10-bg-focus: var(--b-10-bg-a);
  --b-11-bg-h: var(--hue11-shade-10);
  --b-11-bg-a: var(--hue11-shade-30);
  --b-11-bg-focus: var(--b-11-bg-a);
  --b-12-bg-h: var(--hue12-shade-10);
  --b-12-bg-a: var(--hue12-shade-30);
  --b-12-bg-focus: var(--b-12-bg-a);
  --b-13-bg-h: var(--hue13-shade-10);
  --b-13-bg-a: var(--hue13-shade-30);
  --b-13-bg-focus: var(--b-13-bg-a);
  --b-white-bg-h: var(--text-white-shade-10);
  --b-white-bg-a: var(--text-white-shade-30);
  --b-white-bg-focus: var(--b-white-bg-a);
  --b-black-bg-h: var(--text-black-shade-10);
  --b-black-bg-a: var(--text-black-shade-30);
  --b-black-bg-focus: var(--b-black-bg-a);
  --link-btn-simple-color: var(--neutral7);
  --btn-before-display: inline-block;
  --btn-large-before-height: 48px;
  --btn-flat-margin-themes: 0 -1rem;
  --icon-link-h: auto;
  --icon-link-i-w: auto;
  --icon-link-i-h: auto;
  --icon-link-i-lh: auto;
  --icon-link-before-content: "";
  --icon-link-bg-dark-white-text-hover-bg: transparent;
  --icon-link-icon-bg: transparent;
  --icon-link-focus-bs: 0 0 0 2px var(--hue7);
  --neutral6-color: var(--neutral6);
  --neutral6-color-hover: var(--neutral6-15);
  --neutral6-color-focus: var(--neutral6-25);
  --white-color-hover: var(--neutral1);
  --btn-flat-white-color-hover: var(--neutral5);
  --white-color-focus: var(--neutral1);
  --white-color-hover-opacity: .8;
  --white-color-focus-opacity: .6;
  --icon-link-focus-background: transparent;
  --icon-link-neutral6-focus-background: transparent;
  --icon-link-white-focus-background: transparent;
  --white-text-disabled: .5;
  --icon-link-disabled-color: var(--neutral7);
  --after-top-light: 0;
  --after-top: -50%;
  --after-left: -50%;
  --pink-text-icons-hover-bg:transparent;
  --pink-text-icons-focus-bg: transparent;
  --floating-btn-large-l-h: 56px;
  --floating-hover-background-color: rgba(var(--white-rgb), 0.8);
  --floating-active-background-color: rgba(var(--white-rgb), 0.6);
  --floating-box-shadow: 0px 4px 14px rgba(4, 14, 34, 0.08), 0px 3px 12px rgba(4, 14, 34, 0.06), 0px 2px 6px rgba(4, 14, 34, 0.04), 0px 1px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --floating-hover-box-shadow: 0px 4px 14px rgba(4, 14, 34, 0.08), 0px 3px 12px rgba(4, 14, 34, 0.06), 0px 2px 6px rgba(4, 14, 34, 0.04), 0px 1px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --floating-active-box-shadow: 0px 4px 14px rgba(4, 14, 34, 0.08), 0px 3px 12px rgba(4, 14, 34, 0.06), 0px 2px 6px rgba(4, 14, 34, 0.04), 0px 1px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --floating-btn-bg: var(--hue1);
  --floating-btn-hover-bg: var(--hue1-shade-15);
  --floating-btn-active-bg: var(--hue1-shade-25);
  --floating-hue2-bg:var(--hue2);
  --floating-hue2-hover-bg:var(--hue2-shade-15);
  --floating-hue2-active-bg:var(--hue2-shade-25);
  --floating-hue3-bg:var(--hue3);
  --floating-hue3-hover-bg:var(--hue3-shade-15);
  --floating-hue3-active-bg:var(--hue3-shade-25);
  --floating-hue4-bg:var(--hue4);
  --floating-hue4-hover-bg:var(--hue4-shade-15);
  --floating-hue4-active-bg:var(--hue4-shade-25);
  --floating-hue13-bg:var(--hue13);
  --floating-hue13-hover-bg:var(--hue13-shade-15);
  --floating-hue13-active-bg:var(--hue13-shade-25);
  --floating-hue6-bg:var(--hue6);
  --floating-hue6-hover-bg:var(--hue6-shade-15);
  --floating-hue6-active-bg:var(--hue6-shade-25);
  --floating-btn-disabled-bg:var(--neutral7);
  --floating-btn-disabled-border: var(--neutral7);
  --floating-primary-hover:var(--primary-shade-15);
  --floating-primary-active:var(--primary-shade-25);
  --floating-danger-hover:var(--danger-shade-15);
  --floating-danger-active:var(--danger-shade-25);
  --floating-warning-hover:var(--warning-shade-15);
  --floating-warning-active:var(--warning-shade-25);
  --floating-success-hover:var(--success-shade-15);
  --floating-success-active:var(--success-shade-25);
  --floating-white-bg:var(--text-white);
  --floating-white-hover-bg:var(--text-white-shade-15);
  --floating-white-active-bg:var(--text-white-shade-25);
  --floating-black-bg:var(--text-black);
  --floating-black-hover-bg:var(--text-black-shade-15);
  --floating-black-active-bg:var(--text-black-shade-25);
  --cc-button-color: var(--neutral5);
  --cc-button-icon-color: var(--neutral7);
  --cc-button-border: 1px solid var(--neutral6-15);
  --cc-button-hover-border-color: var(--neutral7);
  --cc-button-border-disabled: 1px solid var(--neutral6);
  --cc-button-b-c: var(--neutral1);
  --cc-button-dot-border: transparent;
  --cc-button-dot-b-c: transparent;
  --cc-button-success-font-weight: 400;
  --cc-button-b-c-hover: var(--neutral6-neutral2-mix-12);
  --cc-button-b-c-hover-shade: transparent;
  --cc-button-selected-border-color: 2px solid var(--success-2);
  --cc-button-selected-shadow-color: var(--success-2);
  --cc-button-after-left: -2px;
  --cc-button-after-height: calc(100% + -2px);
  --cc-button-after-top: 1px;
  --cc-button-box-shadow:0px 8px 36px rgba(4, 14, 34, 0.08), 0px 6px 20px rgba(4, 14, 34, 0.06), 0px 4px 10px rgba(4, 14, 34, 0.04), 0px 2px 5px rgba(4, 14, 34, 0.03), 0px 1px 2px rgba(4, 14, 34, 0.01);
  --cc-button-disabled-opacity: 1;
  --cc-button-padding:calc(1rem - 1px);
  --cc-button-disabled-border-hover: none;
  --cc-button-disabled-b-c: var(--neutral4);
  --cc-button-color-disabled: var(--neutral7);
  --cc-button-icon-color-disabled: var(--neutral7);
  --cc-button-focus-outline: var(--hue7);
  --cc-button-focus-box-shadow:0px 8px 36px rgba(4, 14, 34, 0.08), 0px 6px 20px rgba(4, 14, 34, 0.06), 0px 4px 10px rgba(4, 14, 34, 0.04), 0px 2px 5px rgba(4, 14, 34, 0.03), 0px 1px 2px rgba(4, 14, 34, 0.01);
  --cc-button-focus-b-c: var(--neutral6-neutral2-mix-24);
  --cc-button-focus-border:var(--neutral5);
  --cc-button-border-radius: 8px;
  --cc-button-status-success-c: var(--success-2);
  --disabled-hover-cursor: not-allowed;
  --disabled-pointer-events: all;
  --cc-button-switcher-like-bg:var(--success);
  --cc-button-switcher-like-bg-hover:var(--success-shade-10);
  --cc-button-switcher-like-icon:var(--success-2);
  --cc-button-switcher-dislike-bg:var(--warning);
  --cc-button-switcher-dislike-bg-hover:var(--warning-shade-10);
  --cc-button-switcher-dislike-icon:var(--warning-2);
  --icon-link-state-color: var(--neutral7);
  --icon-link-state-hover: rgba(var(--neutral5-rgb), .05);
  --icon-link-state-active-background: transparent;
  --icon-link-state-width: 72px;
  --icon-link-state-height: 72px;
  --icon-link-state-icon-width: 72px;
  --icon-link-state-icon-height: 72px;
  --icon-link-state-after-top-focus: -4px;
  --icon-link-state-after-left-focus: -4px;
  --icon-link-state-icon-padding: 0;
  --icon-link-state-icon-fz: 36px;
  --icon-link-state-icon-lh: 4.375rem;
  --icon-link-state-icon-border-color: transparent;
  --icon-link-state-icon-hover-border-color: var(--neutral7);
  --icon-link-state-active-color: var(--primary-2);
  --icon-link-state-active-color-hover: var(--primary-2-shade-10);
  --icon-link-state-active-icon-border-color: var(--primary-2);
  --icon-link-state-border-radius: 1000px;
  --icon-link-state-small-border-radius: 1000px;
  --progress-button-focus-border: var(--hue7);
  --buttons-width-after-for-ie: 46px;
  --buttons-height-after-for-ie: 46px;
  --icon-link-h-c: var(--primary-2-shade-10);
  --icon-link-a-c: var(--primary-2-shade-30);
  --icon-link-hue5-hover: var(--hue5-shade-10);
  --icon-link-hue5-active: var(--hue5-shade-30);
  --icon-link-hue8-hover: var(--hue8-shade-10);
  --icon-link-hue8-active: var(--hue8-shade-30);
  --icon-link-hue9-hover: var(--hue9-shade-10);
  --icon-link-hue9-active: var(--hue9-shade-30);
  --icon-link-hue10-hover: var(--hue10-shade-10);
  --icon-link-hue10-active: var(--hue10-shade-30);
  --icon-link-hue12-hover: var(--hue12-shade-10);
  --icon-link-hue12-active: var(--hue12-shade-30);
  --icon-link-neutral5-color: var(--neutral5);
  --icon-link-neutral5-hover: var(--white-neutral5-mix-15);
  --icon-link-neutral5-active: var(--white-neutral5-mix-30);
  --icon-link-white-hover: var(--text-white-shade-10);
  --icon-link-white-active: var(--text-white-shade-30);
  --icon-link-black-hover: var(--text-black-shade-10);
  --icon-link-black-active: var(--text-black-shade-30);
  --minify-toggle-btn-hover: var(--primary-2-shade-10);
  --minify-toggle-btn-hover-border: 1px solid var(--minify-toggle-btn-hover);
  --chips-icon-focus-outline-w: 28px;
  --chips-icon-focus-outline-h: 28px;
  --btn-line-height:var(--html-line-height);
  --search-input-button-border-radius: .25rem;
  --btn-font-size:var(--html-font-size);
  --btn-precise:0px !important;
  /* Semantic Button Variables */
  --fill1-style-bg: var(--hue1);
  --fill1-style-bg-h: var(--hue1-shade-10);
  --fill1-style-bg-a: var(--hue1-shade-30);
  --fill1-style-bg-disabled: var(--neutral7);
  --fill2-style-bg: var(--hue2);
  --fill2-style-bg-h: var(--hue2-shade-10);
  --fill2-style-bg-a: var(--hue2-shade-30);
  --fill2-style-bg-disabled: var(--neutral7);
  --fill3-style-bg: var(--hue3);
  --fill3-style-bg-h: var(--hue3-shade-10);
  --fill3-style-bg-a: var(--hue3-shade-30);
  --fill3-style-bg-disabled: var(--neutral7);
  --fill4-style-bg: var(--hue6);
  --fill4-style-bg-h: var(--hue6-shade-10);
  --fill4-style-bg-a: var(--hue6-shade-30);
  --fill4-style-bg-disabled: var(--neutral7);
  --fill-warning-style-bg: var(--warning);
  --fill-warning-style-bg-h: var(--warning-shade-10);
  --fill-warning-style-bg-a: var(--warning-shade-30);
  --fill-warning-style-bg-disabled: var(--neutral7);
  --fill-success-style-bg: var(--success);
  --fill-success-style-bg-h: var(--success-shade-10);
  --fill-success-style-bg-a: var(--success-shade-30);
  --fill-success-style-bg-disabled: var(--neutral7);
  --fill-danger-style-bg: var(--danger);
  --fill-danger-style-bg-h: var(--danger-shade-10);
  --fill-danger-style-bg-a: var(--danger-shade-30);
  --fill-danger-style-bg-disabled: var(--neutral7);
  --fill-primary-style-bg: var(--primary);
  --fill-primary-style-bg-h: var(--primary-shade-10);
  --fill-primary-style-bg-a: var(--primary-shade-30);
  --fill-primary-style-bg-disabled: var(--neutral7);
  --text1-style-c: var(--neutral5);
  --text1-style-c-h: var(--neutral5-shade-10);
  --text1-style-c-a: var(--neutral5-shade-30);
  --text1-style-bg-h: transparent;
  --text1-style-bg-focus: transparent;
  --text1-style-c-disabled: var(--neutral7);
  --text1-style-border-disabled: var(--neutral7);
  --text2-style-c: var(--neutral7);
  --text2-style-c-h: var(--neutral7-shade-10);
  --text2-style-c-a: var(--neutral7-shade-30);
  --text2-style-bg-h: transparent;
  --text2-style-bg-focus: transparent;
  --text2-style-c-disabled: var(--neutral7);
  --text2-style-border-disabled: var(--neutral7);
  --text3-style-c: var(--neutral5);
  --text3-style-c-h: var(--neutral5-shade-10);
  --text3-style-c-a: var(--neutral5-shade-30);
  --text3-style-bg-h: transparent;
  --text3-style-bg-focus: transparent;
  --text3-style-c-disabled: var(--neutral7);
  --text3-style-border-disabled: var(--neutral7);
  --text4-style-c: var(--hue7);
  --text4-style-c-h: var(--hue7-shade-10);
  --text4-style-c-a: var(--hue7-shade-30);
  --text4-style-bg-h: transparent;
  --text4-style-bg-focus: transparent;
  --text4-style-c-disabled: var(--neutral7);
  --text4-style-border-disabled: var(--neutral7);
  --text5-style-c: var(--hue8);
  --text5-style-c-h: var(--hue8-shade-10);
  --text5-style-c-a: var(--hue8-shade-30);
  --text5-style-bg-h: transparent;
  --text5-style-bg-focus: transparent;
  --text5-style-c-disabled: var(--neutral7);
  --text5-style-border-disabled: var(--neutral7);
  --text6-style-c: var(--hue9);
  --text6-style-c-h: var(--hue9-shade-10);
  --text6-style-c-a: var(--hue9-shade-30);
  --text6-style-bg-h: transparent;
  --text6-style-bg-focus: transparent;
  --text6-style-c-disabled: var(--neutral7);
  --text6-style-border-disabled: var(--neutral7);
  --text7-style-c: var(--hue12);
  --text7-style-c-h: var(--hue12-shade-10);
  --text7-style-c-a: var(--hue12-shade-30);
  --text7-style-bg-h: transparent;
  --text7-style-bg-focus: transparent;
  --text7-style-c-disabled: var(--neutral7);
  --text7-style-border-disabled: var(--neutral7);
  --text8-style-c: var(--hue1);
  --text8-style-c-h: var(--hue1-shade-10);
  --text8-style-c-a: var(--hue1-shade-30);
  --text8-style-bg-h: transparent;
  --text8-style-bg-focus: transparent;
  --text8-style-c-disabled: var(--neutral7);
  --text8-style-border-disabled: var(--neutral7);
  --text9-style-c: var(--hue2);
  --text9-style-c-h: var(--hue2-shade-10);
  --text9-style-c-a: var(--hue2-shade-30);
  --text9-style-bg-h: transparent;
  --text9-style-bg-focus: transparent;
  --text9-style-c-disabled: var(--neutral7);
  --text9-style-border-disabled: var(--neutral7);
  --text10-style-c: var(--hue3);
  --text10-style-c-h: var(--hue3-shade-10);
  --text10-style-c-a: var(--hue3-shade-30);
  --text10-style-bg-h: transparent;
  --text10-style-bg-focus: transparent;
  --text10-style-c-disabled: var(--neutral7);
  --text10-style-border-disabled: var(--neutral7);
  --text11-style-c: var(--hue6);
  --text11-style-c-h: var(--hue6-shade-10);
  --text11-style-c-a: var(--hue6-shade-30);
  --text11-style-bg-h: transparent;
  --text11-style-bg-focus: transparent;
  --text11-style-c-disabled: var(--neutral7);
  --text11-style-border-disabled: var(--neutral7);
  --text-primary-style-c: var(--primary);
  --text-primary-style-c-h: var(--primary-shade-10);
  --text-primary-style-c-a: var(--primary-shade-30);
  --text-primary-style-bg-h: transparent;
  --text-primary-style-bg-focus: transparent;
  --text-primary-style-c-disabled: var(--neutral7);
  --text-primary-style-border-disabled: var(--neutral7);
  --text-success-style-c: var(--success);
  --text-success-style-c-h: var(--success-shade-10);
  --text-success-style-c-a: var(--success-shade-30);
  --text-success-style-bg-h: transparent;
  --text-success-style-bg-focus: transparent;
  --text-success-style-c-disabled: var(--neutral7);
  --text-success-style-border-disabled: var(--neutral7);
  --text-warning-style-c: var(--warning);
  --text-warning-style-c-h: var(--warning-shade-10);
  --text-warning-style-c-a: var(--warning-shade-30);
  --text-warning-style-bg-h: transparent;
  --text-warning-style-bg-focus: transparent;
  --text-warning-style-c-disabled: var(--neutral7);
  --text-warning-style-border-disabled: var(--neutral7);
  --text-danger-style-c: var(--danger);
  --text-danger-style-c-h: var(--danger-shade-10);
  --text-danger-style-c-a: var(--danger-shade-30);
  --text-danger-style-bg-h: transparent;
  --text-danger-style-bg-focus: transparent;
  --text-danger-style-c-disabled: var(--neutral7);
  --text-danger-style-border-disabled: var(--neutral7);
  --text-white-style-c: var(--text-white);
  --text-white-style-c-h: var(--text-white-shade-10);
  --text-white-style-c-a: var(--text-white-shade-30);
  --text-white-style-bg-h: transparent;
  --text-white-style-bg-focus: transparent;
  --text-white-style-c-disabled: var(--neutral7);
  --text-white-style-border-disabled: var(--neutral7);
  --text-black-style-c: var(--text-black);
  --text-black-style-c-h: var(--text-black-shade-10);
  --text-black-style-c-a: var(--text-black-shade-30);
  --text-black-style-bg-h: transparent;
  --text-black-style-bg-focus: transparent;
  --text-black-style-c-disabled: var(--neutral7);
  --text-black-style-border-disabled: var(--neutral7);
  --text-primary-2-style-c: var(--primary-2);
  --text-primary-2-style-c-h: var(--primary-2-shade-10);
  --text-primary-2-style-c-a: var(--primary-2-shade-30);
  --text-primary-2-style-bg-h: transparent;
  --text-primary-2-style-bg-focus: transparent;
  --text-primary-2-style-c-disabled: var(--neutral7);
  --text-primary-2-style-border-disabled: var(--neutral7);
  --text-success-2-style-c: var(--success-2);
  --text-success-2-style-c-h: var(--success-2-shade-10);
  --text-success-2-style-c-a: var(--success-2-shade-30);
  --text-success-2-style-bg-h: transparent;
  --text-success-2-style-bg-focus: transparent;
  --text-success-2-style-c-disabled: var(--neutral7);
  --text-success-2-style-border-disabled: var(--neutral7);
  --text-warning-2-style-c: var(--warning-2);
  --text-warning-2-style-c-h: var(--warning-2-shade-10);
  --text-warning-2-style-c-a: var(--warning-2-shade-30);
  --text-warning-2-style-bg-h: transparent;
  --text-warning-2-style-bg-focus: transparent;
  --text-warning-2-style-c-disabled: var(--neutral7);
  --text-warning-2-style-border-disabled: var(--neutral7);
  --text-danger-2-style-c: var(--danger-2);
  --text-danger-2-style-c-h: var(--danger-2-shade-10);
  --text-danger-2-style-c-a: var(--danger-2-shade-30);
  --text-danger-2-style-bg-h: transparent;
  --text-danger-2-style-bg-focus: transparent;
  --text-danger-2-style-c-disabled: var(--neutral7);
  --text-danger-2-style-border-disabled: var(--neutral7);
}

.theme-light {
  --breadcrumbs-content: "\203A";
  --breadcrumbs-content-margin: 0 1rem;
  --breadcrumbs-content-font-size: 1.8rem;
  --breadcrumbs-content-color: var(--neutral7);
  --breadcrumbs-last-child-color: var(--neutral7);
  --breadcrumbs-vertical-align: -6%;
  --breadcrumbs-line-height: 48px;
  --breadcrumbs-white-color: var(--neutral7);
  --breadcrumbs-white-focus: var(--neutral5);
  --breadcrumbs-display:inline-block;
  --breadcrumbs-icon-font:'Open Sans';
  --breadcrumbs-max-height: 48px;
  --breadcrumb-separator-display: inline;
  --breadcrumb-separator-before-line-height:inherit;
  --breadcrumb-ol-display: block;
  --breadcrumbs-last-child-font-weight:700;
  --breadcrumbs-content-rtl: "\203A";
}

.theme-light {
  --checkbox-hover-top: 0;
  --checkbox-margin: 0;
  --checkbox-label-padding-left: 33px;
  --checkbox-disabled-label-color: rgba(var(--neutral5-rgb), .5);
  --checkbox-disabled-border-color: rgba(var(--neutral5-rgb), .5);
  --checkbox-disabled-checked-border-color: transparent;
  --checkbox-label-color: var(--neutral5);
  --checkbox-disabled-helper-color: rgba(var(--neutral5-rgb), .5);
  --checkbox-disabled-checked-helper-color: var(--primary-2);
  --checkbox-helper-width: 18px;
  --checkbox-helper-height: 18px;
  --checkbox-helper-color: var(--neutral5);
  --checkbox-helper-border: 2px solid var(--neutral5);
  --checkbox-input-checked-helper-color: var(--primary-2);
  --checkbox-input-checked-helper-background-color: var(--primary-2);
  --checkbox-disabled-input-checked-helper-background: rgba(var(--neutral5-rgb), .5);
  --checkbox-helper-before-top: 13.2px;
  --checkbox-helper-before-left: 5.8px;
  --checkbox-helper-after-top: 7.2px;
  --checkbox-helper-after-left: -0.2px;
  --checkbox-before-after-border-radius: 0;
  --checkbox-box-shadow: none;
  --checkbox-helper-before-after-background: var(--neutral1);
  --checkbox-disabled-helper-before-after-background: var(--neutral1);
  --checkbox-input-checked-before-height: 13px;
  --checkbox-input-checked-after-height: 8px;
  --checkbox-label-hover: var(--neutral5);
  --checkbox-label-hover-color: var(--primary-2);
  --checkbox-label-hover-helper-color: var(--primary-2-shade-10);
  --checkbox-label-hover-text-color: var(--primary-2-shade-10);
  --checkbox-border-hover-color: var(--primary-2-shade-10);
  --checkbox-label-hover-helper-bg: var(--primary-2-shade-10);
  --checkbox-label-hover-hover: rgba(var(--black-rgb), 0);
  --checkbox-checked-label-hover-hover: rgba(var(--primary-2-rgb), 0);
  --checkbox-not-checked-disabled-background: rgba(var(--black-rgb), .5);
  --checkbox-tabbed-focus-box-shadow: 0 0 0 10px rgba(var(--black-rgb), .5);
  --checkbox-filled-in-border: var(--hue13);
  --checkbox-filled-in-background-color: var(--hue13);
  --checkbox-checked-border-right: var(--primary-2);
  --checkbox-checked-border-bottom: var(--primary-2);
  --checkbox-disabled-label-before: rgba(var(--black-rgb), .5);
  --checkbox-tabbed-focus-border-color: #5a5a5a;
  --checkbox-tabbed-focus-after: rgba(var(--black-rgb), .5);
  --checkbox-tabbed-checked-focus-after: var(--hue13);
  --checkbox-background: var(--primary-2);
  --checkbox-filled-in-disabled-background: var(--neutral3);
  --checkbox-filled-in-bg-color: rgba(var(--black-rgb), .5);
  --checkbox-label-padding-top: 12px;
  --checkbox-label-padding-bottom: 12px;
  --checkbox-label-margin-top: 10px;
  --checkbox-label-margin-bottom: 10px;
  --checkbox-helper-text-color: var(--hue10);
  --checkbox-helper-text-margin: -.875rem;
  --checkbox-outline-focus-pading: 0;
  --checkbox-checked-label-hover-width: 22px;
  --checkbox-checked-label-hover-height: 22px;
  --checkbox-border-radius: 0;
  --checkbox-border-left: -2px;
  --checkbox-border-top: 12px;
  --checkbox-outline: 2px solid var(--hue7);
  --checkbox-color: var(--primary-2);
  --checkbox-tap-area-width: 48px;
  --checkbox-tap-area-height: 48px;
  --checkbox-link-padding: 13px 0;
  --checkbox-tap-left-position: -16px;
  --checkbox-underline-offset: 4px;
  --checkbox-focus-link-border: none;
  --checkbox-link-focus-decoration: underline dashed;
  --checkbox-text-decoration: underline;
  --checkbox-text-decoration-hover: none;
  --checkbox-pointer-events: none;
  --checkbox-link-hover-color: var(--neutral5);
  --checkbox-checked-border-color: inherit;
  --checkbox-fieldset-label-color:var(--neutral7);
  --checkbox-fieldset-error-color:var(--danger-2);
}

.theme-light {
  --chips-active-active-icon-opacity: .6;
  --chips-active-background: var(--primary);
  --chips-active-border-color: var(--primary);
  --chips-active-color: var(--neutral1);
  --chips-active-hover-bg-color-gradient: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
  --chips-active-hover-bg-color: var(--primary);
  --chips-active-hover-border-color:rgba(var(--primary-rgb), 0.15);
  --chips-active-hover-icon-opacity: .8;
  --chips-avatar-component-margin: 0 8px 0 -8px;
  --chips-background-color: transparent;
  --chips-border-color: var(--neutral7);
  --chips-box-shadow-focus: none;
  --chips-disabled-bg: var(--neutral7);
  --chips-disabled-border-color: var(--neutral7);
  --chips-disabled-color: var(--neutral1);
  --chips-dot-display: none;
  --chips-focus-before-border-color: var(--hue7);
  --chips-focus-before-display: block;
  --chips-hover-background: rgba(20, 20, 20, 0.03);
  --chips-hover-border-color: var(--neutral5);
  --chips-hover-color: var(--neutral5);
  --chips-icon-active-color: rgba(var(--primary-2-rgb), 0.85);
  --chips-icon-color: var(--neutral7);
  --chips-icon-hover-color: var(--primary-2);
  --chips-img-height: 24px;
  --chips-img-width: 24px;
  --chips-color: var(--neutral7);
  --chips-padding: 3px 11px;
  --chips-i-lh: 20px;
  --chips-i-fs: 1.5rem;
  --chips-border-radius: 18px;
  --chip-clickable-active-background: rgba(var(--neutral5-rgb), 0.07);
  --chips-i-w: 1.5rem;
  --chips-i-h: 1.5rem;
  --chips-icon-button-fz: 1.5rem;
  --chips-right-i-ml: 8px;
  --chips-right-i-mr: -8px;
  --chips-left-i-mr: 4px;
  --chips-left-i-ml: -8px;
  --chips-icon-focus-outline-br: 50%;
  --chips-right-i-ml-rtl: -10px;
  --chips-right-i-mr-rtl: 8px;
  --chips-cancel-icon-family: "Blackwell-Outlined", serif;
  --chips-cancel-icon-content: "\e9fc";
}

.theme-light {
  --circle-graphics-border: var(--primary);
  --circle-graphics-bg: var(--primary);
  --circle-graphics-border-neutral: rgba(var(--neutral6-rgb), .38);
  --circle-graphics-icon: var(--primary);
  --circle-graphics-icon-neutral: var(--neutral7);
  --circle-graphics-icon-background: var(--neutral1);
}

.theme-light {
  --divider-color: var(--neutral4);
  --interactive-element-color: var(--primary-2);
  --interactive-element-color-hover: color-mix(in srgb, var(--interactive-element-color) 90%, var(--black) 10%);
}

.theme-light {
  --helper-text-fz: 0.875rem;
  --helper-text-margin: 0.125rem 0 1rem 0;
  --helper-text-color: var(--neutral7);
  --helper-text-line-height: 1;
  --helper-text-line-height-new: 20px;
  --helper-text-height: 1.25rem;
  --helper-text-padding-top: 0;
  --helper-position: static;
  --input-background-color: rgba(var(--white-rgb), .05);
  --input-background-color-2: rgba(var(--neutral5-rgb), .03);
  /* Start styles deprecated since version 4.2.0 */
  --input-border-bottom: 1px solid var(--neutral7);
  /* End. */
  --input-border: 0 0 1px 0;
  --input-border-color: var(--neutral7);
  --input-border-radius: 0.25rem 0.25rem 0 0;
  --input-height: 49px;
  --input-inner-min-height: 50px;
  --input-fixed-label-height: 50px;
  --input-margin: 0;
  --input-fixed-label-margin: 0;
  --input-padding: 0;
  --input-padding-with-label: 16px;
  --input-height-with-label: 33px;
  --input-height-with-label-new: 27px;
  --input-padding-top: 3px;
  --input-field-float-label-not-active-pt: 13px;
  --input-field-fixed-label-not-active-pt: 13px;
  --input-field-float-label-not-active-pb: 12px;
  --input-focus-border-color: var(--primary-2);
  --input-focus-not-bottom-border-color: transparent;
  --input-focus-bottom-border-color: var(--primary-2);
  --input-focus-box-shadow: var(--primary-2);
  --input-hover-normal-border-color: var(--neutral7);
  --input-field-mt: 0;
  --input-field-mb: 1rem;
  --input-field-input-pl: .5rem;
  --input-field-input-pr: .5rem;
  --input-field-width: 100%;
  --input-field-width-val-pr: 40px;
  --input-field-label-color: var(--neutral7);
  --input-field-label-color-active: var(--neutral7);
  --input-field-label-padding-left: 3rem;
  --input-field-label-active-top-new: 0px;
  --input-field-label-line-height: 1rem;
  --input-field-label-icon-color: var(--primary-2);
  --val-after-top: 13px;
  --val-after-right: 0;
  --val-after-transform: none;
  --input-placeholder-color: var(--neutral7);
  --input-text-color: var(--neutral7);
  --input-text-hover-color: var(--neutral5);
  --label-color-active: var(--primary-2);
  --input-field-fill-text-color: var(--neutral5);
  --input-disabled-color: var(--neutral7);
  --input-disabled-bg: var(--neutral4);
  --input-disabled-border-color: transparent;
  --disabled-opacity: 0.5;
  --action-icon-width: 48px;
  --action-icon-height: 48px;
  --action-icon-right: -8px;
  --action-icon-hover: transparent;
  --action-icon-color: var(--neutral5);
  --action-icon-color-hover: var(--primary-2);
  --action-icon-focus-color: var(--hue7);
  --input-field-float-label-align-items: flex-start;
  --new-select-hover-bg-ml: 0;
  --new-select-hover-bg-display: none;
  --input-field-float-label-pb: 6px;
  --input-field-danger: var(--danger-2);
  --input-field-warning: var(--warning);
  --input-field-success: var(--success);
  --input-field-box-shadow: inset 0 -1px 0 0;
  --input-field-box-shadow-state: inset 0 -1px 0 0;
  --fixed-error-input-field-mb: 1.25rem;
  --fixed-error-min-height: 1.25rem;
  --input-background-color-2-hover: rgba(var(--neutral5-rgb); .05);
  --input-field-active-f-w: 600;
  --input-spinner-layer-border-color: var(--neutral5);
  --input-autocomplete-caret-color: var(--neutral7);
  --textarea-field-width-val-pr-new: 0.5rem;
  --textarea-val-after-display: none;
  --input-field-mask-color:var(--neutral6);
  --input-box-sizing: border-box;
  --input-field-float-label-active-position: relative;
  --inputs-text-color: var(--neutral5);
  --input-field-focus-border-color: var(--hue7);
  --input-cancel-icon-family: "Blackwell-Outlined", serif;
  --input-cancel-icon-content: "\e9fc";
  --input-action-icon-position-margin: -3px;
  --input-field-label-minus-margin: -9px;
  --input-select-padding-top: 3px;
  --input-select-field-float-label-pb: 6px;
  --ai-input_bg: var(--shade-tint-1);
  --ai-input_bg_focused: var(--shade-tint-2);
  --ai-input_border_color: var(--primary-2);
  --ai-input_border_focused_color: var(--primary2-tint-mix-15);
  --ai-input_label_color: varvar(--neutral7);
  --ai-input_label_active_color: var(--primary-2);
  --ai-input_icon_color: var(--primary-2);
  --ai-input_placeholder_color: var(--neutral7);
  /* Start styles deprecated since version 4.2.0 */
  --avz-input-warning-danger-icon: "'error_outline'";
  --avz-input-success-icon: "'check_circle_outline'";
  --date-time-picker-icon-position: 36px;
  --date-time-picker-fixed-label-pt: 0;
  --date-time-picker-fixed-label-height: 50px;
  --input-field-width-tel: calc(100% - 60px);
  --input-field-width-val-icon: calc(100% - 40px);
  --input-field-width-val-icon-tel: calc(100% - 94px);
  --input-field-width-has-action-val-pr: 90px;
  --input-field-width-has-action-val-icon: calc(100% - 90px);
  --input-field-width-has-action-val-icon-tel: calc(100% - 143px);
  --intl-tel-input-mb: 0;
  --input-field-width-has-action-tel-pr: 40px;
  --input-field-width-has-action-tel: calc(100% - 84px);
  --input-success-label-color: var(--success);
  --input-field-label-color-error-active: var(--danger);
  --input-field-label-left: .5rem;
  --input-field-label-transform: none;
  --input-field-label-active-top: 6px;
  --input-field-label-inactive-top: 13px;
  --input-field-label-inactive-top-new: 0px;
  --input-field-input-placeholder-color: var(--neutral7);
  --disabled-border-style: solid;
  --input-disabled-opacity: 1;
  --new-select-line-height: 1.5rem;
  --input-field-hover-textarea-boxshadow-color: var(--neutral7);
  --dp-icon-width: 24px;
  --after-padding-right: 65px;
  --input-search-focus-color: var(--neutral7);
  --input-search-focus-icon-color: var(--neutral7);
  --input-autocomplete-li-color: var(--neutral5);
  --input-autocomplete-caret-width: 24px;
  --input-autocomplete-caret-height: 48px;
  --input-autocomplete-caret-line-height: 48px;
  --input-autocomplete-caret-top: 0;
  --input-autocomplete-caret-right: 8px;
  --input-autocomplete-caret-before-top: 0;
  --input-autocomplete-caret-before-right: 0;
  --input-autocomplete-caret-before-bottom: 0;
  --textarea-label-active-lh-new: 1rem;
  --textarea-label-active-top: 3px;
  --textarea-item-padding: 0 8px 8px;
  /* End. */
}

.theme-light {
  --keyboard-button-color:var(--white);
  --keyboard-background: var(--neutral5);
  --keyboard-primary-color: var(--primary);
  --keyboard-primary-color-active: var(--primary-shade-10);
  --keyboard-button-bg: var(--neutral7);
  --keyboard-button-bg-active: var(--neutral7-shade-25);
  --keyboard-command-button-bg: var(--neutral7-shade-25);
  --keyboard-command-button-bg-active: var(--neutral7-shade-40);
  --keyboard-button-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.14);
  --keyboard-command-button-border: none;
  --keyboard-command-button-weight: var(--typography-font-weight-normal);
  --keyboard-command-button-line-height: 5.5rem;
  --keyboard-btn-letter-above-color: rgba(255, 255, 255, 0.31);
}

.theme-light {
  --galleria-files-border-radius: 4px;
  --galleria-background-color: rgba(var(--black-rgb),.8);
  --galleria-background-blur: 10px;
  --galleria-files-margin: 0 10px;
  --galleria-text-color:var(--neutral5);
  --galleria-preview-min-width: 100%;
  --galleria-preview-width: auto;
  --galleria-preview-display: flex;
  --galleria-preview-justify: center;
  --galleria-preview-border-radius: 10px;
  --galleria-preview-background: var(--neutral3);
  --galleria-preview-text-color: var(--neutral1);
  --galleria-preview-title-color: var(--neutral5);
  --galleria-preview-height: 172px;
  --galleria-preview-item-height: 84px;
  --galleria-preview-item-width: 84px;
  --galleria-preview-item-margin: 0;
  --galleria-preview-item-active-border: var(--neutral5);
  --galleria-preview-pointer-height: 64px;
  --galleria-preview-pointer-padding: 1.25rem 1rem;
  --galleria-header-height: 64px;
  --galleria-header-text-color: var(--neutral5);
  --galleria-next-button-right:20px;
  --galleria-prev-button-left:20px;
  --galleria-icon-link-i-w:24px;
  --galleria-meta-box-bg: var(--neutral1);
  --galleria-meta-box-border-color: var(--neutral4);
  --galleria-meta-box-br: 10px;
  --galleria-header-actions-icon-color: var(--neutral5);
  --galleria-meta-box-user-color: var(--neutral7);
  --galleria-preview-list-btn-focus-border-color: var(--hue7);
  --galleria-preview-prev-next-button-color: var(--neutral5);
  --galleria-bg1: var(--outline1);
  --galleria-bg2: var(--outline2);
  --galleria-bg3: var(--outline3);
  --galleria-bg4: var(--outline4);
  --galleria-bg5: var(--outline5);
  --galleria-bg6: var(--outline6);
  --galleria-bg7: var(--outline7);
  --galleria-bg8: var(--outline8);
  --galleria-bg9: var(--outline9);
}

.theme-light {
  --panel-border-radius: 12px;
  --panel-border-radius-lvl2: calc(var(--panel-border-radius) * 0.667);
  --panel-border-radius-lvl3: calc(var(--panel-border-radius) * 0.5);
  --panel-border-radius-lvl4: calc(var(--panel-border-radius) * 0.334);
  --panel-border-radius-lvl5: calc(var(--panel-border-radius) * 0.17);
  --panel-background: var(--neutral2);
  --panel-box-shadow: 0 0 0 1px var(--stroke-color, var(--neutral4)) inset;
  --panel-header-border: 1px solid var(--neutral4);
  --panel-footer-border: 1px solid var(--neutral4);
  --panel-footer-background: transparent;
  --panel-warning-color: var(--neutral5);
  --panel-heading-padding-down: 1rem;
  --panel-body-padding-down: 1.5rem 1rem;
  --panel-footer-padding-down: 1rem;
  --panel-heading-padding: 1rem 1.5rem;
  --panel-body-padding: 1.5rem 1.5rem;
  --panel-footer-padding: 1rem 1.5rem;
  --panel-padding-left-when-colored-down: 13px;
  --panel-padding-left-when-colored: 21px;
  --panel-header-icon-margin-right: 0.5rem;
  --panel-interactive-header-icon-margin-right: 0.75rem;
  --panel-interactive-body-bg: var(--shade-05);
  --panel-interactive-body-bg-active: var(--shade-05);
  --panel-interactive-body-bg-focus: var(--shade-03);
  --panel-interactive-bg: var(--neutral1);
  --panel-footer-scroll-btn-focus-bg: rgba(var(--neutral7-rgb), .95);
  --panel-footer-scroll-btn-bg: var(--neutral1);
  --panel-footer-scroll-btn-hover-bg: var(--neutral7);
  --panel-footer-scroll-btn-active: linear-gradient(0deg, rgba(91, 107, 123, 0.2), rgba(91, 107, 123, 0.2)), var(--neutral7);
  --panel-interactive-border-radius: 12px;
  --panel-interactive-border-radius-lvl2: calc(var(--panel-interactive-border-radius) * 0.667);
  --panel-interactive-border-radius-lvl3: calc(var(--panel-interactive-border-radius) * 0.5);
  --panel-interactive-border-radius-lvl4: calc(var(--panel-interactive-border-radius) * 0.334);
  --panel-interactive-border-radius-lvl5: calc(var(--panel-interactive-border-radius) * 0.17);
  --panel-heading-highlighted-bg: rgba(var(--neutral5-rgb), .03);
  --panel-highlighted-btn-stroke: none;
  --panel-interactive-footer-padding: 0.75rem 1rem 1rem;
  --panel-interactive-content-btn-bg-hover:var(--shade-05);
  --panel-interactive-body-hover-border: 1px solid var(--neutral5);
  --calendar-view-panel-bg:var(--surface2);
  --panel-interactive-stroke: var(--neutral4);
  --panel-interactive-outer-stroke: var(--neutral6-shade-30);
  --panel-interactive-text: var(--neutral5);
  --panel-interactive-text-caption: var(--neutral7);
  --panel-vertical-padding: 1.5rem;
  --panel-vertical-padding-mobile: 1rem;
  --panel-header-horizontal-padding: 1rem;
  --panel-body-horizontal-padding: 1.5rem;
  --panel-body-horizontal-padding-mobile: 1rem;
  --panel-footer-horizontal-padding: 1rem;
  --panel-stroke-color: var(--neutral4);
  --intractable-panel-stroke-color: var(--neutral6-shade-30);
}

.theme-light {
  --notifications-noty_bar-overflow: visible;
  --notifications-flash-dialog-color: var(--neutral1);
  --notifications-flash-dialog-border-radius: 8px;
  --notifications-flash-dialog-padding: 1rem;
  --notifications-icon-link-margin-left: 0;
  --notifications-flash-dialog-border: 1px solid var(--primary);
  --notifications-flash-dialog-border-w: 1px solid var(--warning);
  --notifications-flash-dialog-border-d: 1px solid var(--danger);
  --notifications-flash-dialog-border-s: 1px solid var(--success);
  --notifications-flash-dialog-background-color: var(--primary);
  --notifications-box-shadow: 0px 8px 36px rgba(4, 14, 34, 0.08), 0px 6px 20px rgba(4, 14, 34, 0.06), 0px 4px 10px rgba(4, 14, 34, 0.04), 0px 2px 5px rgba(4, 14, 34, 0.03), 0px 1px 2px rgba(4, 14, 34, 0.01);
  --notifications-min-height: 58px;
  --notifications-text-max-width: calc(100% - 52px);
  --notifications-text-mb: 0;
  --notifications-actions-top: auto;
  --notifications-btn-flat-hover-bg: transparent;
  --notifications-btn-flat-active-bg: transparent;
  --notifications-btn-flat-mh:24px;
  --notifications-btn-flat-lh:24px;
  --notifications-btn-flat-focus: var(--neutral1);
  --notifications-icon-link-focus: 0 0 0 2px var(--neutral1);
  --notifications-wrapper-actions-icon-link-color: var(--neutral1);
  --warning-text: var(--warning);
  --danger-text: var(--danger-2);
  --success-text: var(--success);
  --primary-text: var(--primary-2);
  --notifications-actions-icon-link-color: var(--neutral1);
  --notifications-actions-icon-link-h:24px;
  --notification-dark-bg-color:var(--neutral1);
  --notifications-actions-icon-link-line-height-ie:1;
  --notifications-flash-dialog-f-s: 1rem;
  --notifications-toast-background-color: var(--neutral1);
  --notifications-toast-border: 1px solid var(--neutral4);
  --notifications-toast-dot-divider-c:var(--neutral7);
  --notifications-toast-btn-simple:var(--neutral7);
  --notifications-toast-card-meta:var(--neutral7);
  --notifications-toast-action-border-c:var(--neutral4);
  --notifications-btn-flat-tt:capitalize;
  --notifications-btn-flat-primary:var(--primary-2);
  --notifications-btn-flat-danger:var(--danger-2);
  --notifications-high-priority-border:var(--danger-2);
  --notifications-btn-fs: 14px;
  --notifications-toast-action-btn-mt:12px;
  --notifications-toast-action-btn-lh:19px;
  --notifications-card-action-justify:center;
  --notifications-toast-border-radius:8px;
  --notifications-toast-focus-border:2px solid var(--hue7);
  --notifications-flash-dialog-focus-border:2px solid var(--hue7);
}

.theme-light {
  --progress-background-color: var(--neutral4);
  --progress-indeterminate-background: var(--primary-2);
  --progress-button-padding-with-btn: 0 1rem;
  --progress-button-padding-with-btn-large: 0 1.5rem;
  --progress-button-focus-border: var(--hue7);
  --primary-focus-box-shadow: none;
  --progress-button-large-l-h:50px;
  --progress-stepper-background-color: var(--neutral4);
  --progress-stepper-step-color:var(--neutral7);
  /* Start styles deprecated since version 4.2.0 */
  --progress-button-border-radius: 100px;
  --progress-button-border: var(--neutral3);
  --progress-button-color: var(--neutral6);
  --progress-v2-focus-bg: rgba(var(--neutral6-rgb), 0.24);
  --progress-button-box-shadow: none;
  --progress-btn-primary-box-shadow: none;
  --progress-hold-content-margin:-0.5rem -1.5rem;
  --progress-hold-content-position:relative;
  /* End. */
}

.theme-light {
  --radio-buttons-margin: 0;
  --radio-buttons-padding-left: 34px;
  --radio-buttons-label-top: 2px;
  --radio-buttons-width: 20px;
  --radio-buttons-height: 20px;
  --radio-buttons-label-before-after: 2px solid var(--neutral5);
  --radio-buttons-disabled-not-before: rgba(var(--neutral5-rgb), .5);
  --radio-buttons-label-color: var(--neutral5);
  --radio-buttons-label-hover-color: var(--primary-2-shade-10);
  --radio-buttons-disabled-checked-border: 2px solid rgba(var(--neutral5-rgb), .5);
  --radio-buttons-disabled-checked-background-color: rgba(var(--neutral5-rgb), .5);
  --radio-buttons-disabled-label-color: rgba(var(--neutral5-rgb), .5);
  --radio-buttons-label-hover: var(--primary-2-15);
  --radio-buttons-hover-hover-background: none;
  --radio-buttons-checked-hover-hover-background: none;
  --radio-buttons-disabled-checked-hover-hover-background: none;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-border: 2px solid var(--primary-2);
  --radio-buttons-checked-hover-border: 2px solid var(--primary-2-shade-10);
  --radio-buttons-checked-border-focus: 2px solid var(--primary-2-15);
  --radio-buttons-checked-background-color: var(--primary-2);
  --radio-buttons-checked-hover-background-color: var(--primary-2-shade-10);
  --radio-buttons-disabled-checked-border-before-after: none;
  --radio-buttons-hover-not-checked-before: 2px solid var(--primary-2-shade-10);
  --radio-buttons-top: 12px;
  --radio-buttons-bottom: 12px;
  --radio-label-buttons-width: 28px;
  --radio-label-buttons-height: 28px;
  --radio-label-buttons-border-radius: 0;
  --radio-label-buttons-border-top: 10px;
  --radio-label-buttons-border-left: -4px;
  --radio-buttons-outline: 2px dotted var(--primary-2);
  --radio-buttons-focus-border: 2px solid var(--hue7);
  --radio-buttons-color: var(--hue7);
  --radio-buttons-hover-top: 4px;
  --radio-buttons-hover-left: -10px;
  /* Start styles deprecated since version 4.2.0 */
  --radio-buttons-box-shadow: none;
  --radio-buttons-hover-top-for-1-8: -8px;
  /* End. */
}

.theme-light {
  --select-color: var(--neutral5);
  --select-background-color: rgba(var(--neutral5-rgb), .03);
  --select-background-color-hover: rgba(var(--neutral5-rgb), .05);
  --select-border-bottom: 1px solid var(--neutral7);
  --select-border-radius: 0.25rem 0.25rem 0 0;
  --select-hover-border-bottom: var(--neutral7);
  --select-focus-border-bottom: var(--primary-2);
  --select-focus-border-color: var(--primary-2);
  --select-focus-label-color: var(--primary-2);
  --select-success-border-bottom: var(--success);
  --select-success-label-color: var(--success);
  --select-error-border-bottom: var(--danger);
  --select-box-shadow: inset 0 -1px 0 0;
  --select-searchable-border-bottom: 1px solid var(--neutral7);
  --select-searchable-border-bottom-hover: 1px solid var(--neutral7);
  --select-searchable-icon-line-height: 48px;
  --select-height: 50px;
  --select-line-height: 50px;
  --select-padding: 6px 55px 0 .5rem;
  --select-padding-top-native: 0;
  --label-top: 13px;
  --label-color: var(--neutral7);
  --caret-width: 24px;
  --caret-height: 48px;
  --caret-line-height: 48px;
  --caret-top: 0;
  --caret-right: 8px;
  --caret-color: var(--neutral7);
  --caret-before-top: 0;
  --caret-before-right: 0;
  --caret-before-bottom: 0;
  --caret-hover-background: transparent;
  --val-icon-right: 38px;
  --select-helper-text-margin: 0.125rem 0 1rem 0;
  --disabled-caret-color: var(--neutral5);
  --disabled-border: 1px solid var(--neutral7);
  --disabled-select-color: var(--neutral5);
  --disabled-border-hover: 1px solid var(--neutral7);
  --disabled-label-color: var(--primary-2);
  --disabled-only-select-color: var(--neutral7);
  --disabled-opacity: 1;
  --disabled-bg-color: var(--neutral4);
  --disabled-select-border-color: transparent;
  --select-i-color: var(--neutral7);
  --select-background-color-2-hover: rgba(var(--neutral5-rgb), .07);
  --label-padding-right: 55px;
  --select-wrapper-select-border-color: var(--neutral2);
  --select-wrapper-dropdown-border-color: var(--neutral4);
  --select-wrapper-dropdown-color: var(--neutral5);
  --select-native-not-active-pt: 3px;
  --select-native-not-active-pb: 6px;
  --select-native-input-inner-height: 50px;
  --select-native-label-active-input-inner-height: 50px;
}

.theme-light {
  --switch-lever-width: 44px;
  --switch-lever-height: 16px;
  --switch-lever-background-color: rgba(var(--neutral7-rgb), .25);
  --switch-lever-after-background-color: var(--neutral7);
  --switch-circle-after-background-color: var(--neutral7);
  --switch-lever-before-top: -4px;
  --switch-lever-before-color: var(--neutral5);
  --switch-input-checkbox-top: -4px;
  --switch-input-checkbox-left-after: 0;
  --switch-input-checkbox-left: 20px;
  --switch-checked-background-color: rgba(var(--primary-2-rgb), 0.24);
  --switch-checked-after-background-color: var(--primary-2);
  --switch-input-checkbox-disabled-left: rgba(var(--neutral7-rgb), .25);
  --switch-disabled-after-background-color: var(--neutral7-50);
  --switch-lever-name-disabled-background-color: rgba(var(--primary-2-rgb), 0.24);
  --switch-disabled-background-color: var(--primary-2-50);
  --switch-name-disabled-left: 20px;
  --switch-lever-after-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  --switch-lever-after-bs: 0px 2px 2px rgba(0, 0, 0, 0.2);
  --checked-lever-bs: none;
  --not-checked-lever-bs: none;
  --wcag-focus: 1px solid var(--primary-2);
  --wcag-offset: 8px;
  --wcag-switch-lever-after-top: -5px;
  --wcag-switch-lever-after-left: -2px;
  --wcag-switch-lever-after-top-contrast: -7px;
  --wcag-switch-checked-after-left:20px;
  --switch-bs-legacy: 0px 2px 2px rgba(0, 0, 0, 0.2);
  --checked-lever-bs-legacy: none;
  --not-checked-lever-bs-legacy: none;
  --wcag-focus-legacy: 1px solid var(--primary-2);
  --wcag-offset-legacy: 8px;
  --switch-lever-width-legacy: 44px;
  --switch-lever-height-legacy: 16px;
  --switch-lever-background-color-legacy: rgba(var(--neutral7-rgb), .25);
  --switch-lever-after-background-color-legacy: rgba(var(--neutral7-rgb), 1);
  --switch-lever-after-bs-legacy: var(--switch-bs-legacy);
  --switch-lever-before-top-legacy: -4px;
  --switch-lever-before-color-legacy: var(--neutral5);
  --switch-input-checkbox-disabled-left-legacy: rgba(var(--neutral7-rgb), .25);
  --switch-disabled-after-background-color-legacy: var(--neutral7-50);
  --switch-input-checkbox-top-legacy: -4px;
  --switch-input-checkbox-left-after-legacy: 0;
  --switch-checked-background-color-legacy: rgba(var(--primary-2-rgb), .24);
  --switch-checked-after-background-color-legacy: var(--primary-2);
  --switch-input-checkbox-left-legacy: 20px;
  --switch-lever-name-disabled-background-color-legacy: rgba(var(--primary-2-rgb), .24);
  --switch-disabled-background-color-legacy: var(--primary-2-shade-50);
  --switch-name-disabled-left-legacy: 20px;
  --switch-lever-after-box-shadow-legacy: var(--switch-bs-legacy);
}

.theme-light {
  --main-border: 1px solid var(--neutral4);
  --hover-bg: rgba(var(--neutral5-rgb), .07);
  --highlight-bg: rgba(var(--neutral5-rgb), .14);
  --table-row-bg-color: rgba(var(--neutral5-rgb), .03);
  --datatable-checkbox-header-hover-top-position: 2px;
  --datatable-checkbox-hover-top-position: 10px;
  --datatable-checkbox-hover-left-position: -2px;
  --datatable-checkbox-helper-top-position: 50%;
  --datatable-checkbox-header-helper-top-position: 4px;
  --datatable-checkbox-focus-hover-width: 22px;
  --datatable-checkbox-focus-hover-height: 22px;
  --datatable-checkbox-header-helper-top-position-ie:8px;
  --datatable-checkbox-helper-top-position-ie:50%;
  --datatable-checkbox-margin-ie:-0.5rem 0 0 1rem;
  --datatable-checkbox-header-hover-top-position-ie:12px;
  --datatable-checkbox-hover-top-position-ie:0px;
  --aw-table-legacy-hover-bg: rgba(var(--neutral5-rgb), .07);
  --aw-table-legacy-highlight-bg: rgba(var(--neutral5-rgb), .14);
  --aw-table-legacy-highlight-hover-bg: rgba(var(--neutral5-rgb), .14);
  --aw-table-legacy-main-border: 1px solid var(--neutral4);
  --aw-table-legacy-main-border-radius: 10px;
  --aw-table-legacy-header-sortable-color: var(--neutral5);
  --aw-table-legacy-header-cell-color: var(--neutral5);
  --aw-table-legacy-sortable-btn-undefined-color: var(--neutral7);
  --aw-table-legacy-table-icon-up-color: var(--primary-2);
  --aw-table-legacy-table-icon-down-color: var(--primary-2);
  --aw-table-legacy-datatable-body-cell-color: var(--neutral5);
  --aw-table-legacy-table-row-bg-color: var(--zebra);
  --aw-table-legacy-datatable-body-cell-i-color: var(--neutral5);
  /* Start styles deprecated since version 4.2.0 */
  --highlight-hover-bg: rgba(var(--neutral5-rgb), .14);
  --header-sortable-color: var(--neutral5);
  --header-cell-color: var(--neutral5);
  --datatable-header-border-bottom-color: none;
  --sortable-btn-color: var(--primary);
  --table-icon-up-color: var(--primary);
  --table-icon-up-down: var(--primary);
  --datatable-body-cell-color: var(--neutral5);
  --datatable-body-row-border: none;
  --datatable-body-cell-padding: 0.5rem 1.5rem;
  --datatable-body-cell-padding-down: 0.5rem 1rem;
  --datatable-panel-cell-padding-up-first-child: 0.5rem 1rem 0.5rem 1.5rem;
  --datatable-panel-cell-padding-up-last-child: 0.5rem 1.5rem 0.5rem 1rem;
  --table-icon-down-color: var(--primary);
  --datatable-header-cell-helper-position-left: 30px;
  --datatable-body-cell-position-left: 10px;
  --datatable-header-label-height: 22px;
  --datatable-header-cell-hover-focus-position-left: 29px;
  --datatable-striped-row-odd-bg: rgba(var(--neutral4-rgb), 0.2);
  --datatable-row-detail-bg: var(--neutral2);
  --datatable-group-header-bg: var(--neutral2);
  --datatable-group-header-border-color: var(--neutral4);
  --datatable-body-group-cell-color: var(--neutral5);
  /* End. */
}

.theme-light {
  --tabs-indicator-color: var(--primary-2);
  --tabs-hover: var(--primary-2);
  --tabs-color: var(--neutral7);
  --tabs-divider: 1px solid var(--neutral6);
  --tabs-pading: 0 1rem;
  --tabs-background: transparent;
  --tabs-active:var(--primary-2);
  --tabs-focus-border: var(--hue7);
  --tabs-indicator-height:4px;
}

.theme-light {
  --textarea-label-background: rgba(var(--neutral5-rgb), .03);
  --textarea-label-border: 0;
  --textarea-background: rgba(var(--neutral5-rgb), .03);
  --textarea-background-hover-active: rgba(var(--neutral5-rgb), .05);
  --textarea-label-background-hover-active: rgba(var(--neutral5-rgb), .05);
  --textarea-label-color: var(--neutral7);
  --textarea-label-color-active: var(--primary-2);
  --textarea-padding: 1.5rem 0.5rem 0.5rem;
  --textarea-label-top: 0;
  --textarea-label-left: 0;
  --textarea-label-width: calc(100% - 15px);
  --textarea-label-border-radius: 4px;
  --textarea-label-active-lh: 1;
  --textarea-text-color: var(--neutral5);
  --textarea-top-border: 2px solid transparent;
  --textarea-left-border: 2px solid transparent;
  --textarea-right-border: 2px solid transparent;
  --textarea-bottom-border: 1px solid var(--neutral7);
  --textarea-success-bottom-border-color: var(--success-2);
  --textarea-disabled-color: transparent;
  --textarea-box-shadow-hover: 0 -1px 0 0 rgba(var(--neutral7-rgb), 1) inset;
  --textarea-box-shadow-hover-success: 0 -1px 0 0 rgba(var(--success-2-rgb), 1) inset;
  --textarea-box-shadow-focus: 0 -1px 0 0 var(--primary-2) inset;
  --textarea-box-shadow-error: 0 -1px 0 0 rgba(var(--danger-rgb), 1) inset;
  --textarea-box-shadow-error-hover: 0 -1px 0 0 rgba(var(--danger-rgb), 1) inset;
  --textarea-box-shadow-success: 0 -1px 0 0 rgba(var(--success-2-rgb), 1) inset;
  --textarea-placeholder-color: var(--neutral7);
  --textarea-hover-normal-border-color: var(--neutral7);
  --textarea-hover-normal-border-color-success: var(--success);
  --textarea-text-hover-color: var(--neutral5);
  --textarea-focus-border-color: var(--primary-2);
  --textarea-field-hover-box-shadow-color: var(--neutral7);
  --textarea-field-width-val-pr: 40px;
  --textarea-disabled-opacity: 1;
  --textarea-disabled-background: rgba(var(--neutral5-rgb), .05);
  --textarea-disabled-label-bg: var(--neutral4);
  --textarea-disabled-bg: var(--neutral4);
  --aw-textarea-val-after-top: 10px;
  --aw-textarea-val-after-right: 16px;
  --textarea-val-after-transform: none;
  --textarea-border-radius: 0.25rem 0.25rem 0 0;
  --textarea-helper-text-fz: 0.875rem;
  --textarea-helper-text-margin: 0.125rem 0 1rem 0;
  --textarea-helper-text-color: var(--neutral7);
  --textarea-helper-text-line-height: 1;
  --textarea-helper-text-height: 1.25rem;
  --textarea-helper-text-padding-top: 0;
  --textarea-helper-position: static;
  --textarea-border-color-danger: transparent;
  --textarea-focus-bottom-border-color: var(--danger);
  --textarea-focus-bottom-border-color-hover: var(--danger);
  --textarea-border-color-success: var(--success);
  --textarea-border-color-warning: var(--warning);
  --textarea-border-color-danger-focus: var(--primary-2);
  --input-background-color-2-hover: rgba(var(--neutral5-rgb), .05);
  --textarea-labeled-input-pt: 3px;
  --textarea-labeled-textarea-padding: 3px .5rem .5rem;
  --textarea-labeled-textarea-br: 0;
  --textarea-labeled-textarea-height: 115px;
  --textarea-labeled-textarea-min-height: 90px;
  --textarea-labeled-label-top: 0px;
  --textarea-labeled-label-top-moz: 0;
  --textarea-labeled-label-width: 100%;
  --textarea-labeled-label-br: 4px 4px 0 0;
  --textarea-labeled-label-padding: 0 .5rem 0;
  --textarea-labeled-val-label-padding: 6px 2.75rem 0 .5rem;
  --textarea-labeled-label-height: auto;
  --text-area-display: unset;
}

.theme-light {
  --collapsible-border-top: 1px solid var(--neutral4);
  --background-header: transparent;
  --color-icon-arrow: var(--neutral5);
  --color-header-span: var(--neutral7);
  --aw-collapsible-border-radius: 12px;
  --aw-collapsible-border-radius-lvl2: calc(var(--aw-collapsible-border-radius) * 0.667);
  --aw-collapsible-border-radius-lvl3: calc(var(--aw-collapsible-border-radius) * 0.5);
  --aw-collapsible-border-radius-lvl4: calc(var(--aw-collapsible-border-radius) * 0.334);
  --aw-collapsible-border-radius-lvl5: calc(var(--aw-collapsible-border-radius) * 0.17);
  --main-background: var(--neutral2);
  --shadow-background: var(--neutral1);
  --collapsible-box-shadow: 0 0 0;
  --aw-collapsible-header-color-lead: var(--neutral5);
  --aw-collapsible-header-line-height: 2rem;
  --aw-collapsible-header-pt: 1rem;
  --aw-collapsible-header-pb: 1rem;
  --aw-collapsible-i-header-line-height: 2rem;
  --aw-collapsible-header-i-width:2rem;
  --aw-collapsible-header-focus-border:2px solid var(--hue7);
  --aw-collapsible-i-margin-top: 0;
  --aw-collapsible-body-border-color: var(--neutral4);
  --aw-collapsible-heading-highlighted-bg: rgba(var(--neutral5-rgb), .03);
  /* Start styles deprecated since version 4.2.0 */
  --collapsible-color-border-top-left-radius: 30px 100px;
  --collapsible-color-border-bottom-left-radius: 30px 100px;
  --collapsible-color-border-height: calc(100% - 6px);
  --collapsible-color-border-transform: translateY(-50%);
  --collapsible-color-border-left-position: 0;
  --collapsible-color-border-top-position: 50%;
  --collapsible-color-border-top: var(--neutral4);
  /* End. */
}

.theme-light {
  --z-depth-1-box-s: 0px 1px 6px rgba(4, 14, 34, 0.08), 0px 1px 4px rgba(4, 14, 34, 0.06), 0px 0.5px 3px rgba(4, 14, 34, 0.04), 0px 0.5px 2px rgba(4, 14, 34, 0.03), 0px 0px 1px rgba(4, 14, 34, 0.01);
  --z-depth-2-box-s: 0px 2px 10px rgba(4, 14, 34, 0.08), 0px 1.5px 8px rgba(4, 14, 34, 0.06), 0px 1px 6px rgba(4, 14, 34, 0.04), 0px 0.5px 4px rgba(4, 14, 34, 0.03), 0px 0px 2px rgba(4, 14, 34, 0.01);
  --z-depth-3-box-s: 0px 3px 10px rgba(4, 14, 34, 0.08), 0px 2.5px 8px rgba(4, 14, 34, 0.06), 0px 2px 6px rgba(4, 14, 34, 0.04), 0px 1.5px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --z-depth-4-box-s: 0px 4px 14px rgba(4, 14, 34, 0.08), 0px 3px 12px rgba(4, 14, 34, 0.06), 0px 2px 6px rgba(4, 14, 34, 0.04), 0px 1px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --z-depth-6-box-s: 0px 6px 16px rgba(4, 14, 34, 0.08), 0px 4px 14px rgba(4, 14, 34, 0.06), 0px 2px 8px rgba(4, 14, 34, 0.04), 0px 1px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --z-depth-8-box-s: 0px 8px 36px rgba(4, 14, 34, 0.08), 0px 6px 20px rgba(4, 14, 34, 0.06), 0px 4px 10px rgba(4, 14, 34, 0.04), 0px 2px 5px rgba(4, 14, 34, 0.03), 0px 1px 2px rgba(4, 14, 34, 0.01);
  --z-depth-16-box-s: 0px 16px 54px rgba(4, 14, 34, 0.08), 0px 14px 19.7109px rgba(4, 14, 34, 0.06), 0px 8px 9.56927px rgba(4, 14, 34, 0.04), 0px 4px 4.69103px rgba(4, 14, 34, 0.03), 0px 1px 1.85484px rgba(4, 14, 34, 0.01);
  --z-depth-24-box-s: 0px 24px 60px rgba(4, 14, 34, 0.08), 0px 16px 21.901px rgba(4, 14, 34, 0.06), 0px 12px 10.6325px rgba(4, 14, 34, 0.04), 0px 8px 5.21226px rgba(4, 14, 34, 0.03), 0px 4px 2.06094px rgba(4, 14, 34, 0.01);
}

.theme-light {
  --rating-star-color: var(--hue7);
  --rating-star-hover: var(--hue7-15);
}

.theme-light {
  --navbar-nav-color: var(--neutral1);
  --navbar-nav-background: var(--neutral1);
  --navbar-nav-height: 56px;
  --navbar-nav-line-height: 56px;
  --nav-nav-wrapper-border-bottom: var(--neutral4);
  --nav-nav-wrapper-mobile-side-nav-color: var(--neutral5);
  --nav-nav-wrapper-a-hover-list-page-box-shadow: var(--primary-2);
  --nav-a-link-icon-label-hover-background-color: var(--neutral2);
  --nav-hover-list-page-color: var(--neutral5);
  --nav-nav-wrapper-a-hover-list-page-box-shadow-new: transparent;
  --nav-hover-list-page-color-new: var(--neutral5);
  --logo-li-a-link-color: var(--primary-2);
  --logo-li-a-link-visited-color: var(--hue8);
  --logo-li-a-link-hover-color: var(--primary-2-20);
  --logo-li-a-link-active-color: var(--primary-2-30);
  --nav-collection-item-small-color: var(--neutral7);
  --dot-badge-color: var(--neutral5);
  --dot-badge-background: var(--danger);
  --dot-badge-border: var(--neutral1);
  --search-block-input-color: var(--neutral5);
  --search-block-input-background: rgba(var(--neutral5-rgb), .05);
  --search-block-input-border: var(--neutral4);
  --search-block-input-border-color: var(--primary-2);
  --avatar-background: var(--neutral1);
  --status-online-color: var(--success);
  --status-away-color: var(--warning);
  --status-busy-color: var(--danger);
  --status-offline-color: var(--neutral7);
  --navbar-li-ml: 0;
  --navbar-link-icon-label-fz: 0.875rem;
  --hover-list-page-background-color: rgba(var(--white-rgb), 0.07);
  --nav-a-link-icon-label-focus-border: 2px solid var(--hue7);
  --nav-aw-collapsible-header-focus-bs: inset 0 0 0 2px var(--hue7);
  --nav-aw-logo-focus-bs:0 0 0 2px var(--hue7);
  --nav-a-link-icon-label-hover-border: 1px solid var(--neutral7);
  --navbar-li-active-background-color: rgba(var(--black-rgb), 0.05);
  --nav-logo-container: 1rem 0;
}

.theme-light {
  --navbar-a-not-link-hover-background-color: rgba(var(--black-rgb), 0.07);
  --navbar-a-not-link-hover-color: var(--neutral5);
  --navbar-a-active-hover: var(--primary-2);
  --navbar-aw-collapsible-header: var(--neutral1);
  --navbar-aw-collapsible: var(--neutral2);
  --navbar-aw-collapsible-hover: var(--neutral2);
  --navbar-aw-collapsible-hover-background-color: rgba(var(--neutral5-rgb), 0.1);
  --navbar-aw-collapsible-body-background-color: var(--neutral2);
  --navbar-focus-text-color: var(--neutral5);
  --search-inner-background: var(--neutral1);
  --search-inner-border-bottom: var(--neutral4);
  --button-collapse-margin: 1rem 0.75rem 0;
  --button-collapse-margin-mobile: 1rem 0.75rem 0 .25rem;
  --left-icon-mr: .75rem;
  --left-icon-color: var(--neutral7);
  --navbar-aw-collapsible-p-padding: 1rem 3.5rem;
  --navbar-aw-collapsible-bb: var(--neutral4);
  --navbar-aw-collapsible-p-lh: 1.5rem;
  --navbar-overlay: rgba(var(--neutral4-rgb), .6);
  --navbar-aw-collapsible-badge-lh: initial;
  --navbar-aw-collapsible-badge-mt: 1px;
  --navbar-aw-collapsible-header-lh: inherit;
  --navbar-aw-collapsible-header-p: 0 1rem;
  --sidenav-avatar-border: 1px solid var(--neutral7);
  --dropdown-content-border-radius: 0 0 8px 8px;
  --aw-dropdown-content-min-width: 160px;
  --navbar-medium-min-width: 280px;
}

.theme-light {
  --dropdown-boxshadow: 0px 6px 16px rgba(4, 14, 34, 0.08), 0px 4px 14px rgba(4, 14, 34, 0.06), 0px 2px 8px rgba(4, 14, 34, 0.04), 0px 1px 4px rgba(4, 14, 34, 0.03), 0px 0.5px 2px rgba(4, 14, 34, 0.01);
  --dropdown-bg: var(--neutral1);
  --dropdown-br: 8px;
  --dropdown-check-icon-color: var(--primary-2);
  --dropdown-li-hover-bg: rgba(var(--neutral5-rgb), .05);
  --dropdown-li-active-color: var(--primary-2);
  --dropdown-li-border-top: 1px solid var(--neutral4);
  --dropdown-li-disabled-opacity: 1;
  --dropdown-li-class-hover-bg: rgba(var(--neutral5-rgb), .05);
  --dropdown-content-dropdown-header-color: var(--neutral7);
  --dropdown-multiple-list-li-color: var(--neutral5);
  --dropdown-content-li-a-span-line-height: inherit;
  --dropdown-content-li-a-span-padding: 16px;
  --dropdown-content-li-focus:var(--hue7);
  --dropdown-content-li-hover-before-border: 1px solid var(--neutral7);
  --dropdown-content-li-before-border-top: 1px solid transparent;
  --dropdown-hover-border-radius: 8px;
  --dropdown-content-li-a-span-color: var(--neutral5);
  --dropdown-load-more-button-color: var(--neutral5);
  --dropdown-top-message-container-color: var(--neutral7);
  --dropdown-li-checkbox-hover-helper-border-color: var(--neutral5);
  --dropdown-border-color:var(--stroke1);
  /* Start styles deprecated since version 4.2.0 */
  --dropdown-li-active-selected-bg: rgba(var(--white-rgb), 0.07);
  --dropdown-li-disabled-a-color: var(--neutral5);
  --dropdown-collection-item-disabled: var(--neutral5);
  --dropdown-content-collection-hover-not-active: rgba(var(--white-rgb), 0.07);
  --dropdown-content-collection-hover-not-active-color: var(--white);
  --dropdown-content-collection-hover-active-color: var(--primary-2);
  --dropdown-content-material-icons-back-color: var(--white);
  --dropdown-material-icons-back-hover: rgba(var(--black-rgb), 0);
  --dropdown-more-link-color: var(--primary-2);
  --dropdown-li-avatar-component-icon-color: var(--white);
  /* End. */
}

.theme-light {
  --mob-navbar-aw-collapsible-background: var(--neutral1);
  --navbar-nav-side-nav-color: var(--neutral5);
  --navbar-nav-side-nav-background: var(--neutral1);
  --mob-logo-box-background: var(--neutral1);
  --logo-box-caption-color: var(--neutral7);
  --mob-status-menu-li-active-a-color: var(--neutral5);
  --mob-a-color: var(--neutral5);
  --mob-a-font-size: 16px;
  --mob-a-font-weight: 400;
  --li-a-link-hover-color: var(--primary-15);
  --mob-span-icon: var(--neutral5);
  --mob-nav-nav-wrapper-border-bottom: var(--neutral3);
  --mob-a-hover-background-color: rgba(var(--black-rgb), 0.05);
  --mob-a-hover-active-background: rgba(var(--black-rgb), .2);
  --mob-white-color: var(--neutral7);
  --small-font-size: 0.875rem;
  --mob-hover-color: var(--primary-20);
  --mob-active-color: var(--primary-30);
  --mob-caption-sub-color: var(--neutral6);
  --gradient-background-color: linear-gradient(to right, var(--hue7) 0%, var(--hue3) 100%);
  --a-i-mob-background: rgba(var(--black-rgb), .12);
  --side-nav-top-height: 54px;
  --side-nav-top-line-height: 54px;
  --side-nav-top-bb: var(--neutral4);
  --close-top: 3px;
}

.theme-light {
  --modal-sm-width: 400px;
  --dialog-container-border-radius: 8px;
  --dialog-container-color: var(--neutral5);
  --dialog-container-background-color: var(--neutral1);
  --modal-footer-btn-width: 100%;
  --dialog-modal-heading-border-bottom: 1px solid var(--neutral4);
  --dialog-modal-footer-border-bottom: none;
  --modal-close-color: var(--neutral7);
  --modal-close-hover-bg: transparent;
  --adaptive-dialog-heading-padding: var(--adaptive-dialog-h-p-t);
  --adaptive-dialog-content-padding: 0 1.5rem 1.5rem 1.5rem;
  --adaptive-dialog-pb-on-small: 1.5rem;
  --adaptive-dialog-heading-padding-on-small: var(--adaptive-dialog-h-p-t-m);
  --adaptive-dialog-content-padding-on-small: 0 1rem 1.5rem 1rem;
  --adaptive-dialog-modal-bottom-border-radius-mobile: 0;
  --mat-dialog-close-right:1rem;
  --mat-dialog-close-top: 1.25rem;
  --mat-dialog-floating-focus-border:2px solid var(--hue7);
  --adaptive-dialog-border-radius: 12px;
  --dialog-modal-overlay-background-color: rgba(49, 58, 66, 0.5);
  --dialog-modal-subheading-color: var(--neutral7);
  --modal-dialog-font-size: var(--typography-font-size-h3);
  --modal-dialog-line-height: var(--typography-line-height-h3);
  --modal-dialog-heading-font-size-small: var(--typography-font-size-h5);
  --modal-dialog-heading-line-height-small: var(--typography-line-height-h5);
  --dialog-modal-subheader-font-size: var(--html-font-size);
  --dialog-modal-subheader-line-height: var(--html-line-height);
  --adaptive-dialog-h-p-t: 1.5rem;
  --adaptive-dialog-h-p-t-m: 1rem;
}

.theme-light {
  --collection-item-padding: 1rem;
  --collection-item-color-active-background-color: transparent;
  --collection-item-color-active-color: lighten(var(--neutral5), 55%);
  --collection-i-circle-background-color: var(--neutral6);
  --collection-background: var(--white);
  --collection-item-background-color: var(--white);
  --list-item-background-color: transparent;
  --collection-item-color: var(--neutral5);
  --collection-small-color: var(--neutral7);
  --collection-hover-not: rgba(var(--neutral5-rgb), 0.05);
  --collection-color-not: var(--neutral5);
  --collection-hover-small-color: var(--neutral7);
  --collection-active-color: var(--primary-2);
  --collection-active-background: rgba(var(--neutral5-rgb), 0.07);
  --collection-active-small-color: var(--primary-15);
  --collection-striped-child-background: rgba(var(--neutral5-rgb), .03);
  --collection-li-border-top: var(--neutral3);
  --collection-icons-color: var(--neutral7);
  --collection-i-circle-white: var(--white);
  --collection-side-nav-color: var(--neutral5);
  --collection-active-item: var(--primary-2);
  --collection-avatar-color: var(--neutral1);
  --responsive-layout-tabs-collection-hover: rgba(var(--black-rgb), 0.03);
  --responsive-layout-tabs-collection-active: rgba(var(--black-rgb), 0.06);
  --collection-focus-border-radius: 10px;
  --collection-hover-before-border: 1px solid var(--neutral7);
  --collection-list-border-radius: .5rem;
  --collection-list-border-radius-two-col: .75rem;
  --list-two-col-border: 1px solid var(--neutral4);
  --collection-item-active-border: var(--collection-hover-before-border);
  --collection-item-btn-hover-bg: transparent;
}

.theme-light {
  --responsive-layout-bg: var(--neutral1);
  --custom-layout-step-header-color:var(--white);
  --layout-panel-corner-radius: 1.5rem;
  --responsive-layout-type-3-color-strip-bg: linear-gradient(285.57deg, var(--hue5) 0 , var(--hue7) 33.33%, var(--hue2) 65.1%, var(--hue3) 94.27%);
  --aw-layout-content-margin-bottom: 2rem;
  --responsive-layout-row-padding-top: 4rem;
  --layout-responsive-aw-row-margin: 2rem;
  --layout-content-height: auto;
  --responsive-layout-indent-padding-left: 1.5rem;
  --responsive-layout-indent-padding-right: 1.5rem;
  --responsive-layout-full-content-padding: 0;
  --responsive-layout-full-content-devider-position: initial;
  --responsive-layout-text-align: center;
  --responsive-layout-header-text-color: var(--neutral5);
  --responsive-layout-bg-image: block;
  --responsive-layout-color-strip-display: block;
  --responsive-layout-footer-side-padding: 1rem 2rem 0;
  --responsive-layout-type3-header-line-height: var(--typography-line-height-h1);
  --responsive-layout-type3-header-size: var(--typography-font-size-h1);
  --responsive-layout-header-size: var(--typography-font-size-h3);
  --responsive-layout-header-line-height: var(--typography-line-height-h3);
  --responsive-layout-header-weight: var(--typography-font-weight-h3);
  --responsive-layout-header-margin: var(--typography-margin-h3);
  --responsive-layout-header-size-h2: var(--typography-font-size-h5);
  --responsive-layout-header-line-height-h2: var(--typography-line-height-h5);
  --responsive-layout-header-weight-h2: var(--typography-font-weight-h5);
  --responsive-layout-header-margin-h2: var(--typography-margin-h5);
  --responsive-layout-header-size-mobile: var(--typography-font-size-h3);
  --responsive-layout-header-line-height-mobile: var(--typography-line-height-h3);
  --responsive-layout-header-weight-mobile: var(--typography-font-weight-h3);
  --responsive-layout-custom-bg: transparent;
  --responsive-layout-custom-bg-type1: var(--neutral1);
  --layout-background-color: transparent;
  --layout-background-color-type4: transparent;
  --type3-side-content-paddings: 2.5rem;
  --type3-side-content-paddings-collapsed: 2.5rem 0 0 0;
  --type3-side-content-paddings-no-stripe: 1.5rem;
  --type3-side-content-paddings-collapsed-no-stripe: 1.5rem 0 0 0;
  --type3-tabs-margin: 1rem;
  --responsive-layout-header-size-display: var(--responsive-layout-header-size);
  --responsive-layout-header-line-height-display: var(--responsive-layout-header-line-height);
  /* Start styles deprecated since version 4.2.0 */
  --layout-step-header-btn-white-focus-color:var(--white);
  --type1-header-padding: 1.5rem;
  --type1-header-height: 2.5rem;
  /* End. */
}

.theme-light {
  --stepper-step-title-color: var(--neutral5);
  --stepper-step-before-color: var(--neutral7);
  --stepper-step-after-b-c: var(--neutral4);
  --stepper-step-horizontal-after-b-c: transparent;
  --stepper-step-active-step-title-color: var(--neutral5);
  --stepper-step-title-before-b-c: transparent;
  --stepper-step-title-before-border: 1px solid var(--success);
  --stepper-step-title-before-color: var(--success);
  --stepper-step-error-b-c: transparent;
  --stepper-step-error-c: var(--danger);
  --stepper-step-title-error-border: 1px solid var(--danger);
  --stepper-step-focus-border-color: var(--hue7);
}

.theme-light {
  --tooltip-bg: var(--neutral5);
  --tooltip-padding: 0.75rem;
  --tooltip-color: var(--neutral1);
  --tooltip-border-radius: 3px;
  --tooltip-background: var(--neutral5);
  --tooltip-text-align: center;
  --tooltip-max-width: 200px;
  --tooltip-text-line-height: 120%;
}

.theme-light {
  --test-connection-outer-border: none;
  --test-connection-inner-border: 1px solid var(--neutral4);
  --icon-margin: 40px;
  --test-connection-icon-color: var(--neutral6);
  --step-title-background: transparent;
  --step-mobile-line-color: var(--neutral4);
  --step-mobile-second-line-color: var(--neutral1);
}

.theme-light {
  --vert1-gradient-color-from: var(--hue3);
  --vert1-gradient-color-to: var(--hue7);
  --hor1-gradient-color-from: var(--hue3);
  --hor1-gradient-color-to: var(--hue7);
  --diag1-gradient-color-from: var(--hue7);
  --diag1-gradient-color-to: var(--hue3);
  --vert2-gradient-color-from: var(--hue5);
  --vert2-gradient-color-to: var(--hue12);
  --hor2-gradient-color-from: var(--hue5);
  --hor2-gradient-color-to: var(--hue12);
  --diag2-gradient-color-from: var(--hue12);
  --diag2-gradient-color-to: var(--hue5);
  --vert3-gradient-color-from: var(--hue11);
  --vert3-gradient-color-to: var(--hue4);
  --hor3-gradient-color-from: var(--hue11);
  --hor3-gradient-color-to: var(--hue4);
  --diag3-gradient-color-from: var(--hue4);
  --diag3-gradient-color-to: var(--hue11);
  --vert4-gradient-color-from: var(--hue2);
  --vert4-gradient-color-to: var(--hue8);
  --hor4-gradient-color-from: var(--hue2);
  --hor4-gradient-color-to: var(--hue8);
  --diag4-gradient-color-from: var(--hue8);
  --diag4-gradient-color-to: var(--hue2);
  --vert5-gradient-color-from: var(--hue6);
  --vert5-gradient-color-to: var(--hue13);
  --hor5-gradient-color-from: var(--hue6);
  --hor5-gradient-color-to: var(--hue13);
  --diag5-gradient-color-from: var(--hue13);
  --diag5-gradient-color-to: var(--hue6);
  --vert6-gradient-color-from: var(--hue10);
  --vert6-gradient-color-to: var(--hue9);
  --hor6-gradient-color-from: var(--hue10);
  --hor6-gradient-color-to: var(--hue9);
  --diag6-gradient-color-from: var(--hue9);
  --diag6-gradient-color-to: var(--hue10);
}

.theme-light {
  --placeholder-icon-color: var(--primary);
  --placeholder-holder-bg: var(--neutral2);
  --tyto-slider-text-color: var(--neutral1);
  --tyto-normal-icon-color: var(--neutral1);
  --tyto-divider-color: var(--neutral4);
  --tyto-success-icon-color: var(--success);
  --tyto-warning-icon-color: var(--warning);
}

.theme-light {
  --pincode-before-error-border-bottom: var(--danger);
  --pincode__caption-color: var(--neutral7);
}

.theme-light {
  --pagination-border-radius: 8px;
  --pagination-item-width: 40px;
  --pagination-border: 3px solid transparent;
  --pagination-text-color: var(--neutral5);
  --pagination-margin: 0.25rem 0.5rem 0.25rem 0;
  --pagination-margin-rtl: 0.25rem 0 0.25rem 0.5rem;
  --pagination-input-height: 50px;
  --pagination-box-shadow: none;
  --pagination-select-color: var(--neutral5);
  --pagination-select-color-light: var(--neutral7);
  --pagination-caret-position: 10px;
  --pagination-select-margin: 0;
  --pagination-results-color: var(--neutral5);
  --pagination-button-border: 1px solid var(--primary-2);
  --pagination-button-color: var(--primary-2);
  --pagination-button-margin: 0;
  --pagination-button-background-disabled: transparent;
  --pagination-button-shadow-disabled: none;
  --pagination-button-color-disabled: var(--neutral7);
  --pagination-button-opacity-disabled: 1;
  --pagination-button-border-disabled: var(--neutral7);
  --pagination-button-opacity-mobile-disabled: 0.5;
  --pagination-button-border-mobile: 1px solid transparent;
  --pagination-button-width-mobile: 40px;
  --pagination-button-background-mobile: transparent;
  --pagination-button-color-mobile: var(--neutral7);
  --pagination-button-background-mobile-disabled: var(--neutral2);
  --pagination-button-color-mobile-disabled: var(--neutral7);
  --pagination-hover-background: rgba(var(--neutral5-rgb), 0.03);
  --pagination-active-hover: transparent;
  --pagination-active-bg: transparent;
  --pagination-button-hover-background: rgba(var(--primary-rgb), 0.12);
  --pagination-button-padding: 0 1rem;
  --pagination-jump-to-input-field-color: var(--neutral7);
  --pagination-jump-to-input-field-color-focus: var(--hue7);
  --pagination-focus-border: 2px solid var(--hue7);
  --pagination-focus-border-radius: 8px;
  --pagination-focus-display: block;
  --pagination-focus-outline: none;
  --pagination-item-height: 40px;
  --pagination-button-color-focused: var(--neutral5);
  --pagination-button-color-active: var(--primary-2);
  --pagination-button-border-active: 3px solid var(--primary-2);
  --pagination-button-bs-hover: 0 0 0 1px var(--neutral7);
  --pagination-button-focus-color: var(--primary-2-shade-10);
  --pagination-jump-to-width: 126px;
}

.theme-light {
  --mat-calendar-today-dot: var(--primary-2);
  --range-border: 1px solid transparent;
  --range-background: rgba(var(--primary-rgb), 0.12);
  --datetime-picker-primary-12: rgba(var(--primary-rgb), 0.12);
  --datetime-picker-number-color: var(--neutral5);
  --datetime-picker-header-color:var(--neutral5);
  --datetime-picker-number-color-active: var(--neutral5);
  --datetime-picker-focus-color: var(--hue7);
  --datetime-picker-header-border-color: rgba(20, 20, 20, 0.03);
  --datetime-picker-body-align-items: flex-start;
  --datetime-picker-body-justify-content: space-around;
  --datetime-picker-body-padding: 6px 25px 18px;
  --datetime-picker-label-display: inline-block;
  --datetime-picker-data-item-height: 40px;
  --datetime-picker-holder-meridiem-top-position: initial;
  --datetime-picker-data-item-1-5-opacity: 0.4;
  --datetime-picker-data-item-2-4-height: 32px;
  --datetime-picker-meridiem-active-height: 40px;
  --datetime-picker-data-item-meridiam-3-height: 32px;
  --datetime-picker-meridiem-active-mt: 56px;
  --only-icon-b-c: transparent;
  --only-icon-border:0px;
  --only-icon-input-group-addon-i-color: var(--neutral7);
  --only-icon-focus-color: var(--primary-2);
  --only-icon-focus-background: transparent;
  --only-icon-input-group-padding: 0;
  --only-icon-input-group-i-width: 24px;
  --only-icon-input-group-i-height: 24px;
  --datetime-picker-action-icon-focus:var(--hue7);
  --mat-datepicker-toggle-icon-color: var(--neutral7);
  --datetime-picker-icon-color: var(--neutral7);
  /* Start styles deprecated since version 4.2.0 */
  --mat-calendar-border-radius:12px;
  --mat-calendar-background:var(--neutral1);
  --mat-calendar-days-name-weight: 600;
  --mat-calendar-days-number-color: var(--neutral5);
  --mat-calendar-days-number-hover: rgba(var(--neutral5-rgb), .05);
  --mat-calendar-body-range-today-selected: var(--neutral1);
  --mat-calendar-days-number-hover-revers: var(--primary);
  --custom-header-border: 1px solid var(--neutral2);
  --custom-header-button-hover: var(--neutral5);
  --custom-header-button-hover-background: rgba(var(--neutral5-rgb), 0.12);
  --custom-header-padding: 1.125rem 1rem;
  --range-end-width: 5%;
  --range-color: var(--neutral5);
  --range-reverse-color: var(--neutral2);
  --timepicker-border: none;
  --datetime-picker-primary: var(--primary);
  --datetime-picker-primary-4: rgba(var(--primary-rgb), 1);
  --datetime-picker-primary-9: rgba(var(--primary-rgb), 0.9);
  --mat-calendar-cell-semi-selected-color: var(--neutral5);
  --mat-calendar-body-disabled-cell-color: var(--neutral7);
  --mat-calendar-content-th-color: var(--neutral7);
  --date-time-picker-disable-flag: 1;
  --dp-custom-header-filter-btn-margin: 0 -1rem;
  --dp-custom-header-gap: 1rem;
  --dp-custom-header-first-dropdowns-mr: 1rem;
  /* End. */
}

.theme-light {
  --slider-filled-color: var(--primary-2);
  --slider-empty-color: var(--neutral6);
  --slider-circle-color: var(--primary);
  --slider-circle-hover-bg: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), var(--primary);
  --slider-filled-height: 6px;
  --slider-filled-position: 5px;
  --slider-empty-height: 4px;
  --slider-circle-height: 20px;
  --slider-circle-width: 20px;
  --slider-circle-position: -2px;
  --slider-active-background-left: -12px;
  --slider-active-background-top: -12px;
  --slider-active-on-start-top: -10px;
  --slider-active-on-start-left: -10px;
  --slider-active-on-start-background: var(--primary);
  --slider-circle-on-start-color: var(--primary);
  --slider-circle-on-start-border: none;
  --slider-disabled: .4;
  --slider-disabled-circle-on-start-color: var(--primary);
  --slider-disabled-circle-on-start-border: none;
  --slider-disabled-connect-color: var(--primary-2);
  --slider-disabled-icon-opacity: 1;
  --slider-handle-disabled-horizontal-top: -2px;
  --slider-vertical-width: 4px;
  --slider-vertical-position: -8px;
  --slider-vertical-filled: var(--primary-2);
  --slider-vertical-empty: var(--neutral6);
  --slider-line-border-radius: 8px;
  --slider-vertical-filled-height: 6px;
  --slider-vertical-position-ie11: -8px;
  --slider-vertical-right: 1px;
  --slider-handle-disabled-width: 20px;
  --slider-handle-disabled-height: 20px;
  --slider-target-margin-ie11: -11px auto 0 auto;
  --slider-handle-focus:1px dashed var(--hue7);
  --aw-slider-value-bg:var(--neutral3);
  --slider-icon-color:var(--neutral7);
}

.theme-light {
  --selectable-radio-padding: .5rem;
  --selectable-lable-top: calc(50% - 10px);
  --selectable-hover-background: rgba(var(--neutral5-rgb), 0.07);
  --selectable-hover-color: var(--primary-2);
  --selectable-lable-padding: 1rem;
  --selectable-hover-left: 14px;
  --selectable-hover-top: calc(50% - 12px);
  --selectable-radio-size: 0;
  --selectable-hover-display: block;
  --selectable-bordered-bg: transparent;
  --selectable-bordered-border: 1px solid var(--neutral4);
  --selectable-bordered-br: 0.5rem;
  --selectable-bordered-bg-hover: rgba(var(--black-rgb), 0.03);
  --selectable-bordered-border-hover: 1px solid var(--neutral7);
  --selectable-bordered-bg-checked: transparent;
  --selectable-bordered-border-checked: 1px solid var(--neutral5);
  --selectable-bordered-bg-checked-hover: rgba(var(--black-rgb), 0.03);
  --selectable-bordered-border-checked-hover: 1px solid var(--neutral7);
}

.theme-light {
  --aw-footer-bg: var(--neutral1);
  --aw-footer-font-size:12px;
  --aw-footer-color:var(--neutral7);
  --aw-footer-logo-border:var(--neutral4);
}

.theme-light {
  --wcag-datatable-main-border: none;
  --wcag-datatable-main-box-shadow: 0 0 0 1px var(--neutral4) inset;
  --wcag-datatable-checkbox-hover-top-position: 5px;
  --wcag-datatable-header-checkbox-hover-top-position: 1px;
  --wcag-datatable-checkbox-hover-left-position: -2px;
  --wcag-datatable-checkbox-hover-width: 22px;
  --wcag-datatable-checkbox-hover-height: 22px;
  --wcag-datatable-highlight-bg: rgba(var(--neutral5-rgb), .14);
  --wcag-datatable-row-bg-color: var(--zebra);
  --wcag-datatable-border-radius: 10px;
  --wcag-datatable-focus-color: var(--hue7);
  --wcag-datatable-hover-bg: rgba(var(--neutral5-rgb), .07);
  --wcag-datatable-mat-sort-header-arrow-color: var(--neutral7);
  --wcag-datatable-table-icon-btn-color: var(--neutral5);
  --wcag-datatable-table-icon-link-color: var(--neutral5);
  --mob-exp-table-sort-btn: var(--neutral5);
  --mob-exp-item-header-span-color: var(--neutral5);
  --mob-exp-arrow-icon-wrap: var(--neutral5);
  --mob-exp-table-label-color: var(--neutral7);
}

.theme-light {
  --aw-sticky-panel-gradient: linear-gradient(180deg, rgba(var(--neutral1-rgb),0) 0%, rgba(var(--neutral1-rgb),1) 100%);
  --aw-sticky-panel-gradient-for-takeover: linear-gradient(180deg, rgba(var(--neutral1-rgb),0) 0%, rgba(var(--neutral1-rgb),1) 100%);
  --aw-sticky-panel-bg:var(--neutral1);
}

.theme-light {
  --cart-status-bg: var(--white);
  --cart-status-border-color: var(--neutral4);
  --cart-status-footer-success-bg: var(--success);
  --cart-status-footer-danger-bg: var(--danger);
  --cart-status-footer-warning-bg: var(--warning);
  --cart-status-footer-unknown-bg: var(--neutral7);
  --cart-status-image-icon-color: var(--neutral7);
  --cart-status-footer-icon-color: var(--white);
  --cart-status-footer-text-color: var(--white);
}

.theme-light {
  --intlTelInput-dropdown-color: var(--neutral1);
  --intlTelInput-dropdown-hover-bg: rgba(var(--neutral5-rgb), .05);
  --intlTelInput-dropdown-border-color: none;
  --intlTelInput-dropdown-divider-color: var(--neutral4);
  --intlTelInput-country-list-margin: 6px 0 0 -1px;
  --intlTelInput-country-list-width: 100%;
  --intlTelInput-flag-arrow-color: var(--neutral5);
  --intlTelInput-dial-code-color: var(--neutral7);
  --intlTelInput-flag-shadow-color: var(--neutral7);
  --intlTelInput-flag-bg: var(--neutral2);
  --intlTelInput-disable-opacity: 1;
  --intlTelInput-country-list-pl: 48px;
  --intlTelInput-input-min-height: 1.5rem;
  --intlTelInput-input-min-height-ie: 1.5rem;
  --intlTelInput-fixed-label-input-min-height-ie: 24px;
  --intlTelInput-input-no-label-min-height: 1.5rem;
  --intlTelInput-no-label-pt: 13px;
  --intlTelInput-placeholder-bottom: 6px;
  --intlTelInput-fixed-label-placeholder-bottom-ie:12px;
  --intlTelInput-no-label-placeholder-bottom: 12px;
  --intlTelInput-active-label-top: 0;
  --intlTelInput-flag-container-top:0;
  --intlTelInput-flag-container-bottom:0;
  --intlTelInput-flag-container-bottom-active: 0;
  --intlTelInput-flag-container-height:auto;
  --intlTelInput-padding-top: 3px;
  --intlTelInput-selected-flag-height: 100%;
  --intlTelInput-dropdown-hover-border: 1px solid var(--neutral7);
  --intlTelInput-dropdown-hover-border-radius: 10px;
  --intlTelInput-country-list-li-color: var(--neutral5);
  --intlTelInput-dropdown-li-border-color: var(--neutral4);
}

.theme-light {
  --upload-drop-zone-border: var(--neutral7);
  --upload-drop-zone-b-r: .5rem;
  --upload-drop-zone-b-c: var(--neutral1);
  --upload-drop-zone-b-c-hover: var(--neutral6-neutral2-mix-12);
  --upload-drop-zone-b-c-active: var(--neutral6-neutral2-mix-24);
  --upload-drop-zone-focus-border: var(--hue7);
  --upload-drop-zone-border-radius: .75rem;
  --upload-drop-zone-color: var(--neutral5);
  --upload-drop-zone-b-c-disabled: var(--neutral4);
  --uploader-drop-zone-border: var(--neutral7);
  --uploader-drop-zone-text-size-color: var(--neutral7);
  --uploader-drop-zone-preview-border: var(--neutral4);
  --uploader-drop-zone-background: var(--neutral2);
  --uploader-drop-zone-background-hover: rgba(var(--neutral6-rgb), .24);
  --uploader-drop-zone-border-hover: var(--neutral5);
  --upload-drop-zone-color-disabled: var(--neutral7);
}

.theme-light {
  --dial-pad-background: var(--neutral1);
  --dial-pad-border: 1px solid var(--neutral4);
  --dial-pad-keyboard-button-background: var(--neutral4);
  --dial-pad-keyboard-button-hover-background: var(--neutral5-neutral4-mix-5);
  --dial-pad-keyboard-button-active-background: var(--neutral5-neutral4-mix-7);
  --dial-pad-keyboard-button-focus-background: var(--neutral5-neutral4-mix-5);
  --dial-pad-keyboard-button-border-hover: var(--neutral7);
  --dial-pad-keyboard-button-span-first: var(--neutral5);
  --dial-pad-keyboard-button-span-last: var(--neutral7);
  --dial-pad-modal-height: 268px;
  --dial-pad-keyboard-btn-padding: 3px 0 0;
  --dial-pad-keyboard-btn-width: 48px;
  --dial-pad-keyboard-btn-height: 48px;
  --dial-pad-keyboard-btn-margin: 0 0 6px 0;
  --dial-pad-keyboard-btn-border-radius: 4px;
  --dial-pad-keyboard-btn-first-child-line-height: 22px;
  --dial-pad-keyboard-btn-first-child-font-weight: 600;
  --dial-pad-keyboard-btn-first-child-font-size: 1rem;
  --dial-pad-keyboard-btn-last-child-line-height: 1rem;
  --dial-pad-keyboard-btn-last-child-font-weight: 400;
  --dial-pad-keyboard-btn-last-child-font-size: 0.75rem;
  --dial-pad-keyboard-btn-last-child-flex-grow: initial;
  --dial-pad-keyboard-button-focus-opacity: 1;
  --dial-pad-keyboard-button-focus-border-color: var(--hue7);
  --dial-pad-keyboard-focus-border-display: block;
  --dial-pad-keyboard-action-btn-focus-display:block;
  --dial-pad-action-icon-top: 0;
  --dial-pad-action-icon-lh: 24px;
  --dial-pad-action-icon-height: 24px;
  --dial-pad-action-icon-right: 16px;
  --dial-pad-action-icon-width: 24px;
  --dial-pad-icon-link-top: 0;
  --dial-pad-icon-link-right: 0;
  --dial-pad-action-icon-right-rtl: 0;
  --dial-pad-keyboard-action-btn-color:var(--neutral5);
  --dial-pad-keyboard-input-color:var(--neutral5);
}

.theme-light {
  --aw-attachment-icon-link-right:0.75rem;
  --aw-attachment-icon-link-top:auto;
  --aw-attachment-icon-link-after-width:28px;
  --aw-attachment-icon-link-after-height:28px;
  --aw-attachment-icon-link-after-top:-2px;
  --aw-attachment-icon-link-after-left:-2px;
  --aw-attachment-icon-link-color:var(--neutral5);
  --aw-attachment-icon-link-color-hover:var(--white-black-mix-15);
  --aw-attachment-icon-link-focus-border:2px solid var(--hue7);
  --aw-attachment-icon-color:var(--neutral7);
  --aw-attachment-grid-bg:var(--neutral2);
  --aw-attachment-grid-bg-hover:var(--neutral6-neutral2-mix-12);
  --aw-attachment-grid-neutral-border:var(--neutral4);
  --aw-attachment-grid-border-color-hover:var(--neutral7);
  --aw-attachment-grid-border-focus:2px solid var(--hue7);
  --aw-attachment-grid-bg-active:var(--neutral6-neutral2-mix-24);
  --aw-attachment-grid-border-color-active:var(--neutral4);
  --aw-attachment-grid-file-text: var(--neutral5);
  --aw-attachment-grid-file-sub-text: var(--neutral7);
  --aw-attachment-uploader-progress-bar-bg: var(--foreground2);
  /* Start styles deprecated since version 4.2.0 */
  --aw-attachment-icon-link-bottom:1.5rem;
  /* End. */
}

.theme-light {
  --surface1: var(--neutral1);
  --surface2: var(--neutral2);
  --surface3: var(--neutral3);
  --surface4: var(--neutral4);
  --foreground1: var(--neutral5);
  --foreground2: var(--neutral7);
  --foreground3: var(--neutral6);
  --fill1: var(--hue1);
  --fill2: var(--hue2);
  --fill3: var(--hue3);
  --fill4: var(--hue6);
  --fill5: var(--warning);
  --fill6: var(--success);
  --fill7: var(--danger);
  --fill8: var(--primary);
  --fill-special1: var(--neutral6);
  --fill-special2: var(--neutral4);
  --fill-special3: var(--neutral5);
  --fill-special4: var(--neutral5);
  --fill-special5: var(--neutral1);
  --fill-white: var(--white);
  --fill-warning: var(--warning);
  --fill-success: var(--success);
  --fill-danger: var(--danger);
  --fill-primary: var(--primary);
  --fill-special2-shade-25: var(--neutral5-shade-25);
  --fill-special2-shade-30: var(--neutral5-shade-30);
  --outline1: var(--hue7);
  --outline2: var(--hue8);
  --outline3: var(--hue9);
  --outline4: var(--hue12);
  --outline5: var(--hue4);
  --outline6: var(--hue5);
  --outline7: var(--hue10);
  --outline8: var(--primary-2);
  --outline9: var(--neutral6);
  --background1: var(--neutral1);
  --background2: var(--neutral2);
  --background3: var(--neutral3);
  --background4: var(--neutral2);
  --background5: var(--neutral3);
  --stroke1: var(--neutral4);
  --stroke2: var(--neutral6);
  --stroke3: var(--neutral7);
  --stroke4: var(--neutral3);
  --stroke5: var(--hue7);
  --stroke6: var(--hue8);
  --stroke7: var(--hue9);
  --stroke8: var(--hue12);
  --stroke-warning-2: var(--warning-2);
  --stroke-success-2: var(--success-2);
  --stroke-danger-2: var(--danger-2);
  --stroke-primary-2: var(--primary-2);
  --text1: var(--neutral5);
  --text2: var(--neutral7);
  --text3: var(--neutral5);
  --text4: var(--hue7);
  --text5: var(--hue8);
  --text6: var(--hue9);
  --text7: var(--hue12);
  --text8: var(--hue1);
  --text9: var(--hue2);
  --text10: var(--hue3);
  --text11: var(--hue6);
  --text-warning: var(--warning);
  --text-success: var(--success);
  --text-danger: var(--danger);
  --text-warning-2: var(--warning-2);
  --text-success-2: var(--success-2);
  --text-danger-2: var(--danger-2);
  --text-primary: var(--primary);
  --text-primary-2: var(--primary-2);
  --tint-05: rgba(var(--white-rgb), 0.05);
  --tint-07: rgba(var(--white-rgb), 0.07);
  --tint-15: rgba(var(--white-rgb), 0.15);
  --tint-17: rgba(var(--white-rgb), 0.17);
  --tint-25: rgba(var(--white-rgb), 0.25);
  --tint-85: rgba(var(--white-rgb), 0.85);
  --shade-03: rgba(var(--black-rgb), 0.03);
  --shade-05: rgba(var(--black-rgb), 0.05);
  --shade-07: rgba(var(--black-rgb), 0.07);
  --shade-10: rgba(var(--black-rgb), 0.10);
  --shade-15: rgba(var(--black-rgb), 0.15);
  --shade-30: rgba(var(--black-rgb), 0.30);
  --shade-85: rgba(var(--black-rgb), 0.85);
  --shade-tint-1: rgba(var(--white-rgb), 0.8);
  --shade-tint-2: var(--white);
  --tint-shade-1: rgba(var(--black-rgb), 0.03);
  --tint-shade-2: rgba(var(--black-rgb), 0.05);
  --tint-shade-3: rgba(var(--black-rgb), 0.85);
  --tint-shade-4: rgba(var(--black-rgb), 0.15);
  --zebra: rgba(var(--neutral5-rgb), .03);
  --special-hover: var(--tint-shade-1);
}

.theme-light {
  --aw-chat-message-color:var(--primary-2);
}

.theme-light {
  --sendbar-border-color:var(--neutral4);
  --sendbar-color:var(--neutral5);
  --sendbar-send-btn-active-color:var(--primary-2);
  --sendbar-attach-btn-color:var(--neutral7);
  --sendbar-placeholder-color:var(--neutral7);
  --sendbar-textarea-h:24px;
  --sendbar-btn-height:24px;
}

.theme-light {
  --chat-msg-media-item-overlay-bg: rgba(var(--neutral5-rgb), .6);
  --chat-msg-item-color: var(--neutral5);
  --chat-msg-my-item-color: var(--neutral1);
  --chat-msg-border-radius: .5rem;
  --chat-msg-error-bg: var(--neutral7);
  --aw-messaging-call-info-panel-bg: var(--panel-background);
  --aw-messaging-day-chip-border: var(--badge-outline-border);
  --aw-messaging-day-chip-color: var(--badge-outline-color);
}

.theme-light {
  --aw-banner-text-color:var(--text1);
  --aw-banner-icon-link-color:var(--text1);
  --aw-banner-after-bg:var(--stroke1);
  --aw-banner-btn-close-p-b:0px;
  --aw-banner-warning-hover:var(--stroke-warning-2);
  --aw-banner-danger-hover:var(--stroke-danger-2);
  --aw-banner-success-hover:var(--stroke-success-2);
  --aw-banner-bg:var(--background2);
}

.theme-light {
  --attachments-list-background:var(--neutral2);
  --attachments-list-border:2px solid var(--neutral4);
  --attachments-list-focus-border:2px solid var(--hue7);
  --attachments-list-background-hover:var(--neutral6-neutral2-mix-12);
  --attachments-list-background-active:var(--neutral6-neutral2-mix-24);
  --attachments-list-hover-border:2px solid var(--neutral6);
  --attachment-icon-link-color-hover:mix(var(--white), var(--black), 10%);
  --attachment-icon-link-color-active:mix(var(--white), var(--black), 20%);
  --attachment-icon-link-focus-bs:0 0 0 2px var(--hue7);
  --attachment-img-btn-wrap-bg:var(--neutral7);
  --attachment-img-btn-wrap-hover:mix(var(--neutral1), var(--neutral7), 12%);
  --attachment-img-icon-btn-color:var(--neutral1);
  --attachment-img-icon-btn-hover:var(--black-white-mix-10);
  --attachment-img-icon-btn-active:var(--black-white-mix-20);
  /* Start styles deprecated since version 4.2.0 */
  --attachments-remove-background: rgba(var(--black-rgb), .8);
  /* End. */
}

.theme-light {
  --spinner-layer-border-color: var(--primary-2);
  --spinner-layer-border-color-neutral: var(--neutral5);
}

.theme-light {
  --aw-sliding-dialog-bs: 0px 8px 36px rgba(0, 0, 0, 0.16), 0px 6px 20px rgba(0, 0, 0, 0.12), 0px 4px 10px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.04);
  --aw-sliding-dialog-bg:var(--neutral1);
  --aw-sliding-dialog-h-fs:var(--typography-font-size-h3);
  --aw-sliding-dialog-h-lh:var(--typography-line-height-h3);
  --aw-sliding-dialog-h-fs-small: var(--typography-font-size-h5);
  --aw-sliding-dialog-h-lh-small: var(--typography-line-height-h5);
  --aw-sliding-dialog-h-c:var(--foreground);
  --aw-sliding-dialog-close-color:var(--neutral5);
  --aw-sliding-dialog-h-p-v:1.5rem;
}

.theme-light {
  --input-payment-bg: rgba(var(--neutral5-rgb), .03);
  --input-payment-borders: 0 0 1px 0;
  --input-payment-borders-color: var(--neutral7);
  --input-payment-focus-border-color: var(--primary-2);
  --input-payment-focus-box-shadow: var(--primary-2);
  --input-payment-box-shadow: inset 0 -1px 0 0;
  --input-payment-box-shadow-state: inset 0 -1px 0 0;
  --input-payment-box-shadow-state-invalid: inset 0 -1px 0 0;
  --input-payment-borders-disabled: 0;
  --input-payment-disabled-border-color: var(--neutral6);
  --input-payment-border-radius: 0.25rem 0.25rem 0 0;
  --input-payment-hover-normal-border-color: var(--neutral7);
  --input-payment-background-hover: rgba(var(--neutral5-rgb), .05);
  --input-payment-bg-focus: rgba(var(--neutral5-rgb), .05);
  --input-payment-mb: 1rem;
  --input-payment-label-left: .5rem;
  --input-payment-label-active-top: 6px;
  --input-payment-active-fw: 600;
  --input-payment-label-color: var(--neutral7);
  --input-payment-label-color-focus: var(--primary-2);
  --input-payment-helper-text-min-height: 1.25rem;
  --input-payment-helper-text-margin: 0.125rem 0 1rem 0;
  --input-payment-helper-text-color: var(--neutral7);
  --input-payment-helper-text-padding-top: 0;
  --input-payment-danger: var(--danger-2);
  --input-payment-label-color-error-active: var(--danger-2);
  --input-payment-left: .5rem;
  --input-payment-disabled-border-color: transparent;
  --input-payment-disabled-color: var(--neutral7);
  --input-payment-disabled-bg: var(--neutral4);
  --input-payment-text-normal-color: var(--neutral5);
  --input-payment-mask-normal-color: var(--neutral7);
  --input-payment-label-fixed-color: var(--neutral5);
  /* Start styles deprecated since version 4.2.0 */
  --input-payment-border-bottom: 1px solid var(--neutral7);
  /* End. */
}

.theme-light {
  --takeover-modal-header-color: var(--neutral5);
  --takeover-modal-h-fs:var(--typography-font-size-h3);
  --takeover-modal-h-lh:var(--typography-line-height-h3);
  --takeover-modal-h-fs-small: var(--typography-font-size-h5);
  --takeover-modal-h-lh-small: var(--typography-line-height-h5);
  --takeover-modal-h-p-v:1.5rem;
  --takeover-modal-bg: var(--neutral1);
}

.theme-light {
  --chat-item-hover-bg: rgba(var(--neutral5-rgb), 0.05);
}

.theme-light {
  --aw-step-preloader-bg: rgba(var(--neutral4-rgb), .5);
  --aw-active-step-title: var(--neutral5);
  --aw-step-title: var(--neutral7);
  --step-head-title-size: var(--typography-font-size-h5);
  --step-head-title-weight: var(--typography-font-weight-h5);
  --step-head-title-height: var(--typography-line-height-h5);
  --step-head-title-margin: var(--typography-margin-h5);
}

.theme-light {
  --aw-navigation-vertical-hover-bg: rgba(var(--neutral5-rgb), .05);
  --aw-navigation-vertical-item-color: var(--neutral5);
  --aw-navigation-vertical-active-color: var(--neutral5);
  --aw-navigation-vertical-item-border-color: var(--neutral7);
}

.theme-light {
  --dp-days-number-hover: rgba(var(--neutral5-rgb), .05);
  --dp-today-selected: var(--neutral1);
  --dp-primary-9: rgba(var(--primary-rgb), 0.9);
  --dp-today-dot: var(--primary-2);
  --dp-days-name-weight: 600;
  --dp-range-background: rgba(var(--primary-rgb), 0.12);
  --dp-filter-btn-color:var(--neutral5);
}

.theme-light {
  --secondary-toast-color: var(--neutral7);
  --wcag-toast-background: var(--neutral1);
  --wcag-toast-border-color: var(--neutral7);
  --wcag-toast-close-btn-color:var(--neutral5);
  --wcag-toast-header-border-color:var(--neutral4);
}

.theme-light {
  --wysiwyg-bg: rgba(var(--neutral5-rgb), 0.03);
  --wysiwyg-btn-h-a-bg: rgba(var(--neutral5-rgb), 0.05);
  --wysiwyg-btn-active-color: var(--primary-2);
  --wysiwyg-border-radius: 2px 2px 0 0;
  --wysiwyg-active-border-radius: 2px;
  --wysiwyg-border-color: var(--foreground3);
  --wysiwyg-border-width: 0 0 1px 0;
  --wysiwyg-btn-select-label-color: var(--neutral5);
  --wysiwyg-hovered-bg: rgba(var(--neutral5-rgb), 0.03);
  --wysiwyg-hovered-border: transparent;
  --wysiwyg-hovered-border-color: var(--foreground3);
  --wysiwyg-btn-color: var(--neutral7);
  --wysiwyg-btn-border-color: var(--neutral7);
  --wysiwyg-btn-text-color: var(--neutral5);
  --wysiwyg-btn-select-icon-color: var(--neutral5);
}

.theme-light {
  --select-custom-search-message-bg: var(--surface2);
  --select-custom-search-message-group-title-color: var(--neutral5);
}

.theme-light {
  --filter-menu-search-field-bg: var(--surface2);
  --filter-menu-search-field-color: var(--neutral7);
  --filter-container-filters-color: var(--neutral7);
  --filter-dropdown-input-border: 0 0 1px 0;
  --filter-dropdown-input-hover-bs: inset 0 -1px 0 0;
  --filter-dropdown-input-active-border: 0 0 1px 0;
  --filter-dropdown-input-active-bs: inset 0 -1px 0 0;
  --filter-container-filters-gap: 1rem;
  --filter-dropdown-input-focus-box-shadow: var(--primary-2);
  --aw-collapsible-filter-text-color: var(--neutral5);
  --aw-collapsible-filter-menu-search-field-bg: var(--surface2);
}

.theme-light {
  --aw-avatar-icon-color: var(--neutral1);
}

.theme-light {
  --skeleton-base-color: rgba(var(--black-rgb), 0.08);
  --shimmer-color-bright: rgba(var(--black-rgb), 0.08);
  --shimmer-color-transparent: rgba(var(--black-rgb), 0);
}

.theme-light .subtheme1 {
  --primary: #1774cc;
  --primary-rgb: 23, 116, 204;
  --primary-3: rgb(29.96, 120.17, 205.53);
  --primary-5: rgb(34.6, 122.95, 206.55);
  --primary-10: rgb(46.2, 129.9, 209.1);
  --primary-15: rgb(57.8, 136.85, 211.65);
  --primary-17: rgb(62.44, 139.63, 212.67);
  --primary-20: rgb(69.4, 143.8, 214.2);
  --primary-25: rgb(81, 150.75, 216.75);
  --primary-30: rgb(92.6, 157.7, 219.3);
  --primary-50: rgb(139, 185.5, 229.5);
  --primary-shade-3: rgb(22.31, 112.52, 197.88);
  --primary-shade-5: rgb(21.85, 110.2, 193.8);
  --primary-shade-7: rgb(21.39, 107.88, 189.72);
  --primary-shade-10: rgb(20.7, 104.4, 183.6);
  --primary-shade-12: rgb(20.24, 102.08, 179.52);
  --primary-shade-15: rgb(19.55, 98.6, 173.4);
  --primary-shade-25: rgb(17.25, 87, 153);
  --primary-shade-30: rgb(16.1, 81.2, 142.8);
  --primary-shade-40: rgb(13.8, 69.6, 122.4);
  --primary-shade-50: rgb(11.5, 58, 102);
  --primary-2: #0e62b8;
  --primary-2-rgb: 14, 98, 184;
  --primary-2-3: rgb(21.23, 102.71, 186.13);
  --primary-2-5: rgb(26.05, 105.85, 187.55);
  --primary-2-10: rgb(38.1, 113.7, 191.1);
  --primary-2-15: rgb(50.15, 121.55, 194.65);
  --primary-2-17: rgb(54.97, 124.69, 196.07);
  --primary-2-20: rgb(62.2, 129.4, 198.2);
  --primary-2-25: rgb(74.25, 137.25, 201.75);
  --primary-2-30: rgb(86.3, 145.1, 205.3);
  --primary-2-50: rgb(134.5, 176.5, 219.5);
  --primary-2-shade-3: rgb(13.58, 95.06, 178.48);
  --primary-2-shade-5: rgb(13.3, 93.1, 174.8);
  --primary-2-shade-7: rgb(13.02, 91.14, 171.12);
  --primary-2-shade-10: rgb(12.6, 88.2, 165.6);
  --primary-2-shade-12: rgb(12.32, 86.24, 161.92);
  --primary-2-shade-15: rgb(11.9, 83.3, 156.4);
  --primary-2-shade-25: rgb(10.5, 73.5, 138);
  --primary-2-shade-30: rgb(9.8, 68.6, 128.8);
  --primary-2-shade-40: rgb(8.4, 58.8, 110.4);
  --primary-2-shade-50: #07315c;
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #0e62b8;
  --link-color-hover: rgb(12.6, 88.2, 165.6);
  --link-color-active: rgb(12.6, 88.2, 165.6);
  --link-color-visited: #0e62b8;
  --link-color-visited-hover: rgb(12.6, 88.2, 165.6);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #1774cc;
  --anchor-active-bg-color: #1774cc;
  --anchor-active-border-color: rgba(23, 116, 204, 0.3);
  --anchor-active-hover-border-color: rgb(16.1, 81.2, 142.8);
  --checkbox-disabled-checked-helper-color: #0e62b8;
  --checkbox-input-checked-helper-color: #0e62b8;
  --checkbox-input-checked-helper-background-color: #0e62b8;
  --checkbox-label-hover-color: #0e62b8;
  --checkbox-label-hover-helper-color: rgb(12.6, 88.2, 165.6);
  --checkbox-label-hover-text-color: rgb(12.6, 88.2, 165.6);
  --checkbox-border-hover-color: rgb(12.6, 88.2, 165.6);
  --checkbox-label-hover-helper-bg: rgb(12.6, 88.2, 165.6);
  --checkbox-checked-label-hover-hover: rgba(14, 98, 184, 0);
  --checkbox-checked-border-right: #0e62b8;
  --checkbox-checked-border-bottom: #0e62b8;
  --checkbox-background: #0e62b8;
  --checkbox-color: #0e62b8;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #1774cc;
  --circle-graphics-bg: #1774cc;
  --circle-graphics-icon: #1774cc;
  --radio-buttons-label-hover-color: rgb(12.6, 88.2, 165.6);
  --radio-buttons-label-hover: rgb(50.15, 121.55, 194.65);
  --radio-buttons-checked-border: 2px solid #0e62b8;
  --radio-buttons-checked-hover-border: 2px solid rgb(12.6, 88.2, 165.6);
  --radio-buttons-checked-border-focus: 2px solid rgb(50.15, 121.55, 194.65);
  --radio-buttons-checked-background-color: #0e62b8;
  --radio-buttons-checked-hover-background-color: rgb(12.6, 88.2, 165.6);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(12.6, 88.2, 165.6);
  --radio-buttons-outline: 2px dotted #0e62b8;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #1774cc;
  --table-icon-down-color: #1774cc;
  --table-icon-up-down: #1774cc;
  --sortable-btn-color: #1774cc;
  --aw-table-legacy-table-icon-up-color: #0e62b8;
  --aw-table-legacy-table-icon-down-color: #0e62b8;
  --input-focus-border-color: #0e62b8;
  --input-focus-box-shadow: #0e62b8;
  --input-field-label-icon-color: #0e62b8;
  --label-color-active: #0e62b8;
  --action-icon-color-hover: #0e62b8;
  --ai-input_border_color: #0e62b8;
  --ai-input_label_active_color: #0e62b8;
  --ai-input_icon_color: #0e62b8;
  --tabs-indicator-color: #0e62b8;
  --tabs-hover: #0e62b8;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #0e62b8;
  --switch-checked-background-color: rgba(14, 98, 184, 0.24);
  --switch-checked-after-background-color: #0e62b8;
  --switch-lever-name-disabled-background-color: rgba(14, 98, 184, 0.24);
  --switch-disabled-background-color: rgb(134.5, 176.5, 219.5);
  --wcag-focus: 1px solid #0e62b8;
  --spinner-layer-border-color: #0e62b8;
  --slider-filled-color: #0e62b8;
  --slider-circle-color: #1774cc;
  --slider-active-on-start-background: #1774cc;
  --slider-circle-on-start-color: #1774cc;
  --slider-disabled-circle-on-start-color: #1774cc;
  --slider-vertical-filled: #0e62b8;
  --slider-disabled-connect-color: #0e62b8;
  --btn-hover-background: rgba(23, 116, 204, 0);
  --btn-focus-background: rgba(14, 98, 184, 0);
  --btn-primary-2-hover-background: rgba(14, 98, 184, 0);
  --btn-primary-2-active-background: rgba(14, 98, 184, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #1774cc;
  --b-p-bg-h: rgb(20.7, 104.4, 183.6);
  --b-p-bg-a: rgb(16.1, 81.2, 142.8);
  --b-p2-bg-h: rgb(12.6, 88.2, 165.6);
  --b-p2-bg-a: rgb(9.8, 68.6, 128.8);
  --floating-primary-hover: rgb(57.8, 136.85, 211.65);
  --floating-primary-active: rgb(81, 150.75, 216.75);
  --icon-link-state-active-color: #0e62b8;
  --icon-link-state-active-color-hover: rgb(12.6, 88.2, 165.6);
  --icon-link-state-active-icon-border-color: #0e62b8;
  --bo-p-c-h: rgb(20.7, 104.4, 183.6);
  --bo-p-c-a: rgb(16.1, 81.2, 142.8);
  --bo-p2-c-h: rgb(12.6, 88.2, 165.6);
  --bo-p2-c-a: rgb(9.8, 68.6, 128.8);
  --icon-link-h-c: rgb(12.6, 88.2, 165.6);
  --icon-link-a-c: rgb(9.8, 68.6, 128.8);
  --minify-toggle-btn-hover: rgb(12.6, 88.2, 165.6);
  --select-focus-border-bottom: #0e62b8;
  --select-focus-border-color: #0e62b8;
  --select-focus-label-color: #0e62b8;
  --disabled-label-color: #0e62b8;
  --badge-num-outline-border: #0e62b8;
  --badge-num-outline-color: #0e62b8;
  --textarea-label-color-active: #0e62b8;
  --textarea-box-shadow-focus: 0 -1px 0 0 #0e62b8 inset;
  --textarea-focus-border-color: #0e62b8;
  --chips-active-background: #1774cc;
  --chips-active-border-color: #1774cc;
  --chips-active-hover-bg-color: #1774cc;
  --chips-active-hover-border-color: rgba(23, 116, 204, 0.15);
  --chips-icon-active-color: rgba(14, 98, 184, 0.85);
  --chips-icon-hover-color: #0e62b8;
  --navbar-a-active-hover: #0e62b8;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #0e62b8;
  --nav-hover-list-page-color: #0e62b8;
  --logo-li-a-link-color: #0e62b8;
  --logo-li-a-link-hover-color: rgb(62.2, 129.4, 198.2);
  --logo-li-a-link-active-color: rgb(86.3, 145.1, 205.3);
  --search-block-input-border-color: #0e62b8;
  --dropdown-check-icon-color: #0e62b8;
  --dropdown-li-active-color: #0e62b8;
  --dropdown-content-collection-hover-active-color: #0e62b8;
  --dropdown-more-link-color: #0e62b8;
  --collection-active-color: #0e62b8;
  --collection-active-background: rgba(23, 116, 204, 0.2);
  --collection-active-small-color: rgb(57.8, 136.85, 211.65);
  --collection-active-item: #0e62b8;
  --pagination-button-border: 1px solid #0e62b8;
  --pagination-button-color: #0e62b8;
  --pagination-button-color-disabled: #0e62b8;
  --pagination-button-hover-background: rgba(23, 116, 204, 0.12);
  --pagination-button-color-active: #0e62b8;
  --pagination-button-border-active: 3px solid #0e62b8;
  --selectable-hover-color: #0e62b8;
  --mat-calendar-today-dot: #0e62b8;
  --datetime-picker-primary-12: rgba(23, 116, 204, 0.12);
  --range-background: rgba(23, 116, 204, 0.12);
  --datetime-picker-primary-4: #1774cc;
  --datetime-picker-primary: #1774cc;
  --datetime-picker-primary-9: rgba(23, 116, 204, 0.9);
  --mat-calendar-days-number-hover-revers: #1774cc;
  --only-icon-focus-color: #0e62b8;
  --notifications-btn-flat-primary: #0e62b8;
  --primary-text: #0e62b8;
  --notifications-flash-dialog-border: 1px solid #1774cc;
  --notifications-flash-dialog-background-color: #1774cc;
  --aw-chat-message-color: #0e62b8;
  --sendbar-send-btn-active-color: #0e62b8;
  --outline8: #0e62b8;
  --input-payment-focus-border-color: #0e62b8;
  --input-payment-focus-box-shadow: #0e62b8;
  --input-payment-label-color-focus: #0e62b8;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(23, 116, 204, 0.9);
  --dp-today-dot: #0e62b8;
  --wysiwyg-btn-active-color: #0e62b8;
}

.theme-light .subtheme1 {
  font-family: var(--font-family);
}

.theme-light .subtheme2 {
  --primary: #7863e0;
  --primary-rgb: 120, 99, 224;
  --primary-3: rgb(124.05, 103.68, 224.93);
  --primary-5: rgb(126.75, 106.8, 225.55);
  --primary-10: rgb(133.5, 114.6, 227.1);
  --primary-15: rgb(140.25, 122.4, 228.65);
  --primary-17: rgb(142.95, 125.52, 229.27);
  --primary-20: rgb(147, 130.2, 230.2);
  --primary-25: rgb(153.75, 138, 231.75);
  --primary-30: rgb(160.5, 145.8, 233.3);
  --primary-50: rgb(187.5, 177, 239.5);
  --primary-shade-3: rgb(116.4, 96.03, 217.28);
  --primary-shade-5: rgb(114, 94.05, 212.8);
  --primary-shade-7: rgb(111.6, 92.07, 208.32);
  --primary-shade-10: rgb(108, 89.1, 201.6);
  --primary-shade-12: rgb(105.6, 87.12, 197.12);
  --primary-shade-15: rgb(102, 84.15, 190.4);
  --primary-shade-25: rgb(90, 74.25, 168);
  --primary-shade-30: rgb(84, 69.3, 156.8);
  --primary-shade-40: rgb(72, 59.4, 134.4);
  --primary-shade-50: rgb(60, 49.5, 112);
  --primary-2: #594bb0;
  --primary-2-rgb: 89, 75, 176;
  --primary-2-3: rgb(93.98, 80.4, 178.37);
  --primary-2-5: rgb(97.3, 84, 179.95);
  --primary-2-10: rgb(105.6, 93, 183.9);
  --primary-2-15: rgb(113.9, 102, 187.85);
  --primary-2-17: rgb(117.22, 105.6, 189.43);
  --primary-2-20: rgb(122.2, 111, 191.8);
  --primary-2-25: rgb(130.5, 120, 195.75);
  --primary-2-30: rgb(138.8, 129, 199.7);
  --primary-2-50: rgb(172, 165, 215.5);
  --primary-2-shade-3: rgb(86.33, 72.75, 170.72);
  --primary-2-shade-5: rgb(84.55, 71.25, 167.2);
  --primary-2-shade-7: rgb(82.77, 69.75, 163.68);
  --primary-2-shade-10: rgb(80.1, 67.5, 158.4);
  --primary-2-shade-12: rgb(78.32, 66, 154.88);
  --primary-2-shade-15: rgb(75.65, 63.75, 149.6);
  --primary-2-shade-25: rgb(66.75, 56.25, 132);
  --primary-2-shade-30: rgb(62.3, 52.5, 123.2);
  --primary-2-shade-40: rgb(53.4, 45, 105.6);
  --primary-2-shade-50: rgb(44.5, 37.5, 88);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #594bb0;
  --link-color-hover: rgb(80.1, 67.5, 158.4);
  --link-color-active: rgb(80.1, 67.5, 158.4);
  --link-color-visited: #594bb0;
  --link-color-visited-hover: rgb(80.1, 67.5, 158.4);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #7863e0;
  --anchor-active-bg-color: #7863e0;
  --anchor-active-border-color: rgba(120, 99, 224, 0.3);
  --anchor-active-hover-border-color: rgb(84, 69.3, 156.8);
  --checkbox-disabled-checked-helper-color: #594bb0;
  --checkbox-input-checked-helper-color: #594bb0;
  --checkbox-input-checked-helper-background-color: #594bb0;
  --checkbox-label-hover-color: #594bb0;
  --checkbox-label-hover-helper-color: rgb(80.1, 67.5, 158.4);
  --checkbox-label-hover-text-color: rgb(80.1, 67.5, 158.4);
  --checkbox-border-hover-color: rgb(80.1, 67.5, 158.4);
  --checkbox-label-hover-helper-bg: rgb(80.1, 67.5, 158.4);
  --checkbox-checked-label-hover-hover: rgba(89, 75, 176, 0);
  --checkbox-checked-border-right: #594bb0;
  --checkbox-checked-border-bottom: #594bb0;
  --checkbox-background: #594bb0;
  --checkbox-color: #594bb0;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #7863e0;
  --circle-graphics-bg: #7863e0;
  --circle-graphics-icon: #7863e0;
  --radio-buttons-label-hover-color: rgb(80.1, 67.5, 158.4);
  --radio-buttons-label-hover: rgb(113.9, 102, 187.85);
  --radio-buttons-checked-border: 2px solid #594bb0;
  --radio-buttons-checked-hover-border: 2px solid rgb(80.1, 67.5, 158.4);
  --radio-buttons-checked-border-focus: 2px solid rgb(113.9, 102, 187.85);
  --radio-buttons-checked-background-color: #594bb0;
  --radio-buttons-checked-hover-background-color: rgb(80.1, 67.5, 158.4);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(80.1, 67.5, 158.4);
  --radio-buttons-outline: 2px dotted #594bb0;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #7863e0;
  --table-icon-down-color: #7863e0;
  --table-icon-up-down: #7863e0;
  --sortable-btn-color: #7863e0;
  --aw-table-legacy-table-icon-up-color: #594bb0;
  --aw-table-legacy-table-icon-down-color: #594bb0;
  --input-focus-border-color: #594bb0;
  --input-focus-box-shadow: #594bb0;
  --input-field-label-icon-color: #594bb0;
  --label-color-active: #594bb0;
  --action-icon-color-hover: #594bb0;
  --ai-input_border_color: #594bb0;
  --ai-input_label_active_color: #594bb0;
  --ai-input_icon_color: #594bb0;
  --tabs-indicator-color: #594bb0;
  --tabs-hover: #594bb0;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #594bb0;
  --switch-checked-background-color: rgba(89, 75, 176, 0.24);
  --switch-checked-after-background-color: #594bb0;
  --switch-lever-name-disabled-background-color: rgba(89, 75, 176, 0.24);
  --switch-disabled-background-color: rgb(172, 165, 215.5);
  --wcag-focus: 1px solid #594bb0;
  --spinner-layer-border-color: #594bb0;
  --slider-filled-color: #594bb0;
  --slider-circle-color: #7863e0;
  --slider-active-on-start-background: #7863e0;
  --slider-circle-on-start-color: #7863e0;
  --slider-disabled-circle-on-start-color: #7863e0;
  --slider-vertical-filled: #594bb0;
  --slider-disabled-connect-color: #594bb0;
  --btn-hover-background: rgba(120, 99, 224, 0);
  --btn-focus-background: rgba(89, 75, 176, 0);
  --btn-primary-2-hover-background: rgba(89, 75, 176, 0);
  --btn-primary-2-active-background: rgba(89, 75, 176, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #7863e0;
  --b-p-bg-h: rgb(108, 89.1, 201.6);
  --b-p-bg-a: rgb(84, 69.3, 156.8);
  --b-p2-bg-h: rgb(80.1, 67.5, 158.4);
  --b-p2-bg-a: rgb(62.3, 52.5, 123.2);
  --floating-primary-hover: rgb(140.25, 122.4, 228.65);
  --floating-primary-active: rgb(153.75, 138, 231.75);
  --icon-link-state-active-color: #594bb0;
  --icon-link-state-active-color-hover: rgb(80.1, 67.5, 158.4);
  --icon-link-state-active-icon-border-color: #594bb0;
  --bo-p-c-h: rgb(108, 89.1, 201.6);
  --bo-p-c-a: rgb(84, 69.3, 156.8);
  --bo-p2-c-h: rgb(80.1, 67.5, 158.4);
  --bo-p2-c-a: rgb(62.3, 52.5, 123.2);
  --icon-link-h-c: rgb(80.1, 67.5, 158.4);
  --icon-link-a-c: rgb(62.3, 52.5, 123.2);
  --minify-toggle-btn-hover: rgb(80.1, 67.5, 158.4);
  --select-focus-border-bottom: #594bb0;
  --select-focus-border-color: #594bb0;
  --select-focus-label-color: #594bb0;
  --disabled-label-color: #594bb0;
  --badge-num-outline-border: #594bb0;
  --badge-num-outline-color: #594bb0;
  --textarea-label-color-active: #594bb0;
  --textarea-box-shadow-focus: 0 -1px 0 0 #594bb0 inset;
  --textarea-focus-border-color: #594bb0;
  --chips-active-background: #7863e0;
  --chips-active-border-color: #7863e0;
  --chips-active-hover-bg-color: #7863e0;
  --chips-active-hover-border-color: rgba(120, 99, 224, 0.15);
  --chips-icon-active-color: rgba(89, 75, 176, 0.85);
  --chips-icon-hover-color: #594bb0;
  --navbar-a-active-hover: #594bb0;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #594bb0;
  --nav-hover-list-page-color: #594bb0;
  --logo-li-a-link-color: #594bb0;
  --logo-li-a-link-hover-color: rgb(122.2, 111, 191.8);
  --logo-li-a-link-active-color: rgb(138.8, 129, 199.7);
  --search-block-input-border-color: #594bb0;
  --dropdown-check-icon-color: #594bb0;
  --dropdown-li-active-color: #594bb0;
  --dropdown-content-collection-hover-active-color: #594bb0;
  --dropdown-more-link-color: #594bb0;
  --collection-active-color: #594bb0;
  --collection-active-background: rgba(120, 99, 224, 0.2);
  --collection-active-small-color: rgb(140.25, 122.4, 228.65);
  --collection-active-item: #594bb0;
  --pagination-button-border: 1px solid #594bb0;
  --pagination-button-color: #594bb0;
  --pagination-button-color-disabled: #594bb0;
  --pagination-button-hover-background: rgba(120, 99, 224, 0.12);
  --pagination-button-color-active: #594bb0;
  --pagination-button-border-active: 3px solid #594bb0;
  --selectable-hover-color: #594bb0;
  --mat-calendar-today-dot: #594bb0;
  --datetime-picker-primary-12: rgba(120, 99, 224, 0.12);
  --range-background: rgba(120, 99, 224, 0.12);
  --datetime-picker-primary-4: #7863e0;
  --datetime-picker-primary: #7863e0;
  --datetime-picker-primary-9: rgba(120, 99, 224, 0.9);
  --mat-calendar-days-number-hover-revers: #7863e0;
  --only-icon-focus-color: #594bb0;
  --notifications-btn-flat-primary: #594bb0;
  --primary-text: #594bb0;
  --notifications-flash-dialog-border: 1px solid #7863e0;
  --notifications-flash-dialog-background-color: #7863e0;
  --aw-chat-message-color: #594bb0;
  --sendbar-send-btn-active-color: #594bb0;
  --outline8: #594bb0;
  --input-payment-focus-border-color: #594bb0;
  --input-payment-focus-box-shadow: #594bb0;
  --input-payment-label-color-focus: #594bb0;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(120, 99, 224, 0.9);
  --dp-today-dot: #594bb0;
  --wysiwyg-btn-active-color: #594bb0;
}

.theme-light .subtheme2 {
  font-family: var(--font-family);
}

.theme-light .subtheme3 {
  --primary: #c32dc3;
  --primary-rgb: 195, 45, 195;
  --primary-3: rgb(196.8, 51.3, 196.8);
  --primary-5: rgb(198, 55.5, 198);
  --primary-10: #c942c9;
  --primary-15: rgb(204, 76.5, 204);
  --primary-17: rgb(205.2, 80.7, 205.2);
  --primary-20: #cf57cf;
  --primary-25: rgb(210, 97.5, 210);
  --primary-30: #d56cd5;
  --primary-50: #e196e1;
  --primary-shade-3: rgb(189.15, 43.65, 189.15);
  --primary-shade-5: rgb(185.25, 42.75, 185.25);
  --primary-shade-7: rgb(181.35, 41.85, 181.35);
  --primary-shade-10: rgb(175.5, 40.5, 175.5);
  --primary-shade-12: rgb(171.6, 39.6, 171.6);
  --primary-shade-15: rgb(165.75, 38.25, 165.75);
  --primary-shade-25: rgb(146.25, 33.75, 146.25);
  --primary-shade-30: rgb(136.5, 31.5, 136.5);
  --primary-shade-40: #751b75;
  --primary-shade-50: rgb(97.5, 22.5, 97.5);
  --primary-2: #af20af;
  --primary-2-rgb: 175, 32, 175;
  --primary-2-3: rgb(177.4, 38.69, 177.4);
  --primary-2-5: rgb(179, 43.15, 179);
  --primary-2-10: rgb(183, 54.3, 183);
  --primary-2-15: rgb(187, 65.45, 187);
  --primary-2-17: rgb(188.6, 69.91, 188.6);
  --primary-2-20: rgb(191, 76.6, 191);
  --primary-2-25: rgb(195, 87.75, 195);
  --primary-2-30: rgb(199, 98.9, 199);
  --primary-2-50: rgb(215, 143.5, 215);
  --primary-2-shade-3: rgb(169.75, 31.04, 169.75);
  --primary-2-shade-5: rgb(166.25, 30.4, 166.25);
  --primary-2-shade-7: rgb(162.75, 29.76, 162.75);
  --primary-2-shade-10: rgb(157.5, 28.8, 157.5);
  --primary-2-shade-12: rgb(154, 28.16, 154);
  --primary-2-shade-15: rgb(148.75, 27.2, 148.75);
  --primary-2-shade-25: rgb(131.25, 24, 131.25);
  --primary-2-shade-30: rgb(122.5, 22.4, 122.5);
  --primary-2-shade-40: rgb(105, 19.2, 105);
  --primary-2-shade-50: rgb(87.5, 16, 87.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #af20af;
  --link-color-hover: rgb(157.5, 28.8, 157.5);
  --link-color-active: rgb(157.5, 28.8, 157.5);
  --link-color-visited: #af20af;
  --link-color-visited-hover: rgb(157.5, 28.8, 157.5);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #c32dc3;
  --anchor-active-bg-color: #c32dc3;
  --anchor-active-border-color: rgba(195, 45, 195, 0.3);
  --anchor-active-hover-border-color: rgb(136.5, 31.5, 136.5);
  --checkbox-disabled-checked-helper-color: #af20af;
  --checkbox-input-checked-helper-color: #af20af;
  --checkbox-input-checked-helper-background-color: #af20af;
  --checkbox-label-hover-color: #af20af;
  --checkbox-label-hover-helper-color: rgb(157.5, 28.8, 157.5);
  --checkbox-label-hover-text-color: rgb(157.5, 28.8, 157.5);
  --checkbox-border-hover-color: rgb(157.5, 28.8, 157.5);
  --checkbox-label-hover-helper-bg: rgb(157.5, 28.8, 157.5);
  --checkbox-checked-label-hover-hover: rgba(175, 32, 175, 0);
  --checkbox-checked-border-right: #af20af;
  --checkbox-checked-border-bottom: #af20af;
  --checkbox-background: #af20af;
  --checkbox-color: #af20af;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #c32dc3;
  --circle-graphics-bg: #c32dc3;
  --circle-graphics-icon: #c32dc3;
  --radio-buttons-label-hover-color: rgb(157.5, 28.8, 157.5);
  --radio-buttons-label-hover: rgb(187, 65.45, 187);
  --radio-buttons-checked-border: 2px solid #af20af;
  --radio-buttons-checked-hover-border: 2px solid rgb(157.5, 28.8, 157.5);
  --radio-buttons-checked-border-focus: 2px solid rgb(187, 65.45, 187);
  --radio-buttons-checked-background-color: #af20af;
  --radio-buttons-checked-hover-background-color: rgb(157.5, 28.8, 157.5);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(157.5, 28.8, 157.5);
  --radio-buttons-outline: 2px dotted #af20af;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #c32dc3;
  --table-icon-down-color: #c32dc3;
  --table-icon-up-down: #c32dc3;
  --sortable-btn-color: #c32dc3;
  --aw-table-legacy-table-icon-up-color: #af20af;
  --aw-table-legacy-table-icon-down-color: #af20af;
  --input-focus-border-color: #af20af;
  --input-focus-box-shadow: #af20af;
  --input-field-label-icon-color: #af20af;
  --label-color-active: #af20af;
  --action-icon-color-hover: #af20af;
  --ai-input_border_color: #af20af;
  --ai-input_label_active_color: #af20af;
  --ai-input_icon_color: #af20af;
  --tabs-indicator-color: #af20af;
  --tabs-hover: #af20af;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #af20af;
  --switch-checked-background-color: rgba(175, 32, 175, 0.24);
  --switch-checked-after-background-color: #af20af;
  --switch-lever-name-disabled-background-color: rgba(175, 32, 175, 0.24);
  --switch-disabled-background-color: rgb(215, 143.5, 215);
  --wcag-focus: 1px solid #af20af;
  --spinner-layer-border-color: #af20af;
  --slider-filled-color: #af20af;
  --slider-circle-color: #c32dc3;
  --slider-active-on-start-background: #c32dc3;
  --slider-circle-on-start-color: #c32dc3;
  --slider-disabled-circle-on-start-color: #c32dc3;
  --slider-vertical-filled: #af20af;
  --slider-disabled-connect-color: #af20af;
  --btn-hover-background: rgba(195, 45, 195, 0);
  --btn-focus-background: rgba(175, 32, 175, 0);
  --btn-primary-2-hover-background: rgba(175, 32, 175, 0);
  --btn-primary-2-active-background: rgba(175, 32, 175, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #c32dc3;
  --b-p-bg-h: rgb(175.5, 40.5, 175.5);
  --b-p-bg-a: rgb(136.5, 31.5, 136.5);
  --b-p2-bg-h: rgb(157.5, 28.8, 157.5);
  --b-p2-bg-a: rgb(122.5, 22.4, 122.5);
  --floating-primary-hover: rgb(204, 76.5, 204);
  --floating-primary-active: rgb(210, 97.5, 210);
  --icon-link-state-active-color: #af20af;
  --icon-link-state-active-color-hover: rgb(157.5, 28.8, 157.5);
  --icon-link-state-active-icon-border-color: #af20af;
  --bo-p-c-h: rgb(175.5, 40.5, 175.5);
  --bo-p-c-a: rgb(136.5, 31.5, 136.5);
  --bo-p2-c-h: rgb(157.5, 28.8, 157.5);
  --bo-p2-c-a: rgb(122.5, 22.4, 122.5);
  --icon-link-h-c: rgb(157.5, 28.8, 157.5);
  --icon-link-a-c: rgb(122.5, 22.4, 122.5);
  --minify-toggle-btn-hover: rgb(157.5, 28.8, 157.5);
  --select-focus-border-bottom: #af20af;
  --select-focus-border-color: #af20af;
  --select-focus-label-color: #af20af;
  --disabled-label-color: #af20af;
  --badge-num-outline-border: #af20af;
  --badge-num-outline-color: #af20af;
  --textarea-label-color-active: #af20af;
  --textarea-box-shadow-focus: 0 -1px 0 0 #af20af inset;
  --textarea-focus-border-color: #af20af;
  --chips-active-background: #c32dc3;
  --chips-active-border-color: #c32dc3;
  --chips-active-hover-bg-color: #c32dc3;
  --chips-active-hover-border-color: rgba(195, 45, 195, 0.15);
  --chips-icon-active-color: rgba(175, 32, 175, 0.85);
  --chips-icon-hover-color: #af20af;
  --navbar-a-active-hover: #af20af;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #af20af;
  --nav-hover-list-page-color: #af20af;
  --logo-li-a-link-color: #af20af;
  --logo-li-a-link-hover-color: rgb(191, 76.6, 191);
  --logo-li-a-link-active-color: rgb(199, 98.9, 199);
  --search-block-input-border-color: #af20af;
  --dropdown-check-icon-color: #af20af;
  --dropdown-li-active-color: #af20af;
  --dropdown-content-collection-hover-active-color: #af20af;
  --dropdown-more-link-color: #af20af;
  --collection-active-color: #af20af;
  --collection-active-background: rgba(195, 45, 195, 0.2);
  --collection-active-small-color: rgb(204, 76.5, 204);
  --collection-active-item: #af20af;
  --pagination-button-border: 1px solid #af20af;
  --pagination-button-color: #af20af;
  --pagination-button-color-disabled: #af20af;
  --pagination-button-hover-background: rgba(195, 45, 195, 0.12);
  --pagination-button-color-active: #af20af;
  --pagination-button-border-active: 3px solid #af20af;
  --selectable-hover-color: #af20af;
  --mat-calendar-today-dot: #af20af;
  --datetime-picker-primary-12: rgba(195, 45, 195, 0.12);
  --range-background: rgba(195, 45, 195, 0.12);
  --datetime-picker-primary-4: #c32dc3;
  --datetime-picker-primary: #c32dc3;
  --datetime-picker-primary-9: rgba(195, 45, 195, 0.9);
  --mat-calendar-days-number-hover-revers: #c32dc3;
  --only-icon-focus-color: #af20af;
  --notifications-btn-flat-primary: #af20af;
  --primary-text: #af20af;
  --notifications-flash-dialog-border: 1px solid #c32dc3;
  --notifications-flash-dialog-background-color: #c32dc3;
  --aw-chat-message-color: #af20af;
  --sendbar-send-btn-active-color: #af20af;
  --outline8: #af20af;
  --input-payment-focus-border-color: #af20af;
  --input-payment-focus-box-shadow: #af20af;
  --input-payment-label-color-focus: #af20af;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(195, 45, 195, 0.9);
  --dp-today-dot: #af20af;
  --wysiwyg-btn-active-color: #af20af;
}

.theme-light .subtheme3 {
  font-family: var(--font-family);
}

.theme-light .subtheme4 {
  --primary: #ba5b03;
  --primary-rgb: 186, 91, 3;
  --primary-3: rgb(188.07, 95.92, 10.56);
  --primary-5: rgb(189.45, 99.2, 15.6);
  --primary-10: rgb(192.9, 107.4, 28.2);
  --primary-15: rgb(196.35, 115.6, 40.8);
  --primary-17: rgb(197.73, 118.88, 45.84);
  --primary-20: rgb(199.8, 123.8, 53.4);
  --primary-25: rgb(203.25, 132, 66);
  --primary-30: rgb(206.7, 140.2, 78.6);
  --primary-50: rgb(220.5, 173, 129);
  --primary-shade-3: rgb(180.42, 88.27, 2.91);
  --primary-shade-5: rgb(176.7, 86.45, 2.85);
  --primary-shade-7: rgb(172.98, 84.63, 2.79);
  --primary-shade-10: rgb(167.4, 81.9, 2.7);
  --primary-shade-12: rgb(163.68, 80.08, 2.64);
  --primary-shade-15: rgb(158.1, 77.35, 2.55);
  --primary-shade-25: rgb(139.5, 68.25, 2.25);
  --primary-shade-30: rgb(130.2, 63.7, 2.1);
  --primary-shade-40: rgb(111.6, 54.6, 1.8);
  --primary-shade-50: rgb(93, 45.5, 1.5);
  --primary-2: #a34903;
  --primary-2-rgb: 163, 73, 3;
  --primary-2-3: rgb(165.76, 78.46, 10.56);
  --primary-2-5: rgb(167.6, 82.1, 15.6);
  --primary-2-10: rgb(172.2, 91.2, 28.2);
  --primary-2-15: rgb(176.8, 100.3, 40.8);
  --primary-2-17: rgb(178.64, 103.94, 45.84);
  --primary-2-20: rgb(181.4, 109.4, 53.4);
  --primary-2-25: rgb(186, 118.5, 66);
  --primary-2-30: rgb(190.6, 127.6, 78.6);
  --primary-2-50: #d1a481;
  --primary-2-shade-3: rgb(158.11, 70.81, 2.91);
  --primary-2-shade-5: rgb(154.85, 69.35, 2.85);
  --primary-2-shade-7: rgb(151.59, 67.89, 2.79);
  --primary-2-shade-10: rgb(146.7, 65.7, 2.7);
  --primary-2-shade-12: rgb(143.44, 64.24, 2.64);
  --primary-2-shade-15: rgb(138.55, 62.05, 2.55);
  --primary-2-shade-25: rgb(122.25, 54.75, 2.25);
  --primary-2-shade-30: rgb(114.1, 51.1, 2.1);
  --primary-2-shade-40: rgb(97.8, 43.8, 1.8);
  --primary-2-shade-50: rgb(81.5, 36.5, 1.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #a34903;
  --link-color-hover: rgb(146.7, 65.7, 2.7);
  --link-color-active: rgb(146.7, 65.7, 2.7);
  --link-color-visited: #a34903;
  --link-color-visited-hover: rgb(146.7, 65.7, 2.7);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #ba5b03;
  --anchor-active-bg-color: #ba5b03;
  --anchor-active-border-color: rgba(186, 91, 3, 0.3);
  --anchor-active-hover-border-color: rgb(130.2, 63.7, 2.1);
  --checkbox-disabled-checked-helper-color: #a34903;
  --checkbox-input-checked-helper-color: #a34903;
  --checkbox-input-checked-helper-background-color: #a34903;
  --checkbox-label-hover-color: #a34903;
  --checkbox-label-hover-helper-color: rgb(146.7, 65.7, 2.7);
  --checkbox-label-hover-text-color: rgb(146.7, 65.7, 2.7);
  --checkbox-border-hover-color: rgb(146.7, 65.7, 2.7);
  --checkbox-label-hover-helper-bg: rgb(146.7, 65.7, 2.7);
  --checkbox-checked-label-hover-hover: rgba(163, 73, 3, 0);
  --checkbox-checked-border-right: #a34903;
  --checkbox-checked-border-bottom: #a34903;
  --checkbox-background: #a34903;
  --checkbox-color: #a34903;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #ba5b03;
  --circle-graphics-bg: #ba5b03;
  --circle-graphics-icon: #ba5b03;
  --radio-buttons-label-hover-color: rgb(146.7, 65.7, 2.7);
  --radio-buttons-label-hover: rgb(176.8, 100.3, 40.8);
  --radio-buttons-checked-border: 2px solid #a34903;
  --radio-buttons-checked-hover-border: 2px solid rgb(146.7, 65.7, 2.7);
  --radio-buttons-checked-border-focus: 2px solid rgb(176.8, 100.3, 40.8);
  --radio-buttons-checked-background-color: #a34903;
  --radio-buttons-checked-hover-background-color: rgb(146.7, 65.7, 2.7);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(146.7, 65.7, 2.7);
  --radio-buttons-outline: 2px dotted #a34903;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #ba5b03;
  --table-icon-down-color: #ba5b03;
  --table-icon-up-down: #ba5b03;
  --sortable-btn-color: #ba5b03;
  --aw-table-legacy-table-icon-up-color: #a34903;
  --aw-table-legacy-table-icon-down-color: #a34903;
  --input-focus-border-color: #a34903;
  --input-focus-box-shadow: #a34903;
  --input-field-label-icon-color: #a34903;
  --label-color-active: #a34903;
  --action-icon-color-hover: #a34903;
  --ai-input_border_color: #a34903;
  --ai-input_label_active_color: #a34903;
  --ai-input_icon_color: #a34903;
  --tabs-indicator-color: #a34903;
  --tabs-hover: #a34903;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #a34903;
  --switch-checked-background-color: rgba(163, 73, 3, 0.24);
  --switch-checked-after-background-color: #a34903;
  --switch-lever-name-disabled-background-color: rgba(163, 73, 3, 0.24);
  --switch-disabled-background-color: #d1a481;
  --wcag-focus: 1px solid #a34903;
  --spinner-layer-border-color: #a34903;
  --slider-filled-color: #a34903;
  --slider-circle-color: #ba5b03;
  --slider-active-on-start-background: #ba5b03;
  --slider-circle-on-start-color: #ba5b03;
  --slider-disabled-circle-on-start-color: #ba5b03;
  --slider-vertical-filled: #a34903;
  --slider-disabled-connect-color: #a34903;
  --btn-hover-background: rgba(186, 91, 3, 0);
  --btn-focus-background: rgba(163, 73, 3, 0);
  --btn-primary-2-hover-background: rgba(163, 73, 3, 0);
  --btn-primary-2-active-background: rgba(163, 73, 3, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #ba5b03;
  --b-p-bg-h: rgb(167.4, 81.9, 2.7);
  --b-p-bg-a: rgb(130.2, 63.7, 2.1);
  --b-p2-bg-h: rgb(146.7, 65.7, 2.7);
  --b-p2-bg-a: rgb(114.1, 51.1, 2.1);
  --floating-primary-hover: rgb(196.35, 115.6, 40.8);
  --floating-primary-active: rgb(203.25, 132, 66);
  --icon-link-state-active-color: #a34903;
  --icon-link-state-active-color-hover: rgb(146.7, 65.7, 2.7);
  --icon-link-state-active-icon-border-color: #a34903;
  --bo-p-c-h: rgb(167.4, 81.9, 2.7);
  --bo-p-c-a: rgb(130.2, 63.7, 2.1);
  --bo-p2-c-h: rgb(146.7, 65.7, 2.7);
  --bo-p2-c-a: rgb(114.1, 51.1, 2.1);
  --icon-link-h-c: rgb(146.7, 65.7, 2.7);
  --icon-link-a-c: rgb(114.1, 51.1, 2.1);
  --minify-toggle-btn-hover: rgb(146.7, 65.7, 2.7);
  --select-focus-border-bottom: #a34903;
  --select-focus-border-color: #a34903;
  --select-focus-label-color: #a34903;
  --disabled-label-color: #a34903;
  --badge-num-outline-border: #a34903;
  --badge-num-outline-color: #a34903;
  --textarea-label-color-active: #a34903;
  --textarea-box-shadow-focus: 0 -1px 0 0 #a34903 inset;
  --textarea-focus-border-color: #a34903;
  --chips-active-background: #ba5b03;
  --chips-active-border-color: #ba5b03;
  --chips-active-hover-bg-color: #ba5b03;
  --chips-active-hover-border-color: rgba(186, 91, 3, 0.15);
  --chips-icon-active-color: rgba(163, 73, 3, 0.85);
  --chips-icon-hover-color: #a34903;
  --navbar-a-active-hover: #a34903;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #a34903;
  --nav-hover-list-page-color: #a34903;
  --logo-li-a-link-color: #a34903;
  --logo-li-a-link-hover-color: rgb(181.4, 109.4, 53.4);
  --logo-li-a-link-active-color: rgb(190.6, 127.6, 78.6);
  --search-block-input-border-color: #a34903;
  --dropdown-check-icon-color: #a34903;
  --dropdown-li-active-color: #a34903;
  --dropdown-content-collection-hover-active-color: #a34903;
  --dropdown-more-link-color: #a34903;
  --collection-active-color: #a34903;
  --collection-active-background: rgba(186, 91, 3, 0.2);
  --collection-active-small-color: rgb(196.35, 115.6, 40.8);
  --collection-active-item: #a34903;
  --pagination-button-border: 1px solid #a34903;
  --pagination-button-color: #a34903;
  --pagination-button-color-disabled: #a34903;
  --pagination-button-hover-background: rgba(186, 91, 3, 0.12);
  --pagination-button-color-active: #a34903;
  --pagination-button-border-active: 3px solid #a34903;
  --selectable-hover-color: #a34903;
  --mat-calendar-today-dot: #a34903;
  --datetime-picker-primary-12: rgba(186, 91, 3, 0.12);
  --range-background: rgba(186, 91, 3, 0.12);
  --datetime-picker-primary-4: #ba5b03;
  --datetime-picker-primary: #ba5b03;
  --datetime-picker-primary-9: rgba(186, 91, 3, 0.9);
  --mat-calendar-days-number-hover-revers: #ba5b03;
  --only-icon-focus-color: #a34903;
  --notifications-btn-flat-primary: #a34903;
  --primary-text: #a34903;
  --notifications-flash-dialog-border: 1px solid #ba5b03;
  --notifications-flash-dialog-background-color: #ba5b03;
  --aw-chat-message-color: #a34903;
  --sendbar-send-btn-active-color: #a34903;
  --outline8: #a34903;
  --input-payment-focus-border-color: #a34903;
  --input-payment-focus-box-shadow: #a34903;
  --input-payment-label-color-focus: #a34903;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(186, 91, 3, 0.9);
  --dp-today-dot: #a34903;
  --wysiwyg-btn-active-color: #a34903;
}

.theme-light .subtheme4 {
  font-family: var(--font-family);
}

.theme-light .subtheme5 {
  --primary: #008906;
  --primary-rgb: 0, 137, 6;
  --primary-3: rgb(7.65, 140.54, 13.47);
  --primary-5: rgb(12.75, 142.9, 18.45);
  --primary-10: rgb(25.5, 148.8, 30.9);
  --primary-15: rgb(38.25, 154.7, 43.35);
  --primary-17: rgb(43.35, 157.06, 48.33);
  --primary-20: rgb(51, 160.6, 55.8);
  --primary-25: rgb(63.75, 166.5, 68.25);
  --primary-30: rgb(76.5, 172.4, 80.7);
  --primary-50: rgb(127.5, 196, 130.5);
  --primary-shade-3: rgb(0, 132.89, 5.82);
  --primary-shade-5: rgb(0, 130.15, 5.7);
  --primary-shade-7: rgb(0, 127.41, 5.58);
  --primary-shade-10: rgb(0, 123.3, 5.4);
  --primary-shade-12: rgb(0, 120.56, 5.28);
  --primary-shade-15: rgb(0, 116.45, 5.1);
  --primary-shade-25: rgb(0, 102.75, 4.5);
  --primary-shade-30: rgb(0, 95.9, 4.2);
  --primary-shade-40: rgb(0, 82.2, 3.6);
  --primary-shade-50: rgb(0, 68.5, 3);
  --primary-2: #007a06;
  --primary-2-rgb: 0, 122, 6;
  --primary-2-3: rgb(7.65, 125.99, 13.47);
  --primary-2-5: rgb(12.75, 128.65, 18.45);
  --primary-2-10: rgb(25.5, 135.3, 30.9);
  --primary-2-15: rgb(38.25, 141.95, 43.35);
  --primary-2-17: rgb(43.35, 144.61, 48.33);
  --primary-2-20: rgb(51, 148.6, 55.8);
  --primary-2-25: rgb(63.75, 155.25, 68.25);
  --primary-2-30: rgb(76.5, 161.9, 80.7);
  --primary-2-50: rgb(127.5, 188.5, 130.5);
  --primary-2-shade-3: rgb(0, 118.34, 5.82);
  --primary-2-shade-5: rgb(0, 115.9, 5.7);
  --primary-2-shade-7: rgb(0, 113.46, 5.58);
  --primary-2-shade-10: rgb(0, 109.8, 5.4);
  --primary-2-shade-12: rgb(0, 107.36, 5.28);
  --primary-2-shade-15: rgb(0, 103.7, 5.1);
  --primary-2-shade-25: rgb(0, 91.5, 4.5);
  --primary-2-shade-30: rgb(0, 85.4, 4.2);
  --primary-2-shade-40: rgb(0, 73.2, 3.6);
  --primary-2-shade-50: #003d03;
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #007a06;
  --link-color-hover: rgb(0, 109.8, 5.4);
  --link-color-active: rgb(0, 109.8, 5.4);
  --link-color-visited: #007a06;
  --link-color-visited-hover: rgb(0, 109.8, 5.4);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #008906;
  --anchor-active-bg-color: #008906;
  --anchor-active-border-color: rgba(0, 137, 6, 0.3);
  --anchor-active-hover-border-color: rgb(0, 95.9, 4.2);
  --checkbox-disabled-checked-helper-color: #007a06;
  --checkbox-input-checked-helper-color: #007a06;
  --checkbox-input-checked-helper-background-color: #007a06;
  --checkbox-label-hover-color: #007a06;
  --checkbox-label-hover-helper-color: rgb(0, 109.8, 5.4);
  --checkbox-label-hover-text-color: rgb(0, 109.8, 5.4);
  --checkbox-border-hover-color: rgb(0, 109.8, 5.4);
  --checkbox-label-hover-helper-bg: rgb(0, 109.8, 5.4);
  --checkbox-checked-label-hover-hover: rgba(0, 122, 6, 0);
  --checkbox-checked-border-right: #007a06;
  --checkbox-checked-border-bottom: #007a06;
  --checkbox-background: #007a06;
  --checkbox-color: #007a06;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #008906;
  --circle-graphics-bg: #008906;
  --circle-graphics-icon: #008906;
  --radio-buttons-label-hover-color: rgb(0, 109.8, 5.4);
  --radio-buttons-label-hover: rgb(38.25, 141.95, 43.35);
  --radio-buttons-checked-border: 2px solid #007a06;
  --radio-buttons-checked-hover-border: 2px solid rgb(0, 109.8, 5.4);
  --radio-buttons-checked-border-focus: 2px solid rgb(38.25, 141.95, 43.35);
  --radio-buttons-checked-background-color: #007a06;
  --radio-buttons-checked-hover-background-color: rgb(0, 109.8, 5.4);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(0, 109.8, 5.4);
  --radio-buttons-outline: 2px dotted #007a06;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #008906;
  --table-icon-down-color: #008906;
  --table-icon-up-down: #008906;
  --sortable-btn-color: #008906;
  --aw-table-legacy-table-icon-up-color: #007a06;
  --aw-table-legacy-table-icon-down-color: #007a06;
  --input-focus-border-color: #007a06;
  --input-focus-box-shadow: #007a06;
  --input-field-label-icon-color: #007a06;
  --label-color-active: #007a06;
  --action-icon-color-hover: #007a06;
  --ai-input_border_color: #007a06;
  --ai-input_label_active_color: #007a06;
  --ai-input_icon_color: #007a06;
  --tabs-indicator-color: #007a06;
  --tabs-hover: #007a06;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #007a06;
  --switch-checked-background-color: rgba(0, 122, 6, 0.24);
  --switch-checked-after-background-color: #007a06;
  --switch-lever-name-disabled-background-color: rgba(0, 122, 6, 0.24);
  --switch-disabled-background-color: rgb(127.5, 188.5, 130.5);
  --wcag-focus: 1px solid #007a06;
  --spinner-layer-border-color: #007a06;
  --slider-filled-color: #007a06;
  --slider-circle-color: #008906;
  --slider-active-on-start-background: #008906;
  --slider-circle-on-start-color: #008906;
  --slider-disabled-circle-on-start-color: #008906;
  --slider-vertical-filled: #007a06;
  --slider-disabled-connect-color: #007a06;
  --btn-hover-background: rgba(0, 137, 6, 0);
  --btn-focus-background: rgba(0, 122, 6, 0);
  --btn-primary-2-hover-background: rgba(0, 122, 6, 0);
  --btn-primary-2-active-background: rgba(0, 122, 6, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #008906;
  --b-p-bg-h: rgb(0, 123.3, 5.4);
  --b-p-bg-a: rgb(0, 95.9, 4.2);
  --b-p2-bg-h: rgb(0, 109.8, 5.4);
  --b-p2-bg-a: rgb(0, 85.4, 4.2);
  --floating-primary-hover: rgb(38.25, 154.7, 43.35);
  --floating-primary-active: rgb(63.75, 166.5, 68.25);
  --icon-link-state-active-color: #007a06;
  --icon-link-state-active-color-hover: rgb(0, 109.8, 5.4);
  --icon-link-state-active-icon-border-color: #007a06;
  --bo-p-c-h: rgb(0, 123.3, 5.4);
  --bo-p-c-a: rgb(0, 95.9, 4.2);
  --bo-p2-c-h: rgb(0, 109.8, 5.4);
  --bo-p2-c-a: rgb(0, 85.4, 4.2);
  --icon-link-h-c: rgb(0, 109.8, 5.4);
  --icon-link-a-c: rgb(0, 85.4, 4.2);
  --minify-toggle-btn-hover: rgb(0, 109.8, 5.4);
  --select-focus-border-bottom: #007a06;
  --select-focus-border-color: #007a06;
  --select-focus-label-color: #007a06;
  --disabled-label-color: #007a06;
  --badge-num-outline-border: #007a06;
  --badge-num-outline-color: #007a06;
  --textarea-label-color-active: #007a06;
  --textarea-box-shadow-focus: 0 -1px 0 0 #007a06 inset;
  --textarea-focus-border-color: #007a06;
  --chips-active-background: #008906;
  --chips-active-border-color: #008906;
  --chips-active-hover-bg-color: #008906;
  --chips-active-hover-border-color: rgba(0, 137, 6, 0.15);
  --chips-icon-active-color: rgba(0, 122, 6, 0.85);
  --chips-icon-hover-color: #007a06;
  --navbar-a-active-hover: #007a06;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #007a06;
  --nav-hover-list-page-color: #007a06;
  --logo-li-a-link-color: #007a06;
  --logo-li-a-link-hover-color: rgb(51, 148.6, 55.8);
  --logo-li-a-link-active-color: rgb(76.5, 161.9, 80.7);
  --search-block-input-border-color: #007a06;
  --dropdown-check-icon-color: #007a06;
  --dropdown-li-active-color: #007a06;
  --dropdown-content-collection-hover-active-color: #007a06;
  --dropdown-more-link-color: #007a06;
  --collection-active-color: #007a06;
  --collection-active-background: rgba(0, 137, 6, 0.2);
  --collection-active-small-color: rgb(38.25, 154.7, 43.35);
  --collection-active-item: #007a06;
  --pagination-button-border: 1px solid #007a06;
  --pagination-button-color: #007a06;
  --pagination-button-color-disabled: #007a06;
  --pagination-button-hover-background: rgba(0, 137, 6, 0.12);
  --pagination-button-color-active: #007a06;
  --pagination-button-border-active: 3px solid #007a06;
  --selectable-hover-color: #007a06;
  --mat-calendar-today-dot: #007a06;
  --datetime-picker-primary-12: rgba(0, 137, 6, 0.12);
  --range-background: rgba(0, 137, 6, 0.12);
  --datetime-picker-primary-4: #008906;
  --datetime-picker-primary: #008906;
  --datetime-picker-primary-9: rgba(0, 137, 6, 0.9);
  --mat-calendar-days-number-hover-revers: #008906;
  --only-icon-focus-color: #007a06;
  --notifications-btn-flat-primary: #007a06;
  --primary-text: #007a06;
  --notifications-flash-dialog-border: 1px solid #008906;
  --notifications-flash-dialog-background-color: #008906;
  --aw-chat-message-color: #007a06;
  --sendbar-send-btn-active-color: #007a06;
  --outline8: #007a06;
  --input-payment-focus-border-color: #007a06;
  --input-payment-focus-box-shadow: #007a06;
  --input-payment-label-color-focus: #007a06;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(0, 137, 6, 0.9);
  --dp-today-dot: #007a06;
  --wysiwyg-btn-active-color: #007a06;
}

.theme-light .subtheme5 {
  font-family: var(--font-family);
}

.theme-light .subtheme6 {
  --primary: #00857a;
  --primary-rgb: 0, 133, 122;
  --primary-3: rgb(7.65, 136.66, 125.99);
  --primary-5: rgb(12.75, 139.1, 128.65);
  --primary-10: rgb(25.5, 145.2, 135.3);
  --primary-15: rgb(38.25, 151.3, 141.95);
  --primary-17: rgb(43.35, 153.74, 144.61);
  --primary-20: rgb(51, 157.4, 148.6);
  --primary-25: rgb(63.75, 163.5, 155.25);
  --primary-30: rgb(76.5, 169.6, 161.9);
  --primary-50: rgb(127.5, 194, 188.5);
  --primary-shade-3: rgb(0, 129.01, 118.34);
  --primary-shade-5: rgb(0, 126.35, 115.9);
  --primary-shade-7: rgb(0, 123.69, 113.46);
  --primary-shade-10: rgb(0, 119.7, 109.8);
  --primary-shade-12: rgb(0, 117.04, 107.36);
  --primary-shade-15: rgb(0, 113.05, 103.7);
  --primary-shade-25: rgb(0, 99.75, 91.5);
  --primary-shade-30: rgb(0, 93.1, 85.4);
  --primary-shade-40: rgb(0, 79.8, 73.2);
  --primary-shade-50: rgb(0, 66.5, 61);
  --primary-2: #00635b;
  --primary-2-rgb: 0, 99, 91;
  --primary-2-3: rgb(7.65, 103.68, 95.92);
  --primary-2-5: rgb(12.75, 106.8, 99.2);
  --primary-2-10: rgb(25.5, 114.6, 107.4);
  --primary-2-15: rgb(38.25, 122.4, 115.6);
  --primary-2-17: rgb(43.35, 125.52, 118.88);
  --primary-2-20: rgb(51, 130.2, 123.8);
  --primary-2-25: rgb(63.75, 138, 132);
  --primary-2-30: rgb(76.5, 145.8, 140.2);
  --primary-2-50: rgb(127.5, 177, 173);
  --primary-2-shade-3: rgb(0, 96.03, 88.27);
  --primary-2-shade-5: rgb(0, 94.05, 86.45);
  --primary-2-shade-7: rgb(0, 92.07, 84.63);
  --primary-2-shade-10: rgb(0, 89.1, 81.9);
  --primary-2-shade-12: rgb(0, 87.12, 80.08);
  --primary-2-shade-15: rgb(0, 84.15, 77.35);
  --primary-2-shade-25: rgb(0, 74.25, 68.25);
  --primary-2-shade-30: rgb(0, 69.3, 63.7);
  --primary-2-shade-40: rgb(0, 59.4, 54.6);
  --primary-2-shade-50: rgb(0, 49.5, 45.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #00635b;
  --link-color-hover: rgb(0, 89.1, 81.9);
  --link-color-active: rgb(0, 89.1, 81.9);
  --link-color-visited: #00635b;
  --link-color-visited-hover: rgb(0, 89.1, 81.9);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #00857a;
  --anchor-active-bg-color: #00857a;
  --anchor-active-border-color: rgba(0, 133, 122, 0.3);
  --anchor-active-hover-border-color: rgb(0, 93.1, 85.4);
  --checkbox-disabled-checked-helper-color: #00635b;
  --checkbox-input-checked-helper-color: #00635b;
  --checkbox-input-checked-helper-background-color: #00635b;
  --checkbox-label-hover-color: #00635b;
  --checkbox-label-hover-helper-color: rgb(0, 89.1, 81.9);
  --checkbox-label-hover-text-color: rgb(0, 89.1, 81.9);
  --checkbox-border-hover-color: rgb(0, 89.1, 81.9);
  --checkbox-label-hover-helper-bg: rgb(0, 89.1, 81.9);
  --checkbox-checked-label-hover-hover: rgba(0, 99, 91, 0);
  --checkbox-checked-border-right: #00635b;
  --checkbox-checked-border-bottom: #00635b;
  --checkbox-background: #00635b;
  --checkbox-color: #00635b;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #00857a;
  --circle-graphics-bg: #00857a;
  --circle-graphics-icon: #00857a;
  --radio-buttons-label-hover-color: rgb(0, 89.1, 81.9);
  --radio-buttons-label-hover: rgb(38.25, 122.4, 115.6);
  --radio-buttons-checked-border: 2px solid #00635b;
  --radio-buttons-checked-hover-border: 2px solid rgb(0, 89.1, 81.9);
  --radio-buttons-checked-border-focus: 2px solid rgb(38.25, 122.4, 115.6);
  --radio-buttons-checked-background-color: #00635b;
  --radio-buttons-checked-hover-background-color: rgb(0, 89.1, 81.9);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(0, 89.1, 81.9);
  --radio-buttons-outline: 2px dotted #00635b;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #00857a;
  --table-icon-down-color: #00857a;
  --table-icon-up-down: #00857a;
  --sortable-btn-color: #00857a;
  --aw-table-legacy-table-icon-up-color: #00635b;
  --aw-table-legacy-table-icon-down-color: #00635b;
  --input-focus-border-color: #00635b;
  --input-focus-box-shadow: #00635b;
  --input-field-label-icon-color: #00635b;
  --label-color-active: #00635b;
  --action-icon-color-hover: #00635b;
  --ai-input_border_color: #00635b;
  --ai-input_label_active_color: #00635b;
  --ai-input_icon_color: #00635b;
  --tabs-indicator-color: #00635b;
  --tabs-hover: #00635b;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #00635b;
  --switch-checked-background-color: rgba(0, 99, 91, 0.24);
  --switch-checked-after-background-color: #00635b;
  --switch-lever-name-disabled-background-color: rgba(0, 99, 91, 0.24);
  --switch-disabled-background-color: rgb(127.5, 177, 173);
  --wcag-focus: 1px solid #00635b;
  --spinner-layer-border-color: #00635b;
  --slider-filled-color: #00635b;
  --slider-circle-color: #00857a;
  --slider-active-on-start-background: #00857a;
  --slider-circle-on-start-color: #00857a;
  --slider-disabled-circle-on-start-color: #00857a;
  --slider-vertical-filled: #00635b;
  --slider-disabled-connect-color: #00635b;
  --btn-hover-background: rgba(0, 133, 122, 0);
  --btn-focus-background: rgba(0, 99, 91, 0);
  --btn-primary-2-hover-background: rgba(0, 99, 91, 0);
  --btn-primary-2-active-background: rgba(0, 99, 91, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #00857a;
  --b-p-bg-h: rgb(0, 119.7, 109.8);
  --b-p-bg-a: rgb(0, 93.1, 85.4);
  --b-p2-bg-h: rgb(0, 89.1, 81.9);
  --b-p2-bg-a: rgb(0, 69.3, 63.7);
  --floating-primary-hover: rgb(38.25, 151.3, 141.95);
  --floating-primary-active: rgb(63.75, 163.5, 155.25);
  --icon-link-state-active-color: #00635b;
  --icon-link-state-active-color-hover: rgb(0, 89.1, 81.9);
  --icon-link-state-active-icon-border-color: #00635b;
  --bo-p-c-h: rgb(0, 119.7, 109.8);
  --bo-p-c-a: rgb(0, 93.1, 85.4);
  --bo-p2-c-h: rgb(0, 89.1, 81.9);
  --bo-p2-c-a: rgb(0, 69.3, 63.7);
  --icon-link-h-c: rgb(0, 89.1, 81.9);
  --icon-link-a-c: rgb(0, 69.3, 63.7);
  --minify-toggle-btn-hover: rgb(0, 89.1, 81.9);
  --select-focus-border-bottom: #00635b;
  --select-focus-border-color: #00635b;
  --select-focus-label-color: #00635b;
  --disabled-label-color: #00635b;
  --badge-num-outline-border: #00635b;
  --badge-num-outline-color: #00635b;
  --textarea-label-color-active: #00635b;
  --textarea-box-shadow-focus: 0 -1px 0 0 #00635b inset;
  --textarea-focus-border-color: #00635b;
  --chips-active-background: #00857a;
  --chips-active-border-color: #00857a;
  --chips-active-hover-bg-color: #00857a;
  --chips-active-hover-border-color: rgba(0, 133, 122, 0.15);
  --chips-icon-active-color: rgba(0, 99, 91, 0.85);
  --chips-icon-hover-color: #00635b;
  --navbar-a-active-hover: #00635b;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #00635b;
  --nav-hover-list-page-color: #00635b;
  --logo-li-a-link-color: #00635b;
  --logo-li-a-link-hover-color: rgb(51, 130.2, 123.8);
  --logo-li-a-link-active-color: rgb(76.5, 145.8, 140.2);
  --search-block-input-border-color: #00635b;
  --dropdown-check-icon-color: #00635b;
  --dropdown-li-active-color: #00635b;
  --dropdown-content-collection-hover-active-color: #00635b;
  --dropdown-more-link-color: #00635b;
  --collection-active-color: #00635b;
  --collection-active-background: rgba(0, 133, 122, 0.2);
  --collection-active-small-color: rgb(38.25, 151.3, 141.95);
  --collection-active-item: #00635b;
  --pagination-button-border: 1px solid #00635b;
  --pagination-button-color: #00635b;
  --pagination-button-color-disabled: #00635b;
  --pagination-button-hover-background: rgba(0, 133, 122, 0.12);
  --pagination-button-color-active: #00635b;
  --pagination-button-border-active: 3px solid #00635b;
  --selectable-hover-color: #00635b;
  --mat-calendar-today-dot: #00635b;
  --datetime-picker-primary-12: rgba(0, 133, 122, 0.12);
  --range-background: rgba(0, 133, 122, 0.12);
  --datetime-picker-primary-4: #00857a;
  --datetime-picker-primary: #00857a;
  --datetime-picker-primary-9: rgba(0, 133, 122, 0.9);
  --mat-calendar-days-number-hover-revers: #00857a;
  --only-icon-focus-color: #00635b;
  --notifications-btn-flat-primary: #00635b;
  --primary-text: #00635b;
  --notifications-flash-dialog-border: 1px solid #00857a;
  --notifications-flash-dialog-background-color: #00857a;
  --aw-chat-message-color: #00635b;
  --sendbar-send-btn-active-color: #00635b;
  --outline8: #00635b;
  --input-payment-focus-border-color: #00635b;
  --input-payment-focus-box-shadow: #00635b;
  --input-payment-label-color-focus: #00635b;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(0, 133, 122, 0.9);
  --dp-today-dot: #00635b;
  --wysiwyg-btn-active-color: #00635b;
}

.theme-light .subtheme6 {
  font-family: var(--font-family);
}

.theme-light .subtheme7 {
  --primary: #d93b3d;
  --primary-rgb: 217, 59, 61;
  --primary-3: rgb(218.14, 64.88, 66.82);
  --primary-5: rgb(218.9, 68.8, 70.7);
  --primary-10: rgb(220.8, 78.6, 80.4);
  --primary-15: rgb(222.7, 88.4, 90.1);
  --primary-17: rgb(223.46, 92.32, 93.98);
  --primary-20: rgb(224.6, 98.2, 99.8);
  --primary-25: rgb(226.5, 108, 109.5);
  --primary-30: rgb(228.4, 117.8, 119.2);
  --primary-50: #ec9d9e;
  --primary-shade-3: rgb(210.49, 57.23, 59.17);
  --primary-shade-5: rgb(206.15, 56.05, 57.95);
  --primary-shade-7: rgb(201.81, 54.87, 56.73);
  --primary-shade-10: rgb(195.3, 53.1, 54.9);
  --primary-shade-12: rgb(190.96, 51.92, 53.68);
  --primary-shade-15: rgb(184.45, 50.15, 51.85);
  --primary-shade-25: rgb(162.75, 44.25, 45.75);
  --primary-shade-30: rgb(151.9, 41.3, 42.7);
  --primary-shade-40: rgb(130.2, 35.4, 36.6);
  --primary-shade-50: rgb(108.5, 29.5, 30.5);
  --primary-2: #c01316;
  --primary-2-rgb: 192, 19, 22;
  --primary-2-3: rgb(193.89, 26.08, 28.99);
  --primary-2-5: rgb(195.15, 30.8, 33.65);
  --primary-2-10: rgb(198.3, 42.6, 45.3);
  --primary-2-15: rgb(201.45, 54.4, 56.95);
  --primary-2-17: rgb(202.71, 59.12, 61.61);
  --primary-2-20: rgb(204.6, 66.2, 68.6);
  --primary-2-25: rgb(207.75, 78, 80.25);
  --primary-2-30: rgb(210.9, 89.8, 91.9);
  --primary-2-50: rgb(223.5, 137, 138.5);
  --primary-2-shade-3: rgb(186.24, 18.43, 21.34);
  --primary-2-shade-5: rgb(182.4, 18.05, 20.9);
  --primary-2-shade-7: rgb(178.56, 17.67, 20.46);
  --primary-2-shade-10: rgb(172.8, 17.1, 19.8);
  --primary-2-shade-12: rgb(168.96, 16.72, 19.36);
  --primary-2-shade-15: rgb(163.2, 16.15, 18.7);
  --primary-2-shade-25: rgb(144, 14.25, 16.5);
  --primary-2-shade-30: rgb(134.4, 13.3, 15.4);
  --primary-2-shade-40: rgb(115.2, 11.4, 13.2);
  --primary-2-shade-50: rgb(96, 9.5, 11);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #c01316;
  --link-color-hover: rgb(172.8, 17.1, 19.8);
  --link-color-active: rgb(172.8, 17.1, 19.8);
  --link-color-visited: #c01316;
  --link-color-visited-hover: rgb(172.8, 17.1, 19.8);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #d93b3d;
  --anchor-active-bg-color: #d93b3d;
  --anchor-active-border-color: rgba(217, 59, 61, 0.3);
  --anchor-active-hover-border-color: rgb(151.9, 41.3, 42.7);
  --checkbox-disabled-checked-helper-color: #c01316;
  --checkbox-input-checked-helper-color: #c01316;
  --checkbox-input-checked-helper-background-color: #c01316;
  --checkbox-label-hover-color: #c01316;
  --checkbox-label-hover-helper-color: rgb(172.8, 17.1, 19.8);
  --checkbox-label-hover-text-color: rgb(172.8, 17.1, 19.8);
  --checkbox-border-hover-color: rgb(172.8, 17.1, 19.8);
  --checkbox-label-hover-helper-bg: rgb(172.8, 17.1, 19.8);
  --checkbox-checked-label-hover-hover: rgba(192, 19, 22, 0);
  --checkbox-checked-border-right: #c01316;
  --checkbox-checked-border-bottom: #c01316;
  --checkbox-background: #c01316;
  --checkbox-color: #c01316;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #d93b3d;
  --circle-graphics-bg: #d93b3d;
  --circle-graphics-icon: #d93b3d;
  --radio-buttons-label-hover-color: rgb(172.8, 17.1, 19.8);
  --radio-buttons-label-hover: rgb(201.45, 54.4, 56.95);
  --radio-buttons-checked-border: 2px solid #c01316;
  --radio-buttons-checked-hover-border: 2px solid rgb(172.8, 17.1, 19.8);
  --radio-buttons-checked-border-focus: 2px solid rgb(201.45, 54.4, 56.95);
  --radio-buttons-checked-background-color: #c01316;
  --radio-buttons-checked-hover-background-color: rgb(172.8, 17.1, 19.8);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(172.8, 17.1, 19.8);
  --radio-buttons-outline: 2px dotted #c01316;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #d93b3d;
  --table-icon-down-color: #d93b3d;
  --table-icon-up-down: #d93b3d;
  --sortable-btn-color: #d93b3d;
  --aw-table-legacy-table-icon-up-color: #c01316;
  --aw-table-legacy-table-icon-down-color: #c01316;
  --input-focus-border-color: #c01316;
  --input-focus-box-shadow: #c01316;
  --input-field-label-icon-color: #c01316;
  --label-color-active: #c01316;
  --action-icon-color-hover: #c01316;
  --ai-input_border_color: #c01316;
  --ai-input_label_active_color: #c01316;
  --ai-input_icon_color: #c01316;
  --tabs-indicator-color: #c01316;
  --tabs-hover: #c01316;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #c01316;
  --switch-checked-background-color: rgba(192, 19, 22, 0.24);
  --switch-checked-after-background-color: #c01316;
  --switch-lever-name-disabled-background-color: rgba(192, 19, 22, 0.24);
  --switch-disabled-background-color: rgb(223.5, 137, 138.5);
  --wcag-focus: 1px solid #c01316;
  --spinner-layer-border-color: #c01316;
  --slider-filled-color: #c01316;
  --slider-circle-color: #d93b3d;
  --slider-active-on-start-background: #d93b3d;
  --slider-circle-on-start-color: #d93b3d;
  --slider-disabled-circle-on-start-color: #d93b3d;
  --slider-vertical-filled: #c01316;
  --slider-disabled-connect-color: #c01316;
  --btn-hover-background: rgba(217, 59, 61, 0);
  --btn-focus-background: rgba(192, 19, 22, 0);
  --btn-primary-2-hover-background: rgba(192, 19, 22, 0);
  --btn-primary-2-active-background: rgba(192, 19, 22, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #d93b3d;
  --b-p-bg-h: rgb(195.3, 53.1, 54.9);
  --b-p-bg-a: rgb(151.9, 41.3, 42.7);
  --b-p2-bg-h: rgb(172.8, 17.1, 19.8);
  --b-p2-bg-a: rgb(134.4, 13.3, 15.4);
  --floating-primary-hover: rgb(222.7, 88.4, 90.1);
  --floating-primary-active: rgb(226.5, 108, 109.5);
  --icon-link-state-active-color: #c01316;
  --icon-link-state-active-color-hover: rgb(172.8, 17.1, 19.8);
  --icon-link-state-active-icon-border-color: #c01316;
  --bo-p-c-h: rgb(195.3, 53.1, 54.9);
  --bo-p-c-a: rgb(151.9, 41.3, 42.7);
  --bo-p2-c-h: rgb(172.8, 17.1, 19.8);
  --bo-p2-c-a: rgb(134.4, 13.3, 15.4);
  --icon-link-h-c: rgb(172.8, 17.1, 19.8);
  --icon-link-a-c: rgb(134.4, 13.3, 15.4);
  --minify-toggle-btn-hover: rgb(172.8, 17.1, 19.8);
  --select-focus-border-bottom: #c01316;
  --select-focus-border-color: #c01316;
  --select-focus-label-color: #c01316;
  --disabled-label-color: #c01316;
  --badge-num-outline-border: #c01316;
  --badge-num-outline-color: #c01316;
  --textarea-label-color-active: #c01316;
  --textarea-box-shadow-focus: 0 -1px 0 0 #c01316 inset;
  --textarea-focus-border-color: #c01316;
  --chips-active-background: #d93b3d;
  --chips-active-border-color: #d93b3d;
  --chips-active-hover-bg-color: #d93b3d;
  --chips-active-hover-border-color: rgba(217, 59, 61, 0.15);
  --chips-icon-active-color: rgba(192, 19, 22, 0.85);
  --chips-icon-hover-color: #c01316;
  --navbar-a-active-hover: #c01316;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #c01316;
  --nav-hover-list-page-color: #c01316;
  --logo-li-a-link-color: #c01316;
  --logo-li-a-link-hover-color: rgb(204.6, 66.2, 68.6);
  --logo-li-a-link-active-color: rgb(210.9, 89.8, 91.9);
  --search-block-input-border-color: #c01316;
  --dropdown-check-icon-color: #c01316;
  --dropdown-li-active-color: #c01316;
  --dropdown-content-collection-hover-active-color: #c01316;
  --dropdown-more-link-color: #c01316;
  --collection-active-color: #c01316;
  --collection-active-background: rgba(217, 59, 61, 0.2);
  --collection-active-small-color: rgb(222.7, 88.4, 90.1);
  --collection-active-item: #c01316;
  --pagination-button-border: 1px solid #c01316;
  --pagination-button-color: #c01316;
  --pagination-button-color-disabled: #c01316;
  --pagination-button-hover-background: rgba(217, 59, 61, 0.12);
  --pagination-button-color-active: #c01316;
  --pagination-button-border-active: 3px solid #c01316;
  --selectable-hover-color: #c01316;
  --mat-calendar-today-dot: #c01316;
  --datetime-picker-primary-12: rgba(217, 59, 61, 0.12);
  --range-background: rgba(217, 59, 61, 0.12);
  --datetime-picker-primary-4: #d93b3d;
  --datetime-picker-primary: #d93b3d;
  --datetime-picker-primary-9: rgba(217, 59, 61, 0.9);
  --mat-calendar-days-number-hover-revers: #d93b3d;
  --only-icon-focus-color: #c01316;
  --notifications-btn-flat-primary: #c01316;
  --primary-text: #c01316;
  --notifications-flash-dialog-border: 1px solid #d93b3d;
  --notifications-flash-dialog-background-color: #d93b3d;
  --aw-chat-message-color: #c01316;
  --sendbar-send-btn-active-color: #c01316;
  --outline8: #c01316;
  --input-payment-focus-border-color: #c01316;
  --input-payment-focus-box-shadow: #c01316;
  --input-payment-label-color-focus: #c01316;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(217, 59, 61, 0.9);
  --dp-today-dot: #c01316;
  --wysiwyg-btn-active-color: #c01316;
}

.theme-light .subtheme7 {
  font-family: var(--font-family);
}

.theme-light .subtheme8 {
  --primary: #594bb0;
  --primary-rgb: 89, 75, 176;
  --primary-3: rgb(93.98, 80.4, 178.37);
  --primary-5: rgb(97.3, 84, 179.95);
  --primary-10: rgb(105.6, 93, 183.9);
  --primary-15: rgb(113.9, 102, 187.85);
  --primary-17: rgb(117.22, 105.6, 189.43);
  --primary-20: rgb(122.2, 111, 191.8);
  --primary-25: rgb(130.5, 120, 195.75);
  --primary-30: rgb(138.8, 129, 199.7);
  --primary-50: rgb(172, 165, 215.5);
  --primary-shade-3: rgb(86.33, 72.75, 170.72);
  --primary-shade-5: rgb(84.55, 71.25, 167.2);
  --primary-shade-7: rgb(82.77, 69.75, 163.68);
  --primary-shade-10: rgb(80.1, 67.5, 158.4);
  --primary-shade-12: rgb(78.32, 66, 154.88);
  --primary-shade-15: rgb(75.65, 63.75, 149.6);
  --primary-shade-25: rgb(66.75, 56.25, 132);
  --primary-shade-30: rgb(62.3, 52.5, 123.2);
  --primary-shade-40: rgb(53.4, 45, 105.6);
  --primary-shade-50: rgb(44.5, 37.5, 88);
  --primary-2: #594bb0;
  --primary-2-rgb: 89, 75, 176;
  --primary-2-3: rgb(93.98, 80.4, 178.37);
  --primary-2-5: rgb(97.3, 84, 179.95);
  --primary-2-10: rgb(105.6, 93, 183.9);
  --primary-2-15: rgb(113.9, 102, 187.85);
  --primary-2-17: rgb(117.22, 105.6, 189.43);
  --primary-2-20: rgb(122.2, 111, 191.8);
  --primary-2-25: rgb(130.5, 120, 195.75);
  --primary-2-30: rgb(138.8, 129, 199.7);
  --primary-2-50: rgb(172, 165, 215.5);
  --primary-2-shade-3: rgb(86.33, 72.75, 170.72);
  --primary-2-shade-5: rgb(84.55, 71.25, 167.2);
  --primary-2-shade-7: rgb(82.77, 69.75, 163.68);
  --primary-2-shade-10: rgb(80.1, 67.5, 158.4);
  --primary-2-shade-12: rgb(78.32, 66, 154.88);
  --primary-2-shade-15: rgb(75.65, 63.75, 149.6);
  --primary-2-shade-25: rgb(66.75, 56.25, 132);
  --primary-2-shade-30: rgb(62.3, 52.5, 123.2);
  --primary-2-shade-40: rgb(53.4, 45, 105.6);
  --primary-2-shade-50: rgb(44.5, 37.5, 88);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #594bb0;
  --link-color-hover: rgb(80.1, 67.5, 158.4);
  --link-color-active: rgb(80.1, 67.5, 158.4);
  --link-color-visited: #594bb0;
  --link-color-visited-hover: rgb(80.1, 67.5, 158.4);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #594bb0;
  --anchor-active-bg-color: #594bb0;
  --anchor-active-border-color: rgba(89, 75, 176, 0.3);
  --anchor-active-hover-border-color: rgb(62.3, 52.5, 123.2);
  --checkbox-disabled-checked-helper-color: #594bb0;
  --checkbox-input-checked-helper-color: #594bb0;
  --checkbox-input-checked-helper-background-color: #594bb0;
  --checkbox-label-hover-color: #594bb0;
  --checkbox-label-hover-helper-color: rgb(80.1, 67.5, 158.4);
  --checkbox-label-hover-text-color: rgb(80.1, 67.5, 158.4);
  --checkbox-border-hover-color: rgb(80.1, 67.5, 158.4);
  --checkbox-label-hover-helper-bg: rgb(80.1, 67.5, 158.4);
  --checkbox-checked-label-hover-hover: rgba(89, 75, 176, 0);
  --checkbox-checked-border-right: #594bb0;
  --checkbox-checked-border-bottom: #594bb0;
  --checkbox-background: #594bb0;
  --checkbox-color: #594bb0;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #594bb0;
  --circle-graphics-bg: #594bb0;
  --circle-graphics-icon: #594bb0;
  --radio-buttons-label-hover-color: rgb(80.1, 67.5, 158.4);
  --radio-buttons-label-hover: rgb(113.9, 102, 187.85);
  --radio-buttons-checked-border: 2px solid #594bb0;
  --radio-buttons-checked-hover-border: 2px solid rgb(80.1, 67.5, 158.4);
  --radio-buttons-checked-border-focus: 2px solid rgb(113.9, 102, 187.85);
  --radio-buttons-checked-background-color: #594bb0;
  --radio-buttons-checked-hover-background-color: rgb(80.1, 67.5, 158.4);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(80.1, 67.5, 158.4);
  --radio-buttons-outline: 2px dotted #594bb0;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #594bb0;
  --table-icon-down-color: #594bb0;
  --table-icon-up-down: #594bb0;
  --sortable-btn-color: #594bb0;
  --aw-table-legacy-table-icon-up-color: #594bb0;
  --aw-table-legacy-table-icon-down-color: #594bb0;
  --input-focus-border-color: #594bb0;
  --input-focus-box-shadow: #594bb0;
  --input-field-label-icon-color: #594bb0;
  --label-color-active: #594bb0;
  --action-icon-color-hover: #594bb0;
  --ai-input_border_color: #594bb0;
  --ai-input_label_active_color: #594bb0;
  --ai-input_icon_color: #594bb0;
  --tabs-indicator-color: #594bb0;
  --tabs-hover: #594bb0;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #594bb0;
  --switch-checked-background-color: rgba(89, 75, 176, 0.24);
  --switch-checked-after-background-color: #594bb0;
  --switch-lever-name-disabled-background-color: rgba(89, 75, 176, 0.24);
  --switch-disabled-background-color: rgb(172, 165, 215.5);
  --wcag-focus: 1px solid #594bb0;
  --spinner-layer-border-color: #594bb0;
  --slider-filled-color: #594bb0;
  --slider-circle-color: #594bb0;
  --slider-active-on-start-background: #594bb0;
  --slider-circle-on-start-color: #594bb0;
  --slider-disabled-circle-on-start-color: #594bb0;
  --slider-vertical-filled: #594bb0;
  --slider-disabled-connect-color: #594bb0;
  --btn-hover-background: rgba(89, 75, 176, 0);
  --btn-focus-background: rgba(89, 75, 176, 0);
  --btn-primary-2-hover-background: rgba(89, 75, 176, 0);
  --btn-primary-2-active-background: rgba(89, 75, 176, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #594bb0;
  --b-p-bg-h: rgb(80.1, 67.5, 158.4);
  --b-p-bg-a: rgb(62.3, 52.5, 123.2);
  --b-p2-bg-h: rgb(80.1, 67.5, 158.4);
  --b-p2-bg-a: rgb(62.3, 52.5, 123.2);
  --floating-primary-hover: rgb(113.9, 102, 187.85);
  --floating-primary-active: rgb(130.5, 120, 195.75);
  --icon-link-state-active-color: #594bb0;
  --icon-link-state-active-color-hover: rgb(80.1, 67.5, 158.4);
  --icon-link-state-active-icon-border-color: #594bb0;
  --bo-p-c-h: rgb(80.1, 67.5, 158.4);
  --bo-p-c-a: rgb(62.3, 52.5, 123.2);
  --bo-p2-c-h: rgb(80.1, 67.5, 158.4);
  --bo-p2-c-a: rgb(62.3, 52.5, 123.2);
  --icon-link-h-c: rgb(80.1, 67.5, 158.4);
  --icon-link-a-c: rgb(62.3, 52.5, 123.2);
  --minify-toggle-btn-hover: rgb(80.1, 67.5, 158.4);
  --select-focus-border-bottom: #594bb0;
  --select-focus-border-color: #594bb0;
  --select-focus-label-color: #594bb0;
  --disabled-label-color: #594bb0;
  --badge-num-outline-border: #594bb0;
  --badge-num-outline-color: #594bb0;
  --textarea-label-color-active: #594bb0;
  --textarea-box-shadow-focus: 0 -1px 0 0 #594bb0 inset;
  --textarea-focus-border-color: #594bb0;
  --chips-active-background: #594bb0;
  --chips-active-border-color: #594bb0;
  --chips-active-hover-bg-color: #594bb0;
  --chips-active-hover-border-color: rgba(89, 75, 176, 0.15);
  --chips-icon-active-color: rgba(89, 75, 176, 0.85);
  --chips-icon-hover-color: #594bb0;
  --navbar-a-active-hover: #594bb0;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #594bb0;
  --nav-hover-list-page-color: #594bb0;
  --logo-li-a-link-color: #594bb0;
  --logo-li-a-link-hover-color: rgb(122.2, 111, 191.8);
  --logo-li-a-link-active-color: rgb(138.8, 129, 199.7);
  --search-block-input-border-color: #594bb0;
  --dropdown-check-icon-color: #594bb0;
  --dropdown-li-active-color: #594bb0;
  --dropdown-content-collection-hover-active-color: #594bb0;
  --dropdown-more-link-color: #594bb0;
  --collection-active-color: #594bb0;
  --collection-active-background: rgba(89, 75, 176, 0.2);
  --collection-active-small-color: rgb(113.9, 102, 187.85);
  --collection-active-item: #594bb0;
  --pagination-button-border: 1px solid #594bb0;
  --pagination-button-color: #594bb0;
  --pagination-button-color-disabled: #594bb0;
  --pagination-button-hover-background: rgba(89, 75, 176, 0.12);
  --pagination-button-color-active: #594bb0;
  --pagination-button-border-active: 3px solid #594bb0;
  --selectable-hover-color: #594bb0;
  --mat-calendar-today-dot: #594bb0;
  --datetime-picker-primary-12: rgba(89, 75, 176, 0.12);
  --range-background: rgba(89, 75, 176, 0.12);
  --datetime-picker-primary-4: #594bb0;
  --datetime-picker-primary: #594bb0;
  --datetime-picker-primary-9: rgba(89, 75, 176, 0.9);
  --mat-calendar-days-number-hover-revers: #594bb0;
  --only-icon-focus-color: #594bb0;
  --notifications-btn-flat-primary: #594bb0;
  --primary-text: #594bb0;
  --notifications-flash-dialog-border: 1px solid #594bb0;
  --notifications-flash-dialog-background-color: #594bb0;
  --aw-chat-message-color: #594bb0;
  --sendbar-send-btn-active-color: #594bb0;
  --outline8: #594bb0;
  --input-payment-focus-border-color: #594bb0;
  --input-payment-focus-box-shadow: #594bb0;
  --input-payment-label-color-focus: #594bb0;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(89, 75, 176, 0.9);
  --dp-today-dot: #594bb0;
  --wysiwyg-btn-active-color: #594bb0;
}

.theme-light .subtheme8 {
  font-family: var(--font-family);
}

.theme-light .subtheme9 {
  --primary: #af20af;
  --primary-rgb: 175, 32, 175;
  --primary-3: rgb(177.4, 38.69, 177.4);
  --primary-5: rgb(179, 43.15, 179);
  --primary-10: rgb(183, 54.3, 183);
  --primary-15: rgb(187, 65.45, 187);
  --primary-17: rgb(188.6, 69.91, 188.6);
  --primary-20: rgb(191, 76.6, 191);
  --primary-25: rgb(195, 87.75, 195);
  --primary-30: rgb(199, 98.9, 199);
  --primary-50: rgb(215, 143.5, 215);
  --primary-shade-3: rgb(169.75, 31.04, 169.75);
  --primary-shade-5: rgb(166.25, 30.4, 166.25);
  --primary-shade-7: rgb(162.75, 29.76, 162.75);
  --primary-shade-10: rgb(157.5, 28.8, 157.5);
  --primary-shade-12: rgb(154, 28.16, 154);
  --primary-shade-15: rgb(148.75, 27.2, 148.75);
  --primary-shade-25: rgb(131.25, 24, 131.25);
  --primary-shade-30: rgb(122.5, 22.4, 122.5);
  --primary-shade-40: rgb(105, 19.2, 105);
  --primary-shade-50: rgb(87.5, 16, 87.5);
  --primary-2: #af20af;
  --primary-2-rgb: 175, 32, 175;
  --primary-2-3: rgb(177.4, 38.69, 177.4);
  --primary-2-5: rgb(179, 43.15, 179);
  --primary-2-10: rgb(183, 54.3, 183);
  --primary-2-15: rgb(187, 65.45, 187);
  --primary-2-17: rgb(188.6, 69.91, 188.6);
  --primary-2-20: rgb(191, 76.6, 191);
  --primary-2-25: rgb(195, 87.75, 195);
  --primary-2-30: rgb(199, 98.9, 199);
  --primary-2-50: rgb(215, 143.5, 215);
  --primary-2-shade-3: rgb(169.75, 31.04, 169.75);
  --primary-2-shade-5: rgb(166.25, 30.4, 166.25);
  --primary-2-shade-7: rgb(162.75, 29.76, 162.75);
  --primary-2-shade-10: rgb(157.5, 28.8, 157.5);
  --primary-2-shade-12: rgb(154, 28.16, 154);
  --primary-2-shade-15: rgb(148.75, 27.2, 148.75);
  --primary-2-shade-25: rgb(131.25, 24, 131.25);
  --primary-2-shade-30: rgb(122.5, 22.4, 122.5);
  --primary-2-shade-40: rgb(105, 19.2, 105);
  --primary-2-shade-50: rgb(87.5, 16, 87.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #af20af;
  --link-color-hover: rgb(157.5, 28.8, 157.5);
  --link-color-active: rgb(157.5, 28.8, 157.5);
  --link-color-visited: #af20af;
  --link-color-visited-hover: rgb(157.5, 28.8, 157.5);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #af20af;
  --anchor-active-bg-color: #af20af;
  --anchor-active-border-color: rgba(175, 32, 175, 0.3);
  --anchor-active-hover-border-color: rgb(122.5, 22.4, 122.5);
  --checkbox-disabled-checked-helper-color: #af20af;
  --checkbox-input-checked-helper-color: #af20af;
  --checkbox-input-checked-helper-background-color: #af20af;
  --checkbox-label-hover-color: #af20af;
  --checkbox-label-hover-helper-color: rgb(157.5, 28.8, 157.5);
  --checkbox-label-hover-text-color: rgb(157.5, 28.8, 157.5);
  --checkbox-border-hover-color: rgb(157.5, 28.8, 157.5);
  --checkbox-label-hover-helper-bg: rgb(157.5, 28.8, 157.5);
  --checkbox-checked-label-hover-hover: rgba(175, 32, 175, 0);
  --checkbox-checked-border-right: #af20af;
  --checkbox-checked-border-bottom: #af20af;
  --checkbox-background: #af20af;
  --checkbox-color: #af20af;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #af20af;
  --circle-graphics-bg: #af20af;
  --circle-graphics-icon: #af20af;
  --radio-buttons-label-hover-color: rgb(157.5, 28.8, 157.5);
  --radio-buttons-label-hover: rgb(187, 65.45, 187);
  --radio-buttons-checked-border: 2px solid #af20af;
  --radio-buttons-checked-hover-border: 2px solid rgb(157.5, 28.8, 157.5);
  --radio-buttons-checked-border-focus: 2px solid rgb(187, 65.45, 187);
  --radio-buttons-checked-background-color: #af20af;
  --radio-buttons-checked-hover-background-color: rgb(157.5, 28.8, 157.5);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(157.5, 28.8, 157.5);
  --radio-buttons-outline: 2px dotted #af20af;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #af20af;
  --table-icon-down-color: #af20af;
  --table-icon-up-down: #af20af;
  --sortable-btn-color: #af20af;
  --aw-table-legacy-table-icon-up-color: #af20af;
  --aw-table-legacy-table-icon-down-color: #af20af;
  --input-focus-border-color: #af20af;
  --input-focus-box-shadow: #af20af;
  --input-field-label-icon-color: #af20af;
  --label-color-active: #af20af;
  --action-icon-color-hover: #af20af;
  --ai-input_border_color: #af20af;
  --ai-input_label_active_color: #af20af;
  --ai-input_icon_color: #af20af;
  --tabs-indicator-color: #af20af;
  --tabs-hover: #af20af;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #af20af;
  --switch-checked-background-color: rgba(175, 32, 175, 0.24);
  --switch-checked-after-background-color: #af20af;
  --switch-lever-name-disabled-background-color: rgba(175, 32, 175, 0.24);
  --switch-disabled-background-color: rgb(215, 143.5, 215);
  --wcag-focus: 1px solid #af20af;
  --spinner-layer-border-color: #af20af;
  --slider-filled-color: #af20af;
  --slider-circle-color: #af20af;
  --slider-active-on-start-background: #af20af;
  --slider-circle-on-start-color: #af20af;
  --slider-disabled-circle-on-start-color: #af20af;
  --slider-vertical-filled: #af20af;
  --slider-disabled-connect-color: #af20af;
  --btn-hover-background: rgba(175, 32, 175, 0);
  --btn-focus-background: rgba(175, 32, 175, 0);
  --btn-primary-2-hover-background: rgba(175, 32, 175, 0);
  --btn-primary-2-active-background: rgba(175, 32, 175, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #af20af;
  --b-p-bg-h: rgb(157.5, 28.8, 157.5);
  --b-p-bg-a: rgb(122.5, 22.4, 122.5);
  --b-p2-bg-h: rgb(157.5, 28.8, 157.5);
  --b-p2-bg-a: rgb(122.5, 22.4, 122.5);
  --floating-primary-hover: rgb(187, 65.45, 187);
  --floating-primary-active: rgb(195, 87.75, 195);
  --icon-link-state-active-color: #af20af;
  --icon-link-state-active-color-hover: rgb(157.5, 28.8, 157.5);
  --icon-link-state-active-icon-border-color: #af20af;
  --bo-p-c-h: rgb(157.5, 28.8, 157.5);
  --bo-p-c-a: rgb(122.5, 22.4, 122.5);
  --bo-p2-c-h: rgb(157.5, 28.8, 157.5);
  --bo-p2-c-a: rgb(122.5, 22.4, 122.5);
  --icon-link-h-c: rgb(157.5, 28.8, 157.5);
  --icon-link-a-c: rgb(122.5, 22.4, 122.5);
  --minify-toggle-btn-hover: rgb(157.5, 28.8, 157.5);
  --select-focus-border-bottom: #af20af;
  --select-focus-border-color: #af20af;
  --select-focus-label-color: #af20af;
  --disabled-label-color: #af20af;
  --badge-num-outline-border: #af20af;
  --badge-num-outline-color: #af20af;
  --textarea-label-color-active: #af20af;
  --textarea-box-shadow-focus: 0 -1px 0 0 #af20af inset;
  --textarea-focus-border-color: #af20af;
  --chips-active-background: #af20af;
  --chips-active-border-color: #af20af;
  --chips-active-hover-bg-color: #af20af;
  --chips-active-hover-border-color: rgba(175, 32, 175, 0.15);
  --chips-icon-active-color: rgba(175, 32, 175, 0.85);
  --chips-icon-hover-color: #af20af;
  --navbar-a-active-hover: #af20af;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #af20af;
  --nav-hover-list-page-color: #af20af;
  --logo-li-a-link-color: #af20af;
  --logo-li-a-link-hover-color: rgb(191, 76.6, 191);
  --logo-li-a-link-active-color: rgb(199, 98.9, 199);
  --search-block-input-border-color: #af20af;
  --dropdown-check-icon-color: #af20af;
  --dropdown-li-active-color: #af20af;
  --dropdown-content-collection-hover-active-color: #af20af;
  --dropdown-more-link-color: #af20af;
  --collection-active-color: #af20af;
  --collection-active-background: rgba(175, 32, 175, 0.2);
  --collection-active-small-color: rgb(187, 65.45, 187);
  --collection-active-item: #af20af;
  --pagination-button-border: 1px solid #af20af;
  --pagination-button-color: #af20af;
  --pagination-button-color-disabled: #af20af;
  --pagination-button-hover-background: rgba(175, 32, 175, 0.12);
  --pagination-button-color-active: #af20af;
  --pagination-button-border-active: 3px solid #af20af;
  --selectable-hover-color: #af20af;
  --mat-calendar-today-dot: #af20af;
  --datetime-picker-primary-12: rgba(175, 32, 175, 0.12);
  --range-background: rgba(175, 32, 175, 0.12);
  --datetime-picker-primary-4: #af20af;
  --datetime-picker-primary: #af20af;
  --datetime-picker-primary-9: rgba(175, 32, 175, 0.9);
  --mat-calendar-days-number-hover-revers: #af20af;
  --only-icon-focus-color: #af20af;
  --notifications-btn-flat-primary: #af20af;
  --primary-text: #af20af;
  --notifications-flash-dialog-border: 1px solid #af20af;
  --notifications-flash-dialog-background-color: #af20af;
  --aw-chat-message-color: #af20af;
  --sendbar-send-btn-active-color: #af20af;
  --outline8: #af20af;
  --input-payment-focus-border-color: #af20af;
  --input-payment-focus-box-shadow: #af20af;
  --input-payment-label-color-focus: #af20af;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(175, 32, 175, 0.9);
  --dp-today-dot: #af20af;
  --wysiwyg-btn-active-color: #af20af;
}

.theme-light .subtheme9 {
  font-family: var(--font-family);
}

.theme-light .subtheme10 {
  --primary: #c01316;
  --primary-rgb: 192, 19, 22;
  --primary-3: rgb(193.89, 26.08, 28.99);
  --primary-5: rgb(195.15, 30.8, 33.65);
  --primary-10: rgb(198.3, 42.6, 45.3);
  --primary-15: rgb(201.45, 54.4, 56.95);
  --primary-17: rgb(202.71, 59.12, 61.61);
  --primary-20: rgb(204.6, 66.2, 68.6);
  --primary-25: rgb(207.75, 78, 80.25);
  --primary-30: rgb(210.9, 89.8, 91.9);
  --primary-50: rgb(223.5, 137, 138.5);
  --primary-shade-3: rgb(186.24, 18.43, 21.34);
  --primary-shade-5: rgb(182.4, 18.05, 20.9);
  --primary-shade-7: rgb(178.56, 17.67, 20.46);
  --primary-shade-10: rgb(172.8, 17.1, 19.8);
  --primary-shade-12: rgb(168.96, 16.72, 19.36);
  --primary-shade-15: rgb(163.2, 16.15, 18.7);
  --primary-shade-25: rgb(144, 14.25, 16.5);
  --primary-shade-30: rgb(134.4, 13.3, 15.4);
  --primary-shade-40: rgb(115.2, 11.4, 13.2);
  --primary-shade-50: rgb(96, 9.5, 11);
  --primary-2: #c01316;
  --primary-2-rgb: 192, 19, 22;
  --primary-2-3: rgb(193.89, 26.08, 28.99);
  --primary-2-5: rgb(195.15, 30.8, 33.65);
  --primary-2-10: rgb(198.3, 42.6, 45.3);
  --primary-2-15: rgb(201.45, 54.4, 56.95);
  --primary-2-17: rgb(202.71, 59.12, 61.61);
  --primary-2-20: rgb(204.6, 66.2, 68.6);
  --primary-2-25: rgb(207.75, 78, 80.25);
  --primary-2-30: rgb(210.9, 89.8, 91.9);
  --primary-2-50: rgb(223.5, 137, 138.5);
  --primary-2-shade-3: rgb(186.24, 18.43, 21.34);
  --primary-2-shade-5: rgb(182.4, 18.05, 20.9);
  --primary-2-shade-7: rgb(178.56, 17.67, 20.46);
  --primary-2-shade-10: rgb(172.8, 17.1, 19.8);
  --primary-2-shade-12: rgb(168.96, 16.72, 19.36);
  --primary-2-shade-15: rgb(163.2, 16.15, 18.7);
  --primary-2-shade-25: rgb(144, 14.25, 16.5);
  --primary-2-shade-30: rgb(134.4, 13.3, 15.4);
  --primary-2-shade-40: rgb(115.2, 11.4, 13.2);
  --primary-2-shade-50: rgb(96, 9.5, 11);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #c01316;
  --link-color-hover: rgb(172.8, 17.1, 19.8);
  --link-color-active: rgb(172.8, 17.1, 19.8);
  --link-color-visited: #c01316;
  --link-color-visited-hover: rgb(172.8, 17.1, 19.8);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #c01316;
  --anchor-active-bg-color: #c01316;
  --anchor-active-border-color: rgba(192, 19, 22, 0.3);
  --anchor-active-hover-border-color: rgb(134.4, 13.3, 15.4);
  --checkbox-disabled-checked-helper-color: #c01316;
  --checkbox-input-checked-helper-color: #c01316;
  --checkbox-input-checked-helper-background-color: #c01316;
  --checkbox-label-hover-color: #c01316;
  --checkbox-label-hover-helper-color: rgb(172.8, 17.1, 19.8);
  --checkbox-label-hover-text-color: rgb(172.8, 17.1, 19.8);
  --checkbox-border-hover-color: rgb(172.8, 17.1, 19.8);
  --checkbox-label-hover-helper-bg: rgb(172.8, 17.1, 19.8);
  --checkbox-checked-label-hover-hover: rgba(192, 19, 22, 0);
  --checkbox-checked-border-right: #c01316;
  --checkbox-checked-border-bottom: #c01316;
  --checkbox-background: #c01316;
  --checkbox-color: #c01316;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #c01316;
  --circle-graphics-bg: #c01316;
  --circle-graphics-icon: #c01316;
  --radio-buttons-label-hover-color: rgb(172.8, 17.1, 19.8);
  --radio-buttons-label-hover: rgb(201.45, 54.4, 56.95);
  --radio-buttons-checked-border: 2px solid #c01316;
  --radio-buttons-checked-hover-border: 2px solid rgb(172.8, 17.1, 19.8);
  --radio-buttons-checked-border-focus: 2px solid rgb(201.45, 54.4, 56.95);
  --radio-buttons-checked-background-color: #c01316;
  --radio-buttons-checked-hover-background-color: rgb(172.8, 17.1, 19.8);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(172.8, 17.1, 19.8);
  --radio-buttons-outline: 2px dotted #c01316;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #c01316;
  --table-icon-down-color: #c01316;
  --table-icon-up-down: #c01316;
  --sortable-btn-color: #c01316;
  --aw-table-legacy-table-icon-up-color: #c01316;
  --aw-table-legacy-table-icon-down-color: #c01316;
  --input-focus-border-color: #c01316;
  --input-focus-box-shadow: #c01316;
  --input-field-label-icon-color: #c01316;
  --label-color-active: #c01316;
  --action-icon-color-hover: #c01316;
  --ai-input_border_color: #c01316;
  --ai-input_label_active_color: #c01316;
  --ai-input_icon_color: #c01316;
  --tabs-indicator-color: #c01316;
  --tabs-hover: #c01316;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #c01316;
  --switch-checked-background-color: rgba(192, 19, 22, 0.24);
  --switch-checked-after-background-color: #c01316;
  --switch-lever-name-disabled-background-color: rgba(192, 19, 22, 0.24);
  --switch-disabled-background-color: rgb(223.5, 137, 138.5);
  --wcag-focus: 1px solid #c01316;
  --spinner-layer-border-color: #c01316;
  --slider-filled-color: #c01316;
  --slider-circle-color: #c01316;
  --slider-active-on-start-background: #c01316;
  --slider-circle-on-start-color: #c01316;
  --slider-disabled-circle-on-start-color: #c01316;
  --slider-vertical-filled: #c01316;
  --slider-disabled-connect-color: #c01316;
  --btn-hover-background: rgba(192, 19, 22, 0);
  --btn-focus-background: rgba(192, 19, 22, 0);
  --btn-primary-2-hover-background: rgba(192, 19, 22, 0);
  --btn-primary-2-active-background: rgba(192, 19, 22, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #c01316;
  --b-p-bg-h: rgb(172.8, 17.1, 19.8);
  --b-p-bg-a: rgb(134.4, 13.3, 15.4);
  --b-p2-bg-h: rgb(172.8, 17.1, 19.8);
  --b-p2-bg-a: rgb(134.4, 13.3, 15.4);
  --floating-primary-hover: rgb(201.45, 54.4, 56.95);
  --floating-primary-active: rgb(207.75, 78, 80.25);
  --icon-link-state-active-color: #c01316;
  --icon-link-state-active-color-hover: rgb(172.8, 17.1, 19.8);
  --icon-link-state-active-icon-border-color: #c01316;
  --bo-p-c-h: rgb(172.8, 17.1, 19.8);
  --bo-p-c-a: rgb(134.4, 13.3, 15.4);
  --bo-p2-c-h: rgb(172.8, 17.1, 19.8);
  --bo-p2-c-a: rgb(134.4, 13.3, 15.4);
  --icon-link-h-c: rgb(172.8, 17.1, 19.8);
  --icon-link-a-c: rgb(134.4, 13.3, 15.4);
  --minify-toggle-btn-hover: rgb(172.8, 17.1, 19.8);
  --select-focus-border-bottom: #c01316;
  --select-focus-border-color: #c01316;
  --select-focus-label-color: #c01316;
  --disabled-label-color: #c01316;
  --badge-num-outline-border: #c01316;
  --badge-num-outline-color: #c01316;
  --textarea-label-color-active: #c01316;
  --textarea-box-shadow-focus: 0 -1px 0 0 #c01316 inset;
  --textarea-focus-border-color: #c01316;
  --chips-active-background: #c01316;
  --chips-active-border-color: #c01316;
  --chips-active-hover-bg-color: #c01316;
  --chips-active-hover-border-color: rgba(192, 19, 22, 0.15);
  --chips-icon-active-color: rgba(192, 19, 22, 0.85);
  --chips-icon-hover-color: #c01316;
  --navbar-a-active-hover: #c01316;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #c01316;
  --nav-hover-list-page-color: #c01316;
  --logo-li-a-link-color: #c01316;
  --logo-li-a-link-hover-color: rgb(204.6, 66.2, 68.6);
  --logo-li-a-link-active-color: rgb(210.9, 89.8, 91.9);
  --search-block-input-border-color: #c01316;
  --dropdown-check-icon-color: #c01316;
  --dropdown-li-active-color: #c01316;
  --dropdown-content-collection-hover-active-color: #c01316;
  --dropdown-more-link-color: #c01316;
  --collection-active-color: #c01316;
  --collection-active-background: rgba(192, 19, 22, 0.2);
  --collection-active-small-color: rgb(201.45, 54.4, 56.95);
  --collection-active-item: #c01316;
  --pagination-button-border: 1px solid #c01316;
  --pagination-button-color: #c01316;
  --pagination-button-color-disabled: #c01316;
  --pagination-button-hover-background: rgba(192, 19, 22, 0.12);
  --pagination-button-color-active: #c01316;
  --pagination-button-border-active: 3px solid #c01316;
  --selectable-hover-color: #c01316;
  --mat-calendar-today-dot: #c01316;
  --datetime-picker-primary-12: rgba(192, 19, 22, 0.12);
  --range-background: rgba(192, 19, 22, 0.12);
  --datetime-picker-primary-4: #c01316;
  --datetime-picker-primary: #c01316;
  --datetime-picker-primary-9: rgba(192, 19, 22, 0.9);
  --mat-calendar-days-number-hover-revers: #c01316;
  --only-icon-focus-color: #c01316;
  --notifications-btn-flat-primary: #c01316;
  --primary-text: #c01316;
  --notifications-flash-dialog-border: 1px solid #c01316;
  --notifications-flash-dialog-background-color: #c01316;
  --aw-chat-message-color: #c01316;
  --sendbar-send-btn-active-color: #c01316;
  --outline8: #c01316;
  --input-payment-focus-border-color: #c01316;
  --input-payment-focus-box-shadow: #c01316;
  --input-payment-label-color-focus: #c01316;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(192, 19, 22, 0.9);
  --dp-today-dot: #c01316;
  --wysiwyg-btn-active-color: #c01316;
}

.theme-light .subtheme10 {
  font-family: var(--font-family);
}

.theme-light .subtheme11 {
  --primary: #a34903;
  --primary-rgb: 163, 73, 3;
  --primary-3: rgb(165.76, 78.46, 10.56);
  --primary-5: rgb(167.6, 82.1, 15.6);
  --primary-10: rgb(172.2, 91.2, 28.2);
  --primary-15: rgb(176.8, 100.3, 40.8);
  --primary-17: rgb(178.64, 103.94, 45.84);
  --primary-20: rgb(181.4, 109.4, 53.4);
  --primary-25: rgb(186, 118.5, 66);
  --primary-30: rgb(190.6, 127.6, 78.6);
  --primary-50: #d1a481;
  --primary-shade-3: rgb(158.11, 70.81, 2.91);
  --primary-shade-5: rgb(154.85, 69.35, 2.85);
  --primary-shade-7: rgb(151.59, 67.89, 2.79);
  --primary-shade-10: rgb(146.7, 65.7, 2.7);
  --primary-shade-12: rgb(143.44, 64.24, 2.64);
  --primary-shade-15: rgb(138.55, 62.05, 2.55);
  --primary-shade-25: rgb(122.25, 54.75, 2.25);
  --primary-shade-30: rgb(114.1, 51.1, 2.1);
  --primary-shade-40: rgb(97.8, 43.8, 1.8);
  --primary-shade-50: rgb(81.5, 36.5, 1.5);
  --primary-2: #a34903;
  --primary-2-rgb: 163, 73, 3;
  --primary-2-3: rgb(165.76, 78.46, 10.56);
  --primary-2-5: rgb(167.6, 82.1, 15.6);
  --primary-2-10: rgb(172.2, 91.2, 28.2);
  --primary-2-15: rgb(176.8, 100.3, 40.8);
  --primary-2-17: rgb(178.64, 103.94, 45.84);
  --primary-2-20: rgb(181.4, 109.4, 53.4);
  --primary-2-25: rgb(186, 118.5, 66);
  --primary-2-30: rgb(190.6, 127.6, 78.6);
  --primary-2-50: #d1a481;
  --primary-2-shade-3: rgb(158.11, 70.81, 2.91);
  --primary-2-shade-5: rgb(154.85, 69.35, 2.85);
  --primary-2-shade-7: rgb(151.59, 67.89, 2.79);
  --primary-2-shade-10: rgb(146.7, 65.7, 2.7);
  --primary-2-shade-12: rgb(143.44, 64.24, 2.64);
  --primary-2-shade-15: rgb(138.55, 62.05, 2.55);
  --primary-2-shade-25: rgb(122.25, 54.75, 2.25);
  --primary-2-shade-30: rgb(114.1, 51.1, 2.1);
  --primary-2-shade-40: rgb(97.8, 43.8, 1.8);
  --primary-2-shade-50: rgb(81.5, 36.5, 1.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #a34903;
  --link-color-hover: rgb(146.7, 65.7, 2.7);
  --link-color-active: rgb(146.7, 65.7, 2.7);
  --link-color-visited: #a34903;
  --link-color-visited-hover: rgb(146.7, 65.7, 2.7);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #a34903;
  --anchor-active-bg-color: #a34903;
  --anchor-active-border-color: rgba(163, 73, 3, 0.3);
  --anchor-active-hover-border-color: rgb(114.1, 51.1, 2.1);
  --checkbox-disabled-checked-helper-color: #a34903;
  --checkbox-input-checked-helper-color: #a34903;
  --checkbox-input-checked-helper-background-color: #a34903;
  --checkbox-label-hover-color: #a34903;
  --checkbox-label-hover-helper-color: rgb(146.7, 65.7, 2.7);
  --checkbox-label-hover-text-color: rgb(146.7, 65.7, 2.7);
  --checkbox-border-hover-color: rgb(146.7, 65.7, 2.7);
  --checkbox-label-hover-helper-bg: rgb(146.7, 65.7, 2.7);
  --checkbox-checked-label-hover-hover: rgba(163, 73, 3, 0);
  --checkbox-checked-border-right: #a34903;
  --checkbox-checked-border-bottom: #a34903;
  --checkbox-background: #a34903;
  --checkbox-color: #a34903;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #a34903;
  --circle-graphics-bg: #a34903;
  --circle-graphics-icon: #a34903;
  --radio-buttons-label-hover-color: rgb(146.7, 65.7, 2.7);
  --radio-buttons-label-hover: rgb(176.8, 100.3, 40.8);
  --radio-buttons-checked-border: 2px solid #a34903;
  --radio-buttons-checked-hover-border: 2px solid rgb(146.7, 65.7, 2.7);
  --radio-buttons-checked-border-focus: 2px solid rgb(176.8, 100.3, 40.8);
  --radio-buttons-checked-background-color: #a34903;
  --radio-buttons-checked-hover-background-color: rgb(146.7, 65.7, 2.7);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(146.7, 65.7, 2.7);
  --radio-buttons-outline: 2px dotted #a34903;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #a34903;
  --table-icon-down-color: #a34903;
  --table-icon-up-down: #a34903;
  --sortable-btn-color: #a34903;
  --aw-table-legacy-table-icon-up-color: #a34903;
  --aw-table-legacy-table-icon-down-color: #a34903;
  --input-focus-border-color: #a34903;
  --input-focus-box-shadow: #a34903;
  --input-field-label-icon-color: #a34903;
  --label-color-active: #a34903;
  --action-icon-color-hover: #a34903;
  --ai-input_border_color: #a34903;
  --ai-input_label_active_color: #a34903;
  --ai-input_icon_color: #a34903;
  --tabs-indicator-color: #a34903;
  --tabs-hover: #a34903;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #a34903;
  --switch-checked-background-color: rgba(163, 73, 3, 0.24);
  --switch-checked-after-background-color: #a34903;
  --switch-lever-name-disabled-background-color: rgba(163, 73, 3, 0.24);
  --switch-disabled-background-color: #d1a481;
  --wcag-focus: 1px solid #a34903;
  --spinner-layer-border-color: #a34903;
  --slider-filled-color: #a34903;
  --slider-circle-color: #a34903;
  --slider-active-on-start-background: #a34903;
  --slider-circle-on-start-color: #a34903;
  --slider-disabled-circle-on-start-color: #a34903;
  --slider-vertical-filled: #a34903;
  --slider-disabled-connect-color: #a34903;
  --btn-hover-background: rgba(163, 73, 3, 0);
  --btn-focus-background: rgba(163, 73, 3, 0);
  --btn-primary-2-hover-background: rgba(163, 73, 3, 0);
  --btn-primary-2-active-background: rgba(163, 73, 3, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #a34903;
  --b-p-bg-h: rgb(146.7, 65.7, 2.7);
  --b-p-bg-a: rgb(114.1, 51.1, 2.1);
  --b-p2-bg-h: rgb(146.7, 65.7, 2.7);
  --b-p2-bg-a: rgb(114.1, 51.1, 2.1);
  --floating-primary-hover: rgb(176.8, 100.3, 40.8);
  --floating-primary-active: rgb(186, 118.5, 66);
  --icon-link-state-active-color: #a34903;
  --icon-link-state-active-color-hover: rgb(146.7, 65.7, 2.7);
  --icon-link-state-active-icon-border-color: #a34903;
  --bo-p-c-h: rgb(146.7, 65.7, 2.7);
  --bo-p-c-a: rgb(114.1, 51.1, 2.1);
  --bo-p2-c-h: rgb(146.7, 65.7, 2.7);
  --bo-p2-c-a: rgb(114.1, 51.1, 2.1);
  --icon-link-h-c: rgb(146.7, 65.7, 2.7);
  --icon-link-a-c: rgb(114.1, 51.1, 2.1);
  --minify-toggle-btn-hover: rgb(146.7, 65.7, 2.7);
  --select-focus-border-bottom: #a34903;
  --select-focus-border-color: #a34903;
  --select-focus-label-color: #a34903;
  --disabled-label-color: #a34903;
  --badge-num-outline-border: #a34903;
  --badge-num-outline-color: #a34903;
  --textarea-label-color-active: #a34903;
  --textarea-box-shadow-focus: 0 -1px 0 0 #a34903 inset;
  --textarea-focus-border-color: #a34903;
  --chips-active-background: #a34903;
  --chips-active-border-color: #a34903;
  --chips-active-hover-bg-color: #a34903;
  --chips-active-hover-border-color: rgba(163, 73, 3, 0.15);
  --chips-icon-active-color: rgba(163, 73, 3, 0.85);
  --chips-icon-hover-color: #a34903;
  --navbar-a-active-hover: #a34903;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #a34903;
  --nav-hover-list-page-color: #a34903;
  --logo-li-a-link-color: #a34903;
  --logo-li-a-link-hover-color: rgb(181.4, 109.4, 53.4);
  --logo-li-a-link-active-color: rgb(190.6, 127.6, 78.6);
  --search-block-input-border-color: #a34903;
  --dropdown-check-icon-color: #a34903;
  --dropdown-li-active-color: #a34903;
  --dropdown-content-collection-hover-active-color: #a34903;
  --dropdown-more-link-color: #a34903;
  --collection-active-color: #a34903;
  --collection-active-background: rgba(163, 73, 3, 0.2);
  --collection-active-small-color: rgb(176.8, 100.3, 40.8);
  --collection-active-item: #a34903;
  --pagination-button-border: 1px solid #a34903;
  --pagination-button-color: #a34903;
  --pagination-button-color-disabled: #a34903;
  --pagination-button-hover-background: rgba(163, 73, 3, 0.12);
  --pagination-button-color-active: #a34903;
  --pagination-button-border-active: 3px solid #a34903;
  --selectable-hover-color: #a34903;
  --mat-calendar-today-dot: #a34903;
  --datetime-picker-primary-12: rgba(163, 73, 3, 0.12);
  --range-background: rgba(163, 73, 3, 0.12);
  --datetime-picker-primary-4: #a34903;
  --datetime-picker-primary: #a34903;
  --datetime-picker-primary-9: rgba(163, 73, 3, 0.9);
  --mat-calendar-days-number-hover-revers: #a34903;
  --only-icon-focus-color: #a34903;
  --notifications-btn-flat-primary: #a34903;
  --primary-text: #a34903;
  --notifications-flash-dialog-border: 1px solid #a34903;
  --notifications-flash-dialog-background-color: #a34903;
  --aw-chat-message-color: #a34903;
  --sendbar-send-btn-active-color: #a34903;
  --outline8: #a34903;
  --input-payment-focus-border-color: #a34903;
  --input-payment-focus-box-shadow: #a34903;
  --input-payment-label-color-focus: #a34903;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(163, 73, 3, 0.9);
  --dp-today-dot: #a34903;
  --wysiwyg-btn-active-color: #a34903;
}

.theme-light .subtheme11 {
  font-family: var(--font-family);
}

.theme-light .subtheme12 {
  --primary: #00635b;
  --primary-rgb: 0, 99, 91;
  --primary-3: rgb(7.65, 103.68, 95.92);
  --primary-5: rgb(12.75, 106.8, 99.2);
  --primary-10: rgb(25.5, 114.6, 107.4);
  --primary-15: rgb(38.25, 122.4, 115.6);
  --primary-17: rgb(43.35, 125.52, 118.88);
  --primary-20: rgb(51, 130.2, 123.8);
  --primary-25: rgb(63.75, 138, 132);
  --primary-30: rgb(76.5, 145.8, 140.2);
  --primary-50: rgb(127.5, 177, 173);
  --primary-shade-3: rgb(0, 96.03, 88.27);
  --primary-shade-5: rgb(0, 94.05, 86.45);
  --primary-shade-7: rgb(0, 92.07, 84.63);
  --primary-shade-10: rgb(0, 89.1, 81.9);
  --primary-shade-12: rgb(0, 87.12, 80.08);
  --primary-shade-15: rgb(0, 84.15, 77.35);
  --primary-shade-25: rgb(0, 74.25, 68.25);
  --primary-shade-30: rgb(0, 69.3, 63.7);
  --primary-shade-40: rgb(0, 59.4, 54.6);
  --primary-shade-50: rgb(0, 49.5, 45.5);
  --primary-2: #00635b;
  --primary-2-rgb: 0, 99, 91;
  --primary-2-3: rgb(7.65, 103.68, 95.92);
  --primary-2-5: rgb(12.75, 106.8, 99.2);
  --primary-2-10: rgb(25.5, 114.6, 107.4);
  --primary-2-15: rgb(38.25, 122.4, 115.6);
  --primary-2-17: rgb(43.35, 125.52, 118.88);
  --primary-2-20: rgb(51, 130.2, 123.8);
  --primary-2-25: rgb(63.75, 138, 132);
  --primary-2-30: rgb(76.5, 145.8, 140.2);
  --primary-2-50: rgb(127.5, 177, 173);
  --primary-2-shade-3: rgb(0, 96.03, 88.27);
  --primary-2-shade-5: rgb(0, 94.05, 86.45);
  --primary-2-shade-7: rgb(0, 92.07, 84.63);
  --primary-2-shade-10: rgb(0, 89.1, 81.9);
  --primary-2-shade-12: rgb(0, 87.12, 80.08);
  --primary-2-shade-15: rgb(0, 84.15, 77.35);
  --primary-2-shade-25: rgb(0, 74.25, 68.25);
  --primary-2-shade-30: rgb(0, 69.3, 63.7);
  --primary-2-shade-40: rgb(0, 59.4, 54.6);
  --primary-2-shade-50: rgb(0, 49.5, 45.5);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #00635b;
  --link-color-hover: rgb(0, 89.1, 81.9);
  --link-color-active: rgb(0, 89.1, 81.9);
  --link-color-visited: #00635b;
  --link-color-visited-hover: rgb(0, 89.1, 81.9);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #00635b;
  --anchor-active-bg-color: #00635b;
  --anchor-active-border-color: rgba(0, 99, 91, 0.3);
  --anchor-active-hover-border-color: rgb(0, 69.3, 63.7);
  --checkbox-disabled-checked-helper-color: #00635b;
  --checkbox-input-checked-helper-color: #00635b;
  --checkbox-input-checked-helper-background-color: #00635b;
  --checkbox-label-hover-color: #00635b;
  --checkbox-label-hover-helper-color: rgb(0, 89.1, 81.9);
  --checkbox-label-hover-text-color: rgb(0, 89.1, 81.9);
  --checkbox-border-hover-color: rgb(0, 89.1, 81.9);
  --checkbox-label-hover-helper-bg: rgb(0, 89.1, 81.9);
  --checkbox-checked-label-hover-hover: rgba(0, 99, 91, 0);
  --checkbox-checked-border-right: #00635b;
  --checkbox-checked-border-bottom: #00635b;
  --checkbox-background: #00635b;
  --checkbox-color: #00635b;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #00635b;
  --circle-graphics-bg: #00635b;
  --circle-graphics-icon: #00635b;
  --radio-buttons-label-hover-color: rgb(0, 89.1, 81.9);
  --radio-buttons-label-hover: rgb(38.25, 122.4, 115.6);
  --radio-buttons-checked-border: 2px solid #00635b;
  --radio-buttons-checked-hover-border: 2px solid rgb(0, 89.1, 81.9);
  --radio-buttons-checked-border-focus: 2px solid rgb(38.25, 122.4, 115.6);
  --radio-buttons-checked-background-color: #00635b;
  --radio-buttons-checked-hover-background-color: rgb(0, 89.1, 81.9);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(0, 89.1, 81.9);
  --radio-buttons-outline: 2px dotted #00635b;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #00635b;
  --table-icon-down-color: #00635b;
  --table-icon-up-down: #00635b;
  --sortable-btn-color: #00635b;
  --aw-table-legacy-table-icon-up-color: #00635b;
  --aw-table-legacy-table-icon-down-color: #00635b;
  --input-focus-border-color: #00635b;
  --input-focus-box-shadow: #00635b;
  --input-field-label-icon-color: #00635b;
  --label-color-active: #00635b;
  --action-icon-color-hover: #00635b;
  --ai-input_border_color: #00635b;
  --ai-input_label_active_color: #00635b;
  --ai-input_icon_color: #00635b;
  --tabs-indicator-color: #00635b;
  --tabs-hover: #00635b;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #00635b;
  --switch-checked-background-color: rgba(0, 99, 91, 0.24);
  --switch-checked-after-background-color: #00635b;
  --switch-lever-name-disabled-background-color: rgba(0, 99, 91, 0.24);
  --switch-disabled-background-color: rgb(127.5, 177, 173);
  --wcag-focus: 1px solid #00635b;
  --spinner-layer-border-color: #00635b;
  --slider-filled-color: #00635b;
  --slider-circle-color: #00635b;
  --slider-active-on-start-background: #00635b;
  --slider-circle-on-start-color: #00635b;
  --slider-disabled-circle-on-start-color: #00635b;
  --slider-vertical-filled: #00635b;
  --slider-disabled-connect-color: #00635b;
  --btn-hover-background: rgba(0, 99, 91, 0);
  --btn-focus-background: rgba(0, 99, 91, 0);
  --btn-primary-2-hover-background: rgba(0, 99, 91, 0);
  --btn-primary-2-active-background: rgba(0, 99, 91, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #00635b;
  --b-p-bg-h: rgb(0, 89.1, 81.9);
  --b-p-bg-a: rgb(0, 69.3, 63.7);
  --b-p2-bg-h: rgb(0, 89.1, 81.9);
  --b-p2-bg-a: rgb(0, 69.3, 63.7);
  --floating-primary-hover: rgb(38.25, 122.4, 115.6);
  --floating-primary-active: rgb(63.75, 138, 132);
  --icon-link-state-active-color: #00635b;
  --icon-link-state-active-color-hover: rgb(0, 89.1, 81.9);
  --icon-link-state-active-icon-border-color: #00635b;
  --bo-p-c-h: rgb(0, 89.1, 81.9);
  --bo-p-c-a: rgb(0, 69.3, 63.7);
  --bo-p2-c-h: rgb(0, 89.1, 81.9);
  --bo-p2-c-a: rgb(0, 69.3, 63.7);
  --icon-link-h-c: rgb(0, 89.1, 81.9);
  --icon-link-a-c: rgb(0, 69.3, 63.7);
  --minify-toggle-btn-hover: rgb(0, 89.1, 81.9);
  --select-focus-border-bottom: #00635b;
  --select-focus-border-color: #00635b;
  --select-focus-label-color: #00635b;
  --disabled-label-color: #00635b;
  --badge-num-outline-border: #00635b;
  --badge-num-outline-color: #00635b;
  --textarea-label-color-active: #00635b;
  --textarea-box-shadow-focus: 0 -1px 0 0 #00635b inset;
  --textarea-focus-border-color: #00635b;
  --chips-active-background: #00635b;
  --chips-active-border-color: #00635b;
  --chips-active-hover-bg-color: #00635b;
  --chips-active-hover-border-color: rgba(0, 99, 91, 0.15);
  --chips-icon-active-color: rgba(0, 99, 91, 0.85);
  --chips-icon-hover-color: #00635b;
  --navbar-a-active-hover: #00635b;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #00635b;
  --nav-hover-list-page-color: #00635b;
  --logo-li-a-link-color: #00635b;
  --logo-li-a-link-hover-color: rgb(51, 130.2, 123.8);
  --logo-li-a-link-active-color: rgb(76.5, 145.8, 140.2);
  --search-block-input-border-color: #00635b;
  --dropdown-check-icon-color: #00635b;
  --dropdown-li-active-color: #00635b;
  --dropdown-content-collection-hover-active-color: #00635b;
  --dropdown-more-link-color: #00635b;
  --collection-active-color: #00635b;
  --collection-active-background: rgba(0, 99, 91, 0.2);
  --collection-active-small-color: rgb(38.25, 122.4, 115.6);
  --collection-active-item: #00635b;
  --pagination-button-border: 1px solid #00635b;
  --pagination-button-color: #00635b;
  --pagination-button-color-disabled: #00635b;
  --pagination-button-hover-background: rgba(0, 99, 91, 0.12);
  --pagination-button-color-active: #00635b;
  --pagination-button-border-active: 3px solid #00635b;
  --selectable-hover-color: #00635b;
  --mat-calendar-today-dot: #00635b;
  --datetime-picker-primary-12: rgba(0, 99, 91, 0.12);
  --range-background: rgba(0, 99, 91, 0.12);
  --datetime-picker-primary-4: #00635b;
  --datetime-picker-primary: #00635b;
  --datetime-picker-primary-9: rgba(0, 99, 91, 0.9);
  --mat-calendar-days-number-hover-revers: #00635b;
  --only-icon-focus-color: #00635b;
  --notifications-btn-flat-primary: #00635b;
  --primary-text: #00635b;
  --notifications-flash-dialog-border: 1px solid #00635b;
  --notifications-flash-dialog-background-color: #00635b;
  --aw-chat-message-color: #00635b;
  --sendbar-send-btn-active-color: #00635b;
  --outline8: #00635b;
  --input-payment-focus-border-color: #00635b;
  --input-payment-focus-box-shadow: #00635b;
  --input-payment-label-color-focus: #00635b;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(0, 99, 91, 0.9);
  --dp-today-dot: #00635b;
  --wysiwyg-btn-active-color: #00635b;
}

.theme-light .subtheme12 {
  font-family: var(--font-family);
}

.theme-light .subtheme13 {
  --primary: #396070;
  --primary-rgb: 57, 96, 112;
  --primary-3: rgb(62.94, 100.77, 116.29);
  --primary-5: rgb(66.9, 103.95, 119.15);
  --primary-10: rgb(76.8, 111.9, 126.3);
  --primary-15: rgb(86.7, 119.85, 133.45);
  --primary-17: rgb(90.66, 123.03, 136.31);
  --primary-20: rgb(96.6, 127.8, 140.6);
  --primary-25: rgb(106.5, 135.75, 147.75);
  --primary-30: rgb(116.4, 143.7, 154.9);
  --primary-50: rgb(156, 175.5, 183.5);
  --primary-shade-3: rgb(55.29, 93.12, 108.64);
  --primary-shade-5: rgb(54.15, 91.2, 106.4);
  --primary-shade-7: rgb(53.01, 89.28, 104.16);
  --primary-shade-10: rgb(51.3, 86.4, 100.8);
  --primary-shade-12: rgb(50.16, 84.48, 98.56);
  --primary-shade-15: rgb(48.45, 81.6, 95.2);
  --primary-shade-25: rgb(42.75, 72, 84);
  --primary-shade-30: rgb(39.9, 67.2, 78.4);
  --primary-shade-40: rgb(34.2, 57.6, 67.2);
  --primary-shade-50: rgb(28.5, 48, 56);
  --primary-2: #396070;
  --primary-2-rgb: 57, 96, 112;
  --primary-2-3: rgb(62.94, 100.77, 116.29);
  --primary-2-5: rgb(66.9, 103.95, 119.15);
  --primary-2-10: rgb(76.8, 111.9, 126.3);
  --primary-2-15: rgb(86.7, 119.85, 133.45);
  --primary-2-17: rgb(90.66, 123.03, 136.31);
  --primary-2-20: rgb(96.6, 127.8, 140.6);
  --primary-2-25: rgb(106.5, 135.75, 147.75);
  --primary-2-30: rgb(116.4, 143.7, 154.9);
  --primary-2-50: rgb(156, 175.5, 183.5);
  --primary-2-shade-3: rgb(55.29, 93.12, 108.64);
  --primary-2-shade-5: rgb(54.15, 91.2, 106.4);
  --primary-2-shade-7: rgb(53.01, 89.28, 104.16);
  --primary-2-shade-10: rgb(51.3, 86.4, 100.8);
  --primary-2-shade-12: rgb(50.16, 84.48, 98.56);
  --primary-2-shade-15: rgb(48.45, 81.6, 95.2);
  --primary-2-shade-25: rgb(42.75, 72, 84);
  --primary-2-shade-30: rgb(39.9, 67.2, 78.4);
  --primary-2-shade-40: rgb(34.2, 57.6, 67.2);
  --primary-2-shade-50: rgb(28.5, 48, 56);
  --success: #008906;
  --success-rgb: 0, 137, 6;
  --success-3: rgb(7.65, 140.54, 13.47);
  --success-5: rgb(12.75, 142.9, 18.45);
  --success-10: rgb(25.5, 148.8, 30.9);
  --success-15: rgb(38.25, 154.7, 43.35);
  --success-17: rgb(43.35, 157.06, 48.33);
  --success-20: rgb(51, 160.6, 55.8);
  --success-25: rgb(63.75, 166.5, 68.25);
  --success-30: rgb(76.5, 172.4, 80.7);
  --success-50: rgb(127.5, 196, 130.5);
  --success-shade-3: rgb(0, 132.89, 5.82);
  --success-shade-5: rgb(0, 130.15, 5.7);
  --success-shade-7: rgb(0, 127.41, 5.58);
  --success-shade-10: rgb(0, 123.3, 5.4);
  --success-shade-12: rgb(0, 120.56, 5.28);
  --success-shade-15: rgb(0, 116.45, 5.1);
  --success-shade-25: rgb(0, 102.75, 4.5);
  --success-shade-30: rgb(0, 95.9, 4.2);
  --success-shade-40: rgb(0, 82.2, 3.6);
  --success-shade-50: rgb(0, 68.5, 3);
  --success-2: #007a06;
  --success-2-rgb: 0, 122, 6;
  --success-2-3: rgb(7.65, 125.99, 13.47);
  --success-2-5: rgb(12.75, 128.65, 18.45);
  --success-2-10: rgb(25.5, 135.3, 30.9);
  --success-2-15: rgb(38.25, 141.95, 43.35);
  --success-2-17: rgb(43.35, 144.61, 48.33);
  --success-2-20: rgb(51, 148.6, 55.8);
  --success-2-25: rgb(63.75, 155.25, 68.25);
  --success-2-30: rgb(76.5, 161.9, 80.7);
  --success-2-50: rgb(127.5, 188.5, 130.5);
  --success-2-shade-3: rgb(0, 118.34, 5.82);
  --success-2-shade-5: rgb(0, 115.9, 5.7);
  --success-2-shade-7: rgb(0, 113.46, 5.58);
  --success-2-shade-10: rgb(0, 109.8, 5.4);
  --success-2-shade-12: rgb(0, 107.36, 5.28);
  --success-2-shade-15: rgb(0, 103.7, 5.1);
  --success-2-shade-25: rgb(0, 91.5, 4.5);
  --success-2-shade-30: rgb(0, 85.4, 4.2);
  --success-2-shade-40: rgb(0, 73.2, 3.6);
  --success-2-shade-50: #003d03;
  --warning: #ba5b03;
  --warning-rgb: 186, 91, 3;
  --warning-3: rgb(188.07, 95.92, 10.56);
  --warning-5: rgb(189.45, 99.2, 15.6);
  --warning-10: rgb(192.9, 107.4, 28.2);
  --warning-15: rgb(196.35, 115.6, 40.8);
  --warning-17: rgb(197.73, 118.88, 45.84);
  --warning-20: rgb(199.8, 123.8, 53.4);
  --warning-25: rgb(203.25, 132, 66);
  --warning-30: rgb(206.7, 140.2, 78.6);
  --warning-50: rgb(220.5, 173, 129);
  --warning-shade-3: rgb(180.42, 88.27, 2.91);
  --warning-shade-5: rgb(176.7, 86.45, 2.85);
  --warning-shade-7: rgb(172.98, 84.63, 2.79);
  --warning-shade-10: rgb(167.4, 81.9, 2.7);
  --warning-shade-12: rgb(163.68, 80.08, 2.64);
  --warning-shade-15: rgb(158.1, 77.35, 2.55);
  --warning-shade-25: rgb(139.5, 68.25, 2.25);
  --warning-shade-30: rgb(130.2, 63.7, 2.1);
  --warning-shade-40: rgb(111.6, 54.6, 1.8);
  --warning-shade-50: rgb(93, 45.5, 1.5);
  --warning-2: #a34903;
  --warning-2-rgb: 163, 73, 3;
  --warning-2-3: rgb(165.76, 78.46, 10.56);
  --warning-2-5: rgb(167.6, 82.1, 15.6);
  --warning-2-10: rgb(172.2, 91.2, 28.2);
  --warning-2-15: rgb(176.8, 100.3, 40.8);
  --warning-2-17: rgb(178.64, 103.94, 45.84);
  --warning-2-20: rgb(181.4, 109.4, 53.4);
  --warning-2-25: rgb(186, 118.5, 66);
  --warning-2-30: rgb(190.6, 127.6, 78.6);
  --warning-2-50: #d1a481;
  --warning-2-shade-3: rgb(158.11, 70.81, 2.91);
  --warning-2-shade-5: rgb(154.85, 69.35, 2.85);
  --warning-2-shade-7: rgb(151.59, 67.89, 2.79);
  --warning-2-shade-10: rgb(146.7, 65.7, 2.7);
  --warning-2-shade-12: rgb(143.44, 64.24, 2.64);
  --warning-2-shade-15: rgb(138.55, 62.05, 2.55);
  --warning-2-shade-25: rgb(122.25, 54.75, 2.25);
  --warning-2-shade-30: rgb(114.1, 51.1, 2.1);
  --warning-2-shade-40: rgb(97.8, 43.8, 1.8);
  --warning-2-shade-50: rgb(81.5, 36.5, 1.5);
  --danger: #d93b3d;
  --danger-rgb: 217, 59, 61;
  --danger-3: rgb(218.14, 64.88, 66.82);
  --danger-5: rgb(218.9, 68.8, 70.7);
  --danger-10: rgb(220.8, 78.6, 80.4);
  --danger-15: rgb(222.7, 88.4, 90.1);
  --danger-17: rgb(223.46, 92.32, 93.98);
  --danger-20: rgb(224.6, 98.2, 99.8);
  --danger-25: rgb(226.5, 108, 109.5);
  --danger-30: rgb(228.4, 117.8, 119.2);
  --danger-50: #ec9d9e;
  --danger-shade-3: rgb(210.49, 57.23, 59.17);
  --danger-shade-5: rgb(206.15, 56.05, 57.95);
  --danger-shade-7: rgb(201.81, 54.87, 56.73);
  --danger-shade-10: rgb(195.3, 53.1, 54.9);
  --danger-shade-12: rgb(190.96, 51.92, 53.68);
  --danger-shade-15: rgb(184.45, 50.15, 51.85);
  --danger-shade-25: rgb(162.75, 44.25, 45.75);
  --danger-shade-30: rgb(151.9, 41.3, 42.7);
  --danger-shade-40: rgb(130.2, 35.4, 36.6);
  --danger-shade-50: rgb(108.5, 29.5, 30.5);
  --danger-2: #c01316;
  --danger-2-rgb: 192, 19, 22;
  --danger-2-3: rgb(193.89, 26.08, 28.99);
  --danger-2-5: rgb(195.15, 30.8, 33.65);
  --danger-2-10: rgb(198.3, 42.6, 45.3);
  --danger-2-15: rgb(201.45, 54.4, 56.95);
  --danger-2-17: rgb(202.71, 59.12, 61.61);
  --danger-2-20: rgb(204.6, 66.2, 68.6);
  --danger-2-25: rgb(207.75, 78, 80.25);
  --danger-2-30: rgb(210.9, 89.8, 91.9);
  --danger-2-50: rgb(223.5, 137, 138.5);
  --danger-2-shade-3: rgb(186.24, 18.43, 21.34);
  --danger-2-shade-5: rgb(182.4, 18.05, 20.9);
  --danger-2-shade-7: rgb(178.56, 17.67, 20.46);
  --danger-2-shade-10: rgb(172.8, 17.1, 19.8);
  --danger-2-shade-12: rgb(168.96, 16.72, 19.36);
  --danger-2-shade-15: rgb(163.2, 16.15, 18.7);
  --danger-2-shade-25: rgb(144, 14.25, 16.5);
  --danger-2-shade-30: rgb(134.4, 13.3, 15.4);
  --danger-2-shade-40: rgb(115.2, 11.4, 13.2);
  --danger-2-shade-50: rgb(96, 9.5, 11);
  --hue1: #1774cc;
  --hue1-rgb: 23, 116, 204;
  --hue1-3: rgb(29.96, 120.17, 205.53);
  --hue1-5: rgb(34.6, 122.95, 206.55);
  --hue1-10: rgb(46.2, 129.9, 209.1);
  --hue1-15: rgb(57.8, 136.85, 211.65);
  --hue1-17: rgb(62.44, 139.63, 212.67);
  --hue1-20: rgb(69.4, 143.8, 214.2);
  --hue1-25: rgb(81, 150.75, 216.75);
  --hue1-30: rgb(92.6, 157.7, 219.3);
  --hue1-50: rgb(139, 185.5, 229.5);
  --hue1-shade-3: rgb(22.31, 112.52, 197.88);
  --hue1-shade-5: rgb(21.85, 110.2, 193.8);
  --hue1-shade-7: rgb(21.39, 107.88, 189.72);
  --hue1-shade-10: rgb(20.7, 104.4, 183.6);
  --hue1-shade-12: rgb(20.24, 102.08, 179.52);
  --hue1-shade-15: rgb(19.55, 98.6, 173.4);
  --hue1-shade-25: rgb(17.25, 87, 153);
  --hue1-shade-30: rgb(16.1, 81.2, 142.8);
  --hue1-shade-40: rgb(13.8, 69.6, 122.4);
  --hue1-shade-50: rgb(11.5, 58, 102);
  --hue2: #7863e0;
  --hue2-rgb: 120, 99, 224;
  --hue2-3: rgb(124.05, 103.68, 224.93);
  --hue2-5: rgb(126.75, 106.8, 225.55);
  --hue2-10: rgb(133.5, 114.6, 227.1);
  --hue2-15: rgb(140.25, 122.4, 228.65);
  --hue2-17: rgb(142.95, 125.52, 229.27);
  --hue2-20: rgb(147, 130.2, 230.2);
  --hue2-25: rgb(153.75, 138, 231.75);
  --hue2-30: rgb(160.5, 145.8, 233.3);
  --hue2-50: rgb(187.5, 177, 239.5);
  --hue2-shade-3: rgb(116.4, 96.03, 217.28);
  --hue2-shade-5: rgb(114, 94.05, 212.8);
  --hue2-shade-7: rgb(111.6, 92.07, 208.32);
  --hue2-shade-10: rgb(108, 89.1, 201.6);
  --hue2-shade-12: rgb(105.6, 87.12, 197.12);
  --hue2-shade-15: rgb(102, 84.15, 190.4);
  --hue2-shade-25: rgb(90, 74.25, 168);
  --hue2-shade-30: rgb(84, 69.3, 156.8);
  --hue2-shade-40: rgb(72, 59.4, 134.4);
  --hue2-shade-50: rgb(60, 49.5, 112);
  --hue3: #c32dc3;
  --hue3-rgb: 195, 45, 195;
  --hue3-3: rgb(196.8, 51.3, 196.8);
  --hue3-5: rgb(198, 55.5, 198);
  --hue3-10: #c942c9;
  --hue3-15: rgb(204, 76.5, 204);
  --hue3-17: rgb(205.2, 80.7, 205.2);
  --hue3-20: #cf57cf;
  --hue3-25: rgb(210, 97.5, 210);
  --hue3-30: #d56cd5;
  --hue3-50: #e196e1;
  --hue3-shade-3: rgb(189.15, 43.65, 189.15);
  --hue3-shade-5: rgb(185.25, 42.75, 185.25);
  --hue3-shade-7: rgb(181.35, 41.85, 181.35);
  --hue3-shade-10: rgb(175.5, 40.5, 175.5);
  --hue3-shade-12: rgb(171.6, 39.6, 171.6);
  --hue3-shade-15: rgb(165.75, 38.25, 165.75);
  --hue3-shade-25: rgb(146.25, 33.75, 146.25);
  --hue3-shade-30: rgb(136.5, 31.5, 136.5);
  --hue3-shade-40: #751b75;
  --hue3-shade-50: rgb(97.5, 22.5, 97.5);
  --hue4: #a34903;
  --hue4-rgb: 163, 73, 3;
  --hue4-3: rgb(165.76, 78.46, 10.56);
  --hue4-5: rgb(167.6, 82.1, 15.6);
  --hue4-10: rgb(172.2, 91.2, 28.2);
  --hue4-15: rgb(176.8, 100.3, 40.8);
  --hue4-17: rgb(178.64, 103.94, 45.84);
  --hue4-20: rgb(181.4, 109.4, 53.4);
  --hue4-25: rgb(186, 118.5, 66);
  --hue4-30: rgb(190.6, 127.6, 78.6);
  --hue4-50: #d1a481;
  --hue4-shade-3: rgb(158.11, 70.81, 2.91);
  --hue4-shade-5: rgb(154.85, 69.35, 2.85);
  --hue4-shade-7: rgb(151.59, 67.89, 2.79);
  --hue4-shade-10: rgb(146.7, 65.7, 2.7);
  --hue4-shade-12: rgb(143.44, 64.24, 2.64);
  --hue4-shade-15: rgb(138.55, 62.05, 2.55);
  --hue4-shade-25: rgb(122.25, 54.75, 2.25);
  --hue4-shade-30: rgb(114.1, 51.1, 2.1);
  --hue4-shade-40: rgb(97.8, 43.8, 1.8);
  --hue4-shade-50: rgb(81.5, 36.5, 1.5);
  --hue5: #007a06;
  --hue5-rgb: 0, 122, 6;
  --hue5-3: rgb(7.65, 125.99, 13.47);
  --hue5-5: rgb(12.75, 128.65, 18.45);
  --hue5-10: rgb(25.5, 135.3, 30.9);
  --hue5-15: rgb(38.25, 141.95, 43.35);
  --hue5-17: rgb(43.35, 144.61, 48.33);
  --hue5-20: rgb(51, 148.6, 55.8);
  --hue5-25: rgb(63.75, 155.25, 68.25);
  --hue5-30: rgb(76.5, 161.9, 80.7);
  --hue5-50: rgb(127.5, 188.5, 130.5);
  --hue5-shade-3: rgb(0, 118.34, 5.82);
  --hue5-shade-5: rgb(0, 115.9, 5.7);
  --hue5-shade-7: rgb(0, 113.46, 5.58);
  --hue5-shade-10: rgb(0, 109.8, 5.4);
  --hue5-shade-12: rgb(0, 107.36, 5.28);
  --hue5-shade-15: rgb(0, 103.7, 5.1);
  --hue5-shade-25: rgb(0, 91.5, 4.5);
  --hue5-shade-30: rgb(0, 85.4, 4.2);
  --hue5-shade-40: rgb(0, 73.2, 3.6);
  --hue5-shade-50: #003d03;
  --hue6: #00857a;
  --hue6-rgb: 0, 133, 122;
  --hue6-3: rgb(7.65, 136.66, 125.99);
  --hue6-5: rgb(12.75, 139.1, 128.65);
  --hue6-10: rgb(25.5, 145.2, 135.3);
  --hue6-15: rgb(38.25, 151.3, 141.95);
  --hue6-17: rgb(43.35, 153.74, 144.61);
  --hue6-20: rgb(51, 157.4, 148.6);
  --hue6-25: rgb(63.75, 163.5, 155.25);
  --hue6-30: rgb(76.5, 169.6, 161.9);
  --hue6-50: rgb(127.5, 194, 188.5);
  --hue6-shade-3: rgb(0, 129.01, 118.34);
  --hue6-shade-5: rgb(0, 126.35, 115.9);
  --hue6-shade-7: rgb(0, 123.69, 113.46);
  --hue6-shade-10: rgb(0, 119.7, 109.8);
  --hue6-shade-12: rgb(0, 117.04, 107.36);
  --hue6-shade-15: rgb(0, 113.05, 103.7);
  --hue6-shade-25: rgb(0, 99.75, 91.5);
  --hue6-shade-30: rgb(0, 93.1, 85.4);
  --hue6-shade-40: rgb(0, 79.8, 73.2);
  --hue6-shade-50: rgb(0, 66.5, 61);
  --hue7: #0e62b8;
  --hue7-rgb: 14, 98, 184;
  --hue7-3: rgb(21.23, 102.71, 186.13);
  --hue7-5: rgb(26.05, 105.85, 187.55);
  --hue7-10: rgb(38.1, 113.7, 191.1);
  --hue7-15: rgb(50.15, 121.55, 194.65);
  --hue7-17: rgb(54.97, 124.69, 196.07);
  --hue7-20: rgb(62.2, 129.4, 198.2);
  --hue7-25: rgb(74.25, 137.25, 201.75);
  --hue7-30: rgb(86.3, 145.1, 205.3);
  --hue7-50: rgb(134.5, 176.5, 219.5);
  --hue7-shade-3: rgb(13.58, 95.06, 178.48);
  --hue7-shade-5: rgb(13.3, 93.1, 174.8);
  --hue7-shade-7: rgb(13.02, 91.14, 171.12);
  --hue7-shade-10: rgb(12.6, 88.2, 165.6);
  --hue7-shade-12: rgb(12.32, 86.24, 161.92);
  --hue7-shade-15: rgb(11.9, 83.3, 156.4);
  --hue7-shade-25: rgb(10.5, 73.5, 138);
  --hue7-shade-30: rgb(9.8, 68.6, 128.8);
  --hue7-shade-40: rgb(8.4, 58.8, 110.4);
  --hue7-shade-50: #07315c;
  --hue8: #594bb0;
  --hue8-rgb: 89, 75, 176;
  --hue8-3: rgb(93.98, 80.4, 178.37);
  --hue8-5: rgb(97.3, 84, 179.95);
  --hue8-10: rgb(105.6, 93, 183.9);
  --hue8-15: rgb(113.9, 102, 187.85);
  --hue8-17: rgb(117.22, 105.6, 189.43);
  --hue8-20: rgb(122.2, 111, 191.8);
  --hue8-25: rgb(130.5, 120, 195.75);
  --hue8-30: rgb(138.8, 129, 199.7);
  --hue8-50: rgb(172, 165, 215.5);
  --hue8-shade-3: rgb(86.33, 72.75, 170.72);
  --hue8-shade-5: rgb(84.55, 71.25, 167.2);
  --hue8-shade-7: rgb(82.77, 69.75, 163.68);
  --hue8-shade-10: rgb(80.1, 67.5, 158.4);
  --hue8-shade-12: rgb(78.32, 66, 154.88);
  --hue8-shade-15: rgb(75.65, 63.75, 149.6);
  --hue8-shade-25: rgb(66.75, 56.25, 132);
  --hue8-shade-30: rgb(62.3, 52.5, 123.2);
  --hue8-shade-40: rgb(53.4, 45, 105.6);
  --hue8-shade-50: rgb(44.5, 37.5, 88);
  --hue9: #af20af;
  --hue9-rgb: 175, 32, 175;
  --hue9-3: rgb(177.4, 38.69, 177.4);
  --hue9-5: rgb(179, 43.15, 179);
  --hue9-10: rgb(183, 54.3, 183);
  --hue9-15: rgb(187, 65.45, 187);
  --hue9-17: rgb(188.6, 69.91, 188.6);
  --hue9-20: rgb(191, 76.6, 191);
  --hue9-25: rgb(195, 87.75, 195);
  --hue9-30: rgb(199, 98.9, 199);
  --hue9-50: rgb(215, 143.5, 215);
  --hue9-shade-3: rgb(169.75, 31.04, 169.75);
  --hue9-shade-5: rgb(166.25, 30.4, 166.25);
  --hue9-shade-7: rgb(162.75, 29.76, 162.75);
  --hue9-shade-10: rgb(157.5, 28.8, 157.5);
  --hue9-shade-12: rgb(154, 28.16, 154);
  --hue9-shade-15: rgb(148.75, 27.2, 148.75);
  --hue9-shade-25: rgb(131.25, 24, 131.25);
  --hue9-shade-30: rgb(122.5, 22.4, 122.5);
  --hue9-shade-40: rgb(105, 19.2, 105);
  --hue9-shade-50: rgb(87.5, 16, 87.5);
  --hue10: #c01316;
  --hue10-rgb: 192, 19, 22;
  --hue10-3: rgb(193.89, 26.08, 28.99);
  --hue10-5: rgb(195.15, 30.8, 33.65);
  --hue10-10: rgb(198.3, 42.6, 45.3);
  --hue10-15: rgb(201.45, 54.4, 56.95);
  --hue10-17: rgb(202.71, 59.12, 61.61);
  --hue10-20: rgb(204.6, 66.2, 68.6);
  --hue10-25: rgb(207.75, 78, 80.25);
  --hue10-30: rgb(210.9, 89.8, 91.9);
  --hue10-50: rgb(223.5, 137, 138.5);
  --hue10-shade-3: rgb(186.24, 18.43, 21.34);
  --hue10-shade-5: rgb(182.4, 18.05, 20.9);
  --hue10-shade-7: rgb(178.56, 17.67, 20.46);
  --hue10-shade-10: rgb(172.8, 17.1, 19.8);
  --hue10-shade-12: rgb(168.96, 16.72, 19.36);
  --hue10-shade-15: rgb(163.2, 16.15, 18.7);
  --hue10-shade-25: rgb(144, 14.25, 16.5);
  --hue10-shade-30: rgb(134.4, 13.3, 15.4);
  --hue10-shade-40: rgb(115.2, 11.4, 13.2);
  --hue10-shade-50: rgb(96, 9.5, 11);
  --hue11: #a34903;
  --hue11-rgb: 163, 73, 3;
  --hue11-3: rgb(165.76, 78.46, 10.56);
  --hue11-5: rgb(167.6, 82.1, 15.6);
  --hue11-10: rgb(172.2, 91.2, 28.2);
  --hue11-15: rgb(176.8, 100.3, 40.8);
  --hue11-17: rgb(178.64, 103.94, 45.84);
  --hue11-20: rgb(181.4, 109.4, 53.4);
  --hue11-25: rgb(186, 118.5, 66);
  --hue11-30: rgb(190.6, 127.6, 78.6);
  --hue11-50: #d1a481;
  --hue11-shade-3: rgb(158.11, 70.81, 2.91);
  --hue11-shade-5: rgb(154.85, 69.35, 2.85);
  --hue11-shade-7: rgb(151.59, 67.89, 2.79);
  --hue11-shade-10: rgb(146.7, 65.7, 2.7);
  --hue11-shade-12: rgb(143.44, 64.24, 2.64);
  --hue11-shade-15: rgb(138.55, 62.05, 2.55);
  --hue11-shade-25: rgb(122.25, 54.75, 2.25);
  --hue11-shade-30: rgb(114.1, 51.1, 2.1);
  --hue11-shade-40: rgb(97.8, 43.8, 1.8);
  --hue11-shade-50: rgb(81.5, 36.5, 1.5);
  --hue12: #00635b;
  --hue12-rgb: 0, 99, 91;
  --hue12-3: rgb(7.65, 103.68, 95.92);
  --hue12-5: rgb(12.75, 106.8, 99.2);
  --hue12-10: rgb(25.5, 114.6, 107.4);
  --hue12-15: rgb(38.25, 122.4, 115.6);
  --hue12-17: rgb(43.35, 125.52, 118.88);
  --hue12-20: rgb(51, 130.2, 123.8);
  --hue12-25: rgb(63.75, 138, 132);
  --hue12-30: rgb(76.5, 145.8, 140.2);
  --hue12-50: rgb(127.5, 177, 173);
  --hue12-shade-3: rgb(0, 96.03, 88.27);
  --hue12-shade-5: rgb(0, 94.05, 86.45);
  --hue12-shade-7: rgb(0, 92.07, 84.63);
  --hue12-shade-10: rgb(0, 89.1, 81.9);
  --hue12-shade-12: rgb(0, 87.12, 80.08);
  --hue12-shade-15: rgb(0, 84.15, 77.35);
  --hue12-shade-25: rgb(0, 74.25, 68.25);
  --hue12-shade-30: rgb(0, 69.3, 63.7);
  --hue12-shade-40: rgb(0, 59.4, 54.6);
  --hue12-shade-50: rgb(0, 49.5, 45.5);
  --hue13: #396070;
  --hue13-rgb: 57, 96, 112;
  --hue13-3: rgb(62.94, 100.77, 116.29);
  --hue13-5: rgb(66.9, 103.95, 119.15);
  --hue13-10: rgb(76.8, 111.9, 126.3);
  --hue13-15: rgb(86.7, 119.85, 133.45);
  --hue13-17: rgb(90.66, 123.03, 136.31);
  --hue13-20: rgb(96.6, 127.8, 140.6);
  --hue13-25: rgb(106.5, 135.75, 147.75);
  --hue13-30: rgb(116.4, 143.7, 154.9);
  --hue13-50: rgb(156, 175.5, 183.5);
  --hue13-shade-3: rgb(55.29, 93.12, 108.64);
  --hue13-shade-5: rgb(54.15, 91.2, 106.4);
  --hue13-shade-7: rgb(53.01, 89.28, 104.16);
  --hue13-shade-10: rgb(51.3, 86.4, 100.8);
  --hue13-shade-12: rgb(50.16, 84.48, 98.56);
  --hue13-shade-15: rgb(48.45, 81.6, 95.2);
  --hue13-shade-25: rgb(42.75, 72, 84);
  --hue13-shade-30: rgb(39.9, 67.2, 78.4);
  --hue13-shade-40: rgb(34.2, 57.6, 67.2);
  --hue13-shade-50: rgb(28.5, 48, 56);
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --white-3: white;
  --white-5: white;
  --white-10: white;
  --white-15: white;
  --white-17: white;
  --white-20: white;
  --white-25: white;
  --white-30: white;
  --white-50: white;
  --white-shade-3: rgb(247.35, 247.35, 247.35);
  --white-shade-5: rgb(242.25, 242.25, 242.25);
  --white-shade-7: rgb(237.15, 237.15, 237.15);
  --white-shade-10: rgb(229.5, 229.5, 229.5);
  --white-shade-12: rgb(224.4, 224.4, 224.4);
  --white-shade-15: rgb(216.75, 216.75, 216.75);
  --white-shade-25: rgb(191.25, 191.25, 191.25);
  --white-shade-30: rgb(178.5, 178.5, 178.5);
  --white-shade-40: #999999;
  --white-shade-50: rgb(127.5, 127.5, 127.5);
  --black: #000;
  --black-rgb: 0, 0, 0;
  --black-3: rgb(7.65, 7.65, 7.65);
  --black-5: rgb(12.75, 12.75, 12.75);
  --black-10: rgb(25.5, 25.5, 25.5);
  --black-15: rgb(38.25, 38.25, 38.25);
  --black-17: rgb(43.35, 43.35, 43.35);
  --black-20: #333333;
  --black-25: rgb(63.75, 63.75, 63.75);
  --black-30: rgb(76.5, 76.5, 76.5);
  --black-50: rgb(127.5, 127.5, 127.5);
  --black-shade-3: black;
  --black-shade-5: black;
  --black-shade-7: black;
  --black-shade-10: black;
  --black-shade-12: black;
  --black-shade-15: black;
  --black-shade-25: black;
  --black-shade-30: black;
  --black-shade-40: black;
  --black-shade-50: black;
  --neutral1: #ffffff;
  --neutral1-rgb: 255, 255, 255;
  --neutral1-3: white;
  --neutral1-5: white;
  --neutral1-10: white;
  --neutral1-15: white;
  --neutral1-17: white;
  --neutral1-20: white;
  --neutral1-25: white;
  --neutral1-30: white;
  --neutral1-50: white;
  --neutral1-shade-3: rgb(247.35, 247.35, 247.35);
  --neutral1-shade-5: rgb(242.25, 242.25, 242.25);
  --neutral1-shade-7: rgb(237.15, 237.15, 237.15);
  --neutral1-shade-10: rgb(229.5, 229.5, 229.5);
  --neutral1-shade-12: rgb(224.4, 224.4, 224.4);
  --neutral1-shade-15: rgb(216.75, 216.75, 216.75);
  --neutral1-shade-25: rgb(191.25, 191.25, 191.25);
  --neutral1-shade-30: rgb(178.5, 178.5, 178.5);
  --neutral1-shade-40: #999999;
  --neutral1-shade-50: rgb(127.5, 127.5, 127.5);
  --neutral2: #f7f7f7;
  --neutral2-rgb: 247, 247, 247;
  --neutral2-3: rgb(247.24, 247.24, 247.24);
  --neutral2-5: rgb(247.4, 247.4, 247.4);
  --neutral2-10: rgb(247.8, 247.8, 247.8);
  --neutral2-15: rgb(248.2, 248.2, 248.2);
  --neutral2-17: rgb(248.36, 248.36, 248.36);
  --neutral2-20: rgb(248.6, 248.6, 248.6);
  --neutral2-25: #f9f9f9;
  --neutral2-30: rgb(249.4, 249.4, 249.4);
  --neutral2-50: #fbfbfb;
  --neutral2-shade-3: rgb(239.59, 239.59, 239.59);
  --neutral2-shade-5: rgb(234.65, 234.65, 234.65);
  --neutral2-shade-7: rgb(229.71, 229.71, 229.71);
  --neutral2-shade-10: rgb(222.3, 222.3, 222.3);
  --neutral2-shade-12: rgb(217.36, 217.36, 217.36);
  --neutral2-shade-15: rgb(209.95, 209.95, 209.95);
  --neutral2-shade-25: rgb(185.25, 185.25, 185.25);
  --neutral2-shade-30: rgb(172.9, 172.9, 172.9);
  --neutral2-shade-40: rgb(148.2, 148.2, 148.2);
  --neutral2-shade-50: rgb(123.5, 123.5, 123.5);
  --neutral3: #f0f1f2;
  --neutral3-rgb: 240, 241, 242;
  --neutral3-3: rgb(240.45, 241.42, 242.39);
  --neutral3-5: rgb(240.75, 241.7, 242.65);
  --neutral3-10: rgb(241.5, 242.4, 243.3);
  --neutral3-15: rgb(242.25, 243.1, 243.95);
  --neutral3-17: rgb(242.55, 243.38, 244.21);
  --neutral3-20: rgb(243, 243.8, 244.6);
  --neutral3-25: rgb(243.75, 244.5, 245.25);
  --neutral3-30: rgb(244.5, 245.2, 245.9);
  --neutral3-50: rgb(247.5, 248, 248.5);
  --neutral3-shade-3: rgb(232.8, 233.77, 234.74);
  --neutral3-shade-5: rgb(228, 228.95, 229.9);
  --neutral3-shade-7: rgb(223.2, 224.13, 225.06);
  --neutral3-shade-10: rgb(216, 216.9, 217.8);
  --neutral3-shade-12: rgb(211.2, 212.08, 212.96);
  --neutral3-shade-15: rgb(204, 204.85, 205.7);
  --neutral3-shade-25: rgb(180, 180.75, 181.5);
  --neutral3-shade-30: rgb(168, 168.7, 169.4);
  --neutral3-shade-40: rgb(144, 144.6, 145.2);
  --neutral3-shade-50: rgb(120, 120.5, 121);
  --neutral4: #e8eaed;
  --neutral4-rgb: 232, 234, 237;
  --neutral4-3: rgb(232.69, 234.63, 237.54);
  --neutral4-5: rgb(233.15, 235.05, 237.9);
  --neutral4-10: rgb(234.3, 236.1, 238.8);
  --neutral4-15: rgb(235.45, 237.15, 239.7);
  --neutral4-17: rgb(235.91, 237.57, 240.06);
  --neutral4-20: rgb(236.6, 238.2, 240.6);
  --neutral4-25: rgb(237.75, 239.25, 241.5);
  --neutral4-30: rgb(238.9, 240.3, 242.4);
  --neutral4-50: rgb(243.5, 244.5, 246);
  --neutral4-shade-3: rgb(225.04, 226.98, 229.89);
  --neutral4-shade-5: rgb(220.4, 222.3, 225.15);
  --neutral4-shade-7: rgb(215.76, 217.62, 220.41);
  --neutral4-shade-10: rgb(208.8, 210.6, 213.3);
  --neutral4-shade-12: rgb(204.16, 205.92, 208.56);
  --neutral4-shade-15: rgb(197.2, 198.9, 201.45);
  --neutral4-shade-25: rgb(174, 175.5, 177.75);
  --neutral4-shade-30: rgb(162.4, 163.8, 165.9);
  --neutral4-shade-40: rgb(139.2, 140.4, 142.2);
  --neutral4-shade-50: rgb(116, 117, 118.5);
  --neutral5: #141414;
  --neutral5-rgb: 20, 20, 20;
  --neutral5-3: rgb(27.05, 27.05, 27.05);
  --neutral5-5: rgb(31.75, 31.75, 31.75);
  --neutral5-10: rgb(43.5, 43.5, 43.5);
  --neutral5-15: rgb(55.25, 55.25, 55.25);
  --neutral5-17: rgb(59.95, 59.95, 59.95);
  --neutral5-20: #434343;
  --neutral5-25: rgb(78.75, 78.75, 78.75);
  --neutral5-30: rgb(90.5, 90.5, 90.5);
  --neutral5-50: rgb(137.5, 137.5, 137.5);
  --neutral5-shade-3: rgb(19.4, 19.4, 19.4);
  --neutral5-shade-5: #131313;
  --neutral5-shade-7: rgb(18.6, 18.6, 18.6);
  --neutral5-shade-10: #121212;
  --neutral5-shade-12: rgb(17.6, 17.6, 17.6);
  --neutral5-shade-15: #111111;
  --neutral5-shade-25: #0f0f0f;
  --neutral5-shade-30: #0e0e0e;
  --neutral5-shade-40: #0c0c0c;
  --neutral5-shade-50: #0a0a0a;
  --neutral6: #bec3cc;
  --neutral6-rgb: 190, 195, 204;
  --neutral6-3: rgb(191.95, 196.8, 205.53);
  --neutral6-5: rgb(193.25, 198, 206.55);
  --neutral6-10: rgb(196.5, 201, 209.1);
  --neutral6-15: rgb(199.75, 204, 211.65);
  --neutral6-17: rgb(201.05, 205.2, 212.67);
  --neutral6-20: rgb(203, 207, 214.2);
  --neutral6-25: rgb(206.25, 210, 216.75);
  --neutral6-30: rgb(209.5, 213, 219.3);
  --neutral6-50: rgb(222.5, 225, 229.5);
  --neutral6-shade-3: rgb(184.3, 189.15, 197.88);
  --neutral6-shade-5: rgb(180.5, 185.25, 193.8);
  --neutral6-shade-7: rgb(176.7, 181.35, 189.72);
  --neutral6-shade-10: rgb(171, 175.5, 183.6);
  --neutral6-shade-12: rgb(167.2, 171.6, 179.52);
  --neutral6-shade-15: rgb(161.5, 165.75, 173.4);
  --neutral6-shade-25: rgb(142.5, 146.25, 153);
  --neutral6-shade-30: rgb(133, 136.5, 142.8);
  --neutral6-shade-40: rgb(114, 117, 122.4);
  --neutral6-shade-50: rgb(95, 97.5, 102);
  --neutral7: #5b6b7b;
  --neutral7-rgb: 91, 107, 123;
  --neutral7-3: rgb(95.92, 111.44, 126.96);
  --neutral7-5: rgb(99.2, 114.4, 129.6);
  --neutral7-10: rgb(107.4, 121.8, 136.2);
  --neutral7-15: rgb(115.6, 129.2, 142.8);
  --neutral7-17: rgb(118.88, 132.16, 145.44);
  --neutral7-20: rgb(123.8, 136.6, 149.4);
  --neutral7-25: #84909c;
  --neutral7-30: rgb(140.2, 151.4, 162.6);
  --neutral7-50: #adb5bd;
  --neutral7-shade-3: rgb(88.27, 103.79, 119.31);
  --neutral7-shade-5: rgb(86.45, 101.65, 116.85);
  --neutral7-shade-7: rgb(84.63, 99.51, 114.39);
  --neutral7-shade-10: rgb(81.9, 96.3, 110.7);
  --neutral7-shade-12: rgb(80.08, 94.16, 108.24);
  --neutral7-shade-15: rgb(77.35, 90.95, 104.55);
  --neutral7-shade-25: rgb(68.25, 80.25, 92.25);
  --neutral7-shade-30: rgb(63.7, 74.9, 86.1);
  --neutral7-shade-40: rgb(54.6, 64.2, 73.8);
  --neutral7-shade-50: rgb(45.5, 53.5, 61.5);
  --link-color: #396070;
  --link-color-hover: rgb(51.3, 86.4, 100.8);
  --link-color-active: rgb(51.3, 86.4, 100.8);
  --link-color-visited: #396070;
  --link-color-visited-hover: rgb(51.3, 86.4, 100.8);
  --anchor-active-color: #ffffff;
  --anchor-active-hover-bg-color: #396070;
  --anchor-active-bg-color: #396070;
  --anchor-active-border-color: rgba(57, 96, 112, 0.3);
  --anchor-active-hover-border-color: rgb(39.9, 67.2, 78.4);
  --checkbox-disabled-checked-helper-color: #396070;
  --checkbox-input-checked-helper-color: #396070;
  --checkbox-input-checked-helper-background-color: #396070;
  --checkbox-label-hover-color: #396070;
  --checkbox-label-hover-helper-color: rgb(51.3, 86.4, 100.8);
  --checkbox-label-hover-text-color: rgb(51.3, 86.4, 100.8);
  --checkbox-border-hover-color: rgb(51.3, 86.4, 100.8);
  --checkbox-label-hover-helper-bg: rgb(51.3, 86.4, 100.8);
  --checkbox-checked-label-hover-hover: rgba(57, 96, 112, 0);
  --checkbox-checked-border-right: #396070;
  --checkbox-checked-border-bottom: #396070;
  --checkbox-background: #396070;
  --checkbox-color: #396070;
  --checkbox-helper-before-after-background: #ffffff;
  --checkbox-label-hover: #141414;
  --checkbox-focus-link-border: none;
  --checkbox-link-hover-color: #141414;
  --circle-graphics-border: #396070;
  --circle-graphics-bg: #396070;
  --circle-graphics-icon: #396070;
  --radio-buttons-label-hover-color: rgb(51.3, 86.4, 100.8);
  --radio-buttons-label-hover: rgb(86.7, 119.85, 133.45);
  --radio-buttons-checked-border: 2px solid #396070;
  --radio-buttons-checked-hover-border: 2px solid rgb(51.3, 86.4, 100.8);
  --radio-buttons-checked-border-focus: 2px solid rgb(86.7, 119.85, 133.45);
  --radio-buttons-checked-background-color: #396070;
  --radio-buttons-checked-hover-background-color: rgb(51.3, 86.4, 100.8);
  --radio-buttons-hover-not-checked-before: 2px solid rgb(51.3, 86.4, 100.8);
  --radio-buttons-outline: 2px dotted #396070;
  --radio-buttons-color: #0e62b8;
  --radio-buttons-box-shadow-focus: none;
  --radio-buttons-checked-hover-hover-background: none;
  --table-icon-up-color: #396070;
  --table-icon-down-color: #396070;
  --table-icon-up-down: #396070;
  --sortable-btn-color: #396070;
  --aw-table-legacy-table-icon-up-color: #396070;
  --aw-table-legacy-table-icon-down-color: #396070;
  --input-focus-border-color: #396070;
  --input-focus-box-shadow: #396070;
  --input-field-label-icon-color: #396070;
  --label-color-active: #396070;
  --action-icon-color-hover: #396070;
  --ai-input_border_color: #396070;
  --ai-input_label_active_color: #396070;
  --ai-input_icon_color: #396070;
  --tabs-indicator-color: #396070;
  --tabs-hover: #396070;
  --panel-background: #ffffff;
  --progress-indeterminate-background: #396070;
  --switch-checked-background-color: rgba(57, 96, 112, 0.24);
  --switch-checked-after-background-color: #396070;
  --switch-lever-name-disabled-background-color: rgba(57, 96, 112, 0.24);
  --switch-disabled-background-color: rgb(156, 175.5, 183.5);
  --wcag-focus: 1px solid #396070;
  --spinner-layer-border-color: #396070;
  --slider-filled-color: #396070;
  --slider-circle-color: #396070;
  --slider-active-on-start-background: #396070;
  --slider-circle-on-start-color: #396070;
  --slider-disabled-circle-on-start-color: #396070;
  --slider-vertical-filled: #396070;
  --slider-disabled-connect-color: #396070;
  --btn-hover-background: rgba(57, 96, 112, 0);
  --btn-focus-background: rgba(57, 96, 112, 0);
  --btn-primary-2-hover-background: rgba(57, 96, 112, 0);
  --btn-primary-2-active-background: rgba(57, 96, 112, 0);
  --btn-primary-background: transparent;
  --btn-group-primary-background: transparent;
  --btn-group-primary-background-hover: rgba(91, 107, 123, 0.12);
  --btn-group-primary-2-background: transparent;
  --btn-group-primary-2-background-hover: rgba(91, 107, 123, 0.12);
  --btn-outline-wcag-disabled-color: #5b6b7b;
  --btn-outline-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-wcag-disabled-border-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-color: #5b6b7b;
  --btn-outline-primary-2-wcag-disabled-border-color: #5b6b7b;
  --btn-progress-v2-content-color: #396070;
  --b-p-bg-h: rgb(51.3, 86.4, 100.8);
  --b-p-bg-a: rgb(39.9, 67.2, 78.4);
  --b-p2-bg-h: rgb(51.3, 86.4, 100.8);
  --b-p2-bg-a: rgb(39.9, 67.2, 78.4);
  --floating-primary-hover: rgb(86.7, 119.85, 133.45);
  --floating-primary-active: rgb(106.5, 135.75, 147.75);
  --icon-link-state-active-color: #396070;
  --icon-link-state-active-color-hover: rgb(51.3, 86.4, 100.8);
  --icon-link-state-active-icon-border-color: #396070;
  --bo-p-c-h: rgb(51.3, 86.4, 100.8);
  --bo-p-c-a: rgb(39.9, 67.2, 78.4);
  --bo-p2-c-h: rgb(51.3, 86.4, 100.8);
  --bo-p2-c-a: rgb(39.9, 67.2, 78.4);
  --icon-link-h-c: rgb(51.3, 86.4, 100.8);
  --icon-link-a-c: rgb(39.9, 67.2, 78.4);
  --minify-toggle-btn-hover: rgb(51.3, 86.4, 100.8);
  --select-focus-border-bottom: #396070;
  --select-focus-border-color: #396070;
  --select-focus-label-color: #396070;
  --disabled-label-color: #396070;
  --badge-num-outline-border: #396070;
  --badge-num-outline-color: #396070;
  --textarea-label-color-active: #396070;
  --textarea-box-shadow-focus: 0 -1px 0 0 #396070 inset;
  --textarea-focus-border-color: #396070;
  --chips-active-background: #396070;
  --chips-active-border-color: #396070;
  --chips-active-hover-bg-color: #396070;
  --chips-active-hover-border-color: rgba(57, 96, 112, 0.15);
  --chips-icon-active-color: rgba(57, 96, 112, 0.85);
  --chips-icon-hover-color: #396070;
  --navbar-a-active-hover: #396070;
  --nav-nav-wrapper-a-hover-list-page-box-shadow: #396070;
  --nav-hover-list-page-color: #396070;
  --logo-li-a-link-color: #396070;
  --logo-li-a-link-hover-color: rgb(96.6, 127.8, 140.6);
  --logo-li-a-link-active-color: rgb(116.4, 143.7, 154.9);
  --search-block-input-border-color: #396070;
  --dropdown-check-icon-color: #396070;
  --dropdown-li-active-color: #396070;
  --dropdown-content-collection-hover-active-color: #396070;
  --dropdown-more-link-color: #396070;
  --collection-active-color: #396070;
  --collection-active-background: rgba(57, 96, 112, 0.2);
  --collection-active-small-color: rgb(86.7, 119.85, 133.45);
  --collection-active-item: #396070;
  --pagination-button-border: 1px solid #396070;
  --pagination-button-color: #396070;
  --pagination-button-color-disabled: #396070;
  --pagination-button-hover-background: rgba(57, 96, 112, 0.12);
  --pagination-button-color-active: #396070;
  --pagination-button-border-active: 3px solid #396070;
  --selectable-hover-color: #396070;
  --mat-calendar-today-dot: #396070;
  --datetime-picker-primary-12: rgba(57, 96, 112, 0.12);
  --range-background: rgba(57, 96, 112, 0.12);
  --datetime-picker-primary-4: #396070;
  --datetime-picker-primary: #396070;
  --datetime-picker-primary-9: rgba(57, 96, 112, 0.9);
  --mat-calendar-days-number-hover-revers: #396070;
  --only-icon-focus-color: #396070;
  --notifications-btn-flat-primary: #396070;
  --primary-text: #396070;
  --notifications-flash-dialog-border: 1px solid #396070;
  --notifications-flash-dialog-background-color: #396070;
  --aw-chat-message-color: #396070;
  --sendbar-send-btn-active-color: #396070;
  --outline8: #396070;
  --input-payment-focus-border-color: #396070;
  --input-payment-focus-box-shadow: #396070;
  --input-payment-label-color-focus: #396070;
  --wcag-datatable-highlight-bg: rgba(20, 20, 20, 0.14);
  --wcag-datatable-hover-bg: rgba(20, 20, 20, 0.07);
  --dp-primary-9: rgba(57, 96, 112, 0.9);
  --dp-today-dot: #396070;
  --wysiwyg-btn-active-color: #396070;
}

.theme-light .subtheme13 {
  font-family: var(--font-family);
}

.circle-graphics {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid;
}
.circle-graphics .icon,
.circle-graphics svg {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
  margin: 0 !important;
}
.circle-graphics.border {
  border-color: var(--circle-graphics-border);
}
.circle-graphics.border .icon {
  color: var(--circle-graphics-icon);
}
.circle-graphics.border svg {
  fill: var(--circle-graphics-icon);
}
.circle-graphics.border [class^=material-icons-] {
  color: var(--circle-graphics-icon);
}
.circle-graphics.background {
  border: none !important;
  background: var(--circle-graphics-bg);
}
.circle-graphics.background .icon {
  color: var(--circle-graphics-icon-background);
}
.circle-graphics.background svg {
  fill: var(--circle-graphics-icon-background);
}
.circle-graphics.background [class^=material-icons-] {
  color: var(--circle-graphics-icon-background);
}
.circle-graphics.color-label {
  border-color: var(--circle-graphics-border-neutral) !important;
}
.circle-graphics.color-label .icon {
  color: var(--circle-graphics-icon);
}
.circle-graphics.color-label svg {
  fill: var(--circle-graphics-icon);
}
.circle-graphics.color-label [class^=material-icons] {
  color: var(--circle-graphics-icon);
}
.circle-graphics.neutral {
  border-color: var(--circle-graphics-border-neutral) !important;
}
.circle-graphics.neutral .icon {
  color: var(--circle-graphics-icon-neutral) !important;
}
.circle-graphics.neutral svg {
  fill: var(--circle-graphics-icon-neutral) !important;
}
.circle-graphics.neutral [class^=material-icons] {
  color: var(--circle-graphics-icon-neutral) !important;
}
.circle-graphics.xs-icon {
  width: 56px;
  height: 56px;
  font-size: 24px !important;
  border-color: var(--circle-graphics-border);
}
.circle-graphics.xs-icon .icon {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.xs-icon .icon {
    height: 21px !important;
  }
}
.circle-graphics.xs-icon [class^=material-icons],
.circle-graphics.xs-icon svg {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  margin: 0 !important;
}
.circle-graphics.xs-icon .layered.icon {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.xs-icon .layered.icon {
    height: 21px !important;
  }
}
.circle-graphics.s-icon {
  font-size: 32px !important;
  width: 72px;
  height: 72px;
  border-color: var(--circle-graphics-border);
}
.circle-graphics.s-icon .icon {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.s-icon .icon {
    height: 28px !important;
  }
}
.circle-graphics.s-icon [class^=material-icons],
.circle-graphics.s-icon svg {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
  margin: 0 !important;
}
.circle-graphics.s-icon .layered.icon {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.s-icon .layered.icon {
    height: 28px !important;
  }
}
.circle-graphics.m-icon {
  font-size: 48px !important;
  width: 88px;
  height: 88px;
  border-color: var(--circle-graphics-border);
}
.circle-graphics.m-icon .icon {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.m-icon .icon {
    height: 40px !important;
  }
}
.circle-graphics.m-icon [class^=material-icons],
.circle-graphics.m-icon svg {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
  margin: 0 !important;
}
.circle-graphics.m-icon .layered.icon {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.m-icon .layered.icon {
    height: 40px !important;
  }
}
.circle-graphics.l-icon {
  font-size: 64px !important;
  width: 104px;
  height: 104px;
  border-color: var(--circle-graphics-border);
}
.circle-graphics.l-icon .icon {
  width: 64px !important;
  height: 64px !important;
  font-size: 64px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.l-icon .icon {
    height: 55px !important;
  }
}
.circle-graphics.l-icon [class^=material-icons],
.circle-graphics.l-icon svg {
  width: 64px !important;
  height: 64px !important;
  font-size: 64px !important;
  margin: 0 !important;
}
.circle-graphics.l-icon .layered.icon {
  width: 64px !important;
  height: 64px !important;
  font-size: 64px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.l-icon .layered.icon {
    height: 55px !important;
  }
}
.circle-graphics.xl-icon {
  font-size: 80px !important;
  width: 120px;
  height: 120px;
  border-color: var(--circle-graphics-border);
}
.circle-graphics.xl-icon .icon {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.xl-icon .icon {
    height: 65px !important;
  }
}
.circle-graphics.xl-icon [class^=material-icons],
.circle-graphics.xl-icon svg {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
  margin: 0 !important;
}
.circle-graphics.xl-icon .layered.icon {
  width: 80px !important;
  height: 80px !important;
  font-size: 80px !important;
  margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
  .circle-graphics.xl-icon .layered.icon {
    height: 65px !important;
  }
}

i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}

@font-face {
  font-family: "Blackwell-Outlined" serif;
  src: url('Blackwell-Outlined.13b30518f9192915.eot');
  src: url('Blackwell-Outlined.13b30518f9192915.eot') format("embedded-opentype"), url('Blackwell-Outlined.66541c3ae785fe98.ttf') format("truetype"), url('Blackwell-Outlined.8c4ac1fc60a9afb7.woff') format("woff"), url('Blackwell-Outlined.18bbcf841921291c.svg') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon_], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Blackwell-Outlined", serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_error:before {
  content: "\e9c4";
}

[class^="material-icons icon-"], [class*="material-icons icon-"] {
  font-family: "Material Icons", serif !important;
}

[class^=material-icons], [class*=material-icons] {
  font-family: "Material Icons", serif !important;
}

[class^=material-icons-outlined], [class*=material-icons-outlined] {
  font-family: "Material Icons Outlined", serif !important;
}

.material-icons.quote {
  transform: rotate(180deg);
  font-size: 2.25rem;
  margin-left: -0.5rem;
}
.material-icons.transform {
  transform: rotate(180deg);
}
.material-icons.va {
  vertical-align: -6px;
}

.graphics-icon, .graphics-icon.layered {
  width: 80px;
  height: 80px;
  font-size: 80px;
}

.graphics-icon-big, .graphics-icon-big.layered {
  width: 160px;
  height: 160px;
  font-size: 160px;
}

/* sort icon for the tables header */
.custom-double-icon {
  display: inline-block;
  position: absolute;
  top: 14px;
  margin-left: 5px;
}
.custom-double-icon .f-elem {
  display: flex;
  margin-bottom: -17px;
}

.custom-single-icon {
  position: absolute;
  margin-left: 5px;
}

.material-icons.iz-24, .material-icons-outlined.iz-24 {
  font-size: 24px;
}
.material-icons.iz-32, .material-icons-outlined.iz-32 {
  font-size: 32px;
}
.material-icons.iz-48, .material-icons-outlined.iz-48 {
  font-size: 48px;
}
.material-icons.iz-64, .material-icons-outlined.iz-64 {
  font-size: 64px;
}

.icon.iz-24 {
  font-size: 24px;
}
.icon.iz-24.layered {
  width: 24px;
  height: 24px;
}

.icon.iz-32 {
  font-size: 32px;
}
.icon.iz-32.layered {
  width: 32px;
  height: 32px;
}

.icon.iz-48 {
  font-size: 48px;
}
.icon.iz-48.layered {
  width: 48px;
  height: 48px;
}

.icon.iz-64 {
  font-size: 64px;
}
.icon.iz-64.layered {
  width: 64px;
  height: 64px;
}

.icon.iz-80 {
  font-size: 80px;
}
.icon.iz-80.layered {
  width: 80px;
  height: 80px;
}
